html,
body {
    height: 100%;
    font-size: 10pt;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0;
}
.navbar {
    position: relative !important;
    background-color: #688E2D!important;
    border-color: #121312!important;
    margin-bottom: 0px !important;
}
nav.col-2, nav.col-1 ,nav.col-lg-2, nav.col-lg-1{
    padding: 15px 0  !important;;
    background-color: #688E2D !important;;
    margin-left: -5px !important;
    /*min-height: 550px;*/
}

.navbar-header{    
    float: left;
    left: 0;
    position: absolute; 
    padding: 28pt 10px;
    margin-left: 0px !important;
    background-color: #fff;
    border-radius: 5px;
    border: #688E2D solid 1px;
}
.navbar-toggler{
    border: #000 solid 1px;
    display: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    font-size: 20pt;
    margin-top: -22px;
    margin-left: -50px !important;
}
#title{
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
    max-width: 50%;
    display: flex;
}
form {
    margin-block-end: 0em;
} 
main > .container {
    padding: 70px 15px 20px;
}
main .grid-view{    
    overflow: scroll; 
    /*max-height: 700px;*/
    float: left;
    width: 100%;
}
.footer {
    height: 60px; 
    margin-top: -1px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}
.center{
    text-align: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 100px;    
    width: 100%;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    background-color: #ffffff; 
    padding: 2px 10px; 
    color: #000;
    margin: 9px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.nav > li > form > button.logout{
    text-decoration: none;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: underline;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse .btn-link:hover{
    color: #000 !important;
}
.btn-link {
    font-weight: 400;
    color: rgb(3, 119, 51) !important;
    text-decoration: none;
}
.nav-pills > li + li {
    width: 100%;
}
.nav-pills > li > a {
    width: 100%;
}

.nav-pills .nav-link{
    font-size: 10pt;
}
label.control-label{
    width: 30%;    
    border-bottom: #eeeeee dotted 1px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.form-control,.ui-autocomplete-input{
    width: 69% !important;
    display: inline !important;
    box-sizing: border-box;
}
.navbar-inverse, .navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #688E2D;
    border-color: #688E2D; 
}
.navbar-inverse{ 
    border-bottom: #2F3C22 solid 1px;
    box-shadow: 0px 0px 5px 0 #2F3C22;
}
.navbar-inverse .navbar-brand, .navbar-inverse .btn-link, .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 10pt;
} 
.container {
    max-width: 100% !important;
} 
.navbar-nav { 
    display: flex;  
    flex-direction: inherit;
}
.wrap img{     
    height: 90px;
    margin-top: 15px;
    margin-left: 46px;
    background-color: #fff;
    border-radius: 5px;
} 
.blank .wrap img { 
    margin-top: -18px;
}
.blank .site-login {
    width: 75%; 
    margin-top: 0px;
}
.blank .site-login .mt-5, .my-5 {
    margin-top: 10px !important;
}
.blank .form label {  
    width: 30%;
    border-bottom: #eeeeee dotted 1px; 
    box-sizing: border-box;  
    padding: 5px 0 0 10px;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}
.blank .form input { 
    width: 69% !important;
    display: inline !important;
    box-sizing: border-box;
    height: calc(1em + 0.5rem + 2px);
    padding: 5px !important;
    font-size: 14px !important;
}
.blank .site-login .login-img{
    text-align: center;
}
.blank .site-login .login-img img {
    width: 200px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
}
main{
    padding: 0px 20px 0 0;
    font-size: 8pt; 
}
.maintitle {
    font-size: 18px;
} 
.footer .col-2{
    padding: 15px 0 0 0;
    background-color: #688E2D; 
}
.footer{
    padding-top: 20px;
    font-size: 10pt;
}
.wrap .container, main > .container{
    padding: 0 5px;
    width: 100%;
    margin: auto;
}
.navbar{
    margin-bottom: 0;
    padding: 6px;
    position: relative;
}
.navbar-inverse .navbar-brand, .navbar-inverse .btn-link, .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    padding: 16px 0 18px 0;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #ffffff;
    border-color: #688E2D;
    padding: 5px 10px;
    border: #000;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
}
.navbar-brand {
    float: none;
    height: auto;
}
.navbar:before, .navbar:after, 
.container:before, .container:before,
.navbar-collapse:before, .navbar-collapse:after,
.nav:before,.nav:after{
    content: none !important;
}
/*@media (min-width: 768px){ 
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}*/
.collapse:not(.show) {
    display: block;
}
.collapse.in {
    /*display: none !important;*/
} 
.collapse.show {
    /*display: block !important;*/
} 
.navbar-collapse { 
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: end;
}

.navbar-collapse .nav{ 
    justify-content: flex-end;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 40pt;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0 3px 0 0px !important ;
    color: #000 !important ;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #444;
    cursor: default;
    background-color: #F2F2F2;
    border: 1px solid #688E2D;
    border-bottom-color: transparent;
    font-size: 11pt;
    text-align: center;
    max-width: 100%;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    font-size: 10pt;
    text-align: center;
}

.nav-tabs > li > a {     
    position: relative;
    display: block;
    padding: 3px 9px;
    border-color: #688E2D;
    font-size: 9pt;
    color: #777;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.tab-content{
    padding-top: 1pt;
}
.tab-content #w1-tab0, .tab-content #w1-tab1,
.index .tab-content{
    padding-top: 5pt;
}
.site-login{    
    width: 70%;
    margin: auto;
}
.site-login .control-label{
    float: left;
    width: 35%;
}
.site-login .form-control{
    float: none;
    width: 65% !important;
    margin-left: 15px;
}
.site-login .form-group{    
    width: 100%;
    float: left;
    text-align: center;
}
.site-login .form-group label{   
    font-weight: bold;
}
.breadcrumb{
    background: none; 
    padding: 0;
    font-style: italic;
    font-size: 14px;
}
a {
    color: rgb(3, 119, 51) !important ;
    text-decoration: none;
    background-color: transparent;
}

.table a {
    color: rgb(3, 119, 51) !important ; 
    text-decoration: none;
    background-color: transparent;
}

.h1, h1 {
    font-size: 17pt !important;
}
.tittle{
    width: 100%;
    color: #666666;
    box-sizing: border-box;
    padding: 20px 0 0px 0;
    border-bottom: #688E2D solid 1px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.precio{
    background-color: #688E2D;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 5px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 9pt;
    float: right;
}
.precio1{
    background-color: #79a724;
    color: #ffffff;
    border-radius: 2px;
    padding: 2px 4px;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 8pt;
    float: right;
}
.list-group-item{
    background: none;
    padding: 3px 20px 0;
}
.card-title, .card-text {
    margin-bottom: 2pt;
}
.h5, h5 {
    font-size: 13pt;
}
.card-body { 
    padding: 5pt 3pt;
    color: #999;
}
.card{
    background: #fcfcfc !important;
    background-color: #cfcfcf;
}
.mb-3, .my-3 {
    margin-bottom: 5px!important;
}
.btn-success {
    color: #fff !important;
    background-color: #FF6400;
    border-color: #FF6400;
}
.btn-primary {
    color: #fff !important;
    background-color: #FF6400  !important;
    border-color: #FF6400  !important;
    margin-right: 5px;
}
.btn-danger {
    color: #fff !important; 
    margin-right: 5px; 
}
.btn-danger:hover {
    color: #fff !important;
}
.btn-full {
    width: 100%; 
    padding: 1px !important;
    border-radius: 0 !important;
}
.btn-bold { 
    font-weight: bold !important;
}
.btn-secondary{
    background-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #c9c9c9;
}
.datacontent h1{
    color: #5cb85c;
    text-align: center;
    text-shadow: 1px 1px rgb(2, 73, 32);
    position: unset;
    width: auto;
    right: 10%;
    top: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 4px;
    border: solid 1px #5cb85c;
    z-index: 111;
}

.subtitle{
    color: #5cb85c; 
    text-shadow: 1px 1px rgb(2, 73, 32); 
    background-color: #F5F5F5;
}
.subtitle1{
    color: #5cb85c; 
    padding-top: 10px;
}
.fa-li {
    left: 0;
    top: .2em;
    font-size: 15pt;
    position: relative !important;
}
.fa-list{
    left: 0;
    top: .2em;
    font-size: 10pt;
    position: relative !important;
    margin: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 6px !important;
    vertical-align: middle !important;
}
.table > thead > tr > th{
    vertical-align: middle !important;
    font-weight: bold;
    text-align: center;
}
.table .glyphicon{
    margin-right: 5px;
    top: 3px;
    left: 3px;
    font-size: 13px;
}
.form-control,.ui-autocomplete-input { 
    height: calc(1em + .5rem + 2px);
    padding: 5px !important;
    font-size: 14px !important;
}
.table .form-control, .table .ui-autocomplete-input { 
    height: calc(1em + .5rem + 2px) !important;
    width: 100% !important;
    padding: 0px !important;
    font-size: 11px !important;
}
.table .modal-body .form-control, .table .modal-body .ui-autocomplete-input { 
    height: calc(1em + .5rem + 2px) !important;
    width: 60% !important;
    padding: 0px !important;
    font-size: 18px !important;
}
select.form-control { 
    height: calc(1em + .5rem + 10px);
}
.table-bordered thead{
    border-top: 1px solid #688E2D;
    border-left: 2px solid #688E2D;
    border-right: 2px solid #688E2D;
}
.table-bordered thead tr th{
    border: 1px solid #688E2D;
}
.table-bordered tbody{
    border-bottom: 2px solid #688E2D;
    border-left: 2px solid #688E2D;
    border-right: 2px solid #688E2D;
    border-top: 2px solid #688E2D;
}
.table-bordered .control{
    width: 20%;
}
.tablenoborder th,.tablenoborder td{
    border: 1px solid #fff;
    padding: 2px;
}
.tablenoborder tbody{
    border: none;
}
.tableinternal{
    background-color: transparent !important;
    width: 100%;
} 
.tableinternal th, .tableinternal td{
    background-color: transparent !important;
    border: 1px solid #999;
    padding: 2px;
} 
.tableinternal thead,.tableinternal tbody{
    border: none;
}
.tableinternal tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.tableinternal tbody tr:nth-of-type(even) {
    background-color: transparent !important;
}
.datacontent form{
    width: 100%;
}
.datacontent form .form-group {
    margin-bottom: 0px;
}
.datacontent form .form-group label.control-label{
    padding: 5px 0 0 10px;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}
.datacontent form .form-group.save{
    text-align: right;
}
.panel-body{
    padding: 0 0 10px 0 !important;
}
.panel-group .panel{       
    border-radius:0px !important;
}
.panel-default > .panel-heading {
    color: #ffffff !important;;
    background: none !important;;
    border: none !important;       
    border-top-left-radius:0px !important;
    border-top-right-radius:0px !important;

}
.panel-title > a{
    width: 100%;
    display: flex;
    color:#000 !important;
}
.panel-default > .panel-heading .panel-title a:hover{
    color:#000 !important;
}
.panel-heading:hover{    
    text-decoration: none;
    background-color: #eeeeee;
    color: #000;

}  
.fullform{
    width: 100% !important;
}
.proyecto .glyphicon,.proyecto span{
    display: none;
}
.proyecto:hover {
    display: unset;
    position: absolute;
    background-color: #fff;
    min-width: 400px;
    padding: 10px 50px;
    transition: 0.5s;
    margin-top: -10px;
    margin-left: -100px; 
}
.proyecto:hover .glyphicon,.proyecto:hover span{
    display: unset;
}
a.fullwidth{
    width: 100%;
    float: left;
}
.ui-autocomplete-input{
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.whiterow{
    background-color: #fff;
}
.greyrow{
    background-color: #F2F2F2;
}
.componenterow{
    background-color: #F2F2F2;
}
.aspectorow{
    background-color: #d6d6d6;
}
.temarow{
    background-color: #e6e6e6;
}
.formularios-preview{
    width: 100%;
    margin: auto;
}
.formularios-preview .field-actions,
.formularios-preview .form-elements,
.formularios-preview .pull-right{
    display: none!important;
}
.formularios-preview .pull-left{
    width: 100%;
}
#formulario-data{
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 2px;
    float: left;
}
/*Modificar vista de campos de formularios*/
#formulario-data .fb-autocomplete,
#formulario-data .fb-date,
#formulario-data .fb-number,
#formulario-data .fb-radio-group,
#formulario-data .fb-select,
#formulario-data .fb-text,
#formulario-data .fb-file,
#formulario-data .fb-checkbox-group{
    width: 30%;
    padding: 5px 1%;
    border-left: #cfcfcf solid 1px;
    float: left; 
}
#formulario-data h1,
#formulario-data p{
    width: 100%;
    padding: 5px ;
    border-top: #cfcfcf solid 1px;
    float: left; 
}
.form-builder .autocomplete-field,
.form-builder .date-field,
.form-builder .number-field,
.form-builder .radio-group-field,
.form-builder .select-field,
.form-builder .text-field,
.form-builder .file-field,
.form-builder .checkbox-group-field{
    width: 30%;
    padding: 5px 1%;
    border-left: #cfcfcf solid 1px;
    float: left;
    clear: inherit;
}
.form-builder .header-field,
.form-builder .paragraph-field{ 
    width: 100%;
    border-top: #cfcfcf solid 1px;
    float: left;
}
.form-builder .editing{
    width: 100%; 
}
/*Otros estilos directos en el formulario*/
#formulario-data .col1,
.form-builder .col1{
    width: 100%;
}
#formulario-data .col2,
.form-builder .col2{
    width: 48%;
    float: left;
    clear: inherit;
}
#formulario-data .col3,
.form-builder .col3{
    width: 30%;
    float: left;
    clear: inherit;
}

#w1-fb-element {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 5px;
}
#w1-fb-element .clear-all{
    display: none!important;
}
#w1-fb-element .save-template{
    background-color: #E9ECEF;
    color: #000;
}
#w1-fb-element .btn-default{     
    list-style: none;
    margin: 0 0 -1px;
    padding: 6px ​10px;
    text-align: left;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #c5c5c5;
    width: 78px;
    text-align: center;
    background-color: #688E2D;
    border-radius: 5px;
    float: revert;
}
.formData-json{    
    font-size: 10px;
}

#w1-fb-element .form-control{     
    height: 26px;
    display: block;
    width: 100%;
    padding: 1px 6px;
    font-size: 12px; 
}
#w1-fb-element textarea.form-control,
#w1-fb-element .ql-container{
    height: auto;
}
#message-dialog{
    position: fixed;
    left: 40%;
    width: 20%;
    top: 200px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.readonly, .readonly:focus {
    background-color: #e9ecef;
    opacity: 1;
}
.jumbotron {
    padding: 2rem 2rem 0rem;
}
.evidencias-content{
    max-height: 400px;
    overflow-y: scroll;
}
.select2-container--bootstrap {
    display: block;
    float: right;
}
.form-group {
    margin-bottom: 5px !important;
    float: left;
    width: 100%;
}
.footer {
    padding: 10px;
    font-size: 10pt;
    width: 97%;
    float: left; 
    bottom: 0px;
}
.datacontent{
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
}
.form-wrap {
    position: relative;
    float: left;
    width: 100%;
}
.frmb-control li.icon-button,
.frmb-control li.icon-hidden{
    display: none;
}
.table > tbody > tr.asignado{
    background-color: #d0ffd8;
}

.table > tbody > tr.asignado td{
    border: solid 1px #f00;
}
.table > tbody > tr.totales td{
    border: solid 1px #f00;
    font-weight: bold;
    border-top: solid 2px green;
}
.table > tbody > tr.noasignado{
    color: transparent;
    text-shadow: 0 0 1px #000;
}
 
.input-group.date .input-group-addon {
    cursor: pointer;
    height: 22px;
}
.glyphicon {
    position: relative;
    top: -3px;
    left: -5px;
}
.fechaactual{
    font-size: 14px;
    color: #9f9f9f;
}
.fechalimite{ 
    color: #688E2D;
}
.col-sm-12{
    padding-right: 2px;
    padding-left: 2px;
}
.select2-selection{
    margin-left: -7px;  
    margin-bottom: 4px;
}
.select2-container{ 
    width: 69% !important;
}
.filter-dpto{ 
    position: relative;
    width: 100%;
    text-align: right;
}
.filter-dpto form{  
    width: auto;
    text-align: right;
}
.float-right{
    float: right;
}
.btn1 {
    padding: 1px 10px;
}
.btn1 .glyphicon{
    padding: 1px;
    top: 1px;
}
.fade:not(.show) {
    opacity: 9;
}
.fade {
    opacity: 100%;
}
.btn-success {
    color: #fff;
    background-color: #688E2D !important;
    border-color: #688E2D !important;
    margin-right: 5px;
}
form .form-group .input-group { 
    width: 69% !important;
    display: inline-block;
}
#proyectodetalle{
    max-width: 1260px;
    height: auto;
    overflow-x: scroll;
}
@media print {
    .noprint, .btn {
        height: 0px !important;
        visibility: hidden !important;
        display: none !important;
    }
    .fullwidht{
        width: 100% !important;
    }
    .col-10{
        width: 100% !important;
        position: absolute;
        left: 0;
    }
    #proyectodetalle{
        max-width: 100% !important;
        width: auto !important;
        height: auto;
        overflow: visible !important;
        display: block !important;
    }
    th, td{
        width: auto !important;
        max-width: 100px !important;
    } 
    table{        
        display: table; 
        width: 100% !important; 
        table-layout: fixed !important;
        overflow-wrap: break-word !important;
        top:10px;
    }
    .btn-full{
        visibility: visible !important;
    }
    a[href]:after {
        content: none !important;
    }
    .navbar-header{
        display: none !important;
        visibility: hidden !important;
    }
    .navbar-inverse, .navbar-inverse .container, .alert, .navbar, .table-striped a svg{
        height: 0px !important;
        visibility: hidden !important;
        display: none !important;
     }
    .print{
        display: table !important;
        visibility: visible !important;
    }
 }
 .datepicker{
     z-index: 11111 !important;
 }
 th.full{
     min-width: 160px;
 }
 td.cobertura{
     background-color: #c3fadc;
     min-width: 60px;
 }
 td.suspension{
     background-color: #eee6cb;
     min-width: 60px;
 }
 td.suspension .btn-full,
 td.prorroga  .btn-prorroga{
    font-size: 10px !important;
 }
 td.prorroga {
     background-color: #9df08c;
     min-width: 60px;
 }
 td.resaltar{
    background-color: #e9e9e9;
    text-align: center;
}
td.ultimo {
    background-color: #cfcfcf;
    min-width: 60px;
}
td .btn-full{
    font-size: 12px !important;
}
td.detallenumero{
    font-size: 14px !important;
}
 .table > thead > tr > th {
    text-align: center;
}
.avance-actividades{
    display: inline-block;
    max-height: 200px; 
    width: 68%;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: #eeeeee solid 1px;
}
.table-striped ul{
    padding-left: 10px; 
}
.scroll-y{
    padding:4px; 
    width: 100%;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}

.table-striped a svg{
    margin: 0 1px; 
    height: 1.4em !important;
    width: 1.4em !important;
}

.table .current{
    border-left: 2px solid #ff0000 !important;
    border-right: 2px solid #ff0000 !important;
}
.table-log thead{
    border-top: 1px solid #5cb85c;
    border-left: 2px solid #5cb85c;
    border-right: 2px solid #5cb85c;
}
.table-log thead tr th{
    border: 1px solid #5cb85c;
}
.table-log tbody{
    border-bottom: 2px solid #5cb85c;
    border-left: 2px solid #5cb85c;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
}
.btn-small{
    padding: 0px 10px !important;
    font-size: 11px !important;
}
.btn-small-danger{
    padding: 0px 10px !important;
    color: red !important;
}

.btn-past{
    padding: 0px 10px !important;
    color: #000 !important;
    background-color: rgb(253, 253, 168);
}
td.global,th.global{
    background-color:#cbfa73 ;
    text-align: center;
    font-weight: bold;
    vertical-align: middle !important;
}
td.avance,th.avance{
    background-color: #86b4fa;
    text-align: center;
    font-weight: bold;
    vertical-align: middle !important;
}
table.cobertura{ 
    vertical-align: middle !important;
    text-align: center !important;
}
td.bold{ 
    text-align: center;
    font-weight: bold;
    vertical-align: middle !important;
}
.fieldfixed{
    position: sticky;
    left: 0;
    top:0;
    border: 1px solid #ddd;
    background-color: #F9F9F9;
    z-index: 2;
    max-width: 318px !important;
}
td.fieldfixed{
    border: 1px solid #ddd;
}
th.actual,td.actual{
    border-left: 2px solid #10d631 !important;
    border-right: 2px solid #10d631 !important; 
}
th.actual{
    color: #157e27 !important; 
}
td.danger{
    border: solid 1px red !important;
    color: red !important;
}
tr.disabled, td.disabled{
    color: #999 !important; 
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.pagination li{
    padding: 5px;
    border: 1px #cfcfcf solid;
    margin-right: 1px;
    font-size: 12pt;
}
.accordion-button:not(.collapsed), .accordion-button:not(.collapsed)::after {
    color: rgb(3, 119, 51) !important ;
}
.accordion-body {
    padding: 5px 20px;
}
.nopadding, .table > tbody > tr > td.nopadding{
    padding: 0 !important ;
}.table > tbody > tr > td.nopadding .tablenoborder{
    width: 100% !important ;
}
.help-block{
    color: red;
}
.simpleform{
    width: auto!important;
    float: right;
}
.pagination li {
    padding: 1px;
}
.pagination > li > a, .pagination > li > span {
    padding: 3px 6px !important;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;;
    cursor: default;
    background-color: #688E2D;
    border-color: #688E2D;
}
.form-right{
    width: 69% !important;
    display: inline-flex;
    padding: 5px !important;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: scroll;
}
.form-right ul{
    margin-left: -20px;
}
.form-right li{
    list-style: none;
}
.col-lg-6 
.form-right{
    width: 100% !important;
}
.alert .btn{
    border:solid 1px #666;
    margin-top: -8px;
}
#user-info{
    width: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 11pt;
}
#user-info div{
    width: auto;
    float: left;
    margin-right: 5px;
}
.mensajeerror{
    border:solid 1px red;
    border-radius: 5px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.map-view{
    width: 100%; 
    min-height: 600px;
    margin-top: 22px;
}
.map-view .datacontent {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.codigo-form input{
    max-width: 76px;
}
.codigo-form input.full{
    width: 500px;
    max-width: 90%;
}
.venta-form .codigos label{
    font-weight: normal;
}
.venta-form .codigos .nav-tabs{
    margin-top: 11px;
}
.venta-form .codigos .nav-tabs .nav-link{
    font-size: 11pt;
    max-width: 200px;
    padding: 6px !important;
}
.codigo-index .codigo-form { 
    border: dotted 1px;
    border-radius: 3px;
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    margin-bottom: 2px;
}
.codigo-index .codigo-form .content { 
    padding: 5px;
}
.codigo-index .codigo-form label.control-label{
    color: rgb(3, 119, 51) !important;
    font-weight: bold !important; 
}
.detail label{
    color: rgb(3, 119, 51);
    font-weight: bold;
}
.detail label.red{
    color: red;
    font-weight: bold;
}
.detail.border{
    padding: 10px 5px;
}
.hojadevida-index .table img{
    margin: auto !important;
    display: flex;
    align-items: center;
    max-height: 60px;
}
.hojadevida-view  .table img{
    margin: auto !important;
    height: 150px;
}
input[type="file"].form-control {
    height: auto;
}
.detailscroll{
    max-width: 1260px;
    height: auto;
    overflow-x: scroll;
}
.input-group.date .input-group-addon {
    width: 100px;
}
.date>.form-control {
    width: 69% !important;
    min-width: 69% !important;
    display: inline;
    box-sizing: border-box;
}
.facturacion-detalle {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}
.facturacion-detalle .facturacion-header, 
.facturacion-detalle .facturacion-detail{
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px #c6c6c6 solid;
    border-radius: 10px;
}
.facturacion-detalle .imagen{
    padding-top: 10px;
}
.facturacion-detalle .imagen img{
    width: 70%;
    height: auto;
    max-width: 100px;
    max-height: 150px;
}
.facturacion-detalle .titulo{
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.facturacion-detalle .subtitulo1{
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.facturacion-detalle .subtitulo2{
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.facturacion-detalle .subtitulo{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.facturacion-detalle .recibo{
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #ff0000;
    padding-top: 30px;
}
.facturacion-detalle .facturacion-data .header{
    font-weight: bold;
    width: 40%;
    box-sizing: border-box;
}
.facturacion-detalle .facturacion-data .content{
    border-bottom: #c6c6c6 solid 1px;
    width: 60%;
    box-sizing: border-box;
    min-height: 10px;
}
.facturacion-detalle .facturacion-data,
.facturacion-detalle .facturacion-concepto,
.facturacion-detalle .facturacion-kilos,
.facturacion-detalle .facturacion-otros,
.facturacion-detalle .facturacion-pago,
.facturacion-contable{
    padding: 10px;
}
.facturacion-detalle .full{
    width: 100%;
    box-sizing: border-box;
}
.facturacion-detalle .facturacion-concepto,
.facturacion-detalle .facturacion-codigos,
.facturacion-detalle .facturacion-otros{
    border-top: #c6c6c6 solid 1px;
    border-bottom: #c6c6c6 solid 1px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.facturacion-detalle .facturacion-codigos{
    border-top: none;
    margin-bottom: 10px;
}
.facturacion-detalle .facturacion-concepto .header{
    width: 50%;
    box-sizing: border-box;
}
.facturacion-detalle .facturacion-concepto .content{
    border-bottom: #c6c6c6 solid 1px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
.facturacion-detalle table{
    width: 100%;
}
.facturacion-detalle table th{
    text-align: center;
}
.facturacion-detalle table td{
    padding: 2px;
    text-align: justify;
}
.facturacion-detalle .right{
    text-align: right;
}
.facturacion-detalle .center{
    text-align: center;
}
.facturacion-detalle .left{
    text-align: left;
}
.facturacion-detalle .contentfull{
    width: 100%;
    box-sizing: border-box;
    border-bottom: #c6c6c6 solid 1px;
    text-align: center;
}
.facturacion-contable table.contable th{
    max-height: 20px;
}
.facturacion-contable table.contable td{
    min-height: 20px;
}
.facturacion-contable table.contable td{
    min-height: 20px;
}
.facturacion-detalle table .sello{
    text-align: center;
    width: 100%;
}
.facturacion-detalle .underline{
    min-width: 50%;
    border-bottom: #c6c6c6 solid 1px;
}
.error{
    color: #f00;
    font-size: 15px;
    font-weight: bold;
}
.facturacion-detalle table .max-300{
    max-width: 300px;
}
.facturacion-detalle table .firma{
    font-family: 'Times New Roman', sans-serif;
    font-size: 20px;
    font-stretch: condensed;
    font-weight: bold;
    /*-webkit-transform: rotate(-6deg); */
    text-shadow: 2px 2px 1px #c9c9c9;
    -webkit-print-color-adjust:exact;
    -webkit-filter: blur(0);
}
@media print {
    .facturacion-detalle table .firma {
        -webkit-filter: drop-shadow(2px 2px 1px #c9c9c9);
        text-shadow: 2px 2px 1px #c9c9c9;
    }
}
.btn-simple{
    border: 1px solid;
    padding: 1px 2px;
    margin-left: 2px;
    margin-bottom: 2px;
}
.alert-error {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    font-size: 10pt;
}
.formtitle{
    color: rgb(3, 119, 51); 
    font-weight: bold;
    padding: 10px;
    font-size: 14pt;
    text-align: center;
}
.formsubtitle{
    color: rgb(3, 119, 51); 
    font-weight: bold;
    padding: 5px 5px 10px 5px;
    font-size: 11pt;
}
.codigo-form .develop{
    filter: blur(2px);
    box-shadow: 0px 1px 0px grey;
}
.newfeature{
    background-color: red;
    padding: 2px 10px;
    color: white;
    border-radius: 10px;
    font-size: 9pt;
    position: absolute; 
    top: -15px;
    left: 0px;
}
.exportacion-detalle{
    font-size: 15pt;
    text-align: justify;
    padding: 30px;
}
.exportacion-detalle .right{
    text-align: right;
}
.exportacion-header{
    font-weight: bold;
}
.exportacion-header .titulo,
.exportacion-header .subtitulo{
    font-weight: bold;
    width: 100%;
}
.nopaddingright{
    padding-right: 0;
    font-size: 14px;
}
.reports .nopaddingright{
    color: #6a6a6a;
}
.nopaddingleft{
    padding-left: 0;
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .6 ) 
                url('../img/load.gif') 
                50% 50% 
                no-repeat;
    background-size: 100px 100px;
}
body.loading .modal {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}
.reports h3 {
    border-bottom: dotted 1px #eee8e8;
}
.reports  .subtitle1 h4 hr, .reports label.subtitle1 hr {
    border-top: solid 1px #5cb85c;
}
.reports .col-lg-6{
    padding-bottom: 20px;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .facturacion-contable .firma img{
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
.modal.show .modal-dialog {
    z-index: 1040 !important;
}
.modal-backdrop{
    z-index: 998 !important;
}