/*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;
}

footer {
  padding: 5px 20px !important;
}

.border-left {
  border-left: solid 2px #e8e8e8;
}

.nav-sm .container.body .right_col,
.nav-md .container.body .right_col {
  padding: 70px 20px 20px 20px !important;
}

.timeline .block {
  margin: 0 !important;
  border-left: 0px !important;
}

.nw-color {
  background-color: #2a3f54cc !important;
  /* opacity: 0.8; */
  color: #fff !important;
}

.card-container .front {
  position: initial;
}

.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;
}

.tab-content {
  padding: 20px 17px;
  background-color: white;
  border: 1px solid #e6e9ed;
  margin-top: -14px;
  margin-bottom: 10px;
}

#x_panel-inTab {
  border: 0;
}

/*"Inline properties"*/

.bold {
  font-weight: bold;
  /*color:#5A738E !important;*/
}

.cMarginTop {
  margin-top: 15px !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;
}

.iconBlueColor {
  color: blue;
}

.floatR {
  float: right !important;
}

.cPointer {
  cursor: pointer !important;
}

.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;
  cursor: pointer;
}

/*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;
}

@-webkit-keyframes fade-inOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-inOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-inOnly {
  -webkit-animation: fade-inOnly 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-inOnly 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-outOnly {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-outOnly {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade-outOnly {
  -webkit-animation: fade-outOnly 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-outOnly 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* .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: 6;
}

#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;
}

.padding-10 {
  padding: 10px;
}

.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: -14px;
  margin-bottom: 10px;
}

#x_panel-inTab {
  border: 0;
}

/*"Inline properties"*/

.bold {
  font-weight: bold;
  /*color:#5A738E !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;
}

.iconCheckColorDanos {
  color: #6dde6d;
}

.iconTimesColorDanos {
  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;
}

.requiredTextarea {
  border: 1px solid rgba(255, 0, 0, 0.733);
}

.requiredRadios {
  padding: 7px;
  border: 1px solid rgba(255, 0, 0, 0.733);
  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;
}
.countdown {
  font-weight: 700;
}

.requiredInputLeft {
  float: left;
  left: 3px;
}

.padding-left {
  padding-left: 25px;
}

.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;
  border: solid 1px red;
}

/*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;
}
.selectCmpSimple {
  cursor: pointer;
}

.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;
  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;
}

.no-permitido {
  cursor: not-allowed !important;
  pointer-events: initial !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 {
  opacity: 1;
  color: #555;
}

.mail-success {
  color: green !important;
}

.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;
}

.recuperar-pass {
  text-align: right;
  padding-bottom: 20px;
}

.recuperar-pass:hover {
  font-weight: bold;
  cursor: pointer;
}

/*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;*/
  min-height: 0 !important;
}

/*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: 5%;
}

#panelTranscription {
  margin-bottom: 20px;
}

#panelTranscription .panel-heading h2.panel-title {
  font-size: 18px;
}

#panelTranscription .panel-body {
  text-align: justify;
}

.form-control-feedback {
  z-index: 1;
}

.focused-select {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.script.dark {
  color: #e9edef;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88);
}

.textOverflow {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}

/*Wizard steps, cause they are 4 of them*/
.title.cMarginTop.done-step {
  padding-bottom: 5px;
}

.title.done-step {
  padding-bottom: 5px;
}

.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-ul > li:last-child {
  border: none;
}

.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;
}

.position-disable {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* .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: 85%;
}

/*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;
  min-height: 50px;
}

/* 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;
}

.preAlta {
  overflow: scroll;
  height: 100% !important;
  position: fixed !important;
  right: 0px !important;
  left: 0px !important;
  z-index: 100 !important;
  padding-top: 0px !important;
  margin-left: 0px !important;
  padding-top: 3% !important;
}

/* KendoTime restyle */
input-cmp[type="time"] .k-picker-wrap {
  padding-right: 0px !important;
  padding-left: 40px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  font-size: 14px !important;
  border-color: rgb(204, 204, 204) !important;
}

.spanCmp {
  margin-bottom: 10px !important;
}

input-cmp .k-select {
  width: 35px !important;
  height: 80% !important;
  margin-top: 3px !important;
  color: #ccc !important;
  font-weight: 500 !important;
  left: 0;
  border: none !important;
  border-right: solid 1px #bfbfbf !important;
}

.requiredRadiosTime {
  box-shadow: 0 0 1px 1px red !important;
}

.preAltaNoDisplay {
  display: none !important;
}

.paramsClass {
  border: none;
  width: 100%;
  font-size: 12px;
}

.inputClass {
  width: 100%;
  font-size: 12px;
}

.paramsTH {
  text-align: center;
  padding: 3px 0px;
  margin: 0;
  background: whitesmoke;
  border: solid 1px darkgrey;
  border-radius: 3px;
}

.demo-droppable {
  border: solid 1px gray;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0;
  -webkit-transition: 500ms; /* Safari */
  transition: 500ms;
}

.content-droppable {
  margin: 0;
  height: 100%;
}

.dragover {
  background: #2a3f54;
  color: white;
  -webkit-transition: 500ms; /* Safari */
  transition: 500ms;
}

.test {
  background: rgba(38, 185, 154, 0.88);
  color: white;
  border-color: rgba(38, 185, 154, 0.99);
  -webkit-transition: 500ms; /* Safari */
  transition: 500ms;
}

.mt-2 {
  margin-top: 10px;
}

.bodyModal {
  overflow-x: overlay;
  padding-bottom: 20px;
}

.A4 {
  color: black;
  background: white;
  width: 23cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  padding: 2cm 2cm !important;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  font-size: 12pt;
  word-wrap: break-word;
}

.modal-body-A4 {
  overflow-x: overlay;
  background: #5d5d5d;
}

.note-editable {
  color: black;
  background: white;
  width: 23cm;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 2cm 2cm !important;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  overflow: hidden;
  box-sizing: border-box;
  font-size: 12pt;
  word-wrap: break-word;
}

.drop-default.summernote-list {
  overflow-y: scroll;
  max-height: 398px;
}

.note-editable {
  font-size: 12px;
}

.headersLanguage {
  display: flex;
  align-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.langTitle {
  background: #ededed;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 10px;
}

.langTitleSelected {
  background: #2a3f54;
  color: #e5e5e5;
}

.disabled {
  pointer-events: none;
}

.alingCenter {
  display: flex;
  align-items: center;
}

/* .overflow-v .mCustomScrollBox {
  overflow: visible;
}

.overflow-v .mCSB_container {
  overflow: visible;
} */

.ui-ribbon-container .ui-ribbon.ribbon-green {
  background-color: green;
}

.ui-ribbon-container .ui-ribbon.ribbon-red {
  background-color: red;
}

.ui-ribbon-container .ui-ribbon.ribbon-grey {
  background-color: grey;
}

.infoPoliza {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #e9edef;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88);
}

.flex-rc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-rc i {
  font-size: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.justifyCenter {
  display: flex;
  justify-content: center;
}

.w100p {
  width: 100%;
}

.nextButton {
  font-size: 18px;
  font-weight: 400;
  color: #73879c;
}

.w40 {
  width: 40%;
}

.w20 {
  width: 20%;
}

.tooltipDisables {
  position: absolute;
  top: 6px;
  opacity: 0;
  width: 100%;
  z-index: 1000;
}

.alta-button-buscar {
  background: white;
  padding: 10px 10px 5px 10px;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
}

.gremio-select span {
  line-height: inherit;
}

.custom-card::after {
  content: "";
  clear: both;
  display: block;
}

.custom-card h5 {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
  margin: 0;
}

.custom-card .card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.custom-card .card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
  min-height: 170px;
}

.custom-card .card-img-top {
  display: block;
  width: 100%;
  min-width: 345px;
  height: auto;
  min-height: 272px;
}

.custom-card .card-title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
}

.custom-card .card-text {
  clear: both;
  margin-top: 0.5em;
  color: rgba(0, 0, 0, 0.68);
}

.custom-card .card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}

.custom-card .card-inverse .btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-card .profile {
  position: absolute;
  top: -12px;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}

.custom-card .profile-avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.custom-card .profile-inline {
  position: relative;
  top: 0;
  display: inline-block;
}

.custom-card .profile-inline ~ .card-title {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}

.custom-card .text-bold {
  font-weight: 700;
}

.custom-card .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.custom-card .meta a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.custom-card .meta a:hover {
  color: rgba(0, 0, 0, 0.87);
}

/* Zoom In #1 */
figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  height: 260px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.doc-type-no-display {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.doc-type > input {
  padding: 7px;
  border: 1px solid rgba(255, 0, 0, 0.733);
  vertical-align: bottom;
}

.cta-underline {
  text-decoration: underline;
  color: #5b79e8;
  font-weight: bold;
  cursor: pointer;
}

.x_panel {
  z-index: 1;
}

.option-lang {
  padding: 10px;
  margin: 2px 5px 2px 0;
  background: #ededed;
}

.no-button {
  opacity: 0 !important;
  position: absolute;
}

.tags {
  display: none;
}

.zero-padding-left {
  padding-left: 0px !important;
}

.no-pad-r {
  padding-right: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.motivoPerito .searchableSelect.ng-invalid .ui-select-toggle > .caret {
  right: 10px !important;
}

.gremiosDanos .searchableSelect.ng-invalid .ui-select-toggle > .caret {
  right: 0px !important;
}

.cabeceraGeoloc .searchableSelect.ng-invalid .ui-select-toggle > .caret {
  right: 0px !important;
}

.rotate-center {
  -webkit-animation: rotate-center 2s linear infinite both;
  animation: rotate-center 2s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.eda-noEdit > textarea {
  color: white;
  background: #536374 !important;
  border: none;
  box-shadow: none;
  resize: none;
  border: none;
}

.eda-noEdit {
  border: none !important;
  background: #536374 !important;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  background: #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #888; */
  background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
  background: #555;
}

.background-login {
  padding: 50px;
  border-radius: 10px;
  background: #dedddb;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 40px 25px rgba(232, 186, 49, 0.24);
  -moz-box-shadow: 0px 0px 40px 25px rgba(232, 186, 49, 0.24);
  box-shadow: 0px 0px 40px 25px rgba(232, 186, 49, 0.24);
}

.background-login-body {
  background: url("../images/login_background.png") !important;
  background-size: cover !important;
}

.footer_fixed.nav-sm .logo-menu-left {
  background: url(../images/min_icono_ignition.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  background-position-y: center;
  height: 60px;
  margin-top: 10px;
}

.macarenaIcon {
  background: url(../images/macarena/icon.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  background-position-y: center;
  height: 35px;
  width: 45px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.macarenaIcon.card-icon {
  display: inline-block;
  margin: 0 0px -5px 0;
}
.macarenaIconSmall {
  width: 33px;
  position: absolute;
  margin-left: -8px;
  height: 25px;
  margin-top: -3px;
}
.macarenaLabelSmall {
  margin-left: 30px;
}
.refreshRightIcon {
  float: right;
  font-size: 20px;
}

.footer_fixed.nav-md .logo-menu-left {
  background: url(../images/icono_ignition.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  background-position-y: center;
  height: 125px;
  margin-top: 10px;
}

.footer_fixed.nav-md .nav_title {
  height: 130px;
}

.footer_fixed.nav-sm .nav_title {
  height: 50px;
}

#menu-left.mCS_no_scrollbar .nav_title {
  float: left;
  background: #2a3f54;
  border-radius: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}

.card {
  width: 100%;
  height: 250px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1.5rem;
}

.card.visible {
  overflow: visible;
  z-index: 1;
}

.card h1 {
  text-align: center;
}

.card .additional {
  position: absolute;
  width: 35%;
  height: 100%;
  background: linear-gradient(#ffda99, #ecdb9d);
  /*background: linear-gradient(#B08A48, #D4A657);*/
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.card.green .additional {
  background: linear-gradient(#92bca6, #a2ccb6);
}

.card .additional.macarena {
  background: linear-gradient(#7f838b, #c3c6ca);
}

.card .additional.card-ECI {
  background: linear-gradient(green, limeGreen);
}
.card .additional.card-SNT {
  background: linear-gradient(rgb(247, 87, 87), rgb(247, 89, 89));
}

.card .additional.card-fenix {
  background: linear-gradient(#004a8c, #3878b1);
}

.card .additional.card-fenix img,
.card .additional.card-SNT img {
  filter: brightness(0) invert(1);
}

.card .additional.card-EMP {
  background: linear-gradient(#2196f3, #81c9fa);
}


 .card .additional.card-jesuitas {
  background: linear-gradient(#8f21f3, #d181fa);
}

card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0, 0, 0, 0.025);
}

.card .additional .user-card .level,
.card .additional .user-card .points,
.card .additional .user-card .level-mediador {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 10px;
  /* white-space: nowrap; */
  margin-right: 25px !important;
  width: fit-content;
}

.card .additional .user-card .level-mediador {
  top: 30%;
}

.card .additional .user-card .points {
  top: 85%;
}

.text-ellipsis-gray-card {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 50px;
  white-space: nowrap;
  max-width: 90%;
}

.card .additional .user-card svg {
  top: 50%;
}

.card .additional .more-info {
  width: 65%;
  float: left;
  position: absolute;
  left: 150px;
  height: 100%;
}

.card .additional .more-info h1 {
  color: #fff;
  margin-bottom: 0;
}

.card.green .additional .more-info h1 {
  color: #224c36;
}

.card .additional .coords {
  margin: 0 1rem;
  color: #fff;
  font-size: 1rem;
}

.card.green .additional .coords {
  color: #325c46;
}

.card .additional .coords span + span {
  float: right;
}

.card .additional .stats {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #fff;
}

.card.green .additional .stats {
  color: #325c46;
}

.card .additional .stats > div {
  flex: 1;
  text-align: center;
}

.card .additional .stats i {
  display: block;
}

.card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card .additional .stats div.value {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.card .additional .stats div.value.infinity {
  font-size: 2.5rem;
}

.card .general {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
}

.card .general h1 {
  text-align: right;
}

.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}

.select-type-card {
  border-radius: 15px !important;
}

.servicio-seccion-accion {
  font-size: 115%;
  border-top: 1px solid #eeeeee;
  color: #999999;
  /* margin: 30px 0 0; */
  padding: 10px;
  text-align: center;
  transition: all 0.5s;
}

.servicio-container {
  height: auto;
  transition: all 0.5s;
  padding: 0;
}

.servicio-container .caption {
  height: 20vh;
}

.servicio-container:hover {
  color: #0e0030;
  background-color: #dadada;
  transition: all 1s;
}

.servicio-container:hover {
  box-shadow: 3px 1px 8px 2px rgba(76, 94, 113, 0.29);
  transition: all 0.25s;
  transform: scale(1.025);
}

.icon-wrapper {
  position: relative;
  float: left;
}

.dbadge {
  background-color: #777;
  color: #fff;
  display: inline-block;
  min-width: 10px;
  width: auto;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  height: -2rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  border-radius: 10px;
  position: absolute;
  top: -12px;
  right: -21px;
}

.dbadge:after {
  position: absolute;
  height: 2rem;
  top: -1rem;
  right: -1.2rem;
  width: 2rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  border-radius: 50%;
  color: white;
}

.nuevoSiniestro {
  padding: 15px !important;
}

.nuevoSiniestro.rotate-padding-top {
  padding-top: 70px !important;
}

.nuevoSiniestro .card-main {
  min-height: 320px;
}

.p-5 {
  padding: 5px;
}

vs-content {
  word-wrap: break-word;
}

.card-content {
  position: relative;
  height: 550px;
  min-width: 190px;
  padding-top: 15px;
}

.card-content-div {
  min-width: 200px;
  margin: 0 15px;
}

.card-carousel {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.rotate-card {
  position: absolute;
  z-index: -50;
  height: 550px;
  width: 100%;
  background-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

.card-front {
  position: absolute;
  height: 540px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  backface-visibility: hidden;
  max-width: fill-available;
  max-width: -webkit-fill-available;
}

.card-front .content {
  padding: 10px 20px;
}

.card-front .custom-card.card-text {
  padding: 5px 0 25px 0;
  height: 178px;
}

.card-back {
  position: absolute;
  height: 500px;
  width: 100%;
  background: white;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  backface-visibility: hidden;
}

.rotated {
  transform: rotateY(180deg);
}

.border-cabecera {
  border-bottom: 1px solid #eee;
}

.noTouch {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.modal-header {
  background: #536374;
  color: white;
}

.close {
  color: #fff;
}

.contacts-add {
  display: flex;
  justify-content: center;
  border: dashed 2px #dddddd;
  border-radius: 5px;
  padding: 65px 10px 57px 10px;
  background: #f9f9f9;
}

.contactNoPrincipal {
  color: lightgray;
}

.ng-invalid-required {
  border-color: red;
}

.pass-no-same {
  border-color: red !important;
}

.pass-control {
  z-index: 10 !important;
}

.geolocation {
  cursor: pointer;
  font-size: 2rem;
}

.radioComponent {
  padding-right: 10px;
  cursor: pointer;
}

.break-long-words {
  overflow-wrap: break-word;
}

.no-border {
  border-bottom: none !important;
}

.address-warning {
  color: red;
  padding-left: 16px;
  font-size: 14px;
}

.card-content-min {
  min-height: 70px;
  max-height: 80px;
  overflow-y: auto;
}

.card-content-veto {
  min-height: 40px;
  max-height: 95px;
  overflow-y: auto;
}

.card-vetada {
  background: #2a3f54cc;
}

.card-vetada-text-color {
  color: white;
}

.card-button-content {
  max-height: 50px;
  padding-top: 10px;
  overflow-y: auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.no-padding-bottom {
  margin-bottom: 5px !important;
}

.recuperar-pass-login {
  margin-left: 0 !important;
  float: initial !important;
}

.web-company-iframe {
  width: 100%;
  height: 83vh;
  border: none;
}

.no-show {
  pointer-events: none;
}

.no-height {
  height: 0px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-30 {
  padding-top: 30px;
}

.border-top-web-companias {
  position: relative;
  border-top: 1px solid #e8e8e8;
  clear: both;
  padding-bottom: 10px;
}

.error-phone {
  right: 80px;
  color: red !important;
  margin-top: 5px;
  line-height: 24px;
  position: absolute;
  top: 0;
  z-index: 3;
  pointer-events: none;
}

.noShowTextPNotify > div {
  padding-bottom: 0 !important;
}

.noShowTextPNotify > div > div.ui-pnotify-text {
  display: none !important;
}

.padding-left-5 {
  padding-left: 5px;
}

.error-count {
  background: #26b99a;
  color: white;
  border-radius: 90%;
  font-size: 12px;
  padding: 5px 8px;
  margin-left: 5px;
}
.resizable_textarea.ng-invalid {
  border-color: red !important;
}

.textarea-error-pattern {
  right: 20px;
  color: red !important;
  margin-top: 5px;
  line-height: 24px;
  position: absolute;
  top: 0;
  z-index: 3;
  pointer-events: none;
}

.inicio-page {
  height: 105vh;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.splitView-page {
  padding: 0;
  display: flex !important;
  justify-content: center;
}

.splitView-section {
  position: fixed !important;
  top: 70px;
  right: 0px;
}

.img-inicio {
  box-shadow: 4px 0px 22px -3px rgba(0, 16, 22, 0.7);
}

.x_panel.nw-color .x_title {
  overflow: hidden;
}

.x_panel.nw-color {
  overflow: hidden;
}

.split-view-botton {
  position: fixed;
  font-size: 16px;
  right: 0;
  top: 80px;
  background: #f49a28;
  color: white;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  z-index: 10000;
  cursor: pointer;
}

.fade-split {
  width: 42vw;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 89vh;
  top: 65px;
  right: 0px;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.iframe-section {
  padding: 0 20px 0 0 !important;
}

.splitView-section iframe {
  height: 76vh;
  border: none;
}

.scale-up-right {
  -webkit-animation: scale-up-right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes scale-up-right {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

.scale-out-right {
  -webkit-animation: scale-out-right 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-right 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes scale-out-right {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes scale-out-right {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.splitViewActive > #loading-bar-spinner {
  left: 30% !important;
}
.splitViewActive > #loading-bar {
  width: 58vw !important;
}

.splitViewActive > div[uib-modal-window="modal-window"] {
  width: 58vw !important;
}
.splitViewActive > div[uib-modal-backdrop="modal-backdrop"] {
  width: 58vw !important;
}

.cancelar-step-p-b {
  padding-bottom: 24px;
}

.cancelar-step-p {
  margin: 10px 0 20px 0px;
}

.resume-poliza {
  font-weight: bold;
  font-size: 22px;
}

.backGroundEntorno {
  /* background-color: #f49a28 !important; */
  background-color: #00f7ff !important;
}

.ul-entorno {
  position: fixed !important;
  bottom: 35px !important;
}

.li-entorno {
  color: #2a3f54 !important;
  /* background: #F49A28; */
  background: #00f7ff;
  cursor: default !important;
}

.li-entorno > a {
  color: #2a3f54 !important;
  font-weight: bold !important;
}

.nav.side-menu > li.li-entorno > a:hover {
  color: #2a3f54 !important;
}

.nav-sm .li-entorno {
  width: 70px;
}

.nav-md .li-entorno {
  width: 230px;
}

.noMargin {
  margin: 0px !important;
  padding: 0px !important;
}

.p-hist-contact {
  margin: 0px !important;
  padding: 0px !important;
  padding-top: 5px !important;
}

.card-hist-contact {
  min-height: 117px;
  width: 100%;
  cursor: pointer;
}

.head-hist-contact {
  background: #536374;
  color: white;
  padding: 5px 5px 5px 10px;
  display: flex;
  justify-content: space-between;
}

.body-hist-contact {
  padding: 10px 15px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hist-vermas {
  display: flex;
  justify-content: center;
  border: dashed 2px #dddddd;
  border-radius: 5px;
  padding: 54px 10px 54px 10px;
  background: #f9f9f9;
}

.stepDisabledGrey {
  filter: grayscale(1);
  pointer-events: none;
}

.btn-add {
  color: gray;
  background-color: #f1f1f1;
  border: dotted lightgray;
  width: 94%;
  padding: 10px 0;
  margin: 5px 3% 0 3%;
}

.btn-draggable {
  z-index: 2 !important;
}

.custom-resumen-droparea {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgb(240, 240, 240);
  color: white !important;
}

.custom-resumen-droparea2 {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: none;
}

.custom-resumen-droparea.ui-droppable-hover,
.custom-resumen-droparea2.ui-droppable-hover {
  background: rgb(226, 226, 226);
}

.custom-resumen-delete {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 1px;
}

.cMarginBottom {
  margin-bottom: 1px !important;
}

.alingCenter-noMargin {
  display: flex;
  align-items: center;
  margin: 0;
}

.col-xs-12.alingCenter-noMargin {
  min-height: 36px !important;
  margin-bottom: 1px;
}
.margin-rigth-5 {
  margin-right: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-left-5 {
  margin-left: 5px;
}

.display-flex {
  display: flex;
}

.btn-popup-version {
  color: white;
}

.text-center-wizard {
  text-align: center;
}

.general {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-wrap {
  overflow-wrap: break-word;
  word-break: break-all;
}

.disabled-comentario {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}

.text-break {
  word-break: break-all;
}

.info-popup-garantias {
  padding-top: 8px;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
}

.hide-step {
  display: none;
}

.up-loading {
  padding: 25px 25px 0 25px !important;
}

.error-change-pass {
  border: 1px solid red !important;
}

.no-error {
  box-shadow: none;
  margin-bottom: 0 !important;
}

.btn-password {
  margin-top: -5px;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #c8c8c8;
}

.btn-password2 {
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #c8c8c8;
}

.fade-in-later {
  -webkit-animation: fade-in-later 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s
    both;
  animation: fade-in-later 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
@-webkit-keyframes fade-in-later {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-later {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.subtitle-relogin {
  font-size: 10px;
}

.user-relogin {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: solid 1px lightgray;
}

.user-relogin .fa-user-circle {
  font-size: 15px;
  padding: 5px;
}

.profile_details .profile_view .left {
  margin-top: 23px !important;
}

.profile_details .profile_view .left .observaciones {
  margin-top: -20px;
}

.msg-warning {
  font-weight: normal;
  color: #f0ad4e;
}

.glyphicon-lg {
  font-size: 3rem;
}

.description-spacing {
  padding-top: 5px;
}

.tooltip {
  z-index: 100000;
}

.no-button-vertical-steps {
  opacity: 0 !important;
  position: absolute;
  display: none;
}

.card-historicos {
  box-shadow: 3px 3px 10px 0px;
  padding: 10px 0;
  margin-bottom: 16px;
}

.button-history-card-header {
  float: right;
}

.color-icon-delete {
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  margin: 0 2px;
}

.color-icon-edit {
  padding: 0 0 0 4px;
  color: #fff;
  border-radius: 2px;
  margin: 0 2px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

p.noMargin {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h4.head-hist-contact div {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 110px;
}
.gray-card div p.excerpt,
.gray-card div div,
.gray-card div p {
  font-size: small !important;
}

vs-title div[from="vstep-data-done"] h2.title a,
vs-title div[from="vstep-data-done"] h2.title div {
  font-weight: normal;
  font-size: small;
}

vs-content div[from="vstep-data-done"] {
  font-weight: bolder;
  font-size: medium;
}

vs-title div[from="vstep-data-done"] p.excerpt,
vs-title div[from="vstep-data-done"] div,
vs-title div[from="vstep-data-done"] p {
  font-weight: bolder !important;
  font-size: medium;
}

vs-content div[from="vstep-data-done"] div.stepDisabledGrey {
  font-weight: initial !important;
  font-size: small !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-btn-6 {
  padding: 6px;
}

.iframe-clasificador {
  width: 100%;
  border: 0;
  height: 70vh;
  min-height: 500px;
}

.heigth-no-rechazados {
  height: 280px;
  overflow: auto;
}

.heigth-rechazados {
  height: 115px;
  overflow: auto;
}

.loading-card {
  display: flex;
  height: 280px;
  justify-content: center;
  align-items: center;
}
.scroll-y {
  overflow-y: scroll;
}

.more-4-card-content {
  margin-top: 10px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.more-4-card-content-card {
  min-width: 280px;
  margin-right: 10px;
  float: left;
}

.padding-horizontal-5 {
  padding: 0 5px !important;
}

.ribbon-vip {
  width: 100px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  right: 100px;
  top: -350px;
  animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ribbon-vip:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50px;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  border-bottom: 50px solid transparent;
}

.ribbon-vip:after {
  content: "";
  width: 200px;
  height: 270px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -120px;
  background-color: #507abd;
  transform: skewY(35deg) skewX(0);
}

@keyframes drop {
  0% {
    top: -350px;
  }
  100% {
    top: 0;
  }
}

::selection {
  background: #2a3f54; /* WebKit/Blink Browsers */
  color: #f1f3f5;
}
::-moz-selection {
  color: #73879c;
  background: #f1f3f5; /* Gecko Browsers */
}

.ribbonMuyVip {
  height: 60px;
  width: 280px;
  top: 10px;
  left: -100px;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: white;
  transform: rotate(-45deg);
  z-index: 100;
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ribbonMuyVip-info-panel {
  height: 40px;
  width: 250px;
  top: 10px;
  left: -100px;
  position: absolute;
  background-size: cover;
  text-transform: uppercase;
  color: white;
  transform: rotate(-45deg);
  z-index: 100;
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ribbonStar {
  transform: rotate(-26deg);
  font-size: 4rem;
}

.ribbonStar-info-panel {
  transform: rotate(-26deg);
  font-size: 3rem;
}

.vip-silver {
  background: silver;
}

.vip-aegon {
  background: #FF6100;
}

.vip-gold {
  background: gold;
}
.vip-green {
  background: green;
}

.title-panel-muy-vip {
  z-index: 100000000000;
  position: absolute;
  padding-left: 50px;
}

.divider-slim {
  margin: 5px 10px !important;
}

.border-grey {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  padding-bottom: 15px;
  width: 121%;
}
.width-15 {
  width: 15px !important;
}
.inline-block {
  display: inline-block !important;
}

.border-danos {
  border-bottom: 3px solid #ddd !important;
}

.gray-card {
  font-size: small !important;
  background: linear-gradient(#e6e6e6, #d2d2d2);
}
.cpInputContainer {
  width: 125px;
  display: inline-block;
}
.margin-left-25 {
  margin-left: 25px;
}
.grayScale {
  filter: grayscale(100%);
}
.font-20 {
  font-size: 20px;
}

.font-13 {
  font-size: 13px;
}
.height-45 {
  height: 45px;
}

.blockQuote-font-size {
  font-size: 13px;
}

.alert-warning-style {
  margin: 10px;
  padding: 10px;
  border-radius: 0.55rem;
}

.button-next-vertical-style {
  font-size: 18px;
  font-weight: 400;
  color: #73879c;
}

.step-abstract-margin-bottom {
  margin-bottom: 10px;
}

.ECI-wizard {
  border-radius: 10px;
  background-color: green;
  margin-bottom: 10px;
}


.EMP-wizard {
  border-radius: 10px;
  background-color: #2196f3;
  margin-bottom: 10px;
}

.jesuita-wizard {
  border-radius: 10px;
  background-color: #8f21f3;
  margin-bottom: 10px;
}

.SNT-wizard {
  border-radius: 10px;
  background-color: rgb(208, 69, 69);
  margin-bottom: 10px;
}

.fenix-wizard {
  border-radius: 10px;
  background-color: #004a8c;
  margin-bottom: 10px;
}

.ml-auto {
  margin-left: auto;
}

.p-vert-hr {
  margin: 15px 0 10px 0;
}

.phone-invalid-color {
  color: red;
}

.k-event.k-state-selected {
  background-color: #1abb9c;
  box-shadow: 0 0 2px #1abb9c !important;
  -webkit-box-shadow: #1abb9c !important;
  border-style: solid;
  border-color: #1abb9c;
}

.wizardOrangeResal {
  color: orange;
  font-weight: bold;
}

.k-scheduler-table td,
.k-scheduler-table th {
  height: 28px !important;
  padding: 3px !important;
  font-size: 100%;
}

.pr-1 {
  padding-right: 5px;
}

.title-error .bold {
  font-size: 16px !important;
}

.body-hist-contact h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-banner .cc-message{
  font-size: 13px;
}

.cc-cookies {
  text-decoration: underline;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 60px !important;
}

.modal-xlg{
  width: 70%;
  height: auto;
}
.closePolicy {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.closePolicy:hover {
  opacity: 1;
}
.closePolicy:before, .closePolicy:after {
  color: white;
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: white;
}
.closePolicy:before {
  transform: rotate(45deg);
}
.closePolicy:after {
  transform: rotate(-45deg);
}

.ui-select-choices-row-inner > span {
    white-space: pre-wrap;  
}

.panel-info-policy{
  height: auto;
}
.noShowAsistencia{
  padding-top: 25px;
}
@media screen and (max-width: 1600px) {
  .panel-info-policy{
    height: auto;
  }
}