/* Your app's CSS, go crazy, make it your own */
.popup-body {
    padding: 10px;
    overflow: auto;
}
h1 a{
    text-decoration:none;
}
.ionic-logo {
    display: block;
    margin: 15px auto;
    width: 96px;
    height: 96px;
}

.col-center2 {
    text-align: center;
}

.item .badge {
    right: 15px;
}

.tab-item {
    opacity: 0.5;
}

.button.act {
    /*border-color: #a2a2a2;*/
    background-color: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.popup {
    width: auto;
}

.hiden {
    visibility: hidden;
}

.hiden2 {
    display: none;
}

input.date-input {
    text-align: center;
    -webkit-flex: 1 0 100%; /*line-height: 2em;*/
}
/*.bar.bar-positive {
border-color: #BC6112;
background-color: #E3781A;
background-image: linear-gradient(0deg, #E3781A, #E3781A 50%, transparent 50%);
color: #fff;
}
.button.button-positive {
border-color: #BC6112;
background-color: #E3781A;
color: #fff;
}
.tabs-positive > .tabs, .tabs.tabs-positive {
border-color: #BC6112;
background-color: #E3781A;
background-image: linear-gradient(0deg, #E3781A, #E3781A 50%, transparent 50%);
color: #fff;
}
*/
.row-center {
    text-align: center;
}

#homeDiv a, #homeDiv2 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#homeDiv .row-center {
    margin: 20px 0;
}

.ng-invalid {
    color: red !important;
    /*background-color:yellow;*/
}
input.ng-dirty{
    font-weight:bold;
}
.local input {
    text-align: right;
    right: 0;
    position: absolute;
}
.item-divider{
    font-weight:bold;
}
