  /*Fonts*/

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf");
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Roboto-Regular.ttf");
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.ttf");
  }


  /*Fonts*/

  html {
    font-family: 'Roboto' !important;
  }

  body {
    background-color: #f7f7f7 !important;
  }

  /*Contingencia NAV*/
  @keyframes contgWarnAnim {
    from {
      color: red
    }
    to {
      color: #ff9600;
      font-size: 105%;
    }
  }        
  
  .float-macarena{
    transition-duration: 100ms;
    position:fixed;
    cursor: pointer;
    bottom:80px;
    left:40px;
    background-color:#5b79e8;
    border-radius:5px;
    border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  filter: drop-shadow(1px 1.45px 1px rgba(0, 0, 0, 0.46));
  font-size: 16px;
}

.float-macarena:hover{
  transition-duration: 100ms;
  transform: scale(1.03);
}
  
.text-macarena-float{
  font-style: normal;
  cursor: pointer;
  margin-top:22px;
}

  .containerContg{
    height: 60px;
    display: inline-flex;
    /* align horizontal */
    align-items: center;
  }

  .contgWarn {
    color: #f70000;
    font-size: 105%;
    animation-iteration-count: infinite;
    animation-name: contgWarnAnim;
    animation-fill-mode: both;
    animation-direction: alternate;
    animation-duration: 10s;
  }

  .contgText {
    font-weight: bold;
    font-size: 125%;
    padding: 4px 8px;
    animation-duration: 500ms;
    border-radius: 125px;
    box-shadow: -1px 4px 4px 0px #0000002e;
  }
  /*Contingencia NAV*/


  .ng-cloak { display: none !important; }
  .nav-sm .top_nav .nav_menu {
    width: calc(100% - 70px);
    position: fixed;
    z-index: 6;
  }

  .nav-md .top_nav .nav_menu {
    width: calc(100% - 230px);
    position: fixed;
    z-index: 5;
  }

  #pageContent {
    padding-top: 100px;
  }

  .nav-md .scrolled-then-fixed {
    width: calc(100% - 230px);
    left: 230px;
  }

  .selectedPoliza {
    background-color: #ddd!important;
  }

  .nav-sm .scrolled-then-fixed {
    width: calc(100% - 70px);
    left: 70px;
  }

  .nav-sm .leftWizardFixed {
    position: fixed;
    /* top: 260px; */
    left: 80px;
  }

  .nav-md .leftWizardFixed {
    position: fixed;
    /* top: 295px; */
    left: 240px;
  }

  .scrolled-then-fixed {
    /* height: 250px; */
    /* width: calc(100% - 100px); */
    position: fixed;
    z-index: 2;
    /* background-color: #f7f7f7; */
    top: 0;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    /* transition: position 0.3s, top 0.3s, padding 0.3s, height 0.3s; */
    /* transition: padding-top 0.3s, height 0.3s; */
  }

  #top-fixed-panel {
    /* transition: position 0.3s, top 0.3s, padding 0.3s, height 0.3s; */
    /* transition: top 0.3s, padding-top 0.3s, height 0.3s; */
    /*frisky*/
    /* background-image: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0.01) 100%); */
    /*Conservador*/
    /* background-image: linear-gradient(to bottom, rgba(247,247,247,1) 50%,rgba(247, 247, 247, 0.84) 80%,rgba(247,247,247,0.7) 90%, rgba(247,247,247,0) 95%,rgba(247,247,247,0) 100%); */
    /*solid*/
    background-color: #f7f7f7;
  }

  .sub-top-when-fixed-top-panel {
    z-index: 1;
  }

  #x_panel-inTab {
    border: 0;
  }


  /*"Inline properties"*/

  .bold {
    font-weight: bold;
    /*color:#5A738E !important;*/
  }

  .cMarginTop {
    margin-top: 1% !important;
  }

  .flechaDisabled {
    line-height: 1;
    background: #ccc!important;
    color: #fff!important;
  }

  .flechaDisabled:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #ccc!important;
  }

  .cMargin {
    margin-bottom: 20px !important;
  }

  .cMarginLeft {
    margin-left: 5% !important;
  }

  .iconCheckColor {
    color: green;
  }

  .iconTimesColor {
    color: red;
  }

  .floatR {
    float: right !important;
  }

  .cPointer {
    cursor: pointer;
  }

  .cNAllowed {
    cursor: not-allowed;
  }

  .textMultiline{
    word-wrap: break-word;
  }

/*
 * Referente al botón de activación/desactivación de contingencias
*/

.sidebar-top-footer {
  width: 230px;
  bottom: 50px;
  padding: 5px 0 0 0;
  position: fixed;
 }

 .top-footer{
   text-align: center;
 }

 .top-footer label{
  color: #E7E7E7;
  font-weight: normal;
  cursor: pointer;
 }

 /* Cuando el menú está plegado */
 .nav-sm .sidebar-top-footer{
    width: 70px;
    bottom: 20px;
  }

 .nav-sm .sidebar-top-footer .nav.side-menu li.top-footer{
  font-size: 10px;
 }

 .nav-sm .sidebar-top-footer .nav.side-menu li.top-footer span.switchery{
   margin-bottom: 5px;
   width: 40px;
   height: 20px;
 }
 .nav-sm .sidebar-top-footer .nav.side-menu li.top-footer span.switchery>small{
  width: 20px;
  height: 20px;
}
 /* FIN Cuando el menú está plegado */


/*
 * FIN Referente al botón de activación/desactivación de contingencias
*/


  .displayNone {
    display: none;
  }

  .btn-successG {
    background: #26B99A;
    color: #fff;
    border: 1px solid #169F85;
  }

  .btn-successG.active,
  .btn-successG:active,
  .btn-successG:disabled,
  .btn-successG:focus,
  .btn-successG:hover,
  .open .dropdown-toggle.btn-successG {
    background: #169F85;
    color: #fff;
  }

  .btn-success,
  .btn-primary {
    background-color: #5b79e8 !important;
    border-color: #5b79e8 !important;
  }

  .btn-success:hover,
  .btn-primary:hover {
    background-color: #7496f7 !important;
    border-color: #7496f7 !important;
  }

  .btn-success:focus,
  .btn-primary:focus {
    background-color: #7496f7 !important;
    border: 1px #3a63d6 solid !important;
  }

  .alert-warning-custom {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }

  .labelChckB {
    vertical-align: middle;
  }


  /*Wizard animation*/

  .animated.ng-leave {
    /*hide*/
    animation-name: fadeOutUp;
    animation-duration: 0.5s;
  }

  .animated.ng-enter {
    /*show*/
    animation-name: fadeInDown;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
  }


  /* .animated2.ng-leave {

  animation-name: slideInUp;
  animation-duration: 0.5s;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf");
}

/*Fonts*/

html {
  font-family: 'Roboto' !important;
}

body {
  background-color: #f7f7f7 !important;
}

.nav-sm .top_nav .nav_menu {
  width: calc(100% - 70px);
  position: fixed;
  z-index: 6;
}

.nav-md .top_nav .nav_menu {
  width: calc(100% - 230px);
  position: fixed;
  z-index: 5;
}

#pageContent {
  padding-top: 100px;
}

.nav-md .scrolled-then-fixed {
  width: calc(100% - 230px);
  left: 230px;
}

.selectedPoliza {
  background-color: #ddd !important;
}

.nav-sm .scrolled-then-fixed {
  width: calc(100% - 70px);
  left: 70px;
}

.nav-sm .leftWizardFixed {
  position: fixed;
  /* top: 260px; */
  left: 80px;
}

.nav-md .leftWizardFixed {
  position: fixed;
  /* top: 295px; */
  left: 240px;
}

.scrolled-then-fixed {
  /* height: 250px; */
  /* width: calc(100% - 100px); */
  position: fixed;
  z-index: 2;
  /* background-color: #f7f7f7; */
  top: 0;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  /* transition: position 0.3s, top 0.3s, padding 0.3s, height 0.3s; */
  /* transition: padding-top 0.3s, height 0.3s; */
}

#top-fixed-panel {
  /* transition: position 0.3s, top 0.3s, padding 0.3s, height 0.3s; */
  /* transition: top 0.3s, padding-top 0.3s, height 0.3s; */
  /*frisky*/
  /* background-image: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0.01) 100%); */
  /*Conservador*/
  /* background-image: linear-gradient(to bottom, rgba(247,247,247,1) 50%,rgba(247, 247, 247, 0.84) 80%,rgba(247,247,247,0.7) 90%, rgba(247,247,247,0) 95%,rgba(247,247,247,0) 100%); */
  /*solid*/
  background-color: #f7f7f7;
}

.sub-top-when-fixed-top-panel {
  z-index: 1;
}

.tab-content {
  padding: 20px 17px;
  background-color: white;
  border: 1px solid #e6e9ed;
  margin-top: 0px;
  margin-bottom: 10px;
}

#x_panel-inTab {
  border: 0;
}

/*"Inline properties"*/

.bold {
  font-weight: bold;
  /*color:#5A738E !important;*/
}

.cMarginTop {
  margin-top: 1% !important;
}

.flechaDisabled {
  line-height: 1;
  background: #ccc !important;
  color: #fff !important;
}

.flechaDisabled:after {
  content: " ";
  height: 30px;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  pointer-events: none;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #ccc !important;
}

.cMargin {
  margin-bottom: 20px !important;
}

.cMarginLeft {
  margin-left: 5% !important;
}

.iconCheckColor {
  color: green;
}

.iconTimesColor {
  color: red;
}

.floatR {
  float: right !important;
}

.cPointer {
  cursor: pointer;
}

.cNAllowed {
  cursor: not-allowed;
}

.textMultiline {
  word-wrap: break-word;
}

.displayNone {
  display: none;
}

.btn-successG {
  background: #26B99A;
  color: #fff;
  border: 1px solid #169F85;
}

.btn-successG.active,
.btn-successG:active,
.btn-successG:disabled,
.btn-successG:focus,
.btn-successG:hover,
.open .dropdown-toggle.btn-successG {
  background: #169F85;
  color: #fff;
}

.btn-success,
.btn-primary {
  background-color: #5b79e8 !important;
  border-color: #5b79e8 !important;
}

.btn-success:hover,
.btn-primary:hover {
  background-color: #7496f7 !important;
  border-color: #7496f7 !important;
}

.btn-success:focus,
.btn-primary:focus {
  background-color: #7496f7 !important;
  border: 1px #3a63d6 solid !important;
}

.alert-warning-custom {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.labelChckB {
  vertical-align: middle;
}

/*Wizard animation*/

.animated.ng-leave {
  /*hide*/
  animation-name: fadeOutUp;
  animation-duration: 0.5s;
}

.animated.ng-enter {
  /*show*/
  animation-name: fadeInDown;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

/* .animated2.ng-leave {

animation-name: slideInUp;
animation-duration: 0.5s;
}

.animated2.ng-enter {

animation-name: slideInDown;
animation-delay: 0.5s;
animation-duration: 0.5s;
} */

/*Layout*/

.footer_fixed .nav-sm footer,
.footer_fixed footer {
  margin-left: 0;
  z-index: 3;
}

.left_col {
  z-index: 4 !important;
}

.nav-md .hidden-large {
  visibility: hidden;
}

/*Noticias*/

.nav-sm #js-rotating {
  display: none;
}

#news {
  padding: 13px;
}

.newsTitle {
  color: white;
  padding: 0 !important;
}

/*Layout*/

/*Inputs icons*/

.form-control-feedback {
  margin-top: 6px !important;
}

.form-control-feedback.rightSelect {
  border-left: 1px solid #ccc;
  right: 17px;
}

/*Datepicker*/

.datePickerInput.form-control[readonly] {
  /*So when it's read only it looks the same*/
  background-color: #ffffff;
}

.datePickerInput.form-control[disabled] {
  background-color: #eee;
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child select {
  background: #1abb9c;
  border: 0;
}

.daterangepicker td.today,
.daterangepicker td.today:hover {
  background-color: #1abb9c;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.noMarginPadding {
  margin: 0px !important;
  padding: 5px !important;
  /* background-color: transparent !important; */
  /* border: 0 !important; */
  /* color: #1abb9c; */
}

.daterangepicker.single.ltr .ranges {
  display: block !important;
}

.daterangepicker th.available:hover {
  background-color: #5b79e8 !important;
}

.calendar select option {
  background: white;
  color: black;
}

.requiredRadios {
  padding: 8px;
  border: 1px solid rgb(211, 87, 87);
  vertical-align: bottom;
  border-radius: 16px;
}

.requiredRadio {
  display: inline-block !important;
  position: relative;
  vertical-align: middle;
  font-size: 7px;
  color: red;
}

.requiredInputRight,
.requiredInputLeft {
  font-size: 7px;
  border: 0;
  color: red !important;
  margin-top: 6px;
  height: 23px;
  line-height: 24px;
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 23px;
  text-align: center;
  pointer-events: none;
}

.requiredInputRight {
  float: right;
  right: 13px;
}

.requiredInputLeft {
  float: left;
  left: 3px;
}

.form-control.has-feedback-right {
  padding-left: 15px;
}

input[type=time].form-control.has-feedback-right.ng-invalid {
  padding-left: 15px;
}

.form-control.has-feedback-right.ng-invalid {
  padding-left: 35px;
}

input[type=time].form-control.has-feedback-left.ng-invalid {
  padding-right: 15px;
}

.form-control.has-feedback-left.ng-invalid {
  padding-right: 35px;
}

/*selectCmp*/

.simpleSelectCmpContainer select.form-control.has-feedback-left.ng-invalid {
  padding-right: 25px;
}

.simpleSelectCmpContainer select.form-control.has-feedback-right.ng-invalid {
  padding-left: 25px;
}

.searchableSelect.ng-invalid .ui-select-toggle > .caret {
  right: -8px !important;
}

.searchableSelect.has-feedback-left.ng-invalid .ui-select-toggle > .caret {
  right: -30px !important;
}

.searchableSelect.has-feedback-right.ng-invalid .ui-select-toggle > .caret {
  left: -20px !important;
}

.searchableSelect .ui-select-toggle,
.searchableSelect .ui-select-search,
.searchableSelect .ui-select-toggle:active:focus {
  border: 0;
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  margin-top: -5px !important;
}

.searchableSelect .ui-select-search, input[type=search] {
  margin-top: -7px !important;
}

.searchableSelect .btn-default-focus {
  background-color: transparent;
  margin-top: 0px !important;
}

.searchableSelect .ui-select-toggle:hover {
  background-color: transparent;
}

.simpleSelectCmpContainer .selectDeleteBtn,
.searchableSelectContainer .selectDeleteBtn {
  z-index: 3;
  margin: 0 !important;
  width: auto;
  padding: 0 0px;
  height: calc(100% - 13px);
  top: 2px;
  pointer-events: all;
  color: #bbb;
  opacity: 0;
  /* transition: opacity 0.25s; */
  background-color: white;
  /*No icon defaults right*/
  right: 30px;
}

.searchableSelectContainer .searchableSelect.minStyle + .selectDeleteBtn {
  position: relative;
  top: -4px;
  right: 0 !important;
  vertical-align: top;
}

.searchableSelectContainer .selectDeleteBtn-right, .searchableSelectContainer .selectDeleteBtn {
  height: calc(100% - 14px);
  position: absolute;
  right: 40px !important;
  top: 2px;
}

.simpleSelectCmpContainer .selectDeleteBtn-right {
  height: calc(100% - 14px);
  position: absolute;
  right: 25px !important;
  top: 2px;
}

.simpleSelectCmpContainer .selectDeleteBtn-left, .searchableSelectContainer .selectDeleteBtn-left {
  height: calc(100% - 14px);
  position: absolute;
  left: 15px;
  top: 2px;
}

/* .simpleSelectCmpContainer .selectCmpSimple:hover+.selectDeleteBtn { */
.simpleSelectCmpContainer .selectCmpSimple:hover + .selectDeleteBtn,
.searchableSelectContainer .searchableSelect:hover + .selectDeleteBtn {
  transition: opacity 0.25s;
  opacity: 1 !important;
}

.selectDeleteBtn:hover {
  color: #555555;
  transition: color 0.25s;
  opacity: 1 !important;
}

.simpleSelectCmpContainer .selectCmpSimple:DISABLED + .selectDeleteBtn,
.simpleSelectCmpContainer .selectCmpSimple:DISABLED + .selectDeleteBtn:hover,
.searchableSelectContainer .searchableSelect:DISABLED + .selectDeleteBtn,
.searchableSelectContainer .searchableSelect:DISABLED + .selectDeleteBtn:hover {
  pointer-events: none;
  opacity: 0;
}

.selectFormError.minStyle .requiredInputRight {
  position: relative;
  top: -8px;
}

/*kendo-Select*/
.k-multiselect-wrap ul li {
  clear: none !important;
}

.large-kendo-container {
  position: relative;
}

.large-kendo-container .k-multiselect-wrap {
  background: transparent;
  border: 1px solid #f9f9f9;
}

.large-kendo-container .large-kendo-selected-placeholder {
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  padding: 0px 15px 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0;
  right: 0;
  overflow: hidden;
}

.large-kendo ul.k-reset {
  display: none;
}

.kendo-selected {
  display: none;
  position: absolute !important;
  list-style: none;
  padding: 0px 0px;
  border: 1px solid #aaa;
  background: white;
  max-height: 200px;
  overflow-y: auto;
}

.kendo-selected li:hover {
  background-color: aliceblue;
}

.kendo-selected li {
  border-bottom: none !important;
  width: 100%;
  padding: 5px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sortable .draggable {
  cursor: move; /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab; /* Firefox 1.5-26 */
  cursor: grab; /* W3C standards syntax, should come least */
}

.sortable .draggable:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.kMSdragging {
  cursor: -webkit-grabbing !important;
  align-items: center;
  color: rgb(68, 68, 68);
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 18.5714px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 100%;
}
.kMSdragging span {
  background-color: #ffffff5e;
  padding: 5px 10px;
  border-radius: 4px;
}

/*.kendo-selected.sortable li.grabbed {*/
/*cursor: -webkit-grabbing;*/
/*}*/

.kendo-selected .itemText {
  max-width: 90%;
  word-wrap: break-word;
}

select-cmp:hover .kendo-selected,
.kendoSelected-whileDragging {
  display: block;
  z-index: 1;
  width: -webkit-fill-available;
}

.large-kendo-container .customDeleteButton {
  font: 13px WebComponentsIcons;
  float: right;
  align-self: unset;
}

.large-kendo-container .customDeleteButton:before {
  content: "\e11b";
}

/*Sortable*/
.largeKendoMultiSelect-sortablePH {
  background-color: #dceffd;
  color: #52aef7;
  text-align: right;
}

/*Sortable*/

/*kendo-Select*/

/*SelectCmp*/

/*Checkboxes*/

.iCheck-helper {
  z-index: -5;
  pointer-events: none;
}

.flat {
  pointer-events: none;
}

.js-switch:disabled + .switchery,
.icheckbox_flat-green.disabled,
.icheckbox_flat-green.checked.disabled,
.radioCmp .iradio_flat-green.disabled,
.radioCmp .disabled {
  cursor: not-allowed !important;
}

.icheckbox_flat-green.checked.disabled {
  /* filter: grayscale(0%)  blur(0.5px); */
  /* background-position: -22px 0 !important; */
  /* background: url(../vendors/iCheck/skins/flat/flat.png); */
  background: url(../vendors/iCheck/skins/flat/blackDisabledIsolated.png);
  background-position: -1px 0 !important;
  /* filter: grayscale(100%); */
}

/*Fix to border box when ui-select is focused*/

span.btn.btn-default.form-control.ui-select-toggle {
  margin: 0;
}

.ui-select-toggle[disabled],
.ui-select-toggle[disabled]:hover,
.ui-select-toggle[disabled]:focus {
  background-color: #eee;
  opacity: 1;
  color: #555;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  right: 5px !important;
}

.ui-select-toggle {
  border-radius: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #ccc;
}

.ui-select-toggle:hover,
.ui-select-toggle:active,
.ui-select-toggle:focus,
.ui-select-toggle:active:focus {
  background-color: white;
  border-color: rgb(204, 204, 204);
}

.ui-select-container {
  margin-bottom: 20px;
}

.ui-select-match.btn-default-focus {
  border: 0;
  box-shadow: 0 0 0;
  outline: 0;
}

td a + a {
  padding-left: 10px;
}

/*Minimalistic style searchable select*/

.searchableSelect.minStyle .btn {
  margin: 0;
  padding: 0;
  width: auto;
}

.searchableSelect.minStyle {
  padding: 0px;
  border: none;
  margin: 0px;
  box-shadow: none;
  background-color: transparent;
  width: auto;
  float: left;
}

.searchableSelect.minStyle .ui-select-match-text {
  overflow: inherit;
  width: auto;
  color: rgb(115, 135, 169);
}

.searchableSelect.minStyle .ui-select-toggle > .caret {
  top: 41%;
  /* position: relative; */
  right: 0px !important;
  /* float: left !important; */
}

.searchableSelect .ui-select-choices {
  overflow-y: hidden;
}

/*Rotating cards*/

.rotateCard {
  margin-right: 3%;
  color: black;
}

.rotatingCardTitle {
  border-bottom: 1px solid #eeeeee;
  color: black;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

.card .footer:hover {
  background-color: rgba(209, 212, 255, 0.35);
  transition: all 1s;
}

.card .footer {
  border-top: 1px solid #eeeeee;
  color: #999999;
  margin: 5% 0 0 !important;
  padding: 10px 0 0;
  text-align: right;
  height: 45px;
  transition: all 1s;
}

.card .content {
  /*background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 10px 20px 20px;*/
  height: 40vh;
  max-height: 265px;
}

/*Profile*/

/* Profile container */

.profile-page {
  margin: 20px 0;
}

/* Profile sidebar */

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */

.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

table tfoot td {
  font-weight: bold;
}

.submitLogin {
  margin-left: calc(50% - 35px) !important;
}

/*Smart table*/

.sortableTable th {
  cursor: pointer;
  /* padding-right: 14px !important; */
}

.st-sort-descent,
.st-sort-ascent {
  padding-right: 0;
}

.st-sort-descent:after,
.st-sort-ascent:after {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 2%;
}

.st-sort-descent:after {
  content: "\f161";
}

.st-sort-ascent:after {
  content: "\f160";
}

select[disabled],
input[disabled] {
  /* pointer-events: none; */
}

/*so page content surrounds all it's content*/

#pageContent {
  display: block;
  padding-bottom: 4em;
}

.form-control-feedback {
  z-index: 1;
}

.focused-select {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.script.dark {
  color: #e9edef;
  background-color: rgba(52, 73, 94, .88);
  border-color: rgba(52, 73, 94, .88);
}

.script.alert-danger {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}

.textOverflow {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}

/*Wizard steps, cause they are 4 of them*/

.form_wizard.wizard_horizontal ul.wizard_steps li {
  width: 16.66666666666667%;
}

.form_wizard.wizard_horizontal ul.wizard_steps li:hover {
  display: table-cell !important;
}

/* .form_wizard.wizard_horizontal ul.wizard_steps li {
display: inline-block;
} */

.currentStep .step_no {
  border: 20px solid #1abb9c;
  transition: all 0.5s;
}

.currentStep .step_descr {
  font-weight: bold;
}

.form_wizard .stepContainer {
  padding-bottom: 5% !important;
}

/*Wizard steps, cause they are 4 of them*/

/*Vertical steps*/

.vertical-steps .step-box {
  margin-bottom: -1% !important;
  border-radius: 5px !important;
  width: 35px !important;
  height: 35px !important;
}

.vertical-steps .step-box .fa {
  vertical-align: text-top;
}

.vertical-steps .step-title {
  z-index: 4;
  top: 5px;
  position: relative;
  color: #666666;
  background-color: #f7f7f7;
  display: inline;
}

.vertical-steps,
.vertical-steps li {
  width: 100% !important;
  z-index: 1;
}

.vertical-steps-fixed {
  position: fixed !important;
  margin-top: 166px !important;
  /* left: 30px; */
  width: inherit !important;
  display: -webkit-box !important;
}

.vStepNext {
  border: 0;
  padding: 5px 15px;
  /* width: 100%; */
  margin-top: 25px;
  margin-bottom: -10px !important;
}

.wizard_verticle ul.wizard_steps li a.done {
  transition: all 0.5s;
  height: 20px;
}

.wizard_verticle ul.wizard_steps li a.selected {
  transition: all 0.5s;
}

.wizard_verticle {
  padding: 0;
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
  z-index: 0;
}

/* .wizard_verticle ul.wizard_steps li a.done:before {
top: 34px;
} */

/* .wizard_verticle ul.wizard_steps li a.done:hover>.step-title {
top: 10px;
transition-delay: 0.2s;
font-size: 105%;
transition: all 0.25s;
opacity: 1;
background-color: #f7f7f7;
left: 0;
position: relative;
} */

/* .wizard_verticle ul.wizard_steps li a.done:hover {
height: 40px;
transition: all 0.25s;
} */

.vertical-steps .done .step-title {
  transition: all 0.5s;
  background-color: transparent;
  opacity: 0;
  /* position: absolute;
left: -50% */
}

.vertical-steps .selected .step-title {
  transition: all 0.5s;
  font-size: 115%;
}

/*Calendar*/

.fc-state-highlight {
  /* background-color: aliceblue; */
  /* border: 2px solid #51a8ff !important; */
  box-shadow: 0px 1px 6px 0px rgb(42, 63, 84);
  /* box-shadow: inset 0px 0px 5px 1px rgba(42, 63, 84, 0.39); */
}

.fc td.fc-today {
  background-color: rgba(0, 136, 255, 0.09);
}

.fc-day-grid.fc-unselectable .fc-state-highlight {
  box-shadow: 0px 1px 6px 0px rgb(42, 63, 84);
  /* box-shadow: 1px 1px 1px transparent; */
  /* background-color: transparent; */
}

.fc-highlight {
  box-shadow: 1px 1px 9px 3px rgb(42, 63, 84);
  background: transparent !important;
}

.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}

.fc-scroller {
  overflow-y: hidden !important;
  width: calc(100% + 17px);
}

.fc-view-container .mCSB_inside > .mCSB_container {
  margin-right: 17px;
}

.fc-scroller .mCSB_3_scrollbar_vertical {
  z-index: 1;
}

.fc-time-grid-event.fc-short .fc-time span,
.fc-time-grid-event .fc-time span {
  display: inline-block !important;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: none !important;
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: none !important;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-time {
  width: 100%;
  text-align: center;
  margin-left: -4px;
}

.selected-available-slot {
  border: 1px solid red !important;
  box-shadow: 1px -1px 11px 0px red;
}

.custom-btn-link[disabled] {
  color: #777;
}

.custom-text-area-no-border,
.custom-text-area-no-border:focus {
  border: 0;
  padding: 0;
  outline-width: 0;
}

.accordion-toggle:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
}

.accordion-toggle.collapsed:after {
  content: "\f078";
}

.context-menu {
  padding: 5px 0 !important;
}

/* .context-menu .disabled a{
color: #b5b5b5;
} */

/*Time picker*/

td.uib-time.am-pm {
  transform: translateY(5%);
}

/*remove bullet points timeline*/

.timeline h2.title:before {
  display: none !important;
}

/*fix all tag link from pointer to cursor*/

a.tag {
  cursor: default;
}

.iconoServicio {
  color: rgb(153, 153, 153);
  font-size: 20.93px;
}

/* Angular File Upload */
.my-drop-zone {
  border: dotted 3px lightgray;
  z-index: 9999999999999;
  min-height: 100px;
  text-align: ec;
}

.nv-file-over {
  border: dotted 3px red;
}

.another-file-over-class {
  border: dotted 3px green;
}

  .angular-file-upload canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 0px;
    max-width: 100%;
  }

  ul.stats-overview.fixed li {
    width: 19%;
  }

  /*.mCSB_container{
    overflow: auto !important;
  }*/

  .custom_cards .mCSB_inside>.mCSB_container{
    margin-right: 0;
  }

  /* Tabs inside modal */
  .modal-tabs {
    display: -webkit-inline-box;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
  }

  .textarea, .textarea-outside {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 100%;
    overflow: hidden;
    padding: 2px;
    resize: none;
    width: 150px;
    min-height: 60px;
}

.textarea[contenteditable="false"] {
  cursor: not-allowed;
  background-color: #eee;
}

.textarea[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder);
  float: left;
  margin-left: 2px;
  color: #b3b3b3;
}

.textarea[data-placeholder]:not(:focus):not([data-div-placeholder-content]):after {
  content: "*";
  float: left;
  margin-left: 2px;
  color: red;
  font-size: 20px;
}

.textarea-outside .textarea{
  border:none;
  padding:0;
}

.red-border{
  border: 1px solid rgb(211, 87, 87) !important;
}

.overflow-x{
  overflow-x: auto;
}

.overflow-x::-webkit-scrollbar {
  height: 12px;
}


.overflow-x::-webkit-scrollbar-track {
  box-shadow: inset 0 0 12px 12px #ddd;
  border: solid 4px transparent;
  border-radius: 12px;
}

.overflow-x::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 12px 12px #73879C;
  border: solid 4px transparent;
  border-radius: 12px;
}
/*Scheduler*/
  .verticalAlignSlot {
    text-align: center;
    display: flex;
    align-items: center;
    height: inherit;
    width: inherit;
    position: absolute;
    justify-content: center;
  }
  .custom-event {
    display: inherit;
    width: 100%;
    height: 100%;
  }

  .k-state-selected {
    background-color: #fa7422 !important;
  }

  .ui-pnotify{
    width: auto !important;
    min-width: 320px !important;
    max-width: 395px !important;
  }

  /*Pantalla de mantenimiento*/
  .mantenimiento-body{
    background: #f7f7f7 !important;
  }

  .mantenimiento-content{
     color: #005695 !important;
  }
 
  .mantenimiento-title{
     font-size: 80px; 
     line-height: 90px;
  }
 
  .mantenimiento-img-section{
     margin-left: auto; 
     margin-right: auto; 
     width: 40rem; 
     margin-top: 3rem; 
     margin-bottom: -4rem;
  }
 
  .mantenimiento-img-section form h1 img{
     width: 22.5rem; 
     position: relative; 
     top: -1.4rem; 
     left: 5px;
  }
 
  .mantenimiento-barra-footer{
     border-top: 1px solid #D8D8D8; 
     margin-bottom: 2.5rem; 
     width: 65rem; 
     margin-left: auto !important; 
     margin-right: auto !important;
  }


  /*MACARENA*/
  .containerMacarena{
    margin-bottom: 1.5rem;
  }

  .img_1_macarena{
    margin-left: -18rem !important;
  }

  @media (max-width: 767px) {
    .containerMacarena{
      margin-left: -1.2rem !important;
    }

    .img_1_macarena{
      margin-left: 0px !important;
      margin-bottom: 1rem !important;
    }
  }
  /*FIN MACARENA*/

  .btn-popup-version {
    color: white;
  }

  .btn-popup-version:hover {
    color: white;
  }

  .resumen-agenda {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }