@font-face {
  font-family: 'Roboto';
  /*src: url('../fonts/roboto/RobotoCondensed-Bold.ttf');
  src: url('fonts/RobotoCondensed-BoldItalic.ttf');
  src: url('fonts/RobotoCondensed-Italic.ttf');
  src: url('fonts/RobotoCondensed-Light.ttf');*/
  src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/roboto/Roboto-Bold.ttf');
}

body{
  /*background-color: #EEFBFF;*/
  /*background-color: #bbb;*/
  /*background: #bbb url(../img/bg-app.jpg) no-repeat center center fixed;*/
  font-family: 'Roboto', sans-serif;
  min-height:100%;
}
/*.hide {
  display: none !important;
}*/
/*..::::::::::::::::::::================ BOTONES ================::::::::::::::::::::..*/
/*.pagination-tabla {
  background-color: #c9c9c9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-top: 0px;
  color: #616673;
  padding: 5px;
}*/
/*ul.pagination {
  margin: 0px 2px;
  margin-bottom: -5px;
}*/
/*.pagination > li > a,
.pagination > li > span {
  border-radius: 0px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0px 2px;
  /*-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);*/
/*}*/
/*.pagination > li > a,
.pagination > li > span {
  color: #035ead;
}*/
/*.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
}*/
/*.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #035ead;
  border-color: #035ead;
}*/
/*.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #035ead;
  border-color: #035ead;
  color: #fff;
}*/
/*.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: 0;
}*/
/*.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #f7f7f7;
  border-color: #ccc;
  color: #b5b5b5;
  cursor: not-allowed;
  pointer-events: none;
}*/
/*.btn-female,*/
.btn-female:hover,
.btn-female:focus,
.btn-female.active {
  background-color: #ec5fa4!important;
  border-color: #ec5fa4!important;
  color: #fff!important;
}
/*.btn-male,*/
.btn-male:hover,
.btn-male:focus,
.btn-male.active {
  background-color: #5bc0de!important;
  border-color: #5bc0de!important;
  color: #fff!important;
}
/*..::::::::::::::::::::================ HEADER ================::::::::::::::::::::..*/
/*.app-header {
  background-color: #035ead;
  border-bottom: 1px solid transparent;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}*/
.app-header .navbar-toggle {
  /*margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;*/
  border-radius: 0px;
  border: 0px;
  display: block;
  float: left;
  margin: 0px;
  padding: 13px 10px;
}
/*.....:::::::::: HELPERS ::::::::::.....*/
.text-detalle {
  border-bottom: 1px dotted;
}
.text-delete {
  text-decoration: line-through;
}
.hr-detalle {
  border-top: 1px dashed #ccc;
  margin-bottom: 15px;
  margin-top: 5px;
}
.borde-izquierdo {
  border-right: 1px dashed #ccc;
}
.bg-danger {
  background-color: #da7070;
}
.bg-success {
  background-color: #02C547;
}
.bg-info {
  background-color: #aad1e4;
}
.bg-warning {
  background-color: #ff8100;
}
/*.....:::::::::: SKINS ::::::::::.....*/
.app-header .navbar-default .navbar-toggle:hover,
.app-header .navbar-default .navbar-toggle:focus {
  background-color: #007ce8;
}
.navbar-toggle .icon-bar {
  border-radius: 0px;
  height: 2px;
  width: 20px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}
.app-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/*.app-header .navbar-right {
  margin-right: 15px;
}*/
/*.app-header .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}*/
/*.app-header .navbar-nav > li.app-notificaciones > a {
  padding-bottom: 10px;
  padding-top: 10px;
}*/
/*.app-header .navbar-nav > li > a span.username,
.app-header .navbar-nav > li > a span.fa {
  text-shadow: 1px 1px rgba(0,0,0,0.4);
}*/
/*.app-header .navbar-nav > li > a span.fa {
  margin-left: 5px;
  margin-right: 5px;
}*/
/*.app-header .navbar-default .navbar-nav > li > a {
  color: #fff;
}*/
/*.app-header .navbar-default .navbar-nav > li > a:hover,
.app-header .navbar-default .navbar-nav > li > a:focus {
  background-color: #007ce8;
}*/
/*.app-header .navbar-default .navbar-nav > .open > a,
.app-header .navbar-default .navbar-nav > .open > a:hover,
.app-header .navbar-default .navbar-nav > .open > a:focus {
  background-color: #007ce8;
  color: #fff;
}*/
.app-header .dropdown-menu {
  border: 0px;
  min-width: 173px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.app-header .dropdown-menu > li > a,
.app-header .dropdown-menu > li > div > a {
  color: #8e919e;
  padding: 10px 20px;
}
.app-header .navbar-default .navbar-nav ul.dropdown-menu > li > a > span {
  margin-right: 5px;
}
.app-header .app-tag-notificacion {
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 0.9;
  padding: 2px 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.app-header .bg-warning {
  background-color: #ff8100;
}
/*.app-header .app-img-perfil {
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}*/
/*..::::::::::::::::::::================ MAIN PAGE ================::::::::::::::::::::..*/
.app-main-page {
  min-height: 100%;
  position: relative;
}
/*.cuadro {
  background-color: #fff;
  border-radius: 0px;
  border: 0px;*/
  /*margin-bottom: 15px;*/
  /*-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);*/
  /*-moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);*/
  /*box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);*/
  /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);*/
/*}*/
.input-group div.inputTags-list {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/*.input-group div.inputTags-list:focus {
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
  box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #66afe9;
}*/
/*..::::::::::::::::::::================ ALERTAS ================::::::::::::::::::::..*/
/*.alert {
  border-radius: 0px;
}*/
.alert-danger {
  background-color: #da7070;
  border-color: #da7070;
  color: #ffffff;
}
.alert-warning {
  background-color: #ffec88;
  border-color: #decc6c;
}
.table .alert {
  margin-bottom: 4px;
  margin-top: 4px;
}
.panel-group.panel-group-empty .alert {
  margin-bottom: 0px;
}
/*..::::::::::::::::::::================ LIST GROUP ================::::::::::::::::::::..*/

/*..::::::::::::::::::::================ ERRORES FORMULARIOS ================::::::::::::::::::::..*/
.errorContent {
  display: none;
}
input.error,
select.error,
textarea.error,
input.error.form-control[readonly],
input.error.form-control[readonly]:focus {
  border: 1px solid #ef1313;
  color: #ef1313;
}
/*select.error options:first-child {
  color: #ef1313!important;
}
select.error options {
  color: #000!important;
}*/
/*select.error option:not(first-child) {*/
select.error option:not(first-child) {
  color: #242c38!important;
}
select.error option.text-danger {
  color: #d9534f!important;
}
/*input.error:focus,*/
select.error:focus,
textarea.error:focus {
  border: 1px solid #ef1313;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
     -moz-box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
          box-shadow: inset 2px 1px 4px rgba(0,0,0,.1), 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 8px #ffbaba;
}
label.error {
  background: none;
  color: #ef1313;
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 0px;
  text-shadow: none;
}
.has-error .form-control {
  border-color: #ef1313;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/*.has-error .form-control:focus {
  border-color: #ef1313;
  -webkit-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
     -moz-box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
          box-shadow: inset 2px 1px 4px rgba(0, 0, 0, .075), 0px 1px 0px rgba(255,255,255,0.8), 0 0 8px #ce8483;
}*/
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 21px;
}
/*..::::::::::::::::::::================ IMAGENES ================::::::::::::::::::::..*/
.preview-imagen {
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.img-preview {
  border: 1px dashed #ccc;
  height: 80px;
  padding: 6px;
  -webkit-transition: 0.3s all;
     -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
       -o-transition: 0.3s all;
          transition: 0.3s all;
}
/*..::::::::::::::::::::================ TABLAS ================::::::::::::::::::::..*/
/*.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th {
  background-color: #c9c9c9;
  border: 1px solid #acacac;
  color: #333;
  font-family: 'RobotoBold';
  font-weight: 500;
}*/
/*.table-bordered {
  border: 1px solid #acacac;
}*/
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #acacac;
}
.tabla-principal .table-responsive .table-bordered.dataTable {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.table-responsive .table-bordered > tbody > tr > th:first-child,
.table-responsive .table-bordered > tbody > tr > td:first-child, {
  border-left: 0px;
}
.table-responsive .table-bordered > tbody > tr > th:last-child,
.table-responsive .table-bordered > tbody > tr > td:last-child, {
  border-right: 0px;
}
.fixed-header .table-bordered,
.fixed-footer .table-bordered {
  border: 0px solid #acacac;
}
.fixed-header .table-bordered > thead > tr > th:first-child {
  border-left: 0px;
}
.fixed-header .table-bordered > thead > tr > th,
.fixed-header .table-bordered > tfoot > tr > th,
.fixed-header .table-bordered > thead > tr > td,
.fixed-header .table-bordered > tfoot > tr > td {
  border: 1px solid #acacac;
}
.fixed-footer .table-bordered > tfoot > tr:first-child > th {
  border-bottom-width: 0px;
  border-top-width: 0px;
}
/*.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  padding: 4px 8px;
}*/
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ececec;
}
div.mostrar-nominas,
div.mostrar-empresas,
div.mostrar-sucursales,
div.mostrar-dips {
  background-color: #fff;
  display: none;
  padding: 8px;
}
/* div.mostrar-empresas .table > thead > tr > th,
div.mostrar-empresas .table > thead > tr > td,
div.mostrar-empresas .table > tbody > tr > th, */
/* div.mostrar-nominas .table > thead > tr > th,
div.mostrar-nominas .table > thead > tr > td,
div.mostrar-nominas .table > tbody > tr > th,
/*div.mostrar-sucursales .table > thead > tr > th,
div.mostrar-sucursales .table > thead > tr > td,
div.mostrar-sucursales .table > tbody > tr > th,*/
div.mostrar-dips .table > thead > tr > th,
div.mostrar-dips .table > thead > tr > td,
div.mostrar-dips .table > tbody > tr > th {
  background-color: #929292;
  border: 1px solid #818181;
}
div.mostrar-nominas .table > thead:first-child > tr:first-child > th,
div.mostrar-empresas .table > thead:first-child > tr:first-child > th,
/*div.mostrar-sucursales .table > thead:first-child > tr:first-child > th,*/
div.mostrar-dips .table > thead:first-child > tr:first-child > th {
  border-left-width: 0;
}
.col-btns {
  /*padding-left: 0px!important;
  padding-right: 0px!important;
  width: 129px!important;*/
}
.contenedor-tabla .table-responsive.table-responsive-padding {
  padding-right: 0px;
}
.contenedor-tabla .table-responsive .mCSB_container_wrapper.no-border {
  border-bottom: 0px;
  border-right: 0px;
}
.table-fill-default thead th{
  border-right: 1px solid #343a45;
  background: #242c38;
  color: white;
}
.table-fill-dark thead th{
  border-right: 1px solid #343a45;
  background: #1b1e24;
  color: #D5DDE5;
}
.table-fill-green thead th{
  background: #27ae60;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-red thead th {
  background: #ea6153;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-blue thead th{
  background: #2980b9;
  border-right: 1px solid #9ea7af;
  color: white;
}
.table-fill-default tfoot th {
  border-top: solid 2px #343a45 !important;
}
.table-fill-dark tfoot th {
  border-top: solid 2px #1b1e24 !important;
}
.table-fill-green tfoot th {
  border-top: solid 2px #27ae60 !important;
}
.table-fill-blue tfoot th {
  border-top: solid 2px #2980b9 !important;
}
.table-fill-red tfoot th {
  border-top: solid 2px #ea6153 !important;
}
.table-fill-hover tbody tr:hover, .table-fill-hover tbody tr:hover td {
  background-color: #4E5066;
  color: white;
}
.table-fill {
  font-size: 12px;
  border-radius: 3px;
  border-collapse: collapse;
  margin: auto;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.table-fill th:first-child {
  border-top-left-radius: 3px;
}
.table-fill th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.table-fill th {
  border-bottom: 4px solid #9ea7af;
  padding: 5px;
  text-align: left;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  vertical-align: middle;
}
.table-fill tfoot th{
  border-top: 2px solid #c1c3d1;;
  border-bottom: none;
  text-align: right;
  color: #4E5066;
}
.table-fill tfoot th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 3px;
}
.table-fill tfoot th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
}
.table-fill tr:nth-child(2n+1) td {
  background-color: #EBEBEB;
}
.table-fill td:last-child {
  border-right: 0px;
}
.table-fill tr:first-child {
  border-top: none;
}
.table-fill tr:last-child {
  border-bottom: none;
}
.table-fill td {
  padding: 5px;
  vertical-align: middle;
  /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);*/
  border-right: 1px solid #C1C3D1;
}
/*..::::::::::::::::::::================ TOOLTIP ================::::::::::::::::::::..*/
.tooltip {
  position: fixed;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
/*..::::::::::::::::::::================ MAPA ================::::::::::::::::::::..*/
.mapa-google {
  border: 1px solid #ababab;
  height: 300px;
}
@media (max-width: 767px){
  .app-header .navbar-header {
    float: left;
  }
  .app-header .navbar-nav {
    margin: 0;
  }
  .navbar-right {
    float: right !important;
  }
  .app-header .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .app-header .navbar-default .navbar-nav > li {
    display: inline-block;
  }
  .btn-acciones .btn-group {
    margin-right: -2px;
  }
  .btn-acciones .btn-group .btn {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (min-width: 992px) {
  .btn-acciones .btn-group .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*----------------------------------INPUTS---------------------------------*/

/*LOADER PARA SELECT*/
.loadingSelect {
  background: #ffffff url("../img/preloader2.gif") no-repeat center;
  /*background-size: 20px 20px;*/
}

/*HR*/
hr.style14 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

/*MENÚ ACCIONES EN MODAL*/
.modal-menu-list .option-active:hover{
  background-color:#343a40;
  font-weight: bold;
  padding-left: 40px;
}
.modal-menu-list .option-active:hover span{
  color: white;
}

/*CLASES AUXILIARES PARA TABLAS (ROWS EN ESPECIFICO)*/
.row-click {
  cursor: pointer;
}
.row-click:hover, .row-click:hover td {
  /*color: white;*/
  background-color: #d4dde5 !important;
}

.font-sm{
  font-size: 11px !important;
}
.panel-custom {
  margin-bottom: 0px;
  box-shadow: none;
}

.bullets-custom-1, ul li{
  list-style-type:  none;
  margin-left: 0px;
}
.bullets-custom-1 ul li:before{
  font-family: 'FontAwesome';
  content: '\f046';
  margin:0 5px 0 -15px;
  color: #777;;
}
/*..::::::::::::::::::::================ CKEDITOR ================::::::::::::::::::::..*/
.has-error .cke_chrome,
.has-error .CodeMirror {
    border-color: #ef1313;
}
.rounded{
  border-radius: 5px !important;
}
.bgTransparent{
  background: transparent !important;
}