/*========== ESTILOS PARA EL LOGIN ==========*/
body {
    font-family: 'Varela Round', sans-serif;
}
.modal-login {
    color: #636363;
    width: 350px;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
}
.modal-login  .form-group {
    position: relative;
}
.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
}
.modal-login .form-control {
    padding-left: 40px;
}
.modal-login .form-control:focus {
    border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-login .hint-text {
    text-align: center;
    padding-top: 10px;
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-login .btn {
    background: #00ce81;
    border: none;
    line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #00bf78;
}
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: center;
}
.modal-login .modal-footer a {
    color: #999;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
/*========== FIN ESTILOS PARA EL LOGIN ==========*/





/*========== ESTILOS PARA EL MENU PRINCIPAL / INICIO ===========*/
/* ESTILOS QUE OCULTAN EL MENU */



.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 13px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 3px;
}



/* AGREGUE ÉSTE ESTILO PARA QUE EL MENU SE AJUSTE AL 100% CUANDO ESTE SOBRE LOS 1366PX */
div.container-fluid div.row div div.nav-side-menu{
    width:100%;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;

    /* AL PARECER EL POSITION FIXED NO ME TOMA EL 100 DE COL-LG-2 */
    /* position: fixed;
    top: 0px; */
    /*width: 250px;*/
    position: relative;
    top:0px;
    height: 100%;
    color: #e1ffff;
}
.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
      /*    
        .collapsed{
           .arrow:before{
                     font-family: FontAwesome;
                     content: "\f053";
                     display: inline-block;
                     padding-left:10px;
                     padding-right: 10px;
                     vertical-align: middle;
                     float:right;
                }
         }
    */
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;

}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;

    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu li:hover {
    background-color: #4f5b69;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
} 


/*============================================
ESTILOS MENU PARA DISPOSITIVOS PEQUEÑOS QUE VENIA POR DEFECTO
==============================================*/
/* @media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}
*/
/* @media (min-width: 768px) {
    .nav-side-menu{
        width: 230px;
    }
    

}

*/

@media (min-width: 768px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

/*==========  FIN ESTILOS PARA EL MENU PRINCIPAL / INICIO ===========*/




/*========== ESTILOS CREAR LOTE ==========*/
div#contenedor div.row div.col-xl-3 input#hora,
div#contenedor div.row div.col-xl-3 input#fecha{
    border:none;
}


div input#zunchos,
div input#hora,
div input#fecha,
div input.id_lote{
    border:none;
    background:none;
}

div input#hora,
div input#fecha,
div input.id_lote{
    /* border: 1px solid #ddd; */
    font-weight: bold;
    font-size:16px;
    text-align:center;
}



div input#btn_guardar_lote{
    font-size:16px;
    border-radius: 4px;
}


span.span_filas{
    border-radius: 50%;
    background: darkred;
    width:10px;
    height: 10px;
    display: none;
    margin-top:15px;
}
fieldset{
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	background-color:#f5f5f5;
	padding-left:10px!important;
}	
legend{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: 35%; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
	background-color: #ffffff;
}





/*========== ESTILOS  PARA VENTAS  ==========*/
.modal:nth-of-type(even) {
    z-index: 1042 !important;
}
.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}

div#caja_checkbox input[type*='checkbox'] {
    opacity: 0;
}

div#caja_checkbox label {
    line-height: 2em;

    position: absolute;
    left: 0;

    /*margin-bottom: 10em;*/
    padding: 0 1.5em 0 2.5em;
}

div#caja_checkbox label:before {
    font-size: 2em;
    line-height: .5em;

    position: absolute;
    left: 0;

    width: 1em;
    height: 1em;

    content: '';
    text-align: center;

    border: 2px solid #ddd;
}
div#caja_checkbox input[type*='checkbox']:checked + label:before {
    font-family: FontAwesome;

    content: '\f00c';
}

div#caja_checkbox,
div#tab_cliente{
    margin-top: 1.5em;
}

ul.nav-tabs{
    border-bottom:0px;
}
ul li#tabs_lote,
ul li#tabs_cliente{
    width:150px;
    height: 50px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom:1px solid #ddd;
    /* padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px; */
}
ul li#tabs_lote a,
ul li#tabs_cliente a{
    color:black;
    display:block;
    height: 100%;
    padding-left: 45px;
    padding-top: 10px;
}
ul li#tabs_lote a:hover,
ul li#tabs_cliente a:hover{
    border-bottom:none;
}
div#fila_lote{
    margin-bottom:20px;
}



.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}





.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/*========== FIN ESTILOS PARA VENTAS ==========*/


/* ===============  ESTILOS PARA ASIGNAR CAMIONES ===============*/
div#mostrar_capacidad,
div#mostrar_marcados{
    padding:15px;
}
/* ===============  FIN ESTILOS PARA ASIGNAR CAMIONES ===============*/




/* AGREGUE ESTE PUNTO DE QUIEBRE PARA QUE EL MENU SE VIERA BIEN EN 1366PX */
@media(max-width:1367px) and (min-width:1200px){
    div.container-fluid div.row div div.nav-side-menu{
        width:220px;
    }
}



/*============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
==============================================*/
@media(max-width: 1199px) and (min-width: 992px){
    legend#title_legend_lote{
        width: 50%;
    }

    div.container-fluid div.row div div.nav-side-menu{
        width:220px;
    }
}


/*============================================
TABLET VERTICAL (MD revisamos en 768px)
==============================================*/
@media(max-width: 991px) and (min-width: 768px){
    legend#title_legend_lote{
        width: 55%;
        font-size:21px;
    }
    div.container-fluid div.row div div.nav-side-menu{
        width:220px;
    }
}

/*============================================
MOVIL VERTICAL (revisamos en 320px)
==============================================*/
@media(max-width: 575px){
   
    div#contenedor_login > div.modal-dialog{
        margin:auto !important;
    }
    div.container-fluid div.row div div.nav-side-menu{
        width:220px;
    }
}
