body{
    color: #444444;
}
a{
    color: #074295;
}
a:hover{
    color: black;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    color: white !important;
    background-color: #052E68 !important;
    opacity: 1;
}
.breadcrumb>.active {
    color: #fff;
}
.info-box .info-box-icon .bg-aqua{
    background: #074295;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #074295;
    border-color: #074295;
    color: #000000;
    outline: none;
}
.dropdown-menu>li>a:hover {
    color: #111 !important; 
}
[data-toggle="advanced-filter"]:hover{
    color: #111 !important;
}
/*------------CONTENEDOR-------------*/
.content-wrapper, .right-side {
    background-color: #FBFCFE;
    padding-top: 60px !important;
}
.content{
    padding: 30px;
    padding-left: 30px;
    padding-right: 30px
}
.content-header + .content{
    padding: 0 30px 30px 30px;
}
.content-header .navbar.stuck {
    top: 50px !important;
    margin-left: -15px !important;
    background: #fbfcfe !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.content-header .navbar-right{
    margin-left: 5px;
}
.sidebar-bottom{
    margin-top: 20px;
    border-top: 1px solid #666;
}
.page-header{
    margin-top: 0;
    border: none;
}

@media (max-width: 800px) {
  .box-primary .box-footer .pull-left{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .box-primary .box-footer .pull-left .checkbox + .select2-container{
    margin-left: 30px;
  }
  .box-primary .box-footer .pull-left .checkbox + .select2-container + select + .btn-small{
    height: 100%;
  }
  .box-primary .box-footer .pull-right{
    margin-top: 10px;
    width: 100%;
    text-align: right;
  }
  .box-primary .box-footer .pull-right .btn-group button{
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .content-header .navbar-right{
    margin-left: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .content-header .navbar-nav>li{
    width: 100%;
  }
  .content-header .navbar-nav>li>a{
    margin-left: 0px !important;
    width: 100%;
  }
  .sonata-actions + .sonata-actions{
    margin-top: 10px;
  }
  .sonata-actions a{
    margin-left: 0px !important;
  }
}
/*------------LOGIN-------------*/
.login-page, .register-page {
    background: #074295; 
    background: -moz-linear-gradient(top,  #074295 0%, #052E68 100%); 
    background: -webkit-linear-gradient(top,  #074295 0%,#052E68 100%); 
    background: linear-gradient(to bottom,  #074295 0%,#052E68 100%); 
}
.login-box .form-control{
    height: 45px;
}
.login-box  .form-control-feedback{
    line-height: 45px;
}
.login-box-body, .register-box-body {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.login-box-body form {
    margin-bottom: 15px;
}

.login-box-msg, .register-box-msg {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.login-logo {
    margin: 0;
}
.login-logo img {
    width: auto !important;
    max-width: 100%; 
}
.login-logo span {
    color: #fff;
    display: inline-block;
    margin: 15px 0;
}

.sonata-ba-list-field-header a {
    color:black!important;
}

.breadcrumb>.active {
    color: #EEE!important;
}

.view_link {
    border:none!important;
    background-color:transparent;
}

.edit_link {
    border:none!important;
    background-color:transparent;
}

.delete_link {
    border:none!important;
    background-color:transparent;
}

.content-wraper .dropdown-toggle {
    background-color:#074295!important;
    color:#FFF!important;
}

.navbar-default .navbar-brand {
    color: #333!important;
}

.navbar-default {
    background-color: transparent!important;
    border: none!important;
}

.btn-custom {
    background-color:#074295;
    color:#FFF;
}

.logo img {
    display: inline;
    max-height: 100%;
    max-width: none!important;
    padding: 4px;
}
.logo img + span{
    /*display: none;*/
    color: white;
}
.main-sidebar li.active{ 
    background: #F7F9FA!important;
    color: #074295!important;
}
/*------------box-------------*/
.box{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border: none;
    margin-bottom: 30px;
}
.box-header{
    background: #052E68;
    padding: 10px 15px;
    color: #fff;
}
.box-header .btn-box-tool{
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
}
.box-header .box-title i{
    margin-right: 5px;
}
.box-title{
    color: #fff;
}
.box-body{
    padding: 10px 15px;
}
.box-footer .form-inline {
    margin-top: 15px;
}
.box-footer .form-inline label{
    font-weight: normal;
}

.box.inspecciones .box-header{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    min-height: 91px;
}
.box.inspecciones .box-header .name{
    display: inline-block;
    width:50%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.box.inspecciones .box-header .date{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.box.inspecciones .box-header .code{
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.box.inspecciones .box-body .icon{
    display: block;
    text-align: center;
    font-size: 25px;	
}
.box.inspecciones .box-body .average{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border: solid 6px #93CB55;
    border-radius: 100px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
.box.inspecciones .box-body .average.green{
    border: solid 6px #93CB55;
}
.box.inspecciones .box-body .average.red{
    border: solid 6px #D0021B;
}
.box.inspecciones .box-body .average.yellow{
    border: solid 6px #F5B923;
}
.box.inspecciones .box-body .quantity{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.box.inspecciones .box-footer{
    /*display: flex;
    justify-content: flex-start;*/
    border-top: 1px solid #f4f4f4;
}
.box.inspecciones .box-footer .btn{
    margin-left: 15px;
}

.box.inspecciones .box-footer .btn:first-child{
    margin-left: 0;
}

@media (max-width: 1200px) {
    .box.inspecciones .box-body .average{
        width: 50px;
        height: 50px;
        font-size: 13px;
    }
}



/*------list---------*/
.list-group-item {
    border-color: #eee;
}
.list-group-item:first-child {
    border-top: none;
}
.list-group-item:last-child {
    border-bottom: none;
}
/*------------BOTONES-------------*/
.btn.btn-flat, .btn  {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    transition: 0.2s ease all;
}
.btn-primary {
    background-color: #074295;
    border-color: #074295;
    color: #fff;
}
.btn-link {
    color: #fff;
}
.btn-link-border {
    color: #074295;
    border-color: #074295;
}
.btn-link-border:hover {
    background-color: #074295;
    border-color: #074295;
    color: #fff;
    opacity: 0.8;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus { 
    background-color: #074295;
    border-color: #074295;
    color: #fff;
    outline: none;
    opacity: 0.8;
}
.btn-default {
    background-color: #052E68;
    border-color: #052E68;
    color: #fff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus  {
    background-color: #052E68;
    border-color: #052E68;
    color: #fff;
    opacity: 0.8;
}
/*-------cabecera botones---------*/

.content-header .navbar-default{
    background: transparent;
    border: none;
}
.content-header .navbar-nav>li>a  {
    border-radius: 0;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    transition: 0.2s ease all;
    background-color: #074295;
    border-color: #074295;
    padding: 7px 12px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.content-header .navbar-nav>li>a:hover,
.content-header .navbar-nav>li>a:active,
.content-header .navbar-nav>li>a:focus,
.content-header .navbar-nav>li>a:active:focus {
    background-color: #074295;
    border-color: #074295;
    color: #000000;
    outline: none;
}
.content-header .stuck .navbar-nav>li>a,  .content-header .stuck .navbar-nav>li>button {
    margin-top: 8px;
}
/*------------TABLAS-------------*/
.table thead tr{
    background: #F7F9FA;
}
.table thead tr th{
    font-weight: normal;
    color: #444444;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    vertical-align: middle;
}
.table tr td .btn-group a{
    background: none;
    border: none;
    color: #074295;
}
.table tr td .btn-group a:hover{
    color: #052E68;
}

.sin-header .box-header{
    display: none;
}
.badge{
    background: #383636;
}



.w100 {
    width: 100% !important;
}
.bg-#074295{
    background: #D0021B !important;
}
.bg-green{
    background: #93CB55 !important;
}
.bg-yellow{
    background: #F5B923 !important;
}

.state-icon{
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #ccc;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #fdfdfd;
}
.task{
    list-style: none;
    margin: 0;
    padding: 0;	
    font-size: 16px;
}
.task li{
    padding: 10px 0;	
}
.task li.active a{
    font-weight: bold;
    text-decoration: underline;	
}
.task-item{
    margin: 0;
    padding: 15px 0 0 15px;
}
.task-item li{
    padding: 5px 0;
    font-weight: bold;
}

.task-item .task-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #ccc;
}


/* Bootstrap Range Slider */
.slider.slider-horizontal {
    margin: 0 5%;
    margin-top: 25px;
    width: 90%;
}
.slider.slider-horizontal .slider-selection {
    background: #074295;
}
.slider.slider-horizontal .slider-handle {
    width: 40px;
    height: 40px;
    background: #074295;
    margin-left: -20px;
    top: -10px;
}
.slider.slider-horizontal .slider-handle:before {
    position: absolute;
    content: attr(aria-valuenow);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}




/*-----taskes----*/
.task-list{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 450px;
    overflow-y: scroll;
    border:solid 1px #eee;
}
.task-list li .task-list-item{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.task-list li:nth-child(odd) .task-list-item{
    background: #f9f9f9;
}
.task-list li .task-list-item.list-item-active{
    background: #ff8787;
    color: #333;
}
.task-list li .task-list-item.done{
    color: #EF5350;
}
.task-list li .task-list-item.todo{
    color: #9CCC65;
}
.task-details{
    height: 450px;
    overflow-y: scroll;
    border:solid 1px #eee;
}
.task-details .task-detail{
    padding: 10px;
}
.task-details .task-detail:nth-child(odd){
    background: #f9f9f9;
}
.task-details .task-detail  img{
    width: 250px;
    margin: 3px;
    max-width: 100%;
}

.sideMenu-header {
    padding: 10px 25px 10px 15px;
    color: #052E68;
    background:#fff;
    font-size: 15px;
    margin-top: 25px;
    display: none;
}

.sidebar-menu {
    margin-top: 25px;
}

.sidebar-menu > li:nth-of-type(3) {
    margin-top: 20px;
    border-top: 1px solid #666;
}

.treeview {
    margin-top: 20px !important;
    border-top: 1px solid #666;
}

.box-footer {
    border-top: 1px solid  #074295;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#074295;
    border: 1px solid #ddd;
}

.skin-black .main-header .navbar .nav > li > a:hover, .skin-black .main-header .navbar .nav > li > a:active, .skin-black .main-header .navbar .nav > li > a:focus, .skin-black .main-header .navbar .nav .open > a, .skin-black .main-header .navbar .nav .open > a:hover, .skin-black .main-header .navbar .nav .open > a:focus, .skin-black .main-header .navbar .nav > .active > a{
    background: #074295;
    color: white;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    background-color: #074295 !important;
    color: white;
}

#clients-list {
    margin-top: 8px;
    max-width: 100%;
    min-width: 300px;
}

.mod-elements-css{
    padding: 0 !important;

}

.mod-elements-css .box{
    background: none !important;
    box-shadow:  none !important;
}


.mod-elements-css .box .box-body{
    padding: 10px 0 0 0 !important;
    border:none;
}

.panel-heading.accordion-toggle:after {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    font-weight: bolder;
    float: right;
    color: grey;
}
.panel-heading.accordion-toggle.collapsed:after {
    content: "\f105";
}