html, body{
    height: 100%;
    font-size: 16px;
}
input, select{
    margin-bottom: 0px !important;
}
.container{
    max-width: 99% !important;
}
.no-pertenece{
    background: #868589;
    color: #FFF;
}
.suspendido{
    background: #d41837;
    color: #FFF;
}
.common_input {
    margin: 5px 0px 5px 0px;
}
.normal{

}
.typeahead{
    width: 89%;
}
body.modal-open{
    margin: 0!important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead{
    display: block !important
}

.tt-dropdown-menu {
    min-width: 100%;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #3276b1;
    background-repeat: repeat-x;
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead .tt-hint{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
}

.informacion{
    color: #428bca;
}
.ng-hide { display:block!important; position:absolute; top:-9999px; left:-9999px; }
.h_iframe        {position:relative; padding-top: 56%;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:600px;}

.service-waiting_input{
    width: 50px;
    text-align: center;
}
.service-waiting_td{
    text-transform: uppercase;
    text-align: center;
}
.service-waiting_td i{
    font-size: 30px;
}

.fa-external-link{
    color: #7FDD4C;
}
.services_transfered{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.services_transfered ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.service-transfered_li{
    background-color:#FF2E29;
    color: #ffffff;
    height: 50px;
    text-align: center;
    margin: 3px 0;
    cursor: pointer;
}
.service-transfered_li div:first-of-type{
    width: 75%;
    padding-left: 3px;
    height: 100%;
}
.service-transfered_li div:last-of-type{
    width: 25%;
    background-color:#FF8A6E;
    height: 100%;
    font-size: 35px;
}
.service-transfered_li div p{
    margin: 0;
    padding: 0;
    text-align: center;
}
.service-transfered_li div p{
    font-size: 22px;
}
.service-options_container{
    display: flex;
    flex-direction: row;
}
.service-options{
    width: 30%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
.space-around{
    justify-content:space-around;
}

.service-options_transfer{
    background-color: #6666FF;
}
.service-options_cancel{
    background-color: #FF2E29;
}
.service-options i{
    font-size: 40px;
    width: 100%;
}
.button-login{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    position: fixed;
    bottom: 3%;
    right: 1%;
    color: #ffffff;
    background-color: #2aabd2;
    -webkit-box-shadow:0 4px 7px rgba(0, 0, 0, .40);
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, .40);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .40);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.button-login:active{
    color: #2aabd2;
    border: #2aabd2;
    opacity: 0;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
}
.button-login:hover{
    text-decoration: none;
    color: #ffffff;
}
.login{
    background-color: #EEEEEE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0;
    overflow: auto;
}

.login-form_index{
    width: 30% !important;
}

.login-form{
    background-color: #ffffff;
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    overflow: visible;
    display: table;
    padding: 4% 0;
}

.login-form input[type="text"]{
    background-color: #ECF2F4;
    width: 80%;
    height: 40px;
    border: none;
    margin: 15px 0;
    text-align: center;
}
.login-form input[type="password"]{
    background-color: #ECF2F4;
    width: 80%;
    height: 40px;
    border: none;
    margin: 15px 0;
    text-align: center;
}

.login-form select{
    background-color: #ECF2F4;
    width: 20%;
    height: 40px;
    border: none;
    margin: 15px 0;
    text-align: center;
}
.login-form h1{
    color: #AAAAAA;
    font-weight: bolder;
}
.login-form h3{
    color: #AAAAAA;
    font-weight: bolder;
}
.login-form h4{
    color: #AAAAAA;
    font-weight: bolder;
}.login-form h5{
     color: #AAAAAA;
     font-weight: bolder;
 }
.login-form button{
    background-color: #8EB5E2;
    width: 80%;
    color: #ffffff;
    text-align: center;
    height: 40px;
    margin: 15px 0;
    border: none;
    font-size:25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.login-form button:active{
    opacity: 0;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
}
/*.login-form_input{
    background-color: #ECF2F4;
    width: 80%;
    height: 40px;
    border: none;
    margin: 15px 0;
    text-align: center;
}


.login-form_button{
    background-color: #8EB5E2;
    width: 80%;
    color: #ffffff;
    text-align: center;
    height: 40px;
    margin: 15px 0;
    border: none;
    font-size:25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.login-form form h1{
    color: #AAAAAA;
    font-weight: bolder;
}

.login-form_button:active {
    color: #2aabd2;
    border: #2aabd2;
    opacity: 0;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
}*/