
/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  background-color: #fff;
}
#wrapper {
  width: 100%;
  height: 100%;
  /*background-color: #343a40 !important; */
}

.modal-dialog {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.modal-opcs {
    width: 100%;
    padding: 20px;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
}

.modal-left {
    width: 80%;
    position: fixed;
    top: 50px;
    left: 0;
    max-width: 400px;
    min-height: 650px;
    background: white;
    height: 100%;
}

.modal-content {
    border-radius: 0px;
}

#loading,#loading_det{
    display: flex;
    justify-content: center;
    align-items: center;
}

.coun{
  font-weight: 600;
  color: #343a40;
  text-align: left;
}

.mb-gris {
    background: #f5f5f5;
    min-height: 450px;
}

.txt-lf{
 text-align: left;
}

.alert-mini {
  padding: 7px !important;
  margin-bottom: 10px !important;
  font-size: 1.2rem !important;
}

.coun-btm{
  color: #26B99A;
  margin-top: -10px;
  text-align: left;
}

.btn-atras{
 padding: 2px 8px;
}

.coun-top{
  color: #73879C;
  margin-bottom: -10px;
  text-align: left;
}

.div-lef{
 border-left: solid 1px #73879C;
}

.opcs{
  margin-bottom: 10px;
}


.d-inline-block{
  display: inline-block;
}

.mdi-36px {
 font-size: 25px !important;
 margin-right: 5px;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


.small-box {
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 1.25rem;
    margin-right: 0.25rem;
    position: relative;
    min-width: 150px;
    margin-left: 0.25rem;
}

.small-box > .inner {
    padding: 10px;
}


.COT{
  color: #343a40 ;

  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.CANCELADO {
    text-align: center;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 8px;
    font-size: 8px;
    color: #fff !important;
    background-color: #d9534f !important;
    border: solid 1px #d9534f !important;
}

.COBRADO {
    text-align: center;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 8px;
    font-size: 8px;
    color: #fff !important;
    background-color: #26B99A !important;
    border: solid 1px #26B99A !important;
}

.PENDIENTE, .POR_PAGAR {
    text-align: center;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 8px;
    font-size: 8px;
    color: #fff !important;
    background-color: #f0ad4e !important;
    border: solid 1px #f0ad4e !important;
}

/*  MENU SCROLL */
.menu-scroll{
 max-height: 120px;
 display: flex;
 overflow-x: auto;
 padding: 10px 0;
}

.menu-scroll button{
  margin-right: 2px;
}

.menu-scroll::-webkit-scrollbar{
 width: 0;
}

.menu-scroll .item{
 min-width: 105px;
 border: solid 1px #ddd;
 text-align: center;
 margin-right: 5px;
 border-radius: 4px;
 background: #fff;
 cursor: pointer;
}

.menu-scroll .item a{
 color: #000;
}

.menu-scroll .item .fa-icon{
  display: block;
  margin: 5px auto 5px;
  font-size: 20px;
}

.VISTO{
 color: #069;
}

.nav-scroll{
 max-height: 120px;
 display: flex;
 overflow-x: auto;
 padding: 1px 0;
}

/*  MENU SCROLL */

.ALTA{
 color: #b3261e;
 border-radius: 10px;
 padding: 2px 5px;
 background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.MEDIA{
 color: rgb(234 88 12 / var(--tw-text-opacity, 1));
 border-radius: 10px;
 padding: 2px 5px;
 background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.BAJA{
 color: rgb(141 154 181);
 border-radius: 10px;
 padding: 2px 5px;
 background-color: rgb(235 239 245 / var(--tw-bg-opacity, 1));
}



.FIJO{
 font-weight: 600;
 color: #26B99A;
}

.EVENTUAL{
  font-weight: 600;
  color: tomato;
}

.select-trans{
    float: left;
    background: transparent;
    border: none !important;
    font-size: 13px !important;
    height: 30px;
    padding: 0px;
    box-shadow: none;
    font-weight: 600;
}

.select-trans:focus{
  outline: none;
}

.fc-event {
    color: #050505 !important;
    background-color: #fafafa !important;
    border: .5px solid #eee !important;
}

.mod-head-min{
  padding: 5px 5px 0px 5px !important;
  text-align: center;
}

.drop-opc{
  margin: 0;
  padding: 0;
}

.badge-right{
   font-size: 7px !important;
   min-width: 13px !important;
   padding: 3px !important;
   margin-left: -13px !important;
   margin-top: -8px !important;
}

.btn-ind-l{
    border: none;
    border-left: solid 1px #ddd;
    border-radius: 0;
    background: none;
}

.badge-gris{
 background: #E4E6EB !important;
 color: gray !important;
}

.badge-blue{
 background: #069 !important;
 color: #fff !important;
}

.badge-naran{
 background: orange !important;
}

.badge-menu{
    position: unset;
    margin-right: -60px;
    background-color: #E72F37;
    border-radius: 10px;
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    top: 10px;
}

.SOGM631229CR1{
    color: purple;
}

.SNS121221SB1{
    color: orange;
}

.cht-body{
   margin-top: 20px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: justify;
}

.btn-active{
    background: #eee !important;
    color: #2C3E50 !important;
    font-weight: 700 !important;
    border: solid 1px #999 !important;
}

.btn-active i {
    color: #26B99A !important;
}

/*
.btn-active{
    background: #9eb4ca;
    color: #2C3E50;
    font-weight: 600;
    border: solid 1px #2C3E50;
}
*/

.PERSONAL {
    background-color: #3E3F3A !important;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: .9rem;
}

.OPERATIVA, .OPERATIVO {
    background-color: rgb(0,176,240) !important;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: .9rem;
}

.COMERCIAL {
    background-color: rgb(112,48,160) !important;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: .9rem;
}

.CONTABLE {
   background-color: rgb(255,192,0) !important;
   color: #fff !important;
   padding: 2px 10px;
   border-radius: 10px;
   font-size: .9rem;
}

.GENERAL {
   background-color: #26B99A !important;
   color: #fff !important;
   padding: 2px 10px;
   border-radius: 10px;
   font-size: .9rem;
}

optgroup {
    color: #999 !important;
}


/*  PANEL MOVIL */
#panel-mov{
  display: block;
  padding: 0;
  margin: 0;
}

.card-body {
 text-align: right;
 background: #fff;
 border-radius: 10px;
 padding: 5px;
 margin-left: 3px;
 margin-right: 3px;
 margin-bottom: 5px;
}

.card-body a{
    
}
.card-category {
    color: #9a9a9a;
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
} 
.card-title{
    color: #000;
    font-size: 2rem;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 600;
} 
  
#panel-web{
 display: none;
}
/*  PANEL MOVIL */

/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
  
.card-category {
    color: #9a9a9a;
    font-size: 1.5rem;
    line-height: 2em;
    margin: 0;
    padding: 0;
} 
.card-title{
    color: #000;
    font-size: 2.5rem;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 600;
}  
  
  
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
  
  #panel-mov{
   display: none;
  }
  #panel-web{
   display: block;
  }
}

.numb-warning{
  color: #fff !important;
  background: #FEB31A !important;
}

.alerta{
 color: #F39C12;
}

.CANCELADA{
 background: #d9534f;
}

.ABIERTA{
 background: #969393;
}

.POR_CONFIRMAR{
 background: #f0ad4e;
}

.CONFIRMADA{
 background: #5cb85c;
}

.O{
  background: #d9edf7;
  border-radius: 4px;
  padding: 3px 10px;
  color: #31708f;
  font-weight: 600;
}

.E{
  background: #f2dede;
  border-radius: 4px;
  padding: 3px 10px;
  color: #a94442;
  font-weight: 600;
}

.C{
  background: #E4E6EB;
  border-radius: 4px;
  padding: 3px 10px;
  color: #666;
  font-weight: 600;
}

.COTEJO{
  background: #E4E6EB;
  border-radius: 4px;
  padding: 3px 10px;
  color: #666;
  font-weight: 600;
  font-size: 95%;
}

.modal {
 background-color: rgba(0, 0, 0, 0.5);
}

.nav-opcs li a {
   width: auto !important;
   text-align: center;
}

.nav-opcs > li.active > a, .nav-opcs > li.active > a:hover, .nav-opcs > li.active > a:focus { 
    color: #000;
    font-weight: 600;
}

.fond-gris{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

label{
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 11px !important;
}

.form-control{
      /*font-size: 13px;*/
      color: #333;
      border: .5px solid #ced4da;
      border-radius: 4px;
}

.status-box {
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
margin-left: 4px;
}
.status-box .status-title {
    font-size: 1em;
    display: block;
}
.status-box .status-subtitle {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 3px;
    opacity: 0.9;
}

.encabezado{
  color: #ccc;
	padding: 5px 5px;
  margin: 20px 0 10px;
  font-size: 10px;
  border-left: 5px solid #eee;
}

.tab-content{
    background: #fff;
    padding: 10px;
    border-left: solid 1px #E6E9ED;
    border-bottom: solid 1px #E6E9ED;
    border-right: solid 1px #E6E9ED;
}

.btn-mdl{
   font-size: 2.2rem !important;
   font-weight: 600 !important;
}

.tab-content-none{
    background: none !important;
    border: 0;
    padding: 0px;
    margin: -10px;
 }
 
 .nav-tabs-none li a{
       background: none !important;
       border: none !important;
 }
 
 .nav-tabs-none li.active{
       border-bottom: solid 1px #343a40;
 }

.alert-purple{
  background: #6f42c1;
  color: #fff;
  border-radius: 10px;
  padding: 2px 5px
}

.lbl-min{
  font-size: 10px !important;
}


.lbl-enc {
    color: #56242A;
    border-bottom: none;
}

/* COLORES De ETAPAS */

.progress-min{
    height: 10px;
    /*margin-left: -10px;*/
    margin-bottom: 0;
}

.progress-bar-IE{
 background-color: red;
}

.progress-bar-EF{
 background-color: #FF771F;
}

.progress-bar-EP{
 background-color: #FEB31A;
}

.progress-bar-PR{
 background-color: #22B14C;
}

.progress-bar-ER{
 background-color: #00A2E8;
}

.progress-bar-PE{
 background-color: #7694D2;
}

.progress-bar-EE{
 background-color: #337ab7;
}

.IE{
 background: #FF4F4F;
 padding: 2px 8px;
 color: #fff;
 border-radius: 3px;
}

.EF{
 background: #FF771F;
 padding: 2px 8px;
 color: #fff;
 border-radius: 3px;
}

.PR{
 background: #FEB31A;
 padding: 2px 8px;
 color: #fff;
 border-radius: 3px;
}

.RE{
 background: #ABF330;
 padding: 2px 8px;
 color: #fff;
 border-radius: 3px;
}

.PE{
 background: #76E5D2;
 padding: 2px 8px;
 color: #fff;
 border-radius: 3px;
}

.FN{
 background: #7694D2;
 padding: 2px 8px;
 color: #fff;
}

.fielset{
    background: #fafafa;
    border-radius: 4px;
    padding: 2px;
    border: solid 1px #000;
    margin: 0px;
    border-radius: 3px;
}

.fielset p{
    margin-left: 10px;
    margin-top: -10px;
    background: #fafafa;
    display: table;
    padding: 2px 5px;
    border-radius: 4px;
}

.lbl-cont{
    /*
    margin: 0 !important;
    font-weight: 600;
    border: solid .5px #ccc;
    box-shadow: 0px 2px 5px #eee;
    padding: 10px;
    padding-left: 10px;
    font-size: 12px;
    background: #e9ecef;
    height: 34px;
    border-radius: 4px;
    */
    
    margin: 0 !important;
    /*font-weight: 600;*/
    border-bottom: solid .5px #E6E9ED;
    padding: 5px 0px 0px 10px;
    font-size: 12px;
    height: 25px;
}

.img_logo{
    width: 40px;
    float: left;
    padding: 3px;
    margin: 4px;
    margin-right: -10px;
    margin-left: 12px;
}

.f-ord{
  background: #d9e7f4;
}

.f-esp{
  background: #f7dcdb;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 200px;
    background-color: #f5f5f5;
    color: #999;
    text-align: center;
    border-top: solid .5px #eee;
}

.not-sel{
    width: 200px;
    padding: 15px 15px;
    /*border-bottom: solid 1px #dbdbdb;*/
    height: 56px;
    font-size: 18px;
    color: #fff;
    background: #222;
}

.footer p{
  padding-top: 8px;
}

.select-header{
  color: #000 !important;
  font-weight: 600 !important;
  height: 30px;
  box-shadow: none;
  cursor: pointer;
  background: #fafafa;
}

.tit-select i{
  margin-left:-15px;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  padding: 5px 10px 5px 0px;
}

.tit-select select{
  width: 90%;
}

.select-header option{
  color: #333 !important;
  background: #fff;
}

.ph-button{
  /*CLASE PARA TITULOS HEADER CON UN BOTON */
  padding: 9px 15px 5px 7px !important;
}

.btn-add{
  padding: 0;
  margin: 0;
}

.dropdown-menu{
  min-width: 250px !important;
  font-size: 12px !important;
}

.close-icon{
  margin-top: -3px !important;
}

.dat-claro{
 color: rgba(28,43,51,.65);
 margin: 0;
}

.separ_gris{
 border-color: rgba(203,210,217,1);
 height: 0;
 background-color: transparent;
 border-bottom-width: 1px;
 background: #dadde1;
 border-width: 0;
 color: #dadde1;
}


.no-body{
  padding: 0px !important;
}

.box-bloq{
 padding-bottom: 16px;
 padding-left: 12px;
 padding-top: 16px;
 padding-right: 12px;
 border-top: 1px solid #eee;
}

.box-bloq-tit{
  color: rgba(28,43,51,1);
  line-height: 1.25!important;
  font-weight: 700;
  font-size: 1.3rem!important;
  margin: 0 0 15px 0;
}

.box-bloq-inf{
  font-family: Roboto, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.42857;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.55);
}

.box-bloq-dat{
  font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.55);
}


.dat-resal{
  font-weight: 700;
  color: #000;
}


.question-tags{
  padding: 0;
}

ul.question-tags li {
    display: inline-block;
}

#suggestions, #suggestions_clie, #suggestions_comp, #suggestions_cli_uni  {
    overflow: auto;
    position: absolute;
    /*border: solid 1px #ced4da;*/
    z-index: 1;
    border-radius: 4px;
}

.suggest {
    background: #f1f1f1;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 5px 5px;
    margin: 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    text-align: left;
    cursor: pointer;
}

#subcomns{
 font-size: .9rem;
}

.rubro{
    font-size: 1.2rem;
    margin-left: 15px;
}

.suggest-element{
   color: #069;
}

.suggest-element:hover{
   color: #26B99A;
}

.info{
 color: #999;
}

.selectpicker{
  padding: 7px 6px !important;
  padding-right: 25px !important;
  font-size: 13px;
  color: #333;
  font-weight: 100;
  border: .5px solid #ced4da;
  border-radius: 4px;
  min-height: 34px;
}

.nav li {
  /*border: none !important;*/
}

.nav-opc li a {
    width: 100% !important;
}

.navbar-top-links li a{
  width: 65px !important;
}

.navbar-top-links li a:hover, .navbar-top-links li a:focus {
    color: #000 !important;
    background: none !important;
}


.btn-hacer{
 color: #050505 !important;
 border-bottom: solid 3px #26B99A;
}
.btn-hacer-active{
  background: #26B99A !important;
}

.btn-progr{
 color: #050505 !important;
 border-bottom: solid 3px #f0ad4e;
}
.btn-progr-active{
  background: #f0ad4e !important;
}

.btn-deleg{
 color: #050505 !important;
 border-bottom: solid 3px tomato;
}
.btn-deleg-active{
  background: tomato !important;
}

.btn-reali{
 color: #050505 !important;
 border-bottom: solid 3px #069;
}

.btn-lista{
 color: #050505 !important;
 border-bottom: solid 3px #e2e3e5;
}
.btn-lista-active{
  background: #e2e3e5 !important;
  color: #000 !important;
}


.nav li a {
  width: 100%;
  color: #26B99A !important;
  font-size: 12px;
}

.nav li a:hover,
.nav li a:focus{
  color: #555 !important;
  background: #eee;
  border-radius: 6px;
}

.nav-tabs li a {
  width: 200px;
  color: #333 !important;
  font-size: 13px;
}

.nav-tabs li a:hover{
  text-shadow: none;
  background: none;
  box-shadow:none;
  color: #555 !important; 
}

.navbar-right li a{
  color: #ddd !important;
}

.navbar-right li a:hover,
.navbar-right li a:active,
.navbar-right li a:focus{
  color: #fff !important;
}

#page-wrapper {
  padding: 0 15px;
  /*min-height: 620px !important;*/
  /*height: 100% !important;*/
  background-color: #F7F7F7;
  margin-top: 50px;
  min-height: 650px;
}

.text-light{
 font-weight: lighter !important;
}

.ej-lbl{
    color: #26B99A;
    /*font-weight: 600;*/
    text-shadow: 0px 0px 1px #ccc; 
}

.btn-left-numb {
    padding: 2px 8px;
    background: #E4E6EB;
    color: #000;
    border-radius: 4px;
}

.NINGUNA{
    text-align: center;
    padding: 4px 4px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgb(0 0 0 / 20%);
}

.SEGUIMIENTO{
  text-align: center;
  padding: 4px 4px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
  box-shadow: 0 5px 8px -6px rgb(0 0 0 / 20%);
  border-color: #d73814;
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.nav-btns > li > a {
    position: relative;
    display: block;
    padding: 4px 8px;
    font-size: 1.3rem;
    color: #555 !important;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
    position: absolute;
    transform: translate3d(-270px, 0px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    min-width: 350px !important;
}

.bannr_seg {
  /*
		padding: 1rem;
		margin: 3rem;
		*/
		background-color: none;
  height: 2000px;
	}

.btn-sticky{
 position: sticky;
	top: 60px;
}



.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 2px;
    margin-bottom: 15px;
}

.btn-n46{
  border: solid 1px #343a40;
}

.box_area {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    background-color: #fff;
}

.box_area-header {
    padding: 8px;
}

.box_area-footer {
    padding: 10px;
    
}

.box_area-footer .nav li a {
    color: #343a40 !important;
    font-size: 10px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}

.widget-user-2 .widget-user-header {
    padding: 1px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
}

.box-footer .nav li a {
    width: 100%;
    color: #343a40 !important;
    font-size: 12px;
}

.box-footer .nav li a:hover, .box-footer .nav li a:focus  {
 background: #f6f6f6;
}

.bg-ord{
    background-color: #d9edf7 !important;
}

.bg-esp{
    background-color: #f2dede !important;
}

.no-padding {
    padding: 0 !important;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}



.badge {
    display: inline-block;
    min-width: 18px;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #E72F37;
    border-radius: 10px;
    padding-left: -2px !important;
    position: absolute;
    margin-left: -7px;
    margin-top: -9px;
}

.badge-warning{
   background-color: #f0ad4e !important;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


.ESPECIAL{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 95%;
    font-weight: bold;
    line-height: 1;
    color: #a94442;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #f2dede;
}

.ORDINARIO{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 95%;
    font-weight: bold;
    line-height: 1;
    color: #31708f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9edf7;
}


.panel-etapa{
    padding: 20px 10px;
}



/*========================================================*/
/*                        WEB                             */
/*========================================================*/
@media (min-width: 768px) {

  #page-wrapper {
    position: inherit;
    /*margin: 50px 0 0 200px;*/
    padding: 0 15px;
    /*height: 100% !important;*/
    /*border-left: 1px solid #e7e7e7;*/
    top: 0;
    bottom: 0;
    position: relative;
  }
}

.panel-title{
  font-size: 1.5rem !important;
}


.navbar-default {
    /*
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    */
}

/*=========ETIQUETAS===========*/
.input-abierto{
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}

.input-cerrado{
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.alert-md{
    padding: 3px 10px;
    margin-bottom: 0px;
    text-align: center;
    }

.etiq{
  font-size: 1rem;
  padding: 2px 3px;
  border-radius: 4px;
}

.th_res{
  color: #fff !important;
}

.td_res{
  color: #000 !important;
}

.res_ver{
  background: #b2ddb4 !important;
}

.res_roj{
  background: #f7a9a7 !important;
}

.res_azu{
  background: #b2d1e0 !important;
}

.sel-eti{
  text-align: left !important;
  padding: 0px 4px;
}

.sel-dato{
  text-align: right !important;
  padding: 0px 4px;
  float: right;
  font-weight: 600;
}

.color-gris{
 background: #bbb !important;
}


.fijado{
  background: red;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
}

.EXISTENTE{
    text-align: center;
    color: #0c8;
    font-weight: bold;
    padding: 4px 0px;
    border-radius: 2px;
    /* margin: 0 10px; */
    font-size: 8px;
}

.NUEVO{
    text-align: center;
    color: orange;
    font-weight: bold;
    padding: 4px 2px;
    border-radius: 2px;
    /* margin: 0 10px; */
    font-size: 8px;
}


.label-green{
  background: #5cb85c;
  color: #fff;
}

.label-red{
  background: #d9534f;
  color: #fff;
}


.poliza{
  font-size: 1.2rem;
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
  color: #999 !important;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  /*right: 0;*/
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  /*border-bottom: 1px solid #e7e7e7;*/
}
.nav-second-level li a{
  width: 200px;
  color: #666 !important;
  margin-left: 20px;
}
.sidebar ul li a.active {
  width: 200px;
  /*background-color: #222;*/
  border-right: 5px solid #26B99A;
  font-weight: 600;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  /*border-bottom: none !important;*/
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
  /*border-bottom: .5px solid #f5f5f5;*/
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}


.roles{
    color: #ddd !important;
    position: relative;
    padding: 5px 10px;
    margin-top: 5px;
    float: right;
}

.roles i{
 font-size: 3.5rem;
}


/*========================================================*/
/*                        WEB                             */
/*========================================================*/
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 0px;
    top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
  
  .roles{
    display: none;
  }
  
}

.btn-premium {
  background: #26B99A !important;
  border: solid 1px #26B99A !important;
  color: #fff;
  
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.btn-premium:hover {
  background: #2C3E50 !important;
  border: solid 1px #2C3E50 !important;
}

.btn-primary:hover {
  background: #2C3E50 !important;
  border: solid 1px #2C3E50 !important;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #364B5F !important;
}
.btn-primary.btn-outline:hover {
  color: #fff !important;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  /*
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
  */
  margin-bottom: 3px;
  
}
.chat li.left .chat-body {
  margin-left: 0px;
  background: #fafafa;
  padding: 0 4px;
  border-radius: 8px;
  width: 95%;
  float: left;
}
.chat li.right .chat-body {
  margin-right: 0px;
  background: #f4f7ed;
  padding: 4px;
  border-radius: 8px;
  width: 95%;
  float: right;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 306px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

.btn-circle-xs {
    width: 20px;
    height: 20px;
    padding: 0px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/*========================================================*/
/*                        MOVIL                           */
/*========================================================*/
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }  
  
  /* MENU */
  .nav li a  {
    width: 100% !important;
  }
  .sidebar ul li a.active {
    width: 100%;
  }
  .nav-second-level li a {
    width: 100%;
  }
  
  .nav-mini{
    display: none;
  }
  
  #ul-mini{
    display: none;
  }
  
}