#logo img {
    width: 112px!important;
    padding-bottom: 5px;
}
#logo-group {
    width: 100%!important;
    text-align: center;
}
.login-image {
    width: 170px;
}
#content{
    min-height: 632px;
}
.login-info{
    height: 50px !important;
}
.sah-full-width{
    width: 100%;
}
.sah-full-max-width{
    max-width: 100%;
}
.superbox-current-img {
   /* max-width: 50% !important;*/
}
#ride-tab1 div{
    text-align: center;
    height: 100%;
}
#ride-tab1 div img{
    max-width: 50%;
    max-height: 50%;
    top: 25%;
    position: relative;
}
.ride-tab1-modal{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    opacity: 0.8;
    z-index: 99999;
    min-height: 600px;
    top: 0px;
    left: 0px;
}

#ride-tab2 div{
    text-align: center;
    height: 100%;
}
#ride-tab2 div img{
    max-width: 50%;
    max-height: 50%;
    top: 25%;
    position: relative;
}
.ride-tab2-modal{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #333333;
    opacity: 0.8;
    z-index: 99999;
    min-height: 600px;
    top: 0px;
    left: 0px;
}
.grey-border{
    border: 1px solid #aaaaaa;
}
#recordingslist li{
    list-style: none;
}
.minified #main {
    margin-left: 0;
    padding-left: 45px;
}
#img-flag {
    position: relative;
    right: 30px;
    top: -5px;
}
.bootstrapWizard li .title{
    z-index: 0;
}
.plus-next:hover{
    background-color: #cccccc;
    cursor: pointer;
}

html {
    height: 100%;
}
.loading-item div{
    text-align: center;
    height: 100%;
}
.loading-item div img{
    max-width: 25%;
    max-height: 25%;
    top: 35%;
}
.loading{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #333333;
    opacity: 0.8;
    z-index: 99999;
}
.check-img{
    position: static!important;
}
.disabled {
    color: #999999;
}
@media (max-width: 767px) {
    .dt-toolbar-footer>:first-child, .dt-toolbar>:first-child {
        padding-left: 13px!important;
    }
    div.dataTables_length select {
        width: 16em;
    }
    .dt-toolbar>:last-child .DTTT, .dt-toolbar>:last-child .dataTables_filter>:only-child, .dt-toolbar>:last-child .dataTables_length, .dt-toolbar>:last-child .pagination {
        float: left;
    }
}
.txt-color-blueWeb{
    color:#15216b!important
}

#left-panel {
    /* padding-top: 90px; */
}

#header {
    height: 90px;
}
#header>div {
    height: 25px;
}

.menu-on-top #header #mobile-profile-img{
    display: none!important;
}
#m-profile {
    margin-left: 34px!important;
}
.pager li>a:focus, .pager li>a:hover {
    background-color: #00adef!important;
}

.btn-info {
    background-color: #00adef;
    border-color: #00adef;
}
.menu-on-top .menu-item-parent {
    font-weight: bold;
}
#m-logout {
    float: right;
}
.smart-form section {
    margin-bottom: 10px;
}
.jarviswidget.jarviswidget-color-blueDark {
    border-top: 10px solid #00adef;
}

#form-advance-search input {
    width: calc(100% - 15px);
    padding-left: 15px;
}

#form-advance-search select {
    padding-left: 15px;
    width: calc(100% - 7.5px);
}
.mes-actual {
    width: calc(30% - 15px);
    float: left;
    background-color: #00adef;
    border-color: #00adef;
    height: 32px;
    margin-top: 1px;
}
@media (max-width: 979px) {
    .menu-on-top #header #mobile-profile-img{
        display: block!important;
    }
    #m-profile {
        margin-left: 0px!important;
    }
    #m-logout {
        float: none;
    }
    .mes-actual {

    }
}

@media (max-width: 600px) {
    #form-advance-search input.corregir-mobile {
        padding-left: 15px;
        width: calc(100%);
    }
    #form-advance-search select {
        padding-left: 5px;
        width: calc(100% - 2.5px);
    }
}