@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url("../fonts/font-avenir.css");
@import url("../fonts/icomoon.css");

/*
 *
 *   Omnia
 *   version 2.4
 *
*/

/**
* Fonts
*/

body, p, a {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}

h1, h2, h3 {
  font-family: 'AvenirLTStd-Light', helvetica, arial, sans-serif;
}
h4, h5, h6 {
  font-family: 'AvenirLTStd-Roman', helvetica, arial, sans-serif; 
}

/**
* Colores institucionales
*/

.bg-green {
  background-color: #12be91;
}
.bg-blue {
  background-color: #1a415b;
}
.bg-gray {
  background-color: #ebebeb;
}
.bg-gray-light {
  background-color: #f5f5f5;
}
.bg-gray-dark {
  background-color: #ccc;
}
.bg-granite {
  background-color: #001c31;
}
.bg-white {
  background-color: white;
}
.bg-transparent {
  background-color: transparent;
}
.bg-danger {
  background-color: #ed5565;
}
.bg-warning {
  background-color: #ffa718;
}
.bg-info {
  background-color: #23c6c8;
}
.bg-aceptado {
  background-color: #8490E8;
}
.type-green {
  color: #12be91;
}
.type-blue {
  color: #1a415b;
}
.type-gray {
  color: #ebebeb;;
}
.type-gray-light {
  color: #f5f5f5;
}
.type-gray-dark {
  color: #ccc;
}
.type-granite {
  color: #001c31;
}
.type-white {
  color: white;
}
.type-danger {
  color: #ed5565;
}
.type-warning {
  color: #ffa718;
}
.type-info {
  color: #23c6c8;
}
.type-aceptado {
  color: #8490E8;
}
.uppercase {
  text-transform: uppercase;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #12be91;
}

::selection {
    color: white; 
    background: #12be91;
}

/**
* Buttons
*/

.padded-dropdown li {
  padding: 10px;
}
.padded-dropdown input {
  margin-right: 8px;
}
.padded-dropdown li:hover {
  background-color: #f5f5f5;
}

.dropdown-button {
  height: 35px;
  padding: 8px;
  cursor: pointer;
  border-top: 1px solid #eee;
}
.dropdown-button:hover {
  background-color: #f5f5f5;
  border-radius: inherit;
}
.dropdown-button i {
  margin-right: 10px;
}
.dropdown-button:hover i {
  color: #12be91;
}

.detalle-observacion {  
  height: auto;
  border-radius: 5px;
  width: 50%;
  padding: 15px;
  background-color: #ebebeb;
}

.chip {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    padding: 8px 20px 8px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}

/* remove number arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

/**
* Nav tabs
*/

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li { min-width: 114px; font-size: 13px; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #12be91 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #12be91; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 0; }
.tab-content{padding: 10px}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background-color: transparent;
}

/**
* Layout and positioning
*/

html, body, .base-wrapper {
  height: 100%;
  overflow: hidden;
}

body {
  color: #676a6c;
}

.row.module-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.module-box {
  min-height: 38.3em;
  height: 100%;
  padding-left: 3.5%;
  padding-bottom: 50px; /* IMPORTANTE: es para compensar los 50px del navbar */;
}
.module-box.full-width {
  width: 100%;
}

.modal-content {
  border-radius: 5px!important;
}
.modal-header {
  padding-top: 9px;
  padding-bottom: 6px;  
}
h4.modal-title {
  text-transform: uppercase;
  font-size: 15px;
}
.modal-footer {
  padding: 10px 15px;  
}

#confirm_modal .modal-title {
  font-size: 22px;
}
#confirm_modal .modal-header {
  padding-bottom: 7px;
  padding-top: 7px;
}
#confirm_modal .modal-header button {
  margin-top: 3px;
}
#confirm_modal .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;  
}
.form-check-label {
  font-weight: 500!important;
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
}

.height-100 {
  height: 100%;
}

.font-size-13 {
  font-size: 13px;
}

.card {
  background: #FFF none repeat scroll 0% 0%; 
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
  margin-bottom: 30px;
}

.btn-group-rounded > button:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.btn-group-rounded > button:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.box-shadow-sm {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}
.box-shadow-md {
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.box-shadow-md-top {
  /* not using it for now */
  /*box-shadow: 0 -10px 20px rgba(0,0,0,0.19), 0 -6px 6px rgba(0,0,0,0.23);*/
}

.transition-all {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -kthtml-transition: all .3s linear;
  transition: all .3s linear;  
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

.position-relative {
  position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

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

.hidden {
  display: none;
}

.inline {
  display:inline;
}
.inline-block {
  display: inline-block;
}
.border-radius-5 {
  border-radius: 5px;
}
.weight-600 {
  font-weight: 600;
}

.link {
  cursor: pointer;
  font-weight: 700;
}
.link:hover {
  text-decoration: underline;
  /*color: inherit!important;*/
}

.muted-value {
  color: #ccc!important;
}

.corner-caret {
  position: absolute;
  right: -2px;
  top: -5px;
  font-size: 16px;
  transform: rotate(0.13turn);
}

/**
* Navegación
*/

.sidenav-container {
  z-index:1;
  height:100%;
  width: 18.5%;
  border-right: 1px solid #ccc;
  position: relative;
  float: left;
}
.sidenav-header {
  padding:10px 15px 10px 15px;
}
.sidenav-header img {
  max-height: 22px;
  margin-top: -12px;
}
.sidenav-header h1 {
  font-size: 24px;
  margin-top:0;
  margin-bottom:0;
  margin-left:5px;
}
.sidenav-header h4 {
    margin: 0;
    margin-left: 5px;  
}
.left-nav-separator {
    margin:auto;
    width: 85%;
}
.left-nav-separator hr {
    margin: 0;
}
.main-container {
  width: 81.5%;
  height:100%;
}
.main-container .body-container {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 50px;
}
.topnav-container {
  height: 50px;
  padding: 7px;
  padding-left:25px;
  border-bottom: 1px solid #ccc;
}

.arrow-box-right {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-left: none;
}
.arrow-box-right:after, .arrow-box-right:before {
    left: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-right:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 15px;
    margin-top: -15px;
}
.arrow-box-right:before {
    border-color: rgba(204, 204, 204, 0);
    border-left-color: #ccc;
    border-width: 16px;
    margin-top: -16px;
}

.img-close, .img-back-arrow {
  opacity: .4;
  cursor: pointer;
  position: absolute;
}
.img-close:hover, .img-back-arrow:hover {
  opacity: 1;
}
.img-close {
    right: 30px;
    top: 25px;
    max-height: 35px;
}
.img-back-arrow img, .img-close img {
  max-height: 35px;
}

/**
* Export buttons
*/

.export-button {
    cursor: pointer;
}
.export-button a {
  padding-top: 6px!important;
  height: 30px;
}

/**
* Forms
*/

.resize-vertical {
  resize: vertical;
}

.cursor-pointer {
    cursor: pointer;
}

.estado-activo {
  color:white;
  background-color: #1ab394;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-weight: 500;
  font-size: 12px;
  color: #989898;
}
label.form-check-label {
  cursor: pointer;
}

input, select, textarea {
  border-radius: 0!important;
}
textarea {
  resize: vertical;
}

.form-control:focus {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  border-color: #1ab394 !important;
}

.input-complete {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  background-color:transparent!important;
  outline: none;
}
.input-complete + .input-group-addon {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

.input-complete:disabled {        
    background-color:transparent!important;
}

.input-edit {
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border-bottom: 2px solid #4285F4 !important;
  outline: none;
}

.input-clear {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  background-color:transparent!important;
  outline: none;
}
.input-clear:focus {
  border-bottom: 1px solid #ccc!important;
  outline: 0;
}

.input-fixed {
    padding-top:3px!important;
}

.form-error, .form-invalid {
  border-color: #ed5565!important;
}

.label-form {
  font-weight: 500;
  font-size: 12px;
}

.label-btn {
  cursor: pointer;
  opacity: .8;  
}
.label-btn:hover {
  opacity: 1;
}

/**
* datepicker style
*/

.hidden-datepicker {
  visibility: hidden;
  width:1px;
  height: 1px;
  padding: 0;
  position: absolute;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-color: #12be91!important;
}

/**
* Transitions
*/

.color-transition-success {
  -webkit-transition: .3s;
  transition: color .3s;  
}
.color-transition-success:hover {
  color:#1abc9c!important;
}


/**
* Components
*/

.tooltip-inner {
  background-color: #1a415b;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #1a415b;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1a415b;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1a415b;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1a415b;
}

/**
* Loading spinners
*/

.loading-elem i.fa-spin {
  display: inline-block!important;
}
.loading-elem span,
.loading-elem i:not(.fa-spin) {
  display: none;
}

.loading-required {
  position: relative;
}
.loading-required.inner-loading {
  opacity: 0.4;
}
.loading-required .inner-spinner {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.loading-required .inner-spinner>div {
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  position: absolute;
}
.loading-required.inner-loading .inner-spinner {
  display: block;
}

/**
* tablas
*/

.table-compressed>thead>tr>td, .table-compressed>tbody>tr>td, .table-compressed>tfoot>tr>td {
    padding: 4px 2px 4px 2px;
}

.table.table-min-header>thead>tr>th, 
.table.table-min-header>tbody>tr>th, 
.table.table-min-header>tfoot>tr>th, 
.table.table-min-header>thead>tr>td, 
.table.table-min-header>tbody>tr>td, 
.table.table-min-header>tfoot>tr>td {
    vertical-align: middle;
    border-top: 1px solid #ececec;
    font-size: 13px;
    padding: 7px;
}

.table.table-min-header.font-size-12>thead>tr>th, 
.table.table-min-header.font-size-12>tbody>tr>th, 
.table.table-min-header.font-size-12>tfoot>tr>th, 
.table.table-min-header.font-size-12>thead>tr>td, 
.table.table-min-header.font-size-12>tbody>tr>td, 
.table.table-min-header.font-size-12>tfoot>tr>td {
  font-size: 12px;
}

.table.table-min-header>thead th {
    font-weight: 600;
    font-size: 12px;
    color: #7c9aaf;
    cursor: pointer;
}
.table.table-min-header>thead th:hover {
    text-decoration: underline;
}


/**
* Filtros
*/

.filter-item {
    height: 32px;
    padding: 5px 15px 5px 20px;
    font-size: 12px;
}
.filter-item .filter-item-options {
    display: none;
}
.filter-item.open {
    height: auto;
}
.filter-item.open .filter-item-options {
    display: block;
}

.filter-item:hover {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.filter-item i:not(.fa-filter) {
    display: inline-block;
}
.filter-item i.fa-filter {
    display: none;
}
.filter-item.filtered i.fa-filter {
    display: block;
    margin-top: 1px;
    font-size: 14px;
}
.filter-item.filtered .filter-header>i:not(.fa-filter) {
    color: #12be91;
}
.filter-item.filtered .filter-header>p {
    color: #12be91;
    font-weight: 600;
}
.filter-item.filtered .filter-elem-container {
    display: none;
}
.filter-item.filtered .filter-elem-container.active-filter {
    display: block;
}

.filter-item p {
    color: #7c9aaf;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
}

.filter-item-options {
    border-radius: 5px;
    padding-top:10px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.filter-item-options ul {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}
.filter-item-options>ul>li input.filter-elem, 
.filter-item-options>ul>li select.filter-elem, 
.filter-item-options>ul>li div.chosen-container {
    margin-top: 5px;
    display: none;
}
.filter-item-options>ul>li input.input-open.filter-elem[filter-type="time"] {
    width: 40%;
    display: inline-block;
} 
.filter-item-options>ul>li input.filter-elem[filter-type="time"] + span {
    display: none;
} .filter-item-options>ul>li input.input-open.filter-elem[filter-type="time"] + span {
    display: inline-block;
} 
.filter-item-options>ul>li input.input-open, 
.filter-item-options>ul>li select.input-open, 
.filter-item-options>ul>li select.input-open + .chosen-container {
    display: block;
}
#container_nomina .filter-item-options .filter-elem-container span {
  vertical-align: text-bottom;
  margin-left: 3px;
}
/*.filter-item-options>ul>li span {
    margin-left: 5px;
}*/
.container-filter-select2 {
  border: 1px solid #ccc!important;
  border-radius: 0!important;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.container-filter-select2 .select2-selection__choice__remove {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.filter-item-options .select2-container {
  margin-top: 3px;
}
.container-filter-select2 input.select2-search__field {
  padding-left: 10px!important;
}
.filtro-data .select2-selection__choice {
  font-size: 12px;
}
.select2-dropdown.filter-select2 {
  width: 350px!important;
  /*margin-top: -18px;*/
  margin-top: 0px;
  /*margin-left: 5px;*/
  border-top: 1px solid #aaa;
}
.select2-dropdown.filter-select2.select2-dropdown--above {
  margin-top: 16px;
}
.filter-header, .filter-item-options>ul i.fa-times {
    cursor: pointer;
}
input.filter-elem[type=number]::-webkit-inner-spin-button, 
input.filter-elem[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/**
* Filtros lob
*/

.lob-filters-container .inner-spinner {
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 50%;
    padding-top: 10%;
    min-height: 600px;
}

.filtro-section {
    padding-bottom: 10px;
}
.filtro-section .filtro-section-body {
  display: none;
}
.filtro-section.open .filtro-section-body {
  display: block;
  padding-top: 5px;
}

.filtro-section .filtro-section-header .fa-chevron-down,
.filtro-section.open .filtro-section-header .fa-chevron-right {
  display: none;
  font-size: 12px;
  margin-top: 2px;
}
.filtro-section.open .filtro-section-header .fa-chevron-down {
  display: block;
}

.filtro-section-header {
  padding: 15px 15px 0 15px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.filtro-section-header label {
  font-weight: 600;
  cursor: pointer;
}
.filtro-section-header>div {
  display: inline-block;
    float: right;
    padding-top: 3px;
}

.filtro-lob-item, .filtro-general-item {
  min-height: 32px;
  height: auto;
  padding-left: 15px;
  font-size: 12px;
}
.filtro-item-header>i {
  cursor: pointer;
}
.filtro-item-header {
  min-height: 32px;
  padding-top: 5px;
  position: relative;
  padding-right: 25px;
}
.filtro-lob-item>.filtro-children-container {
  display: none;
}
.filtro-lob-item.open>.filtro-children-container {
  display: block;
}
.filtro-lob-item>.filtro-item-header>.fa-chevron-down {
  display: none;
}
.filtro-lob-item.open>.filtro-item-header>.fa-chevron-down {
  display: block;
}
.filtro-lob-item.open>.filtro-item-header>.fa-chevron-right {
  display: none;
}
.filtro-item-header:hover {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.filtro-item-header .fa-chevron-right, .filtro-item-header .fa-chevron-down {
  float: left;
  margin-top: 3px;
}
.filtro-lob-item .filtro-item-header i {
  float: left;
  margin-top: 3px;
}
.filtro-lob-item .filtro-item-header span {
  cursor: pointer;
}
.filtro-lob-item[level="2"] .filtro-item-header span {
  cursor: default;
}
.filtro-item-header span {
    color: #7c9aaf;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline-block;
    max-width: 80%;    
}
.filtro-item-header>.filtro-ctrl {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}
.filtro-item-header>.filtro-ctrl i {
  display: none;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.filtro-lob-item.active>.filtro-item-header>span {
  color: #12be91;
  font-weight: 600;
}
.filtro-lob-item.active>.filtro-item-header>.filtro-ctrl .fa-square-o,
.filtro-lob-item.active>.filtro-item-header:hover>.filtro-ctrl .fa-check {
  display: none;
}
.filtro-item-header:hover>.filtro-ctrl .fa-square-o,
.filtro-lob-item.active>.filtro-item-header>.filtro-ctrl .fa-check,
.filtro-lob-item.active>.filtro-item-header:hover>.filtro-ctrl .fa-times {
  display: block;
}

/**
* Estilos para filtros que aplican cambios con un trigger separado
* los ítems seleccionados quedan en gris hasta que son confirmados
*/

.manual-filters .filtro-lob-item.active > div > span,
.manual-filters .filtro-lob-item.active > div > div > .fa-check {
  color: #bbb!important;
}
.manual-filters .filtro-lob-item.set > div > span,
.manual-filters .filtro-lob-item.set > div > div > .fa-check {
  color: #12be91!important;
}
.manual-filters .filtro-lob-item.set > div > span {
  font-weight: 600;
}  

/**
* Filtro con floater
*/

.center-badge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.floater {  
    background-color: #fefefe;
  width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    opacity: 0.8;
}
.floater:hover {
  opacity: 1;
}

.floater-open[slider="filter-container"] {
    top: 58px;
    right: 27px;
    padding: 10px 15px;
}
.floater-open[slider="filter-container"].filtered {
  color: #12be91;
}

.floater.floater-close {
    top: 7px;
    left: -52px;
}
.floater.floater-close img {
  height: 17px;
  margin-top: 12px;
    margin-left: 12px;
}

.filter-container.slider-container {
  height: 100%;
  width: 325px;
  right: 0;
  top: 0;
  background-color: #fefefe;
  position: absolute;
  z-index: 1;
  padding: 10px;
}

.filter-container.slider-container #btn_aplicar_filtros {
  position: absolute;
  bottom: 57px;
}


/**
* Inline datepicker
*/

.inline-datepicker-container .week-header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #e5e5e5;  
}
.inline-datepicker-container .week-header > p {
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
  font-size: 13px;  
}
.inline-datepicker-container .week-header h4 {
  margin: 0;
  font-size: 16px;
}

.inline-datepicker-container #week_datepicker {
  font-size: 12px;
}

.inline-datepicker-container .active-week {
  background-color:#eeeeee;
  border-radius:0!important;
}
.inline-datepicker-container .active-week.day.active {
  cursor: default;
}

/**
* desde los trabajos de translation, el datepicker-inline se está duplicando
*/
.inline-datepicker-container .datepicker-inline .datepicker-inline {
  display: none!important;
}

/**
* Filtros generales
*/

.general-filters-container .filter-elem-container {
  padding-top: 15px;
}

/**
* KPIs
*/

.kpi-item {
  padding: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-radius: 2px;
}
.kpi-item.empty-chart .loading-required {
  min-height: 200px;
}
.kpi-item .value-with-prefix > span {
  font-size: 20px;  
}
.kpi-item h1 {
  margin: 0;
  display: inline-block;
}
.kpi-item label.kpi-label {
  text-transform: uppercase;
  color: #12be91;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.kpi-item .kpi-delta {
  /* display: inline-block;
  margin-left: 5px; */
  display: none!important;
}
.kpi-item .fa-info-circle {
  position: absolute;
  top: 1px;
  right: 0px;
}
.kpi-target {
	display: inline;
    margin-left: 5px;	
	font-size: 12px;
}
.kpi-target span {
	font-weight: 600;
    font-size: 12px;
}
.kpi-target i {
    margin-right: 4px;
    vertical-align: sub;
	font-size: 20px;	
}

/* 
.kpi-item .kpi-delta.positive {
  color: #12be91;
}
.kpi-item .kpi-delta.negative {
  color: #ed5565;
}
.kpi-item .kpi-delta-value {
  margin-left: -3px;
}
.kpi-item .kpi-delta .icon-arrow-down2, 
.kpi-item .kpi-delta .icon-arrow-up2 {
  font-size: 12px;
}
.kpi-item .kpi-delta .icon-arrow-up2,
.kpi-item .kpi-delta .icon-arrow-down2 {
  display: none;
} */
/* .kpi-item .kpi-delta.positive:not(.invert) .icon-arrow-up2,
.kpi-item .kpi-delta.negative:not(.invert) .icon-arrow-down2,
.kpi-item .kpi-delta.positive.invert .icon-arrow-down2,
.kpi-item .kpi-delta.negative.invert .icon-arrow-up2 {
  display: inline-block;
} */
/* .kpi-item .kpi-target {
  font-size: 12px;
  color: #bbb;
  font-weight: 600;
} */
.kpi-item .kpi-q,
.kpi-item .kpi-hours,
.kpi-item .semi-bold-italic {
  font-style: italic;
}
.kpi-item .kpi-q span,
.kpi-item .kpi-hours span,
.kpi-item .semi-bold-italic {
  font-weight: 600;
}
/* mini-item dentro de kpi-item */
.kpi-item .kpi-body [metrica-item] .inner-spinner {
  height: 45px;
}
.kpi-item .mini-kpi-label {
    font-size: 12px;
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}

.kpi-item.rounded,
.card.rounded {
  border-radius: 3px;
}

.kpi-item.kpi-inline {
  padding-top: 15px;
}
.kpi-item.kpi-inline > .kpi-body h1 {  
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  margin-right: 15px;
  vertical-align: middle;
}
.kpi-item.kpi-inline > .kpi-body label {
  text-transform: none;
  font-size: 13px;
  margin-bottom: 0;
} 


/**
* IDPs
*/

.idp-node {
  width: 24px;
  height: 20px;
  padding-top: 2px;
}
.idp-node span {
  cursor:pointer;
  float:left;
  width:100%;
  height:100%;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 2px solid white;
  opacity:0.7;
  -webkit-transition: opacity 0.3s; /* Safari */
  transition: opacity 0.3s;
  font-weight: 700;
  color: white;
  font-size: 11px;
  padding-top: 1px;
  border-radius: 3px;
  text-align: center;
}

.idp-node span:hover {
    opacity: 1;
}

.idp-popover-title {
  margin: 0;
}
.idp-popover-content {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.idp-popover-content .idp-popover-kpi {
  margin: 0;
  font-weight: 700;
  font-size: 27px;
}
.idp-popover-content .idp-popover-label {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

.idp-bg-0 {
  background-color: #ebebeb;
}
.idp-bg-1 {
  background-color: #ed5565;
}
.idp-bg-2 {
  background-color: #f47349;
}
.idp-bg-3 {
  background-color: #f98934;
}
.idp-bg-4 {
  background-color: #ffa718;
}
.idp-bg-5 {
  background-color: #ffa718;
}
.idp-bg-6 {
  background-color: #a1b048;
}
.idp-bg-7 {
  background-color: #6fb561;
}
.idp-bg-8 {
  background-color: #12be91;
}


.idp-type-0 {
  color: #ebebeb;
}
.idp-type-1 {
  color: #ed5565;
}
.idp-type-2 {
  color: #f47349;
}
.idp-type-3 {
  color: #f98934;
}
.idp-type-4 {
  color: #ffa718;
}
.idp-type-5 {
  color: #ffa718;
}
.idp-type-6 {
  color: #a1b048;
}
.idp-type-7 {
  color: #6fb561;
}
.idp-type-8 {
  color: #12be91;
}

.idp-border-left-0 {
  border-left: 3px solid #ebebeb;
}
.idp-border-left-1 {
  border-left: 3px solid #ed5565;
}
.idp-border-left-2 {
  border-left: 3px solid #f47349;
}
.idp-border-left-3 {
  border-left: 3px solid #f98934;
}
.idp-border-left-4 {
  border-left: 3px solid #ffa718;
}
.idp-border-left-5 {
  border-left: 3px solid #ffa718;
}
.idp-border-left-6 {
  border-left: 3px solid #a1b048;
}
.idp-border-left-7 {
  border-left: 3px solid #6fb561;
}
.idp-border-left-8 {
  border-left: 3px solid #12be91;
}


/*
* Select2
*/

@charset "UTF-8";
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left; 
  width: 45px; 
  /*margin-right: 10px; */
}
.select2-result-repository__avatar img {
  width: 100%; height: auto; border-radius: 50%; 
}
.select2-result-repository__meta {
  margin-left: 60px; 
}
.select2-result-repository__title {
 color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin: 0; }
.select2-result-repository__forks, 
.select2-result-repository__stargazers { 
  margin-right: 1em; 
}
.select2-result-repository__forks, 
.select2-result-repository__stargazers, 
.select2-result-repository__watchers { 
  display: inline-block;
  color: #aaa; 
  font-size: 11px; 
}
.select2-result-repository__description { 
  font-size: 12px; 
  color: #777; 
  margin: 0; 
  margin-bottom: 5px; 
}
.select2-results__option--highlighted .select2-result-repository__title { 
  color: #1a415b;
  font-size: 13px; 
}
.select2-results__option--highlighted .select2-result-repository__forks, 
.select2-results__option--highlighted .select2-result-repository__stargazers, 
.select2-results__option--highlighted .select2-result-repository__description, 
.select2-results__option--highlighted .select2-result-repository__watchers { 
  color: #1a415b; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5!important;
  color: #1a415b!important;
}

/**
* button defaults
*/

.btn {
  border-radius: 2px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-w-m {
  min-width: 120px;
}
.btn-outline {
  border-width: 2px;
  background-color: transparent!important;
}
.btn-outline:hover {
  opacity: 0.5;
}
.btn-outline:not(:hover) {
}
.btn-primary.btn-outline {
  color: #1ab394;
}
.btn-success.btn-outline {
  color: #1c84c6;
}
.btn-info.btn-outline {
  color: #23c6c8;
}
.btn-warning.btn-outline {
  color: #f8ac59;
}
.btn-danger.btn-outline {
  color: #ed5565;
}
.btn-granite.btn-outline {
  color: #1a415b;
}
/* .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: #fff;
} */
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #FFFFFF;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}
.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}
.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}
.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}
.btn-granite {
  background-color: #1a415b;
  border-color: #1a415b;
  color: #FFFFFF;
}
.btn-granite:hover,
.btn-granite:focus,
.btn-granite:active,
.btn-granite.active,
.open .dropdown-toggle.btn-granite,
.btn-granite:active:focus,
.btn-granite:active:hover,
.btn-granite.active:hover,
.btn-granite.active:focus {
  background-color: #1a415b;
  border-color: #1a415b;
  color: #FFFFFF;
}
.btn-granite:active,
.btn-granite.active,
.open .dropdown-toggle.btn-granite {
  background-image: none;
}
.btn-granite.disabled,
.btn-granite.disabled:hover,
.btn-granite.disabled:focus,
.btn-granite.disabled:active,
.btn-granite.disabled.active,
.btn-granite[disabled],
.btn-granite[disabled]:hover,
.btn-granite[disabled]:focus,
.btn-granite[disabled]:active,
.btn-granite.active[disabled],
fieldset[disabled] .btn-granite,
fieldset[disabled] .btn-granite:hover,
fieldset[disabled] .btn-granite:focus,
fieldset[disabled] .btn-granite:active,
fieldset[disabled] .btn-granite.active {
  background-color: #1a415b;
  border-color: #1a415b;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #1ab394;
  text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

/**
* Labels and badges
*/

.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.label-block {
    display: inline-block;
    margin: 0;
    color:white;
    margin-right: 5px;
    padding: 5px 7px 5px 7px;
    min-width: 45px;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #1ab394;
  color: #FFFFFF;
}
.label-dark-gray {
  background-color: #676a6c;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}


/**
* Change password form
*/

.change-password-container {
  height: 100%;
}
.change-password-container .form-container {
  height: 300px;
  width: 300px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.change-password-container .form-container .logo-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

/**
* Charting components
*/

/**
* Dow tabs
*/

.dow-tab-container {
  margin-top: -15px;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.dow-tab {
  float: left;
  width: 14.2857%;
  background-color: #f5f5f5;
  height: 75px;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0.5;
}
.dow-tab.active {
  background-color: white;
  color: inherit;
  font-weight: 600;
  opacity: 1;
}

.dow-tab h5 {
  font-weight: 700;
  margin: 0;
  margin-top: 5px;
}
.dow-tab h5.fte-container {
  color: #12be91;
}
.dow-tab h5.max-container {
  color: #ffa718;
}
