@font-face {
    font-family: Montserrat;
    src: url(/fonts/montserrat/static/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: Montserrat;
    src: url(/fonts/montserrat/static/Montserrat-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Metropoli;
    src: url(/fonts/metropolis/Metropolis-Regular.otf);
}
@font-face {
    font-family: Metropoli;
    src: url(/fonts/metropolis/Metropolis-Bold.otf);
    font-weight: bold;
}
body{
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}
a{
    cursor: pointer;
    color: #005a9e;
}
[class*="sidebar-dark-"]{
    background: #282d31;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.breadcrumb-item{
    color: #6c757d;
}
.btn-tool{
    margin: 0!important;
}
.btn-outline-secondary{
    border: 1px solid #ced4da
}
/*.select2-container .select2-selection--single{
    height: 38px !important;
}*/
.img-ico{
    width: 15px;
    height: 15px;
    margin-top:-3px
}
form{
    width: 100%;
}
div.form-inline .btn{
    margin-left: 5px;
}
.m0{
    margin: 0;
}
.p0{
    padding: 0;
}
.dropup{
    display: inline;
}
.form-group .card{
    margin-top: 1rem;
}
.no-flex{
    display: block !important;
}
.modal-header{
    background: #2f3941;
    color: #979ca0;
}
.modal-title{
    font-weight: bold !important;
}
.disabled{
    opacity: 0.5;
}/*
.sort [data-col]{
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.sort [data-col]::before, .sort [data-col]::after{
    position: absolute;
    bottom: 5px;
    display: block;
    opacity: .3;
}
.sort [data-col]::before{
    right: -5px;
    content: "↑";
}
.sort [data-col]::after{
    right: 3px;
    content: "↓";
}
.sort th.desc::before{
    opacity: 1;
}
.sort th.asc::after{
    opacity: 1;
}*/
.fieldSearch{
    width: 100%;
}
label{
    font-weight: normal !important;
}
.form-inline label{
    margin-right: 5px;
}
.modal-content{
    background: white;
}
.card{
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,.125);
}
.nav-tabs{
    /*width: 100%;*/
}
.col-form-label{
    text-align: right;
}
textarea.form-control{
    height: 6rem;
}

.card-header{
    color: #6c757d;
}
.card-header:not(.collapsed){
    color: initial;
}
.card.collapsed-card .card-header{
    color: #6c757d;
}
thead tr th{
    font-size: 10pt;
    background: #f5f5f5;
    border: 1px solid #dee2e6 !important;
    padding: 3px;
}
tbody tr th, .rowNumber{
    font-size: 10pt;
    font-weight: normal;
    color: #5e5e5e;
    background: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    /*width: 10px;*/
    padding: 4px 8px !important;
}
.table-condensed td{
    padding: 3px 10px;
    /*font-size: 88%;*/
}
.no-wrap{
    white-space: nowrap;
}
[type="search"] {
    outline-offset: 0;
    -webkit-appearance: initial;
}
.fieldSearch{
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    font-size: 88%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.busqueda th{
    padding: 8px;
}
.datacard{
    margin: 0;
}
.datacard .card-header{

}
.datacard .card-body table{
    border: none;
}
.datacard .card-footer{
    padding: 0;
    background: #ffffff;
    border: 1px solid #ced4da;
}
.nav-tabs + form > .card, .card.tab-pane{
    border-top:none !important;
    border-radius: 0;
}
.form-control-autofill{
    background: #f8ffb4 !important;
}
.form-control-calculate{
    background: #dfefff !important;
}
.card-title{
    margin-top: 6px;
    font-size: 1rem;
}
.btn-tool{
    height: 24px;
}
.tab-pane{
    padding: 15px;
}
.oculto{
    display: none;
}
.canSelect .selected td{
    background: #007bff;
    color: white;
    cursor: pointer;
}
button:focus{
    border: 1px solid #80bdff
}
.book-page{
    overflow: auto;
    max-height: 500px;
}

.form-control-autofill-disable{
    background: #CED1E8 !important;
}
select[readonly]
{
    pointer-events: none;
}
[data-widget="collapse"]{
    cursor: pointer;
}
[data-widget="collapse"]:focus{
    border: 1px solid #80bdff;
}
.labelrequired{
    font-weight: bold !important;
}
.modal-xl{
    width: 1024px !important;
}
.modal-header{
    background:#42414d;
    color:#b1b1b1;
}
.modal-content{
    border: none;
}
.close{
    font-size: 1rem;
}

.sinprocesar{
    color: #9a9d9c;
    background: #eeeeee;
    border-radius: 10px;
}
.procesada{
    color:#459a8b;
    background: #f8fef9;
    border-radius: 10px;
}
.conerror{
    color: #ad3217;
    background: #fdeaec;
    border-radius: 10px;
}
.bloqueada{
    color:#ce9320;
    background: #fff7ea;
    border-radius: 10px;
}
.oculto{
    display: none;
}
.form-control-plaintext, .form-control-plaintext:focus {
    background: #efefef;
    border-color: #efefef;

}
.form-control {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}
.form-group{
    margin-bottom: 0.5rem;
    position: relative;
}
.accordion > .card{
    margin: 0;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card-header:focus, .btn:focus{
    border: 1px solid #80bdff;
    outline: none;
}

.btn-warning {
    color: white;
    background-color: orange;
    border-color: orange;
    box-shadow: none;
}
.content-wrapper > .content {
    padding: .5rem;
}

.undercover,.undercover:hover{
    color: #212529;
}
.accordion .card-header{
    cursor:pointer;
}
.title {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 605;
    color: #444;
    margin: 15px 0;
}
.main-card{
    /*border: none;*/
    margin: 0;
}
.btn-action {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 0;
    color: #005a9e;
}
small.numFacturaText{
    color: #b1b2b6;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 5px;
}
th{
    text-align: center;
}
.table-sm td{
    padding: .3rem .5rem;
    vertical-align: middle;
}
.fieldMarca{
    padding: 0;
}
.txtMarcaModeloSerie{
    border: none;
    font-size: 12px;
    padding: 0;
    height: 1rem;
}
td.active{
    border: 2px solid #007bff
}
.btnAgregarMarca{
    position: absolute;
    bottom: 0;
    width: 85%;
    height: 73%;
    padding: 30% 20%;
}
.modal-xl{
    width: 90%;
}

li.header {
    color: #6D7073;
    background: #303233;
}
li.header {
    overflow: hidden;
    text-overflow: clip;
}
li.header {
    white-space: nowrap;
    overflow: hidden;
}
li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}
.sidebar-menu li {
    border-bottom: solid 1px #2B2A33;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.brand-link{

}
.user-panel{

    border: none !important;
}
.brand-link2 {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    padding: 13px;

    border-bottom: solid 1px #32383d !important;
}
.nav-link .fas{
    width: 15px;
}
.navbar-navy{
    border: none;
    background: linear-gradient(-90deg,#1C9786 0%,#1E5F6F 50%,#23254F 90%);
}
.main-footer{
    padding: 0;
}
.nav-sidebar .nav-item > .nav-link{
    border-radius: unset;
    margin: 0;
    padding: .7rem 1rem !important;
}

th{
    vertical-align: middle !important;
}
th .fa-editar{
    color: #F5F5F5;
}
.selected th .fa-editar{
    color: #212529;
}
.selected td{
    background: rgba(0, 90, 158, 0.2);
}

#tbconversion td{
    padding: 0;
}
#tbconversion td input{
    border-radius: 0 !important;
    border: none !important;
}
.li-success:hover{
    background: #28a745;
    color: white;
}
.li-print:hover{
    background: orange;
    color: white;
}
.tab-content{
    background: white;
    margin-top: -2px;
    border: 1px solid #ddd;

}
.main-header .logo {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff !important;
    font-family: "Metropoli", serif;
}
.sidebar-menu > li.header {
    background: #202328;
}
.user-panel {
    padding: 7px;
}
.sidebar-menu li {
    border-top: solid 1px #32383d;
    border-bottom: solid 1px #202427;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.degradado{
    background: linear-gradient(90deg,#1C9786 0%,#1E5F6F 50%,#23254F 90%);
    color: white;
    border-radius: 10px;
    font-weight: bold;
}
.acciones a{
    padding: 0 5px;
}
#submenucatalogos{
    padding-left: 20px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}
.brand-link{
    padding: .8125rem 0;
}
#QRlabelPrint{
    text-align: center;
    width: 5cm;
    border: solid 1px grey;
}
#QRcontainerPrint{
    width: 100px;
    height: 100px;
    padding: 10px;
    border: solid 1px black;
    margin: 10px auto
}
#mainppal img{
    max-height: 500px;
    margin: 15px auto;
}
.img-thumbnail{
    cursor: pointer;
}
.card.selected{
    border: solid 1px darkblue;
}
#QRlabel{
    text-align: center;
}

tr.selected td{
    background: #ffc107;
}
.card-fondo > .card-header{
    font-size: 10pt;
    background: #f5f5f5;
    color: #000000;
    font-weight: bold;
}
.card-fondo{
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    margin-left: -10px;
    border-bottom:none;
}
.sortable-ghost {
    background-color: #f0f0f0; /* Color de fondo para el fantasma */
    opacity: 0.7; /* Transparencia */
}
