@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");

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

/**
* 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; 
}
body {
    background-color: #1a415b;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}
html,
body {
    height: 100%;
}
body.locked-scroll {
  overflow: hidden;
}
body.locked-scroll .wrapper-content {
  padding: 0;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
    height: 100%;
}
#page-wrapper {
    min-height: auto;
}
body.boxed-layout {
    background: url('patterns/shattered.png');
}
body.boxed-layout #wrapper {
    background-color: #2f4050;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
    max-width: 1300px !important;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a {
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
}

/* GLOBAL  */
.no-padding {
    padding: 0 !important;
}
.no-border {
    border: none !important;
}
.no-margin {
    margin: 0 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.position-relative {
  position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.inline {
  display:inline;
}
.pointer {
  cursor: pointer;
}
.half-width {
  width: 50%;
}

.inline-block {
  display: inline-block;
}
.transform-uppercase {
  text-transform: uppercase;
}
.border-radius-5 {
  border-radius: 5px;
}

.link {
  cursor: pointer;
  font-weight: 700;
}
.link:hover {
  text-decoration: underline;
  /* color: inherit!important; */
}
.card {
  background: #FFF none repeat scroll 0% 0%; 
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
  margin-bottom: 30px;
}

.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);
}

.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;  
}

.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;
}

/**
* month control
*/

.btn-group.month-control {
    margin-right: 10px;
}
.btn-group.month-control .disabled {
    min-width: 150px;
    color:#676a6c;
    opacity: 1;
}

div[monthly-dates-ctrl] .month-ctrl-custom-container {
  /*min-width: 380px;*/
  float: left;
}
div[monthly-dates-ctrl] .month-ctrl-custom-container input {
  width: 124px;
  display: inline-block;
}

/*
* Forms
*/

textarea {
  resize: vertical;
}

.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;
}

.type-error {
  color: #ed5565;
  font-weight: 600;
}
.form-error, .form-invalid {
  border-color: #e74c3c!important;
}

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

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

.dates-ctrl-container h2 {
  width: 235px;
  margin-left: 5px;
}
.dates-ctrl-container .btn-white {
  margin-left: 4px;
}
.bold {
  font-weight: 600;
}
.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus {
  border-color: #1ab394 !important;
}

/*
* Select2
*/

@charset "UTF-8";
.select2-input-group {
  width: 100%;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 999999;
}
.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left; width: 60px; margin-right: 10px; 
}
.select2-result-repository__avatar img {
  width: 100%; height: auto; border-radius: 50%; 
}
.select2-result-repository__meta {
  margin-left: 70px; 
}
.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: 13px; color: #777; 
  margin: 0; 
  margin-bottom: 5px; 
}
.select2-results__option--highlighted .select2-result-repository__title { 
  color: #1a415b; 
}
.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;
}


/**
* Chosen
*/

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 5px 5px 3px 0!important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  width: 14px!important;
}

/**
* Colores institucionales
*/

.bg-green {
  background-color: #12be91;
}
.bg-success {
  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-success {
  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;
}

/**
* Nav tabs
*/

.material-nav.nav-tabs { border-bottom: 2px solid #DDD; }
    .material-nav.nav-tabs > li { font-size: 12px;min-width: 115px; }
    .material-nav.nav-tabs > li.active > a, .material-nav.nav-tabs > li.active > a:focus, .material-nav.nav-tabs > li.active > a:hover { border-width: 0; }
    .material-nav.nav-tabs > li > a { 
        border: none; 
        color: #666; 
        /*text-transform: uppercase; */
      }
        .material-nav.nav-tabs > li.active > a, .material-nav.nav-tabs > li > a:hover { border: none; color: #12be91 !important; background: transparent; }
        .material-nav.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); }
    .material-nav.nav-tabs > li.active > a::after, .material-nav.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}
.material-nav.nav-tabs>li.active>a, .material-nav.nav-tabs>li.active>a:hover, .material-nav.nav-tabs>li.active>a:focus {
  background-color: transparent;
}

/**
* Loading spinners
*/

.loading-required {
  position: relative;
}
.loading-required.inner-loading {
  opacity: 0.4;
}
.loading-required .inner-spinner,
.chart-placeholder {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.loading-required .inner-spinner > div,
.chart-placeholder > div {
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  position: absolute;
}
.chart-placeholder {
  z-index: 0;
}
.chart-placeholder > div {
  width: 350px;
  color: #bbb;
}
.chart-placeholder > div > i {
  width: 350px;
  text-align: center;  
}
.loading-required.inner-loading .inner-spinner,
.empty-chart .chart-placeholder {
  display: block;
}
.btn-cargar-mas {
  color: #12be91;
  font-weight: 700;
}
.btn-cargar-mas span {
  cursor: pointer;  
}

/**
* Buttons
*/

.btn {
    border-radius: 3px;
}
.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 {
    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 {
    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 {
    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 {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #bababa;
    border-color: #bababa;
    color: #FFFFFF;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.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 {
    background-color: #cccccc;
    border-color: #cccccc;
}
.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 {
    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 {
    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-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 {
    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;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}
.popover.right>.arrow {
  left: -10px !important;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.chip {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    padding: 8px 20px 8px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}
.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}
.label-abs {
    position: absolute;
    padding: 5px 7px 5px 7px;
}
.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-green,
.badge-green {
    background-color: #12be91;
    color: #FFFFFF;
}
.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-success,
.badge-success {
    background-color: #1ab394;
    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;
}

/* TOOLTIPS */
.tooltip-inner {
    background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2F4050;
}

/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}
.fc-state-default {
    border: 1px solid;
}
.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}
.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}
.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}
.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}
.fc-border-separate tbody {
    background-color: #F8F8F8;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}
.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    border-color: transparent;
    background-color: transparent;
}
.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff;
}

/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2;
}
.list-group-item-heading {
    margin-top: 10px;
}
.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}
.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.no-padding .list-group {
    margin-bottom: 0;
}
.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.corner-caret {
  position: absolute;
  right: 10px;
  top: -7px;
  font-size: 14px;
  transform: rotate(0.13turn);
  color: red;
}

/* ANIMATION */
.css-animation-box h1 {
    font-size: 44px;
}
.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}
#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}
.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}
.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}
.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}
/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}


/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal-dialog {
    z-index: 2200;
}
.modal-body {
    padding: 20px 30px 30px 30px;
}
.close-modal {
  position: absolute;
  right: 30px;
  top: 26px;
  cursor: pointer;
  z-index: 3;
}
.close-modal img {
  height: 18px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inmodal .modal-title {
    font-size: 26px;
}
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
}
/* WRAPPERS */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}
.wrapper {
    padding: 0 20px;
}
.wrapper-content {
    padding: 20px 10px 40px;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

/* PANELS */
.page-heading {
    border-top: 0;
    padding: 0px 10px 20px 10px;
}
.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px;
}
/* TABLES */
.table.table-light-header th {
  font-weight: 600;
  color: #7c9aaf;
}
.table-bordered {
    border: 1px solid #EBEBEB;
}
.table-no-border > tbody > tr > td {
  border: none!important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}
.table > tbody > tr > td.td-has-label {
  vertical-align: initial;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav.nav-tabs li {
    background: none;
    border: none;
}
.nav-tabs > li > a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #e6e6e6;
    color: #676a6c;
}
.ui-tab .tab-content {
    padding: 20px 0px;
}

.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}
.full-width {
    width: 100% !important;
}
.link-block {
    font-size: 12px;
    padding: 10px;
}
.nav.navbar-top-links .link-block a {
    font-size: 12px;
}
.link-block a {
    font-size: 10px;
    color: inherit;
}
body.mini-navbar .branding {
    display: none;
}
img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}
.branding {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
    background-color: #1ab394;
}
.login-panel {
    margin-top: 25%;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb > li a {
    color: inherit;
}
.breadcrumb > .active {
    color: inherit;
}
code {
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
/*    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;*/
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 15px 10px;
    min-height: 54px;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 6%);
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}
/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}
.panel-primary {
    border-color: #1ab394;
}
.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}
.panel-success {
    border-color: #1c84c6;
}
.panel-success > .panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}
.panel-info {
    border-color: #23c6c8;
}
.panel-info > .panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}
.panel-warning {
    border-color: #f8ac59;
}
.panel-warning > .panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}
.panel-danger {
    border-color: #ed5565;
}
.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}
.panel-title {
    font-size: inherit;
}


/* FULL HEIGHT */
.full-height {
    height: 100%;
}
.fh-breadcrumb {
    height: calc(100% - 196px);
    margin: 0 -15px;
    position: relative;
}
.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative;
}
.fh-column {
    background: #fff;
    height: 100%;
    width: 240px;
    float: left;
}
.modal-backdrop {
    z-index: 2040 !important;
}
.modal {
    z-index: 2050 !important;
}

body.modal-open {
    padding-right: inherit !important;
}

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus,
.metismenu .plus-times {
    float: right;
}
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}
.metismenu .glyphicon.arrow:before {
    content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114";
}
.metismenu .fa.arrow:before {
    content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
    content: "\f107";
}
.metismenu .ion.arrow:before {
    content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0";
}
.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
    content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068";
}
.metismenu .collapse {
    display: none;
}
.metismenu .collapse.in {
    display: block;
}
.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}
*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */

.pace-inactive {
    display: none;
}


/**
* Omnia skin
*/
.skin-1 .minimalize-styl-2 {
    margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
    margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
    background: #0e9aef !important;
}
.skin-1 .nav-header {
    background: #1a415b;
    background: url('patterns/header-profile-skin-1.png');
}
.skin-1.mini-navbar .nav-second-level {
    background: #092b41;
}
.skin-1 .breadcrumb {
    background: transparent;
}
.skin-1 .page-heading {
    border: none;
}
.skin-1 .nav > li.active {
    background: #3a4459;
}
.skin-1 .nav > li > a {
    color: #9ea6b9;
}
.skin-1 .nav > li.active > a {
    color: #fff;
}
.skin-1 .navbar-minimalize {
    background: #0e9aef;
    border-color: #0e9aef;
}
body.skin-1 {
    background: #1a415b;
}
.skin-1 .navbar-static-top {
    background: #ffffff;
}
.skin-1 .dashboard-header {
    background: transparent;
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
    background: #fff;
}
.skin-1 .wrapper-content {
    padding: 30px 15px;
}
.skin-1 #page-wrapper {
    background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
    border-width: 1px;
}
.skin-1 .ibox-content:last-child {
    border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
    border: none;
}
.skin-1 .nav-header {
    padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
    color: #fff;
    margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
    color: #fff;
    opacity: 0.8;
}
.skin-1 .profile-element {
    text-align: center;
}
.skin-1 .img-circle {
    border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
    background: #3a4459;
    color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
    color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
    background: transparent;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        min-height: 1200px;
    }
    .navbar-static-side {
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.navbar-minimalize {
  display: none;  
}
@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }
    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }
    [ui-sref="dashboard.miequipo"],
    [hide-if-no-modules-active="horarios"],
    [hide-if-no-modules-active="performance"],
    [ui-sref="inbox"] {
      display: none!important;
    }
    .navbar-minimalize {
      margin-top: -4px!important;
      display: block!important;
    }
    .ibox .ibox-title .float-right input[ng-model="searchTerm"] {
      display: none;
    }
    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .lock-word {
        display: none;
    }
    .navbar-form-custom {
        display: none;
    }
    body.mini-navbar #page-wrapper #user_name_container {
      display: none;
    }
    .navbar-header {
        padding-right: 0!important;
        display: inline;
        float: left;
    }
    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }
    .sidebar-content .wrapper {
        padding-right: 0px;
        z-index: 1;
    }
    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }
}
@media (max-width: 350px) {
    /* .nav.navbar-top-links li.dropdown {
        display: none;
    }
    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    } */
}

/**
* Google Orgchart
*/

.google-visualization-orgchart-node {
    border: 0!important;
    background:#F3F3F4;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #1AB394;
}

.google-visualization-orgchart-nodesel {
    background: #fff7ae!important;
}


/**
* Novedades
*/

.es-novedad {
  font-weight: 600!important;
}

/**
* Datepicker bg color
*/

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.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 {
  border-color: #12be91!important;
  background-color: #12be91!important;
}


/**
* Birthday
*/

.its-my-birthday .navbar.navbar-static-top .navbar-header {
  border-left: 5px solid gold;
}

.its-my-birthday .main-navigation .nav > li.active {
  border-left: 4px solid gold;
}

.topnav-user-container .bd-cake-icon {
  float: right;
  /*cursor: pointer;*/
}
.topnav-user-container .bd-cake-icon img {
  border-radius: 0;
  margin-right: 20px;
}

/**
* Feedback inbox
*/

.feedback-inbox-container {
  float: right;
  margin-right: 25px;
  cursor: pointer;
}
.feedback-inbox-container:hover {
  color: #12be91;
}
.feedback-inbox-container i {
  font-size: 20px;
  margin-top: 5px;
}
.feedback-inbox-popover select {
  margin-top: 10px;
  margin-bottom: 10px;
}
.feedback-inbox-popover-success {
  text-align: center;
}
.feedback-inbox-popover-success p {
  font-size: 13px;
  margin-bottom: 0;
}
.feedback-inbox-popover-success img {
  max-height: 75px;
}

/**
* Comunicaciones
*/

#comunicacion_modal_template .comunicacion-content h1,
#comunicacion_modal_template .comunicacion-content h2,
#comunicacion_modal_template .comunicacion-content h3,
#comunicacion_modal_template .comunicacion-content h4,
#comunicacion_modal_template .comunicacion-content i,
#comunicacion_modal_template .comunicacion-content p {
  margin: 0;
}

.comunicacion-list-container  {
  margin-left: -15px;
  margin-right: -15px; 
  max-height: 250px;
  overflow-y: auto;
}
.comunicacion-list-container .comunicacion-ver-mas {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;  
}

.comunicacion-item {
  /*border-bottom: 1px solid #ccc;*/
  font-size: 13px;
  cursor: pointer;
  padding: 9px 14px;
  position: relative;
}
.comunicacion-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.comunicacion-item:hover {
  background-color: #f9f6f6;
  border-radius: 5px;
}
.comunicacion-item.new-comunicacion {
  font-weight: 600;
  min-width: 200px;
}
.comunicacion-item > i {
  color: #12be91;
  margin-left: 10px;
  position: absolute;
  right: 13px;
  top: 0;
  height: 12px;
  margin-right: 12px;
  bottom: 0;
  margin: auto;
}
.comunicacion-item.acknowledged {
  color: #ccc;
  padding-right: 52px;
}
.comunicacion-item p {
  margin: 0;
}
.comunicacion-item > div > div {
  font-size: 11px;
  color: #bbb;
  height: 17px;
}
.comunicacion-item > div > div > .fa-calendar {
  margin-right: 5px;
  vertical-align: top;
  margin-top: 2px;
}

#comunicacion_modal_template.modal-body {
  padding: 20px 0 10px 0;
}

#comunicacion_modal_template .comunicacion-content {
  overflow-y: scroll;
  max-height: 450px;
  padding: 0 20px;
}

/**
* Dispositioner
*/

#dispositioner {  
  position: fixed;
  right: 14px;
  bottom: 27px;
  z-index: 1000;
}

#dispositioner .dispositioner-trigger {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #fefefe;
  border: 1px solid #bbb;
  cursor: pointer;
}

#dispositioner .dispositioner-container {
  position: relative;
  background-color: #fefefe;
  padding: 10px;
  width: 230px;
  border: 1px solid #bbb;
  border-radius: 5px;
}
#dispositioner .dispositioner-container h4.current-status {
  border-radius: 2px;
  color: white;
  background-color: blue;
  padding: 8px;
  text-align: center;
}
#dispositioner .dispositioner-container #counter {
  font-size: 25px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
#dispositioner .dispositioner-container p.status-start {
  color: #bbb;
  margin-bottom: 0px;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}
#dispositioner .dispositioner-container .close {
  cursor: pointer;
  color: #bbb;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.7;
}
#dispositioner .dispositioner-container .close:hover {
  opacity: 1;
}
#dispositioner .dispositioner-container .close img {
  height: 15px;
}
#dispositioner .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background-color: #e5e5e5;
}  
#dispositioner .loading .fa-refresh {
  right: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 24px;
  font-size: 24px;
  bottom: 0;
  margin: auto;
  position: absolute;
}

/**
* Drill down floater
*/

#drill_down_floater {  
  position: fixed;
  left: 242px;
  bottom: -5px;
  z-index: 1000;
}
#drill_down_floater {  
  background-color: #fefefe;
  border-radius: 5px;
  width: 205px;
}
#drill_down_floater .left,  
#drill_down_floater .right {
  height: inherit;
  padding: 0;
}  
#drill_down_floater .left {
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
}  
#drill_down_floater .left:hover {
  background-color: #e5e5e5;
}
#drill_down_floater .left i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  width: 9px;
  margin: auto;
  color: #979797;  
}
#drill_down_floater .right {
  padding: 8px 12px;
}
#drill_down_floater .right img {
  height: 30px;
  margin-bottom: 5px;
}
#drill_down_floater .right p {
  margin: 0;
  font-size: 11px;
}

/**
* Buddies
*/

.popover-content .buddy-item-container .buddy-item {
	height: 30px;
    margin-bottom: 5px;
    margin-top: 3px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px 7px;
    border-radius: 3px;
}
.popover-content .buddy-item-container .buddy-item.active {
	background-color: #12be91;
	color: #fefefe;
	font-weight: 600;
}
.popover-content .buddy-item-container .buddy-item:not(.active):hover {
	background-color: #f3f3f3;
}

#buddy_container {
  float: left;
  background-color: #12be91;
  color: white;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  padding: 3px 13px;
  margin-top: -3px;
}
#buddy_container .active-buddy {
  display: inline-block;
  font-size: 12px;
}
#buddy_container img {
  filter: invert(100%) brightness(100%);  
  margin-right: 0;
}
#buddy_container .fa-chevron-down {
  color: #fefefe;
  cursor: pointer;
  font-size: 10px;
  margin-left: 4px;
  -webkit-writing-mode: vertical-rl;
}

.nomina-popover .img-container {
	text-align: center;
	padding-top: 5px;
  padding-bottom: 5px;
}
.nomina-popover .img-container img {
	max-height: 50px!important;	
	margin: 0;
}
.nomina-popover .fields-container .popover-nomina-field {
	font-size: 11px;
	height: 20px;
  border-bottom: 1px solid #ddd;
}
.nomina-popover .fields-container .popover-nomina-field > div:first-child {
  font-weight: 600;
  float: left;
  text-align: left;
}
.nomina-popover .fields-container .popover-nomina-field > div:not(:first-child) {
  text-align: right;
}
.nomina-popover h5 {
	cursor: pointer;
	width: max-content;
}
.nomina-popover h5:hover {
	text-decoration: underline;
}
.nomina-popover {
	width: 250px;
}
.nomina-popover #link_ver_perfil {
	display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
	padding-bottom: 10px;
}
.nomina-popover #link_ver_perfil:hover {
	text-decoration: underline;
}