/*========== LOGIN =========
============================ */

/*.formatloginback{
    color: transparent;
background: #666666;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
font-size: 20px;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
*/

input, select, .select2-selection{
  border: 2px solid lightgray  !important;
}




#cardlogin{
  background: rgba(255, 255, 255, .5);
}

.formatlogin{
  color: transparent;
background: #666666;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;

text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}

.altmsglogin{
  min-height: 20px;
}

.labelpassword{
  color: dimgray;
  font-size: 12px;
}


.linkinicio{
  cursor: pointer;
  font-size: 15px;
}
#asistencialogin{
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bolder;
}
/*========== GENERAL =========
============================ */

.altalerta{
  min-height: 60px;
  text-align: center;
  padding: 0;
}

#altalertavalidacion{
  min-height: 30px;
}

.btnExcel i{
  font-size: 25px;
}
.btnExcel{
  padding:5px;
  border: none;
}
.titulo h4{
	color: gray;

}



.card-body{
	padding: 5px;
}



.contenido{

 padding-top: 8px;
 padding-bottom: 8px;

}





.content-header h1{
	color: gray;
}

.dark-mode .content-header h1{
  color: white;
}

.dark-mode .card-filtros label{
  color: gray;
}

.card{
	padding: 5px;
}


.card-filtros{
/*box-shadow: -2px 2px 15px -5px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 2px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 2px 15px -5px rgba(0,0,0,0.75);*/
background-color: rgba(255, 255, 255, 1);
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
}


.content-wrapper{
    background: url(../img/5026562.png);
      justify-content: center;
      background-size:cover;
  overflow:hidden;
  background-attachment: fixed;
}

@media (min-width:1400px){
  .content-wrapper{
    background: url(../img/5026562.png);
      justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  }
}
@media (min-width:769px){
  .content-wrapper{
      background: url(../img/5026562.png);
        justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  } 
}
@media (min-width:577px){
  .content-wrapper{
     background: url(../img/5026562.png);
       justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  } 
}


.dark-mode .content-wrapper{
    background: url(../img/5026562n.png);
      justify-content: center;
      background-size:cover;
  overflow:hidden;
  background-attachment: fixed;
}

@media (min-width:1400px){
  .dark-mode .content-wrapper{
    background: url(../img/5026562n.png);
      justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  }
}
@media (min-width:769px){
  .dark-mode .content-wrapper{
      background: url(../img/5026562n.png);
        justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  } 
}
@media (min-width:577px){
  .dark-mode .content-wrapper{
     background: url(../img/5026562n.png);
       justify-content: center;
      background-size:cover;
  overflow:hidden;
    background-attachment: fixed;
  } 
}




/*========== ALERTS =========
==========================*/


.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}




.alert{
  padding: 8px;
}
/*

.modal label{
  color: gray;
  font-size: 14px;
  font-weight: 800;
}




@media (max-width:600px){

  . {

      column-count: 1;

  }

}

@media (min-width:601px) and (max-width:1000px){

  .card-columns {

      column-count: 2;

  }

}

@media (min-width:1001px) and (max-width:1300px){

  .card-columns {

      column-count: 3;

  }

}

@media (min-width:1301px) and (max-width:2100px){

  .card-columns {

      column-count: 4;

  }

}

@media (min-width: 2101px) {
  .card-columns {

      column-count: 5;

  }
}



hr{
  color: red;
  background: #3c8dbc;
}

.labelform{
  color: dimgray;
}

.modal-title{
  color: dimgray;
}
*/


/*========== PASSWORDS =========
==========================*/

.div-info-password{
  position:absolute;
  width:94%;
  padding:4%;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #ccc;
  border:1px solid #ddd;
  z-index: 999;
  margin-top:10px;
}

#pswd_info ul, .div-info-password ul {
  list-style: none;
}
#pswd_info h5, .div-info-password h5 {
  margin:0 0 10px 0;
  padding:0;
  font-weight:normal;
    font-size: 16px;
  color: dimgray;
}

#pswd_info::before, .div-info-password::before {
  content: "\25B2";
  position:absolute;
  top:-12px;
  left:45%;
  font-size:14px;
  line-height:14px;
  color:#ddd;
  text-shadow:none;
  display:block;
}
#pswd_info, .div-info-password {
  display:none;
}



li.valid{
  color: #1e7e34;
}

li.invalid{
  color: #dc3545;
}



.imagesAvatars img {
  margin: 2px;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.imagesAvatars img:hover {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.imagesAvatars img {
  margin: 2px;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.imagesAvatars img:hover {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

/*========== BOTONES =========
==========================*/



.btn-blue {
  color: #fff;
  background-color: #00A5FF;
  border-color: #00A5FF;
 box-shadow: 2px 2px 3px #999;  
 border-radius: 5px;
}

.btn-blue:hover {
  color: #fff;
  background-color: #00b8ff;
  border-color: #00b8ff;
}

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #00b8ff;
  border-color: #00b8ff;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #00A5FF;
  border-color: #00A5FF;
}







.btn-kunni {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #469536; /*  6eaa5e*/
  border-color: #469536;
 box-shadow: 2px 2px 3px #999;  
 border-radius: 5px;
}

.btn-kunni:hover {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #6eaa5e;
  border-color: #6eaa5e;
}

.btn-kunni:focus, .btn-kunni.focus {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #6eaa5e;
  border-color: #6eaa5e;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-kunni.disabled, .btn-kunni:disabled {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #469536;
  border-color: #469536;
}


.btn-kunni-lg {
  color: white;
  font-weight: 500;
  font-size: 25px;
  background-color: #469536; /*  6eaa5e*/
  border-color: #469536;
 box-shadow: 2px 2px 3px #999;  
 border-radius: 5px;
}

.btn-kunni-lg:hover {
  color: white;
  font-weight: 500;
  font-size: 25px;
  background-color: #6eaa5e;
  border-color: #6eaa5e;
}

.btn-kunni-lg:focus, .btn-kunni-lg.focus {
  color: white;
  font-weight: 500;
  font-size: 25px;
  background-color: #6eaa5e;
  border-color: #6eaa5e;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-kunni-lg.disabled, .btn-kunni-lg:disabled {
  color: white;
  font-weight: 500;
  font-size: 25px;
  background-color: #469536;
  border-color: #469536;
}




.btn-blue-lg {
  color: #fff;
    font-weight: 500;
  font-size: 25px;
  background-color: #00A5FF;
  border-color: #00A5FF;
 box-shadow: 2px 2px 3px #999;  
 border-radius: 5px;
}

.btn-blue-lg:hover {
  color: #fff;
    font-weight: 500;
  font-size: 25px;
  background-color: #00b8ff;
  border-color: #00b8ff;
}

.btn-blue-lg:focus, .btn-blue-lg.focus {
  color: #fff;
    font-weight: 500;
  background-color: #00b8ff;
  border-color: #00b8ff;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-blue-lg.disabled, .btn-blue-lg:disabled {
  color: #fff;
    font-size: 25px;
  background-color: #00A5FF;
  border-color: #00A5FF;
}


.btn-kunniopt {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #008080; /*  6eaa5e*/
  border-color: #008080;
 box-shadow: 2px 2px 3px #999;  
 border-radius: 5px;
}

.btn-kunniopt:hover {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #64acac;
  border-color: #64acac;
}

.btn-kunniopt:focus, .btn-kunniopt.focus {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #64acac;
  border-color: #64acac;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-kunniopt.disabled, .btn-kunniopt:disabled {
  color: white;
  font-weight: 500;
/*  font-size: 25px;*/
  background-color: #008080;
  border-color: #008080;
}


/*========== TABLAS =========
============================ */
.contenttable{
  padding: 9px;
  /*background: white;*/
  border-radius: 9px;
  border:  4px solid #CCDAB9  ;
}
.dark-mode .contenttable{
  padding: 10px;
  border-radius: 10px;
  border:  4px solid dimgray ;
  /*background:#343a40 ;*/
}
.tablenormal{

}
.dark-mode .tablenormal thead tr{
background:#343a40;
/*background:radial-gradient(circle, rgba(233,14,66,1) 0%, rgba(115,3,37,1) 100%);*/
color: white;
}
.tablenormal thead tr{
/*background:#00BFFF ;*/
/*background: radial-gradient(circle, rgba(63,113,161,1) 0%, rgba(45,217,253,1) 100%);*/
/*background: linear-gradient(90deg, rgba(227,115,2,1) 0%, rgba(193,98,2,1) 35%, rgba(255,68,0,1) 100%);
background: linear-gradient(0deg, rgba(255,200,118,1) 0%, rgba(254,169,58,1) 100%);*/
background: linear-gradient(to bottom, #b8c6df 0%,#6d88b7 100%);
color: white;
}
.tablenormal tbody tr td{
padding:5px 5px 5px 5px !important;
font-size: 13px;
background: white;
}

.tablemenuplatillo{

}
.dark-mode .tablemenuplatillo thead tr{
background:#343a40;
background:radial-gradient(circle, rgba(233,14,66,1) 0%, rgba(115,3,37,1) 100%);
color: white;
}
.tablemenuplatillo thead tr{
/*background:#00BFFF ;*/
/*background: radial-gradient(circle, rgba(63,113,161,1) 0%, rgba(45,217,253,1) 100%);*/
/*background: linear-gradient(90deg, rgba(227,115,2,1) 0%, rgba(193,98,2,1) 35%, rgba(255,68,0,1) 100%);
background: linear-gradient(0deg, rgba(255,200,118,1) 0%, rgba(254,169,58,1) 100%);*/
background: linear-gradient(to bottom, #b8c6df 0%,#6d88b7 100%);
color: white;
}
.tablemenuplatillo tbody tr td{
padding:5px 5px 5px 5px !important;
font-size: 18px;
background: white;
}



/*========== VENTANAS MODAL =========
============================ */
.modal .modal-header{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
    /*border-radius: 15px;*/
}

.modal .modal-content{
  border-radius: 15px !important;
}

/*.modal .dialog{
  border-radius: 15px !important;
}*/



/*

.modal-header{
  padding: 7px;
  
}

.modal-title{
  color: white;
}

span.require{
  color: red;
}

#alertavalidacion{
  text-align: center;
}


.cardasig p{
  font-size: 12px;
}

.validadoinput{

}
.validadoinputcaptura{
  border:2px solid #3c8dbc;
}
.validadoinputcoordinador{
  border:2px solid #605ca8;
}
.validadoinputdirector{
  border:2px solid #28a745;
}


.nombreale{
  width: 250px !important;
}
input.is-forinvalid{
  border:2px solid red;
}
.nombreal0{
color: red !important;
}

.nombremateria{
  color: dimgray;
}

.card-filtros{
  padding: 0;
}

.list-group-itemd {
  position: relative;
  display: block;
  padding: 0.25rem 0.75rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: dimgray;
  font-size: 11px;  
}

.card-headerd {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.45rem 1rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.liitem{
  color: gray;
  font-size: 12px;
}


.successs{
  color: green;
  font-size: 22px;
}

.dangerr{
  color: red;
  font-size: 22px;
}

.bluee{
  color: gray;
    font-size: 10px;
}

.vidaurri{
  width: 350px;
}

.vami{
  width: 20px;
}

.stylere{
  color: red;
}



.btnmisasig{
  margin-bottom: 2px;
  text-align: left;
}


.btnmisasig i{

  text-align: left;
}

.infotextasig{
  font-size: 12px;
}

*/
.dark-mode .daterangepicker{
  background: #343a40;
  /*border: 1px solid #343a40;*/
}

.dark-mode .daterangepicker .ranges{
  background: #343a40;
  /*border: 1px solid #343a40;*/
}

.dark-mode .daterangepicker .ranges ul{
    /*border: 1px solid #343a40;*/
}

.dark-mode .daterangepicker .ranges li.active{
  background: black;
}

.dark-mode .daterangepicker .ranges li:hover{
  background: black;
}


.dark-mode .daterangepicker .calendar-table, .dark-mode .daterangepicker .left{
    background: #343a40;
}

.dark-mode .daterangepicker .calendar-table .table-condensed td.available{
 background: #343a40;
}

.dark-mode .daterangepicker .calendar-table .table-condensed td.in-range{
 background: black;
 color: white;
}




.hiddennnn{
  display: none;
}



/*========== DETALLE DE CLIENTE =========
============================ */

#contenetdetallecliente{
  background: white;
  border-radius: 5px;
padding-top: 20px;
padding-bottom: 20px;
}


#contenetdetallecliente .carddetalle{
  border: 3px solid #b7d5ac;
    border-radius: 5px;
      padding: 20px;
}



#contenetdetallecliente .carddetalle .titulodetalle{
text-align: center;
color: dimgray;
}

#contenetdetallecliente .carddetalledetalle{
  border: 3px solid #b7d5ac;
    border-radius: 5px;
      padding: 5px;
}

#contenetdetallecliente .carddetalledetalle .titulodetalle{
text-align: center;
color: dimgray;
}


.cardunservicio{
  border-bottom: 4px solid #80c217;
  border-left: 4px solid #80c217;
    border-top: 4px solid #a9e4f7;
  border-right: 4px solid #a9e4f7;
  border-radius: 5px;
    transition: .6s all;
}

.rowtodosserviciosdetallecliente{
  padding-top: 80px;
  padding-bottom: 80px;
}


#myTabdetallecliente li a.active{
background: #007bff;
color: white;
}

#myTabdetallecliente li a{
  color: dimgray;
}


.rowtodosserviciosdetallecliente a h6, .rowtodosserviciosdetallecliente a h5{
text-decoration: none;
color: black;
}

.cardunservicio:hover{
  border-bottom: 6px solid #80c217;
  border-left: 6px solid #80c217;
    border-top: 6px solid #a9e4f7;
  border-right: 6px solid #a9e4f7;
  border-radius: 5px;
  transition: .6s all;
}



/*========== DETALLE DE SERVICIO =========
============================ */

#contenetdetalleservicio{
  /*background: white;*/
  border-radius: 5px;
padding-top: 20px;
padding-bottom: 20px;
}


#contenetdetalleservicio .carddetalleservicio{
  border: 3px solid #b7d5ac;
    border-radius: 5px;
      padding: 20px;
}
#contenetdetalleservicio .carddetalleserviciootr{
  border: 3px solid #a9e4f7;
    border-radius: 5px;
      padding: 20px;
}



#contenetdetalleservicio .carddetalleservicio .titulodetalle{
text-align: center;
color: dimgray;
}

#contenetdetalleservicio .carddetalledetalleservicio{
  border: 3px solid #b7d5ac;
    border-radius: 5px;
      padding: 5px;
}

#contenetdetalleservicio .carddetalledetalleservicio .titulodetalle{
text-align: center;
color: dimgray;
}



#contenetdetalleservicio .cardpuntoservicio{
  border: 2px solid #a9e4f7;
}



#contenetdetalleservicio .tituloconfigservicio{
  color: dimgray;
  margin-bottom: 20px;
  margin-top: 20px;
}

#seccionbotonessericio{
    margin-bottom: 20px;
  margin-top: 20px;
}

#contenetdetalleservicio .tituloseccionconfigservicio{
  color: dimgray;
  margin-bottom: 20px;
  
}


/* =================
menu 
================== */
.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #D3D3D3;
/*  margin-bottom: 0;*/
  outline: 0;
/*  background: #DCDCDC;*/
background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}
  .image-checkbox h4{
    font-size: 20px;
  }


.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
/*  border-color: #4783B0; */
/*  background:radial-gradient(circle, rgba(205,255,238,1) 0%, rgba(148,233,191,1) 100%);*/
/*  background:linear-gradient(90deg, rgba(9,9,121,1) 35%, rgba(0,121,255,1) 100%);*/
  background: linear-gradient(90deg, rgba(26,135,200,1) 35%, rgba(0,121,255,1) 100%);
   position: relative;
   border: 2px solid transparent;
}

.image-checkbox-checked h4{
 color: white;
  font-weight: bolder;
font-size: 20px;
}

.image-checkbox .fa {
  position: absolute;
  color: white;
  background-color: transparent;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}

/* =================
menu de modalidad de entrega
================== */
.image-checkboxentrega {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #D3D3D3;
/*  margin-bottom: 0;*/
  outline: 0;
/*  background: #DCDCDC;*/
background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}
  .image-checkboxentrega h4{
    font-size: 20px;
  }


.image-checkboxentrega input[type="checkbox"] {
  display: none;
}

.image-checkboxentrega-checked {

  background: linear-gradient(90deg, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
/*  background: linear-gradient(90deg, rgba(26,135,200,1) 35%, rgba(0,121,255,1) 100%);*/
   position: relative;
   border: 2px solid transparent;
}

.image-checkboxentrega-checked h4{
 color: white;
  font-weight: bolder;
font-size: 20px;
}

.image-checkboxentrega .fa {
  position: absolute;
  color: white;
  background-color: transparent;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkboxentrega-checked .fa {
  display: block !important;
}



.ckbox .fa {
  display: none !important;
}
.ckbox{
  position: relative;
}


#tableorder p.textver{
  writing-mode: vertical-rl;
  text-orientation: upright;
/*   color: red;*/
}


.table-borderedmenu {
  border: 2px solid lightgray ;
}

.table-borderedmenu th,
.table-borderedmenu td {
  border: 1px solid #dee2e6;
}

.table-borderedmenu thead th,
.table-borderedmenu thead td {
  border-bottom-width: 2px;
}

@media (max-width: 575.98px) {

  .table-responsive-sm > .table-borderedmenu {
    border: 0;
  }
}

@media (max-width: 767.98px) {

  .table-responsive-md > .table-borderedmenu {
    border: 0;
  }
}

@media (max-width: 991.98px) {

  .table-responsive-lg > .table-borderedmenu {
    border: 0;
  }
}

@media (max-width: 1199.98px) {

  .table-responsive-xl > .table-borderedmenu {
    border: 0;
  }
}


.table-responsive > .table-borderedmenu {
  border: 0;
}

.table-borderedmenu th,
.table-borderedmenu td {
  border: 2px solid lightgray ;
}

#tableorder{
  background: white;
}


#tableorder .tdprimer{
  background: #F0F7FF;
  font-weight: bolder;
}


.tabletiempo{
  background: white;

}
/*
.tabletiempo tbody{

  border-bottom: 2px solid black !important;
}*/


#tableorder .tdsegundo{
/*  background: #FFEFFF;*/
  background: #F0F7FF;
  font-weight: bolder;
}

#tableorder .tdtercero{
/*  background: #DAFFF3;*/
  background: #F0F7FF;
  font-weight: bolder;
}


.tdpasta{
/*    background:radial-gradient(circle, rgba(205,255,238,1) 0%, rgba(148,233,191,1) 100%);*/
background: linear-gradient(to right, #d2dfed 0%,#a6c0e3 0%,#c8d7eb 2%,#afc7e8 100%,#99b5db 100%,#bed0ea 100%,#bad0ef 100%,#799bc8 100%);
/*    background: radial-gradient(to bottom, #b8c6df 0%,#6d88b7 100%);*/
    vertical-align: middle;
}

.tdpasta p{
font-size: 20px;
font-weight: bolder;
text-align: center;
}


.tabletiempo td, .tabletiempo tr{
padding: 5px 0 0 5px ;

}

/*========== STEPS =========
============================ */


input:focus,
button:focus,
.form-control:focus{
  outline: none;
  box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
  background-color: #fff;
}



/*---------signup-step-------------*/

.wizard{
  border: 4px solid #DCDCDC;
       background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;

    }

    .wizard > div.wizard-inner {
            position: relative;

    text-align: center;
    }



.connecting-line {
    height: 4px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

 

/*.round-tab {
  border: 1px solid red;
}*/

span.round-tab {
    width: 38px;
    height: 38px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 17px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
  color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
  position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 200;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
/*.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
  background-color: #0db02b;
}*/
.skip-btn{
  background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
  font-size: 14px;
  font-weight: 400;
}

.footer-link{
  margin-top: 30px;
}
.all-info-container{

}
.list-content{
  margin-bottom: 10px;
}
.list-content a{
  padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
  transform: rotate(180deg);
}
.list-content a i{
  text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
  padding: 10px;
}
.signup-logo-header .logo_area{
  width: 200px;
}
.signup-logo-header .nav > li{
  padding: 0;
}
.signup-logo-header .header-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline{
  padding-right: 5px
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}



@media (max-width: 767px){
  .sign-content h3{
    font-size: 40px;
  }
  .wizard .nav-tabs > li a i{
    display: none;
  }
  .signup-logo-header .navbar-toggle{
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area{
    margin-top: 0;
  }
  .signup-logo-header .header-flex{
    display: block;
  }

  .image-checkbox h4{
    font-size: 18px;
  }


  .image-checkbox-checked h4{
    font-size: 18px;
  }

.wizard-inner ul{
padding-right: 25px;
}

}




.card-miorden .card-header h6{
font-size: 18px;
color: dimgray;
}


.card-miorden .card-header h6 span{
font-weight: bolder;
}


.card-miorden .card-header h6{
font-size: 18px;
color: dimgray;
}


.card-miorden .card-header h6 span{
font-weight: bolder;
}


.card-miorden .card-body h6{
font-size: 18px;
color: dimgray;
}


.card-miorden .card-body h6 span{
font-weight: bolder;
}

.card-miorden{
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}



/*========== LISTA DE MENU DIARIO =========
============================ */


.moveall,
.removeall {
  border: 1px solid #ccc !important;
  

}

.removeall:hover{
    background: #efefef;
}

.moveall::after {
  content: attr(title);
  
}

.removeall::after {
  content: attr(title);
}


#demoform option {
    padding: 10px;
    border-bottom: 2px solid #efefef;
/*      background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;*/
/*      margin-bottom: 10px;*/
      color: black !important;
}

#demoform option:focus, #demoform option:selected, #demoform option:disabled{
    color: black !important;
}

.bootstrap-duallistbox-container select {
  width: 100%;
  min-height: 200px !important;
  padding: 0;
}


.unmenudiario{
   background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
   padding: 10px;
   border-radius: 10px;
}

.unregistrarorden {
     background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
}

.divaddplat{
  padding: 9px;
  /*background: white;*/
  border-radius: 9px;
  border:  4px solid #CCDAB9  ;
}

.divaddplat .divaddplath4{
  color: gray;
  text-align: center;
}

#modal-body-detalle-order{
  margin: 10px;
    padding: 9px;
  /*background: white;*/
  border-radius: 9px;
  border:  4px solid #CCDAB9  ;
}


#modal-body-detalle-order h5.divaddplath4{
  color: black;
}

#modal-body-detalle-order h5.divaddplath4 span{
  color: gray;
}



#modal-body-detalle-order h4.titulo{
  color: gray;
  text-align: center;
}

#modal-body-detalle-order h5.subtitulo{
  color: gray;
  text-align: center;
}

#modal-body-detalle-order .carddetalleconsumo h6{
  color: gray;
 font-weight: bolder;
}

#modal-body-detalle-order .carddetalleconsumo h5{
  color: gray;

}

#modal-body-detalle-order .carddetalleconsumo{
    border:  3px solid #CCDAB9  ;
}
