hr {
  border-color: #ccc;
}

/* Common Displays */
.display-inline {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex !important;
}

.display-block {
  display: block !important;
}

.display-table,
.display-table-top {
  display: table;
}

.display-none {
  display: none !important;
}

.input-cancel,
.display-row,
.display-table > div,
.display-table-top > div {
  display: table-row;
}

.input-cancel > div,
.display-row > div,
.display-table > div > div {
  display: table-cell;
  vertical-align: middle;
}

.display-table-top > div > div {
  display: table-cell;
  vertical-align: top;
}

.input-cancel > div:nth-child(2) {
  padding: 5px 0 0 3px;
}

.cell-overflow {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
  max-height: 200px;
}

.div-text-ellipsis {
  max-height: 1.4em;
  overflow: hidden;
  position: relative;
  color: transparent;
  text-overflow: ellipsis;
}

.div-text-ellipsis a {
  color: transparent !important;
}

.div-text-ellipsis-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div-text-ellipsis-after > a {
  color: #3c8dbc !important;
}

.datepicker table {
  margin: 0;
  width: 100%;
}

.row.row-narrow {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}

.row.row-narrow > [class*='col-'] {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.row-flex,
.row-flex-col,
.row-flex-col-end {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.row-flex-col,
.row-flex-col-end {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.row-flex-col-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.row-flex-center {
  -webkit-align-content: center;
  align-content: center;
}

.row-justify-end {
  justify-content: flex-end !important;
}

.row-flex-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.row-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-flex > [class*='col-'] {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-wells {
  margin-bottom: -15px !important;
}

.row-wells.row-flex > [class*='col-'] > .well {
  width: 100%;
  margin-bottom: 15px !important;
}

.row-wells.row-flex > [class*='col-'] > .well > b {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
  margin-left: -5px;
}

.row.row-flex:before,
.row.row-flex:after {
  display: inline !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-not-grow {
  flex-grow: 0 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Cont Panel */
.saga-panel-icon {
  font-size: 50px;
  margin-bottom: -15px;
  transition: all ease-in-out 0.3s;
}

.saga-panel-icon,
.well.panel-well > .row.row-narrow > div,
.saga-panel-icon + b {
  transition: all ease-in-out 0.3s;
}

.well.panel-well {
  position: relative;
  overflow: hidden;
}

@media (max-width: 660px) {
  .well.panel-well {
    padding: 10px !important;
  }
}

@media (max-width: 500px) {
  .saga-panel-icon {
    font-size: 36px !important;
  }

  .saga-panel-icon + b {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  body:not(.sidebar-collapse) .well.panel-well > .row.row-narrow > div:first-of-type {
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    bottom: 100px !important;
    right: 95px !important;
  }

  body:not(.sidebar-collapse) .well.panel-well > .row.row-narrow > div:not(:first-of-type) {
    width: 100% !important;
  }

  body:not(.sidebar-collapse) .well.panel-well > .row.row-narrow > div.no-padding-left {
    padding-left: 7.5px !important;
  }

  body:not(.sidebar-collapse) .saga-panel-icon {
    color: #e8e6ef;
    font-size: 100px !important;
  }
  /*body:not(.sidebar-collapse) .well.panel-well .saga-panel-icon {
        font-size: 36px !important;
    }*/

  body:not(.sidebar-collapse) .well.panel-well .saga-panel-icon + b {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .well.panel-well {
    padding: 10px !important;
  }
}

.saga-menu-icon {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 2px;
}

.treeview-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-menu .treeview-menu > li > a.active {
  color: #fff !important;
}

.saga-section-icon {
  top: 3px;
  position: relative;
  margin-right: 10px;
}

.comp-text-uppercase {
  text-transform: uppercase;
}

.comp-text-uppercase::-webkit-input-placeholder, /* Chrome/Opera/Safari */
  .comp-text-uppercase::-moz-placeholder, /* Firefox 19+ */
  .comp-text-uppercase:-ms-input-placeholder, /* IE 10+ */
  .comp-text-uppercase:-moz-placeholder {
  /* Firefox 18- */
  text-transform: initial !important;
}

.text-underline {
  text-decoration: underline !important;
}

.font-initial {
  font-weight: initial;
}

.font-color-black {
  color: #333 !important;
}

.line-height-1 {
  line-height: 1;
}
/* Common */
iframe {
  border: none;
  margin-bottom: -5px;
}

.saga-wrapper {
  position: relative;
}

.saga-wrapper .content-wrapper {
  min-height: 566px;
  display: flex;
  flex-direction: column;
}

.saga-wrapper .content-wrapper .content {
  flex-grow: 1;
  margin: 0 !important;
}

.saga-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  background-color: white;
  width: 100%;
  text-align: right;
  -webkit-box-shadow: inset 0 5px -5px -5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 5px -5px -5px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.26);
}

.saga-logo-footer {
  height: 20px;
  content: url('/Images/icons/SAGA_footer.svg');
  transition: all ease-in-out 0.3s;
}

.saga-logo-footer:hover {
  content: url('/Images/icons/SAGA_footerHover.svg') !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-help {
  cursor: help;
}

.cursor-initial {
  cursor: initial !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.input-observation {
  position: absolute;
  top: 7px;
  right: 25px;
  color: #999999;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.nav-tabs-custom > .nav-tabs.nav-tabs-margin {
  padding-left: 15px;
}

.nav-tabs-custom > .nav-tabs.nav-tabs-margin > li:first-of-type.active > a {
  border-left-color: #f4f4f4 !important;
}
/* Header */
.logo-mini {
  font-size: 13px !important;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
}

.user-image {
  border: solid 1px #33b87b;
}

li.user-header.editable {
  position: relative;
}

li.user-header.editable > img.img-circle {
  cursor: pointer;
}

li.user-header.editable > i.fa.fa-pencil {
  position: absolute;
  font-size: 16px;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #222;
  padding: 4px;
  border-radius: 50%;
  right: 96px;
  top: 71px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: opacity ease-in-out 0.3s;
}

@media (min-width: 768px) {
  li.user-header.editable > i.fa.fa-pencil {
    opacity: 0;
  }
}

li.user-header.editable > img.img-circle:hover + i.fa.fa-pencil {
  -webkit-animation: joey-bounce 1.2s infinite;
}

li.user-header.editable > img.img-circle:hover + i.fa.fa-pencil,
li.user-header.editable > i.fa.fa-pencil:hover {
  opacity: 1 !important;
}

.logo-img,
.logo-img-mini {
  height: 35px;
}

.logo-img:not(.logo-img-name) {
  margin-right: 15px;
  margin-left: -15px;
}

/* Footer */
.footer-save {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  border-top: solid 1px #cdcdcd;
  padding: 5px 15px;
  z-index: 99;
  transition: margin-left 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .footer-save {
    margin-left: 230px;
  }

  .sidebar-collapse .footer-save {
    margin-left: 50px !important;
  }
}

/* Setup Menu */

.control-sidebar-heading {
  margin-bottom: 0px !important;
}

.tab-pane > div > .control-sidebar-heading:not(:first-of-type) {
  border-top: solid 1px white;
}

.tab-pane > div > a {
  display: block;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7f7f7f;
}

.tab-pane > div > a:hover {
  color: white;
}

/* Borders */
.border-left {
  border-left: solid 1px black;
}

.border-right {
  border-right: solid 1px black;
}

.border-top {
  border-top: solid 1px black !important;
}

@media screen and (min-width: 992px) {
  .border-right-md-bottom {
    border-right: 1px solid #f4f4f4;
  }

  .no-margin-right-md {
    margin-right: 0px !important;
  }

  .border-right-md {
    border-right: solid 1px black;
  }

  .box .border-right-md {
    border-right: 1px solid #f4f4f4 !important;
  }

  .border-left-md {
    border-left: solid 1px black;
  }

  .box .border-left-md {
    border-left: 1px solid #f4f4f4 !important;
  }
}

@media screen and (max-width: 991px) {
  .border-right-md-bottom {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
  }
}

/* Modals */
.modal-dialog {
  width: initial !important;
  transition: all 0.3s linear !important;
}

.modal-header {
  border-top: solid 5px #00a65a !important;
}

.modal-header-border-blue {
  border-top: solid 5px #3c8dbc !important;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header.modal-header-danger,
.modal-header-border-blue.modal-header-danger {
  border-top: solid 5px #dd4b39 !important;
}

.modal-body {
  background-color: #ecf0f5 !important;
  color: rgb(51, 51, 51) !important;
  overflow-y: auto;
}

.modal.modal-wide.fade {
  padding-left: 17px;
  padding-right: 17px;
}
/* modal bug fix */
.skin-blue.sidebar-mini.ember-application,
.skin-black.sidebar-mini.ember-application,
.skin-purple.sidebar-mini.ember-application,
.skin-green.sidebar-mini.ember-application,
.skin-red.sidebar-mini.ember-application,
.skin-yellow.sidebar-mini.ember-application,
.skin-blue-light.sidebar-mini.ember-application,
.skin-black-light.sidebar-mini.ember-application,
.skin-purple-light.sidebar-mini.ember-application,
.skin-green-light.sidebar-mini.ember-application,
.skin-red-light.sidebar-mini.ember-application,
.skin-yellow-light.sidebar-mini.ember-application {
  padding-right: 0px !important;
}

.modal-footer {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  margin: 0 -4px;
  align-items: center;
}

/* Select 2 */
.select2-container {
  width: 100%;
}

.select2-choice.form-control {
  height: 34px;
  border-radius: 0;
  background-image: none;
  border: solid 1px #d2d6de;
}

.select2-arrow {
  border-left: solid 1px #d2d6de !important;
  border-radius: 0px !important;
}

.select2-results {
  font-weight: bold;
}

.select2-results .text-muted {
  font-weight: initial;
}

.select2-results .select2-highlighted {
  background: #1b7e5a;
}

.select2-results .select2-highlighted .text-muted {
  color: #46d493;
}

.select2-results .text-muted:before {
  content: '\00a0\00a0';
}

.no-search .select2-search {
  display: none;
}

.grid-select {
  display: inline-block;
  width: 150px;
}

.select-2-compact .select2-choice.form-control {
  height: initial !important;
}

/* checkbox - radio */
div.checkbox {
  display: inline-block;
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}

input[type='checkbox'] {
  display: none;
}

input[type='checkbox'] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  background: url('/Images/check-green.svg') -24px top no-repeat;
  cursor: pointer;
}

input[type='checkbox'][disabled] + label span {
  cursor: not-allowed;
}

input[type='checkbox']:checked + label span {
  background: url('/Images/check-green.svg') -48px top no-repeat;
}

input[type='checkbox']:disabled + label span {
  background: url('/Images/check-green.svg') -72px top no-repeat;
  cursor: not-allowed;
}

input[type='checkbox']:checked:disabled + label span {
  background: url('/Images/check-green.svg') -96.5px top no-repeat;
  cursor: not-allowed;
}

.check-16 input[type='checkbox'] + label span {
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/Images/check-green.svg') -18px -24px no-repeat;
}

.check-16 input[type='checkbox']:checked + label span {
  background: url('/Images/check-green.svg') -36px -24px no-repeat;
}

.check-16 input[type='checkbox']:disabled + label span {
  background: url('/Images/check-green.svg') -54px -24px no-repeat;
}

.check-16 input[type='checkbox']:checked:disabled + label span {
  background: url('/Images/check-green.svg') -72px -24px no-repeat;
}

.checkbox-validation .check-16 input[type='checkbox'] + label span {
  background: url('/Images/check-green.svg') -20px -26px no-repeat;
}

.checkbox-validation .check-16 input[type='checkbox']:checked + label span {
  background: url('/Images/check-green.svg') -38px -26px no-repeat;
}

.checkbox-validation .check-16 input[type='checkbox']:disabled + label span {
  border-color: #de8e85 !important;
  background: url('/Images/check-green.svg') -56px -26px no-repeat;
}

.checkbox-validation .check-16 input[type='checkbox']:checked:disabled + label span {
  background: url('/Images/check-green.svg') -74px -26px no-repeat;
}

.checkbox-validation input[type='checkbox'] + label span {
  background: url('/Images/check-green.svg') -26.5px -2px no-repeat;
}

.checkbox-validation input[type='checkbox']:checked + label span {
  background: url('/Images/check-green.svg') -50px -2px no-repeat;
}

.checkbox-validation input[type='checkbox']:disabled + label span {
  background: url('/Images/check-green.svg') -74px -2px no-repeat;
  border-color: #de8e85 !important;
}

.checkbox-validation input[type='checkbox']:checked:disabled + label span {
  background: url('/Images/check-green.svg') -98.5px -2px no-repeat;
}

.checkbox-validation input[type='checkbox'] + label span {
  border: solid 2px #dd4b39 !important;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  background: url('/Images/check-green.svg') -144px top no-repeat;
  cursor: pointer;
}

input[type='radio']:checked + span {
  background: url('/Images/check-green.svg') -168px top no-repeat;
}

input[type='radio']:disabled + span {
  background: url('/Images/check-green.svg') -192px top no-repeat;
  cursor: not-allowed;
}

input[type='radio']:checked:disabled + span {
  background: url('/Images/check-green.svg') -218px top no-repeat;
  cursor: not-allowed;
}

input[type='radio'] + span.validation-radio-error {
  border: solid 2px #dd4b39;
  border-radius: 50%;
  background: url('/Images/check-green.svg') -146px -2px no-repeat;
}

input[type='radio']:checked + span.validation-radio-error {
  background: url('/Images/check-green.svg') -170px -2px no-repeat;
}

input[type='radio']:disabled + span.validation-radio-error {
  background: url('/Images/check-green.svg') -194px -2px no-repeat;
  border-color: #de8e85 !important;
}

input[type='radio']:checked:disabled + span.validation-radio-error {
  background: url('/Images/check-green.svg') -220px -2px no-repeat;
}

.checkbox label,
.radio label {
  padding-left: 1px !important;
}

.radio-inline {
  padding: 6px 15px 6px 0 !important;
}

.radio-inline-list {
  display: block;
}
/* datatables */
.dataTable input[type='checkbox'] {
  display: initial !important;
  margin-top: 0px !important;
}

.dataTable div.checkbox input[type='checkbox'] {
  display: none !important;
}

.dataTable > tbody > tr > td {
  vertical-align: top;
}

td.text-right-td {
  text-align: right;
}

td.text-center-td {
  text-align: center;
}

.dataTables_wrapper .toolbar {
  display: inline-block;
  float: left;
}

.dataTables_wrapper .dataTables_filter input {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-weight: initial;
  padding: 3px 6px;
}

table.dataTable.compact thead th.dt-col-checkbox,
td.dt-col-checkbox /*,
 table.dataTable.compact thead td.dt-col-checkbox*/ {
  padding: 4px 5px !important;
  width: 1px;
}

/* Forms */
.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.form-group {
  margin-bottom: 5px !important;
}

.form-group > label > small {
  display: block;
  color: #999;
  line-height: 1.1;
  font-weight: initial;
}

.color-gray {
  color: #999;
}

.color-red {
  color: #dd4b39;
}

.m-center {
  margin: 0 auto;
}

/* Login */
.form-signin {
  min-width: 300px;
  max-width: 380px;
  padding: 10px 30px 30px 30px;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
}

.form-signin .form-signin-heading {
  margin-bottom: 25px;
  text-align: center;
}

.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: normal;
}

.form-signin .checkbox label {
  padding-left: 0px !important;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type='text'] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type='password'] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login-saga-logo {
  width: 80%;
  margin-bottom: 10px;
}

/* content-header-tools */
.content-header.content-header-tools {
  text-align: right;
}

.content-header.content-header-tools > h1 {
  display: inline-block !important;
  float: left !important;
  margin-bottom: 15px;
}

.content-header.content-header-tools > div {
  display: inline-block;
}

.content-header.content-header-tools > div:not(:last-child) {
  padding-right: 5px;
}

.content-header.content-header-tools > div > input[type='search'] {
  max-width: 200px;
}

/* Validation */
.uploadfile {
  position: relative;
}

.fileupload-validation {
  color: #dd4b39;
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -18px;
}

.validation-error {
  color: #dd4b39;
  font-size: 12px;
  display: none;
}

.validation-input-error,
.validation-input-error > div.select2-container > a.select2-choice {
  border-color: #dd4b39 !important;
}

.validation-documento-error > div.row > div.col-xs-4 > div.select2-container > a.select2-choice {
  border-left-color: #dd4b39 !important;
  border-top-color: #dd4b39 !important;
  border-bottom-color: #dd4b39 !important;
}

.validation-documento-error > div.row > div.col-xs-8 > input {
  border-right-color: #dd4b39 !important;
  border-top-color: #dd4b39 !important;
  border-bottom-color: #dd4b39 !important;
}

.input-group-error input:first-child {
  border-top: solid 1px #dd4b39;
  border-bottom: solid 1px #dd4b39;
  border-left: solid 1px #dd4b39;
}

.input-group-error button:last-child {
  border-top: solid 1px #dd4b39;
  border-bottom: solid 1px #dd4b39;
  border-right: solid 1px #dd4b39;
}

td.validation-email-error > input {
  border-color: #dd4b39;
}

td.validation-email-error,
td.validation-email-error + td {
  padding-bottom: 0px !important;
}

td.validation-email-message {
  color: #dd4b39;
  padding: 0px !important;
  font-size: 12px;
}
/* Validation End */

.input-documento > div.col-xs-8 > input {
  margin-left: -1px;
}

/* Usuarios */
.usr-status {
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-size: 1.3em;
}

.fa-check.usr-status {
  color: #00a65a;
}

.fa-times.usr-status {
  color: #dd4b39;
}

.usr-block-unauth {
  color: #dd4b39;
  margin-left: 5px;
  font-size: 10px;
  position: relative;
  top: 5px;
}

.usr-roles {
  color: #999999;
  margin-left: 10px;
  display: block;
  font-size: 0.8em;
  line-height: 1;
  padding-left: 15px;
}

/* Role Selector */
.role-selector {
  padding: 6px;
  border: solid 1px #d2d6de;
}

.role-selector > a {
  position: relative;
  display: block;
  padding: 6px 12px;
  color: #333;
  transition: all 0.3s ease;
}

.role-selector > a:not(:last-of-type) {
  margin-bottom: 3px;
}

.role-selector > a > span,
.role-selector > a > i {
  display: inline-block;
  min-width: 14px;
  margin-right: 15px;
}

.role-selector > a:hover {
  background-color: #eee !important;
}

.role-selector > a.role-selected {
  background-color: #00a65a;
  color: white !important;
}

.role-selector > a.role-selected:hover {
  background-color: #008749 !important;
}

.role-selector.role-selector-modal {
  border: none !important;
  background-color: white;
}

.role-delete-btn {
  position: absolute;
  top: 3.5px;
  left: 9px;
}

.roles-selector-new-user {
  overflow-y: auto;
  max-height: 150px;
}

/* New User */
span.new-user-description {
  top: -60px;
  position: relative;
  padding: 1px 5px;
  border-radius: 3px;
  display: inline-block;
  transition: all ease 0.4s;
}

span.new-user-description.bg {
  background-color: rgba(255, 255, 255, 0.3);
}

span.new-user-description i {
  font-size: 0.8em;
}

/* Img Status */
.img-user-status {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  font-size: 5px !important;
  position: relative;
  margin-top: -9px;
  top: 9px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.usr-image-ok:before,
.usr-image-error:before {
  display: block;
  font-size: 24px !important;
  padding: 1px;
}

.usr-image-ok {
  border: solid 2px #00a65a !important;
}

.usr-image-error {
  border: solid 2px #dd4b39 !important;
}

.usr-no-profile {
  font-style: italic !important;
  color: #aaaaaa;
  margin-left: 35px;
}
/* Error email existe */
.usr-exists-error {
  border: solid 1px #dd4b39;
  color: #dd4b39;
  margin-left: 5px;
  margin-right: 15px;
  padding: 5px 15px;
}

.usr-exists-error > i {
  margin-right: 10px;
}
/* Usuarios End */

/* Paddings */
.padding-top-3 {
  padding-top: 3px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-right-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-left-right-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-top-bottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-top-bottom-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.no-padding-left-right {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

@media (min-width: 992px) {
  .no-padding-left-md {
    padding-left: 0px !important;
  }
}

@media (max-width: 991px) {
  .padding-left-30-xs {
    padding-left: 30px !important;
  }

  .margin-top-15-sm {
    margin-top: 15px !important;
  }
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

@media (min-width: 768px) {
  .no-padding-right-sm {
    padding-right: 0px !important;
  }

  .no-padding-left-sm {
    padding-left: 0px !important;
  }

  .padding-left-right-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .padding-top-7-md {
    padding-top: 7px;
  }

  .margin-top-30-sm {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .no-padding-right-md {
    padding-right: 0px !important;
  }
}

/* Info Boxes */
.info-box.info-box-info,
.info-box.info-box-danger,
.info-box.info-box-success {
  min-height: initial;
  display: flex;
  flex-wrap: nowrap;
}

.info-box.info-box-info .info-box-icon,
.info-box.info-box-success .info-box-icon,
.info-box.info-box-danger .info-box-icon {
  font-size: 32px;
  width: 64px;
  height: initial;
  line-height: 64px;
  border-radius: initial;
  float: initial;
  flex-shrink: 0;
}

.info-box.info-box-info .info-box-content,
.info-box.info-box-success .info-box-content,
.info-box.info-box-danger .info-box-content {
  margin-left: 0;
  flex-grow: 1;
}

.info-box.info-box-info .info-box-text,
.info-box.info-box-success .info-box-text,
.info-box.info-box-danger .info-box-text {
  font-weight: bold;
  font-size: 16px;
}

.info-box.info-box-info .info-box-close,
.info-box.info-box-success .info-box-close,
.info-box.info-box-danger .info-box-close {
  padding: 5px 10px 0 0;
}

.info-box.info-box-info .info-box-more,
.info-box.info-box-success .info-box-more,
.info-box.info-box-danger .info-box-more {
  color: #777;
}

.info-box.info-box-info {
  border: solid #00c0ef 1px;
}

.info-box.info-box-info .info-box-icon {
  background: rgba(0, 192, 239, 0.2);
  color: #00c0ef;
}

.info-box.info-box-info .info-box-text {
  color: #00c0ef;
}

.info-box.info-box-success {
  border: solid #00a65a 1px;
}

.info-box.info-box-success .info-box-icon {
  background: rgba(0, 166, 90, 0.2);
  color: #00a65a;
}

.info-box.info-box-success .info-box-text {
  color: #00a65a;
}

.info-box.info-box-danger {
  border: solid #dd4b39 1px;
}

.info-box.info-box-danger .info-box-icon {
  background: rgba(221, 75, 57, 0.2);
  color: #dd4b39;
}

.info-box.info-box-danger .info-box-text {
  color: #dd4b39;
}

/* xs-title Box Title (not in header) */
.xs-title {
  font-size: 18px;
  line-height: 1;
  padding: 10px 0px;
  margin: 10px 0 0 0 !important;
  border-top: solid 1px #eee;
}

@media (min-width: 992px) {
  .no-border-padding-md {
    padding: 0px 0px 10px 0px !important;
    margin-top: 0px !important;
    border-top: none !important;
  }
}
/* Margins */
.margin-5 {
  margin: 5px !important;
}

.margin-left--8 {
  margin-left: -8px;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-30-vh {
  margin-top: 30vh;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

@media screen and (min-width: 992px) {
  .no-margin-top-md {
    margin-top: 0px !important;
  }

  .margin-right-205-md {
    margin-right: 205px !important;
  }
}

.max-width-250 {
  max-width: 250px;
}

.width-14 {
  width: 14px;
}

.width-20 {
  width: 20px;
}

.width-22 {
  width: 22px;
}

.width-24 {
  width: 24px;
}

.width-30 {
  width: 30px;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-90 {
  width: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-150 {
  width: 150px !important;
}

.width-315 {
  width: 315px !important;
}

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

.width-50p {
  width: 50% !important;
}

.width-60p {
  width: 60% !important;
}

.width-100p {
  width: 100% !important;
}

.width-160 {
  width: 160px;
}

.position-relative {
  position: relative !important;
}

.no-data {
  color: #ccc;
  font-style: italic;
}

/* CHARTS */
.chart-label {
  font-size: 12px;
  padding-bottom: 3px;
  padding-left: 20px;
  position: relative;
}

.chart-label > span {
  position: absolute;
  width: 15px;
  height: 15px;
  overflow: hidden;
  display: block;
  left: 0px;
}

/* Pagination */
.row-pagination {
  padding-top: 0.25em;
}

.info-pagination {
  padding-top: 0.755em;
}

.pagination {
  margin: 0px !important;
}

.icon-circle {
  border-radius: 50%;
}

.pager-span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 15px;
}
/*NOTIFICATION*/

.notif-table tbody > tr > td {
  padding-right: 1px;
}

.notif-table tbody > tr > td > i {
  font-size: 24px;
}

.main-color {
  color: #3c8dbc !important;
}

@media (max-width: 767px) {
  .main-color .navbar .dropdown-menu li a {
    color: #3c8dbc !important;
  }
}

.notifications-menu-text {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Limita a 1 l�nea */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  min-width: 280px;
  width: initial !important;
  max-width: 420px;
}

/* Caja */
#caja-grid-pagos-arrow,
#caja-grid-cobranzas-arrow,
#caja-grid-ingresos-arrow {
}

.nav > li.caja-excel > a {
  padding: 6px 10px 10px 10px;
  font-size: 20px;
  line-height: 1 !important;
  cursor: pointer;
}

.nav > li.caja-display-type > a {
  padding: 10px;
  font-size: 20px;
  line-height: 1 !important;
}

li.caja-display-type:not(.display-type-active) > a,
li.caja-display-type:not(.display-type-active) > a:hover,
li.caja-display-type:not(.display-type-active) > a:focus,
li.caja-display-type:not(.display-type-active) > a:active {
  color: #ddd;
  cursor: pointer;
}

.nav-tabs-custom > .nav-tabs > li.caja-display-type.display-type-active > a,
.nav-tabs-custom > .nav-tabs > li.caja-display-type.display-type-active > a:hover,
.nav-tabs-custom > .nav-tabs > li.caja-display-type.display-type-active > a:focus,
.nav-tabs-custom > .nav-tabs > li.caja-display-type.display-type-active > a:active {
  border-right: solid 1px #f4f4f4;
  border-left: solid 1px #f4f4f4;
  color: #444 !important;
  background-color: white !important;
}

li.caja-display-type.display-type-active {
  border-top-color: #3c8dbc;
}

.caja-detalle-table-wrap,
.caja-detalle-table {
  display: table;
  width: 100%;
  font-size: 12px;
}

.caja-detalle-table-wrap.border-last-row,
.caja-detalle-table.border-last-row {
  margin-bottom: 5px;
}

.caja-detalle-table-wrap > div,
.caja-detalle-table > div {
  display: table-row;
}

.caja-detalle-table-wrap > div > div,
.caja-detalle-table > div > div {
  display: table-cell;
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}

.caja-detalle-table > div > div {
  white-space: nowrap;
}

.caja-detalle-table-wrap > div:not(:first-of-type) > div,
.caja-detalle-table > div:not(:first-of-type) > div {
  border-top: dotted 1px #aaa;
}

.caja-detalle-table-wrap.border-last-row > div:last-of-type > div,
.caja-detalle-table.border-last-row > div:last-of-type > div {
  border-bottom: solid 1px #333;
}

.caja-detalle-table-wrap > div > div:not(:last-of-type):not(:first-of-type),
.caja-detalle-table > div > div:not(:last-of-type):not(:first-of-type) {
  width: 55%;
}

.caja-detalle-table-wrap > div > div:last-of-type:before,
.caja-detalle-table > div > div:last-of-type:before {
  content: '$';
  position: absolute;
  left: 5px;
}

.caja-detalle-table-wrap > div > div:last-of-type,
.caja-detalle-table > div > div:last-of-type {
  padding-left: 15px;
  text-align: right;
  padding-right: 0 !important;
  width: 80px;
}

@media (min-width: 992px) {
  .caja-detalle-table-wrap > div > div {
    white-space: nowrap;
  }
}

.caja-summary-table > tbody > tr > td:nth-of-type(1) {
  padding-right: 15px;
}

.caja-summary-table > tbody > tr:last-of-type > td {
  border-top: solid 1px black;
  font-weight: bold;
}
/*.caja-detalle-table > div:last-of-type > div {
      font-weight: bold;
      text-align: right;
    }*/
.caja-summary-table > tbody > tr > td,
td.caja-detalle-money,
.td-money {
  text-align: right;
}

td.caja-detalle-money:before,
:not(th).td-money:before {
  content: '$';
  float: left;
  margin-right: 8px;
}

.money-sign:before,
.caja-summary-table > tbody > tr > td:nth-of-type(2):before {
  content: '$';
  float: left;
  padding-right: 5px;
}

.money-sign-right:before {
  content: '$';
  float: right;
  padding-left: 5px;
}

.caja-grid-comp {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 5px;
  overflow-x: auto;
}

.caja-grid-comp > table {
  width: 100%;
}

.caja-grid-comp > table > tbody > tr > td {
  vertical-align: top;
  padding-bottom: 2px;
}

.col-sm-4 .caja-grid-comp:nth-of-type(2n) {
  background: #f9f9f9;
}

.grid-comp-total {
  font-weight: bold;
  font-size: 14px;
}

.img-uploading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.bg-male {
  background-color: lightblue !important;
}

.bg-female {
  background-color: pink !important;
}

.bg-white {
  background-color: white !important;
}

#perfil_preview {
  position: relative;
}

#perfil_preview .progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0 !important;
}

#perfil_preview .progress span {
  white-space: nowrap !important;
}

.padre-panel-alumno {
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer !important;
  padding: 10px;
  height: 120px;
  color: #444444;
  position: relative;
}

.padre-panel-alumno:hover {
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
}

.padre-panel-alumno h4 {
  font-weight: 600;
}

.padre-panel-alumno .panel-padre-alumno-actions {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: none;
  white-space: nowrap;
}

.padre-panel-alumno:hover .panel-padre-alumno-actions {
  display: inline;
}

.padre-panel-alumno .panel-padre-alumno-actions button {
  min-width: 33px;
  font-size: 16px;
}

.padre-panel-alumno-pago-pending {
  border: solid 1px #dd4b39 !important;
  border-top-width: 3px !important;
  padding: 8px !important;
}

.padre-panel-container {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 15px;
}

.value-label-sm {
  font-weight: initial !important;
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .value-label-sm {
    padding-top: 7px !important;
  }
}

@media (min-width: 992px) {
  .no-padding-top-md {
    padding-top: 0px !important;
  }

  .margin-top-15-md {
    margin-top: 15px !important;
  }
}

.border-ccc {
  border: solid 1px #ccc;
}

.border-bottom-CCC {
  border-bottom: solid 1px #ccc;
}

/* eLibreta */
.elibreta-table {
  border: solid 2px black;
  min-width: 300px;
  margin: 0 auto;
}

.elibreta-table > thead > tr > th,
.elibreta-table > tbody > tr > td {
  white-space: nowrap;
  padding: 3px 6px;
  border-bottom: solid 1px black;
}

.elibreta-table > thead > tr > th {
  border: solid 2px black;
  background-color: #bbb;
}

.elibreta-table > thead > tr > th:first-of-type,
.elibreta-table > tbody > tr > td:first-of-type {
  border-right: solid 2px black !important;
}

.elibreta-table > tbody > tr > td:not(:first-of-type) {
  border-right: dotted 1px black !important;
}

.elibreta-table > tbody > tr:nth-of-type(2n) {
  background-color: #eee;
}

.span-calificacion {
  position: relative;
  border: solid 1px;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: white;
}

.span-calificacion.text-bold {
  border-width: 2px !important;
  padding: 0px 5px !important;
}

td > span.span-calificacion:not(:first-of-type),
td > span:not(:first-of-type) > .span-calificacion {
  margin-left: 8px;
}

/*td > span.span-calificacion:not(:first-of-type)::before,
td > span:not(:first-of-type) > .span-calificacion::before {
    content: '|';
    position: absolute;
    left: -4px;
    top: -2px;
    color: rgb(51,51,51) !important;
  }*/

/*td > span.span-calificacion:not(:last-of-type),
td > span:not(:last-of-type) > .span-calificacion {
  padding-right: 10px;
}*/

.overflow-x-auto {
  overflow-x: auto !important;
}

/* Panel Profesores */

.panel-profesor-opcion {
  width: 100%;
  white-space: initial !important;
  padding-top: 20px !important;
}

.panel-profesor-opcion table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.panel-profesor-opcion i {
  font-size: 54px;
}

.panel-profesor-opcion table > tbody > tr:nth-of-type(2) > td {
  font-size: 16px;
  height: 68px;
  padding: 5px 5px 0px 5px;
}

.panel-profesor-opcion > div {
  padding: 15px 5px;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  display: table-cell;
  width: 100%;
  text-align: center;
}

/* Profesor - ExReg */
.p-exreg-input-table,
.p-exreg-alumnos-table {
  white-space: nowrap;
  width: 100%;
}

.p-exreg-input-table > tbody > tr > td {
  padding: 5px;
}

.p-exreg-alumnos-table > thead > tr > th,
.p-exreg-alumnos-table > tbody > tr > td {
  padding: 5px;
  border: solid 1px #ccc;
}

.p-exreg-alumnos-table > tbody > tr > td:nth-of-type(1),
.p-exreg-alumnos-table > thead > tr > th {
  padding-left: 10px;
}

.p-exreg-alumnos-table > tbody > tr > td:nth-of-type(2) {
  width: 100px;
}

.p-exreg-alumnos-table > tbody > tr > td:nth-of-type(3) {
}

/* **** */
/* CONT */
/* **** */

/* Curso */
ul.curso-nav-tabs > li.pull-right {
  min-height: 37px;
}

table.asistencia-table > thead > tr > th,
table.curso-table > thead > tr > th,
table.curso-table > tbody > tr > td {
  padding: 0px !important;
}

table.asistencia-table > thead > tr > th,
table.curso-table > thead > tr > th {
  padding: 10px 13px 10px 5px !important;
  white-space: nowrap;
}

table.align-middle > tbody > tr > td,
table.asistencia-table > tbody > tr > td {
  vertical-align: middle;
}

table.asistencia-table > thead > tr > th.primer-dia,
table.asistencia-table > tbody > tr > td.primer-dia {
  border-left: solid 1px black !important;
}

table.curso-table > tbody > tr > td:not(:first-of-type) {
  text-align: right;
  padding-left: 5px !important;
  padding-right: 5px !important;
  vertical-align: middle !important;
}

table.curso-table > tbody > tr > td:not(:first-of-type).text-center {
  text-align: center !important;
}

table.curso-table > thead > tr > th.h-cc-insc {
  background-color: #ff9751;
  text-align: center;
}

table.curso-table > thead > tr > th.h-cc-mat {
  background-color: #ff9751;
  text-align: center;
}

table.curso-table > thead > tr > th.h-cc-mat {
  background-color: #d8ff62;
  text-align: center;
}

table.curso-table > thead > tr > th.h-cc-seg {
  background-color: #cc99ff;
  text-align: center;
}

table.curso-table > thead > tr > th.h-cc-cuota {
  background-color: #336699;
  text-align: center;
  color: white;
}

table.curso-table-alumno {
  background-color: transparent !important;
  width: 100%;
}

table.curso-table-alumno > tbody > tr {
  background-color: transparent !important;
}

table.curso-table-alumno > tbody > tr > td {
  background-color: transparent !important;
  padding: 3px !important;
  border: none !important;
  vertical-align: top;
}

table.curso-table > tbody > tr > td > div {
  padding-left: 3px;
  padding-right: 3px;
}

table.curso-table > tbody > tr > td.h-cc-cuota {
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
}

table.curso-table > tbody > tr > td.h-cc-cuota > div.c-locker {
  border-top: solid 1px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

table.curso-table > tbody > tr > td.h-cc-cuota > div.c-cuota {
  margin-bottom: 20px;
}

table.curso-table-alumno > tbody > tr:nth-of-type(1) > td:nth-of-type(2) {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  line-height: 1 !important;
  width: 100%;
}

table.curso-table-alumno > tbody > tr:nth-of-type(2) > td,
table.curso-table-alumno > tbody > tr:nth-of-type(3) > td,
table.curso-table-alumno > tbody > tr:nth-of-type(4) > td,
table.curso-table-alumno > tbody > tr:nth-of-type(5) > td {
  font-size: 12px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 1 !important;
  text-align: right;
  white-space: nowrap;
}

table.curso-table > tbody > tr > td.dataTables_empty {
  padding: 5px !important;
}
/* Cuenta Corriente */
.cuenta-corriente {
  width: 100%;
}

.cuenta-corriente > tbody > tr > td,
.cuenta-corriente > thead > tr > th {
  padding: 3px;
  border-bottom: solid 1px black;
  white-space: nowrap;
  text-align: center;
}

.cuenta-corriente > thead > tr > th {
  padding: 3px 6px !important;
  cursor: pointer;
}

.cuenta-corriente > tbody > tr > td.l-m-nombre {
  text-align: left !important;
  padding: 3px 6px !important;
}

.cuenta-corriente > tbody > tr > td.m-o-no-inscripto {
}

.cuenta-corriente > tbody > tr > td.m-o-title {
  text-align: left !important;
  padding: 15px 6px 3px 6px !important;
  font-weight: bold;
}

.cuenta-corriente > thead > tr > th:nth-of-type(1),
.td-insc {
  background-color: #ff9751;
}

.cuenta-corriente > thead > tr > th:nth-of-type(2),
.cuenta-corriente > thead > tr > th:nth-of-type(3),
.cuenta-corriente > thead > tr > th:nth-of-type(9),
.cuenta-corriente > thead > tr > th:nth-of-type(10),
.td-mat {
  background-color: #d8ff62;
}

.cuenta-corriente > thead > tr > th:nth-of-type(4),
.cuenta-corriente > thead > tr > th:nth-of-type(11),
.td-seg {
  background-color: #cc99ff;
}

.cuenta-corriente > thead > tr > th:nth-of-type(5),
.cuenta-corriente > thead > tr > th:nth-of-type(6),
.cuenta-corriente > thead > tr > th:nth-of-type(7),
.cuenta-corriente > thead > tr > th:nth-of-type(8),
.cuenta-corriente > thead > tr > th:nth-of-type(12),
.cuenta-corriente > thead > tr > th:nth-of-type(13),
.cuenta-corriente > thead > tr > th:nth-of-type(14),
.cuenta-corriente > thead > tr > th:nth-of-type(15),
.cuenta-corriente > thead > tr > th:nth-of-type(16),
.cuenta-corriente > thead > tr > th:nth-of-type(17),
.td-cuota {
  background-color: #336699;
  color: white;
}

.cuenta-corriente > tbody > tr > td:not(:first-of-type),
.cuenta-corriente > thead > tr > th:not(:first-of-type) {
  border-left: dotted 1px #808080;
}

.cta-cte-na-r,
.cuenta-corriente > tbody > tr > td.cta-cte-na,
table.curso-table > tbody > tr > td.cta-cte-na,
table.curso-table > tbody > tr > td > div.cta-cte-na {
  background-color: #d3d3d3 !important;
  color: black;
  text-align: center;
}

.cta-cte-sp-r,
.cuenta-corriente > tbody > tr > td.cta-cte-sp,
table.curso-table > tbody > tr > td.cta-cte-sp,
table.curso-table > tbody > tr > td > div.cta-cte-sp {
  background-color: #ff8d71 !important;
}

.cta-cte-pp-r,
.cuenta-corriente > tbody > tr > td.cta-cte-pp,
table.curso-table > tbody > tr > td.cta-cte-pp,
table.curso-table > tbody > tr > td > div.cta-cte-pp {
  background-color: #ffff99 !important;
}

.cta-cte-c-r,
.cuenta-corriente > tbody > tr > td.cta-cte-c,
table.curso-table > tbody > tr > td.cta-cte-c,
table.curso-table > tbody > tr > td > div.cta-cte-c {
  background-color: #7cd37c !important;
}

.cta-cte-b-r,
.cuenta-corriente > tbody > tr > td.cta-cte-b,
table.curso-table > tbody > tr > td.cta-cte-b,
table.curso-table > tbody > tr > td > div.cta-cte-b {
  background-color: #b478de !important;
}

.cta-cte-c-r,
.cta-cte-pp-r,
.cta-cte-sp-r,
.cta-cte-na-r,
.cta-cte-b-r {
  display: inline-block;
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  border: dotted 1px #808080;
  margin-right: 3px;
  margin-left: 20px;
}

/* Personal */
.personal-eliminado-text {
  margin-top: -10px;
  text-align: right;
  margin-bottom: 5px;
}

tbody > tr.personal-list-row > td,
tbody > tr.personal-list-eliminado > td {
  height: 42px;
}

tbody > tr.personal-list-eliminado > td {
  background-color: rgba(221, 75, 57, 0.2) !important;
}

tbody > tr.personal-list-eliminado > td:first-of-type > a,
tbody > tr.personal-list-eliminado > td:not(:last-of-type) {
  color: red !important;
}

.personal-list-eliminado button {
  color: white !important;
}

/* Thumbs */
.thumbnail-upload {
  max-width: 250px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.busqueda-result-thumb,
.padre-hijo-datos-thumb,
.hijo-panel-padre-thumb,
.user-thumb-grid {
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

.user-thumb-grid {
  height: 30px;
  width: 30px;
  float: left;
  border: solid 2px #a6acb0;
  margin-right: 10px;
  background-color: white !important;
}

table.compact .user-thumb-grid,
.user-thumb-grid.user-compact {
  height: 24px !important;
  width: 24px !important;
  margin-right: 5px !important;
}

.user-thumb-grid.male {
  border-color: lightblue !important;
}

.user-thumb-grid.female {
  border-color: pink !important;
}

.user-thumb-grid.no-user {
  background-image: url('/Scripts/Images/User.svg');
}

.user-thumb-grid.no-user.male {
  background-image: url('/Scripts/Images/User-male.svg') !important;
}

.user-thumb-grid.no-user.female {
  background-image: url('/Scripts/Images/User-female.svg') !important;
}

.user-thumb-grid.user-thumb-grid-medium {
  height: 40px !important;
  width: 40px !important;
}

.user-thumb-grid.user-thumb-grid-small {
  height: 20px !important;
  width: 20px !important;
}

.user-thumb-grid.user-thumb-grid-thin {
  border-width: 1px !important;
}

.select2-result .user-thumb-grid,
.select2-chosen .user-thumb-grid {
  height: 20px !important;
  width: 20px !important;
  border-width: 1px !important;
}

.select2-chosen .user-thumb-grid {
  position: relative;
  top: 5px;
}

.busqueda-result-thumb,
.alumno-curso-thumb {
  height: 45px !important;
  width: 45px !important;
}

.hijo-panel-padre-thumb {
  height: 76px;
  width: 76px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.4s;
}

.hijo-panel-padre-thumb.bg-male,
.hijo-panel-padre-thumb.bg-female {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: solid 2px;
}

.hijo-panel-padre-thumb.bg-male {
  border-color: lightblue;
}

.hijo-panel-padre-thumb.bg-female {
  border-color: pink;
}

.padre-hijo-datos-thumb {
  height: 150px;
  width: 150px;
  display: inline-block;
  margin: 10px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
}

.busqueda-result-thumb,
.busqueda-result-thumb.bg-male,
.busqueda-result-thumb.bg-female,
.padre-hijo-datos-thumb.bg-male,
.padre-hijo-datos-thumb.bg-female,
.padre-hijo-datos-thumb {
  transition: all ease 0.4s;
}

.padre-hijo-datos-thumb.bg-male {
  border: solid 10px lightblue !important;
}

.busqueda-result-thumb.bg-male {
  border: solid 3px lightblue !important;
}

.busqueda-result-thumb.bg-female {
  border: solid 3px pink !important;
}

.padre-hijo-datos-thumb.bg-female {
  border: solid 10px pink !important;
}

.busqueda-result-thumb.bg-male,
.padre-hijo-datos-thumb.bg-male {
  background-color: rgba(173, 216, 230, 0.4) !important;
}

.busqueda-result-thumb.bg-female,
.padre-hijo-datos-thumb.bg-female {
  background-color: rgba(255, 192, 203, 0.4) !important;
}

.box-datos {
  transition: margin-top ease 0.4s;
}

.box-datos h3 {
  padding-right: 150px;
  position: relative;
}

.box-datos h3 .sg-right-tools {
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 5px;
}

@media (max-width: 990px) {
  body:not(.sidebar-collapse) .padre-hijo-datos-thumb {
    height: 100px !important;
    width: 100px !important;
    border-width: 7px !important;
  }
}

@media (max-width: 767px) {
  body:not(.sidebar-collapse) .padre-hijo-datos-thumb,
  .padre-hijo-datos-thumb {
    height: 80px !important;
    width: 80px !important;
    margin-top: -40px !important;
    margin-bottom: 5px !important;
    border-width: 4px !important;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
  }

  .padre-hijo-datos-thumb.bg-male,
  .padre-hijo-datos-thumb.bg-female {
    background-color: white !important;
  }

  .box-datos {
    margin-top: 20px !important;
  }

  .box-datos-buttons {
    position: absolute;
    top: -5px;
    right: 15px;
  }

  .box-datos-buttons > div {
    display: inline-block;
  }

  .box-datos-buttons button {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .box-datos-buttons button > span {
    display: none;
  }
}

/* Cobranza */
.alumno-cobranza-thum-xl {
  height: 120px !important;
  width: 120px !important;
  float: none !important;
  display: inline-block !important;
  margin: 0 auto !important;
  margin-right: auto !important;
  border-width: 5px;
  transition: height linear 0.3s, width linear 0.3s;
}

@media (max-width: 500px) {
  .alumno-cobranza-thum-xl {
    height: 80px !important;
    width: 80px !important;
  }
}

.btn-cobranza-option {
  position: relative;
}

.btn-cobranza-option > div:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

.btn-cobranza-option > div:nth-of-type(2) {
}

.btn-cobranza-option > div:nth-of-type(3) {
  font-size: 10px;
}

.btn-cobranza-option:before {
  position: absolute;
  left: 5px;
  top: 5px;
}

button:not([disabled]).btn-cobranza-option.btn-primary:before {
  content: '\f046';
  font: normal normal normal 14px/1 FontAwesome;
}

button:not([disabled]).btn-cobranza-option.btn-default:before {
  content: '\f096';
  font: normal normal normal 14px/1 FontAwesome;
}

.cobranza-main-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 15px;
}

.cobranza-main-table > thead > tr > th {
  font-weight: bold;
  padding: 3px;
  border-bottom: solid 2px #ccc;
}

.cobranza-main-table > thead > tr > th:not(:first-of-type) {
  border-left: dashed 1px #ccc;
  text-align: center;
}

.cobranza-main-table > tbody > tr > td:not(.big-grey-middle) {
  padding: 3px 0px;
  background-color: white;
}

.valores-table > tbody > tr.first-row > td:first-of-type,
.cobranza-main-table > tbody > tr.cobranza-row-observaciones > td:first-of-type,
.cobranza-main-table > tbody > tr.first-row > td:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.valores-table > tbody > tr > td:last-of-type,
.cobranza-main-table > tbody > tr > td:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cobranza-main-table > tbody > tr > td:not(.cobranza-dellate-cell):not(.materia-nombre-cell):first-of-type {
  padding: 3px 10px 3px 3px !important;
}

.valores-table > tbody > tr > td,
.cobranza-main-table > tbody > tr > td.materia-nombre-cell {
  padding: 3px 3px 3px 3px !important;
}

.cobranza-main-table > tbody > tr > td.materia-nombre-cell > table {
  width: 100%;
}

.cobranza-main-table > tbody > tr > td.materia-nombre-cell > table > tbody > tr > td:nth-of-type(1) > button {
  height: 24px;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  margin-right: -1px;
}

.cobranza-main-table > tbody > tr > td.materia-nombre-cell > table > tbody > tr > td:nth-of-type(2) {
  width: 100%;
}

.cobranza-main-table > tbody > tr > td.materia-nombre-cell.validation input {
  border-color: #dd4b39 !important;
}

.cobranza-curso {
  white-space: nowrap !important;
  width: 100% !important;
  max-width: 200px !important;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.cobranza-alumno {
  vertical-align: top !important;
}

.cobranza-alumno table {
  width: 100%;
}

.cobranza-alumno > table > tbody > tr > td {
  vertical-align: top;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:first-of-type {
  width: 65px;
  padding: 2px;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:last-of-type {
  text-align: right;
  white-space: nowrap;
}

.cob-pac-chk {
  display: inline-block;
  border: solid 1px #1b7e5a;
  position: relative;
  right: -4px;
  top: 2px;
  border-right: none !important;
  padding: 0 8px 0 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:last-of-type .ember-view {
  display: inline-block;
}

td.td-checkbox-only input[type='checkbox'] + label span,
.cobranza-alumno > table > tbody > tr:first-of-type > td:last-of-type input[type='checkbox'] + label span {
  margin: 0px !important;
  border-radius: 3px;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:last-of-type .btn {
  width: 22px;
  height: 22px;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:not(:first-of-type) {
  padding-bottom: 5px;
}

.cobranza-alumno > table > tbody > tr:first-of-type > td:not(:last-of-type) {
  font-size: 15px;
}

.cobranza-alumno .user-thumb-grid {
  width: 55px !important;
  height: 55px !important;
  float: none !important;
  border-width: 4px !important;
  margin-right: 0px !important;
}

.cobranza-item {
  border-left: dashed 1px #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  max-width: 100px !important;
  text-align: center;
  height: 34px;
}

.cobranza-item {
  padding-top: 3px;
}

.materia-nombre-cell input[type='checkbox'] + label span,
.cobranza-item input[type='checkbox'] + label span {
  margin: 0px !important;
  background-color: white;
}

.cobranza-main-table > tbody > tr > td.materia-nombre-cell input.ember-text-field.form-control {
  padding: 1px 6px !important;
  height: initial;
}

.cobranza-item input.ember-text-field.form-control {
  max-width: 70px !important;
  padding: 1px 2px !important;
  height: initial;
  border-left: none !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

td.cobranza-item > table > tbody > tr > td:not(.hidden) + td > div input.ember-text-field.form-control {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.cobranza-item table {
  margin: 0 auto;
}

.cobranza-item table i.btn-flat {
  height: 28px;
  width: 28px;
  padding: 6px;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.cobranza-item-s-b {
  background-color: #b478de !important;
}

.cobranza-item-s-c {
  background-color: #7cd37c !important;
}

.cobranza-item-s-pp {
  background-color: #ffff99 !important;
}

.cobranza-item-s-sp {
  background-color: #ff8d71 !important;
}

.cobranza-item-s-na {
  background-color: gray !important;
}

.materia-nombre-cell input[type='checkbox'] + label span,
.cobranza-item .cobranza-item-selected input[type='checkbox'] + label span {
  width: 23px !important;
  height: 24px !important;
  border: solid 1px rgb(60, 141, 188) !important;
  border-right: none !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.cobranza-item-validation.cobranza-item input[type='checkbox'] + label span,
.cobranza-item-validation.cobranza-item input.ember-text-field.form-control {
  border-color: #dd4b39 !important;
}

.cobranza-item-readonly {
  table-layout: fixed;
  width: 100%;
}

.cobranza-item-chk {
  width: 24px;
}

.cobranza-item-title {
  width: 100%;
  height: 26px;
  white-space: nowrap;
  padding-left: 10px;
}

.cobranza-item-title.cobranza-item-title-selected {
  width: 135px;
}

.cobranza-item-value {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.cobranza-item-money-comp {
  flex-grow: 1;
  padding-left: 5px;
  white-space: nowrap;
}

.cobranza-main-table > tbody > tr.cobranza-row-observaciones > td:not(:first-of-type) {
  padding: 0px !important;
}

.cobranza-main-table > tbody > tr.cobranza-row-observaciones > td:not(:first-of-type) .form-control {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.cobranza-total {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.cobranza-total span {
  display: inline-block;
  min-width: 100px;
  margin-left: 10px;
}

.mat-duplicate > tbody > tr {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.mat-duplicate > tbody > tr.mat-row-duplicate {
  opacity: 1 !important;
}

.big-grey-middle {
  text-align: center;
  font-size: 22px;
  color: #a1a1a1;
  margin-bottom: 15px;
}

.table-detalle-cobranza,
.table-afip-tarjeta {
  width: 100%;
}

.table-detalle-cobranza > tbody > tr > td:first-of-type {
  width: 100%;
}

.table-detalle-cobranza > tbody > tr > td:nth-of-type(2) {
  width: 1px;
}

.table-detalle-cobranza > tbody > tr > td:last-of-type {
  text-align: right;
  padding-right: 10px;
  min-width: 80px;
}

.cobranza-dellate-cell {
  padding-left: 10px !important;
}

.detalle-not-cc-text {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

.cobranza-select-all {
  white-space: nowrap;
  float: left;
  margin-top: 5px;
}

.cobranza-select-all .ember-view {
  display: inline-block;
}

.table-afip-tarjeta > tbody > tr > td:first-of-type {
  width: 40%;
  padding-right: 5px;
}

.table-afip-tarjeta > tbody > tr > td:nth-of-type(2) {
  width: 60%;
}

.table-afip-tarjeta > tbody > tr > td {
  padding-bottom: 3px;
  vertical-align: top;
}

.table-afip-tarjeta > tbody > tr:last-of-type > td {
  padding-bottom: 5px !important;
}

textarea.afip-json-error {
  margin: 0px;
  width: 100%;
  min-height: 150px;
  background: transparent;
}

/* Materias */
.materias-table > thead > tr > th {
  padding: 6px !important;
}

.min-height-30 {
  min-height: 30px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.min-width-315 {
  min-width: 315px !important;
}

.max-width-350 {
  max-width: 350px !important;
}

.max-width-550 {
  max-width: 550px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

/* Agenda */
.box-danger .blur-on-danger {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  transition: all 0.3s linear;
}

.agenda-no-cargada {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.3s linear;
  text-align: center;
}

.agenda-no-cargada-text {
  font-size: 28px;
  color: white;
  margin: 105px 15px 55px 15px;
}

.agenda-reference-normal,
.agenda-reference-vacaciones,
.agenda-reference-feriado,
.agenda-reference-presente,
.agenda-reference-tarde,
.agenda-reference-ausente {
  display: inline-block;
  height: 15px;
  width: 15px;
  position: relative;
  top: 3px;
  border: solid 1px #eaeaea;
  margin-right: 3px;
  margin-left: 20px;
}

.dia-comp {
  display: inline-block;
  margin: 3px 15px;
  text-align: center;
  height: 32px;
  min-width: 32px;
}

label.feriado-label {
  position: relative;
  top: -8px;
}

.dia-comp-dia {
  font-size: 18px;
  line-height: 1;
}

.dia-comp-mes {
  font-size: 11px;
  line-height: 1;
}

table.feriados-comp {
  width: 100%;
}

table.feriados-comp > tbody > tr > td:last-of-type {
  text-align: right;
}

/* Pickmeup */
.pickmeup {
  background-color: transparent !important;
  font-size: 12px !important;
}

.pickmeup .pmu-instance .pmu-not-in-month {
  opacity: 0;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: none;
}

.pickmeup .pmu-instance .pmu-today {
  color: #000000 !important;
  border: 1px #eaeaea solid !important;
  background: transparent !important;
}

.dia-comp-normal,
.agenda-reference-normal,
.pickmeup .pmu-instance .pmu-selected-normal,
.pickmeup .pmu-instance .pmu-selected-normal.pmu-button:hover,
.pickmeup .pmu-instance .pmu-today.pmu-selected-normal,
.pickmeup .pmu-instance .pmu-selected-normal {
  border: 1px rgba(4, 110, 2, 0.4) solid !important;
  color: #046e02;
  background: rgba(4, 110, 2, 0.11);
}

.dia-comp-feriado,
.agenda-reference-feriado,
.pickmeup .pmu-instance .pmu-today.pmu-selected-feriado,
.pickmeup .pmu-instance .pmu-selected-feriado,
.pickmeup .pmu-instance .pmu-selected-feriado.pmu-button:hover {
  background: rgba(240, 11, 11, 0.08) !important;
  color: #b65e5e !important;
  border: 1px #ff9898 solid !important;
}

.pickmeup .pmu-instance .pmu-button.pmu-month {
  cursor: initial !important;
}

.dia-comp-vacaciones,
.agenda-reference-vacaciones,
.pickmeup .pmu-instance .pmu-today.pmu-selected-vacaciones,
.pickmeup .pmu-instance .pmu-selected-vacaciones,
.pickmeup .pmu-instance .pmu-selected-vacaciones.pmu-button:hover {
  background: #cccccc !important;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #dbdbdb;
}

.pickmeup .pmu-instance nav {
  color: #eeeeee;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 15px;
}

.pickmeup .pmu-instance nav .pmu-month {
  color: #8b8b8b !important;
  font-weight: 400;
}

.pickmeup .pmu-instance .pmu-day-of-week {
  color: #707070;
  font-weight: 400;
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  border: 1px #eaeaea solid;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  height: 25px;
}

.pickmeup .pmu-instance .pmu-today.pmu-saturday,
.pickmeup .pmu-instance .pmu-today.pmu-sunday,
.pmu-sunday,
.pmu-saturday {
  color: #b2b2b2 !important;
  background: #f3f3f3 !important;
}

/* Usuarios */
table.dataTable tbody td.usuario-nombre-col {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.user-thum-error,
.user-thumb-grid.usuario-error,
.user-thumb-grid.male.usuario-error,
.user-thumb-grid.female.usuario-error {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1);
  box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1);
  border-color: rgba(221, 75, 57, 1) !important;
}

.usuario-error + span,
.usuario-success + span,
.usuario-no-name {
  position: relative;
  top: 4px;
}

.usuario-no-name {
  left: 40px;
}

/* Asistencia */
.asistencia-registracion-table {
  min-width: 100%;
}

.asistencia-registracion-table > thead > tr > th,
.asistencia-registracion-table > tbody > tr > td {
  padding: 3px 6px;
}

.asistencia-registracion-table > tbody > tr:hover {
  background-color: #f9f9f9;
}

.asistencia-registracion-table > thead > tr > th {
  border-bottom: solid 1px black;
  padding: 6px;
  vertical-align: bottom;
}

.asistencia-registracion-table > thead > tr > th > table {
  line-height: 1 !important;
}

.asistencia-registracion-table > tbody > tr:not(:last-of-type) > td {
  border-bottom: solid 1px #ccc;
}

.asistencia-registracion-table > tbody > tr:last-of-type > td {
  border-bottom: solid 1px black;
}

.asistencia-registracion-table > thead > tr > th:not(:first-of-type),
.asistencia-registracion-table > tbody > tr > td:not(:first-of-type) {
  border-left: solid 1px #ccc;
}

.asistencia-alumno label {
  margin-bottom: 0px !important;
  margin-top: 3px !important;
  font-weight: initial !important;
}

.asistencia-registracion-table > thead > tr > th.primer-dia,
.asistencia-registracion-table > tbody > tr > td.primer-dia {
  border-left: solid 2px #aaa !important;
}

.asistencia-registracion-table > thead > tr > th:not(:first-of-type),
.asistencia-registracion-table > tbody > tr > td:not(:first-of-type) {
  text-align: center;
}

.asistencia-registration-cell {
  white-space: nowrap !important;
}

.asistencia-registration-cell > .btn-group {
  min-width: 83.7px !important;
  border-radius: 3px;
}

.asistencia-registration-cell > .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):first-of-type {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.asistencia-registration-cell > .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):last-of-type {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.asistencia-registration-cell > .btn-group > .btn:not(:first-of-type) {
  margin-left: -1px;
}

.asistencia-registration-cell.asistencia-validation > .btn-group {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1) !important;
  -moz-box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1) !important;
  box-shadow: 0px 0px 5px 2px rgba(221, 75, 57, 1) !important;
  border-color: rgba(221, 75, 57, 1) !important;
}

.asistencia-validation > .btn-group > .btn {
  border-top-color: #dd4b39 !important;
  border-bottom-color: #dd4b39 !important;
}

.asistencia-validation > .btn-group > .btn:first-of-type {
  border-left-color: #dd4b39 !important;
}

.asistencia-validation > .btn-group > .btn:last-of-type {
  border-right-color: #dd4b39 !important;
}

.agenda-reference-presente,
.pickmeup .pmu-instance .pmu-today.pmu-selected-presente,
.pickmeup .pmu-instance .pmu-selected-presente,
.pickmeup .pmu-instance .pmu-selected-presente.pmu-button:hover {
  background: rgba(68, 157, 68, 0.4) !important;
  color: #449d44 !important;
  border: 1px rgba(57, 132, 57, 0.4) solid !important;
}

.agenda-reference-ausente,
.pickmeup .pmu-instance .pmu-today.pmu-selected-ausente,
.pickmeup .pmu-instance .pmu-selected-ausente,
.pickmeup .pmu-instance .pmu-selected-ausente.pmu-button:hover {
  background: rgba(172, 41, 37, 0.4) !important;
  color: #ac2925 !important;
  border: 1px rgba(118, 28, 25, 0.4) solid !important;
}

.agenda-reference-tarde,
.pickmeup .pmu-instance .pmu-today.pmu-selected-tarde,
.pickmeup .pmu-instance .pmu-selected-tarde,
.pickmeup .pmu-instance .pmu-selected-tarde.pmu-button:hover {
  background: rgba(213, 133, 18, 0.4) !important;
  color: darkgoldenrod !important;
  border: 1px rgba(152, 95, 13, 0.4) solid !important;
}

/* B�squeda */
.busqueda-filter-row {
  display: table-row;
  width: 100%;
}

.busqueda-filter-cell {
  display: table-cell;
}

.busqueda-type,
.busqueda-type.selected,
.busqueda-type:not(.selected) {
  transition: all ease 0.4s;
}

.busqueda-type {
  border: solid 1px #ddd;
  padding: 5px 10px 5px 10px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  margin: 2px;
}

.busqueda-type,
.busqueda-type:hover,
.busqueda-type:focus {
  color: rgba(103, 104, 89, 0.3);
}

.busqueda-type.selected {
  cursor: default !important;
  background-color: rgba(255, 255, 255, 1);
  color: rgb(103, 104, 89) !important;
}

.busqueda-type-todos {
  border-left: solid 5px #e9e9e9 !important;
}

.busqueda-type .label {
  position: relative;
  top: -4px;
  margin-left: 5px;
}

.busqueda-type.busqueda-type-todos .label {
  background: #e9e9e9;
  color: #676859;
}

.busqueda-result-card {
  background-color: white;
  border-radius: 5px;
  border: solid 1px #ddd;
  display: inline-block;
  float: left;
  margin: 3px;
  padding: 10px 10px 10px 5px;
  width: 215px;
}

.busqueda-type-alumno,
.busqueda-result-card-alumno {
  border-left: solid 5px #cccccc;
}

.busqueda-type.busqueda-type-alumno .label {
  background: #cccccc;
  color: #676859;
}

.busqueda-type-personal,
.busqueda-result-card-personal {
  border-left: solid 5px #3c8dbc;
}

.busqueda-type.busqueda-type-personal .label {
  background: #3c8dbc;
}

.busqueda-type-padre,
.busqueda-result-card-padre {
  border-left: solid 5px #00a65a;
}

.busqueda-type.busqueda-type-padre .label {
  background: #00a65a;
}

.busqueda-result-card-foto {
  padding-right: 10px;
}

.busqueda-result-card-nombre {
  line-height: 1;
}

.busqueda-result-card-dni {
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  color: #676859;
  margin-top: 3px;
}

/* Deudores */
.deudores-table {
  width: 100%;
}

.deudores-table > thead > tr > th {
  padding: 3px 10px;
}

.deudores-table > tbody > tr > td {
  padding: 3px;
  vertical-align: top;
}

.deudores-table > tbody > tr > td:first-of-type {
  min-width: 100px;
}

.deudores-table > tbody > tr > td:nth-of-type(2) {
  width: 100%;
}

.deudores-table > tbody > tr > td:nth-of-type(3),
.deudores-table > tbody > tr > td:nth-of-type(4) {
  min-width: 28px;
  padding: 7px 3px;
}

.deudores-table > tbody > tr.repeated > td:nth-of-type(1),
.deudores-table > tbody > tr.repeated > td:not([colspan='2']):nth-of-type(2),
.deudores-table > tbody > tr.repeated > td .select2-choice {
  background-color: #dd4b39 !important;
  color: white;
}

.deudores-table > tbody > tr.repeated:nth-of-type(2n) > td {
  padding-bottom: 0 !important;
}

.deudores-table > tbody > tr.repeated:nth-of-type(2n + 1) > td {
  padding-top: 0 !important;
}

.deudores-curso-link {
  display: inline-block;
  margin-top: 3px;
}

.deudores-ano-select {
  width: 150px;
  transition: width 0.3s linear;
}

@media (max-width: 767px) {
  .deudores-ano-select {
    width: 100px !important;
  }
}

/* Notificaciones */
.notificacion-no-leida {
  font-weight: bold;
}

/* Valores */
.valores-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.valores-table > tbody > tr > td {
  white-space: nowrap !important;
  text-align: center;
}

.valores-table > tbody > tr.tr-title > td {
  text-align: left !important;
  padding-bottom: 0 !important;
}

.valores-table > tbody > tr:nth-of-type(2n + 1):not(.tr-title) {
  background-color: white;
}

.valores-table > tbody > tr:nth-of-type(2n):not(.tr-title) {
  background-color: #f9f9f9;
}

.valores-table > tbody > tr:nth-of-type(2n + 1) > td.invert-gb {
  background-color: #f9f9f9;
}

.valores-table > tbody > tr:nth-of-type(2n) > td.invert-gb {
  background-color: white;
}

.valores-table > tbody > tr:not(.tr-title) > td:last-of-type {
  text-align: right !important;
  padding-right: 5px !important;
}

.valores-materia-cursos {
  white-space: initial !important;
  margin-top: 3px;
  padding: 5px 15px 0 15px;
  border-top: solid 1px #ccc;
}

.valores-materia-cursos a {
  margin-bottom: 3px;
}

/* Roles y Reglas */
.todo-list > li {
  border: solid 1px #f4f4f4;
  border-left: solid 3px #e6e7e8;
  transition: all ease 0.3s;
}

.todo-list > li.to-delete {
  position: relative;
  color: #dd4b39;
  border-color: #dd4b39;
  background: #f8dbd7 !important;
}

.todo-list > li.is-new {
  color: #008d4c;
  border-color: #008d4c;
  background: rgba(0, 166, 90, 0.2) !important;
}

.todo-list > li.has-changed:not(.is-new) {
  color: #896c3a;
  border-color: #896c3a;
  background: #fbf7e2;
}

.todo-list > li.no-padding {
  border: none !important;
  background: none !important;
}

.todo-list > li.no-padding.collapse.in {
  min-height: 40px !important;
}

.todo-list > li > .delete-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dd4b39;
  border-radius: 2px;
  display: none;
}

.todo-list > li.to-delete > .delete-overlay {
  display: block !important;
}

.todo-list > li > .delete-overlay > .delete-overlay-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #dd4b39;
  line-height: 1;
}

.todo-list > li > .delete-overlay > .delete-overlay-body button {
  color: #444;
}

.todo-list > li .tools i.disabled {
  cursor: not-allowed;
}

.todo-list > li input {
  padding: 0px !important;
  border: 0px !important;
  margin-left: 5px;
  background: none;
  font-weight: 600;
  min-width: 250px;
  transition: all 0.3s ease;
}

.todo-list > li input.validation {
  outline: #dd4b39 auto 5px !important;
}

.todo-list > li input::-webkit-input-placeholder /* Chrome/Opera/Safari */ {
  color: #f4f4f4;
  font-weight: initial !important;
  font-style: italic !important;
}

.todo-list > li input::-moz-placeholder /* Firefox 19+ */ {
  color: #f4f4f4;
  font-weight: initial !important;
  font-style: italic !important;
}

.todo-list > li input:-ms-input-placeholder /* IE 10+ */ {
  color: #f4f4f4;
  font-weight: initial !important;
  font-style: italic !important;
}

.todo-list > li input:-moz-placeholder /* Firefox 18- */ {
  color: #f4f4f4;
  font-weight: initial !important;
  font-style: italic !important;
}

.todo-list > li.is-new input::-webkit-input-placeholder /* Chrome/Opera/Safari */ {
  color: #66c99c !important;
}

.todo-list > li.is-new input::-moz-placeholder /* Firefox 19+ */ {
  color: #66c99c !important;
}

.todo-list > li.is-new input:-ms-input-placeholder /* IE 10+ */ {
  color: #66c99c !important;
}

.todo-list > li.is-new input:-moz-placeholder /* Firefox 18- */ {
  color: #66c99c !important;
}

ul.rules-for-role-tree {
  list-style: none;
  padding: 0;
}

ul.rules-for-role-tree > li {
  margin-bottom: 3px;
}

.rules-for-role-tree-popover .popover-content {
  overflow-y: auto;
}

.popover.rules-for-role-tree-popover {
  max-width: initial !important;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

ul.list-unstyled.list-unstyled-custom > li {
  float: left;
  width: 33.33333%;
  padding: 5px;
  position: relative;
}

ul.list-unstyled.list-unstyled-custom > li.skin-select-active:before {
  font-family: 'FontAwesome';
  content: '\f058';
  position: absolute;
  bottom: 10px;
  right: 0px;
  font-size: 25px;
  z-index: 1;
  color: #00a65a;
  line-height: 1;
}

ul.list-unstyled.list-unstyled-custom > li > a {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

ul.list-unstyled.list-unstyled-custom > li > a > div > span {
  display: block;
  float: left;
}

ul.list-unstyled.list-unstyled-custom > li > a > div > span:first-of-type {
  width: 20%;
}

ul.list-unstyled.list-unstyled-custom > li > a > div > span:not(:first-of-type) {
  width: 80%;
}

ul.list-unstyled.list-unstyled-custom > li > a > div:first-of-type > span {
  height: 15px !important;
}

ul.list-unstyled.list-unstyled-custom > li > a > div:not(:first-of-type) > span {
  height: 30px !important;
}

ul.list-unstyled.list-unstyled-custom > li > a > div:not(:first-of-type) > span:not(:first-of-type) {
  background: #f4f5f7;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.list-unstyled.list-unstyled-custom > li {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  ul.list-unstyled.list-unstyled-custom > li {
    width: 16.66666% !important;
  }
}

.table-update-cuotas {
  width: 100%;
}

.table-update-cuotas > thead > tr > th {
  text-align: center;
  padding: 1px 2px;
  border-bottom: solid 1px #ccc;
}

.table-update-cuotas > tbody > tr > td {
  padding: 1px 2px;
}

/* Not Found */
.not-found-container {
  margin-bottom: 35px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.26);
}

@media (max-width: 992px) {
  .not-found-container > div.flex-grow:nth-of-type(2) {
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
  }

  .not-found-container > div.padding-top-bottom-40:nth-of-type(1) {
    padding-bottom: 0 !important;
  }
}

.not-found-view {
  padding: 20vh 0;
}

@-webkit-keyframes joey-bounce {
  0%,
  90%,
  40%,
  63%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50%,
  53% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes joey-bounce {
  0%,
  90%,
  40%,
  63%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50%,
  53% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -13px, 0);
    -ms-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* Audit */
.audit-status-icon-danger,
.audit-status-icon-warning,
.audit-status-icon-success {
  font-size: 24px;
  margin: 5px;
}

.audit-status-icon-success {
  color: #00a65a;
}

.audit-status-icon-warning {
  color: #f39c12;
}

.audit-status-icon-danger {
  color: #dd4b39;
}

td.td-audit-params .form-horizontal .form-group:last-of-type {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  td.td-audit-params .form-horizontal .control-label {
    padding-top: 0 !important;
  }

  td.td-audit-params .value-label-sm {
    padding-top: 0 !important;
  }
}

td.td-audit-params .form-group {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

td.td-audit-params .form-group [class*='col-'] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.td-audit-params pre {
  max-height: 150px;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#tAudit_wrapper .dataTables_scrollBody {
  overflow-x: hidden !important;
}

table.dataTable tbody td.audit-user-col {
  position: relative;
  padding-left: 45px !important;
}

.audit-user-col .user-thumb-grid {
  position: absolute;
  left: 5px;
}

.select2-container [class*='audit-status-icon-'],
.select2-results [class*='audit-status-icon-'] {
  font-size: 18px !important;
}

.select2-container [class*='audit-status-icon-'] {
  position: relative;
  top: 1px;
}

.audit-type-select .text-muted {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.audit-type-select .select2-results {
  max-height: 600px !important;
}

.table-casos-inscripciones.dataTables_wrapper,
.table-casos-inscripciones.dataTables_filter {
  margin-right: 1rem !important;
}

/* Pagos Rows */
table.table-pago-rows,
table.table-pago-detalle {
  width: 100%;
}

table.table-pago-rows th,
table.table-pago-rows td {
  padding: 6px 6px;
}

table.table-pago-rows > tbody > tr.pago-row:not(:last-of-type) td {
  border-bottom: solid 1px #ddd;
}

table.table-pago-rows th,
table.table-pago-rows td.pago-row-title,
table.table-pago-rows tfoot {
  font-size: 16px;
  font-weight: bold;
}

table.table-pago-rows td.pago-row-title {
  background: #ddd;
}

table.table-pago-rows th,
table.table-pago-rows tfoot {
  background: #ccc;
}

table.table-pago-rows th {
  border-bottom: solid 1px #bbb;
}

table.table-pago-rows th:last-of-type {
  text-align: center;
}

table.table-pago-rows tfoot {
  border-top: solid 1px #bbb;
}

table.table-pago-rows td.pago-row-checkbox {
  width: 1px;
}

table.table-pago-rows td.pago-row-label {
  width: 90%;
}

table.table-pago-rows td.pago-row-total {
  text-align: right;
  padding-right: 20px;
}

table.table-pago-rows tr.pago-row:hover td {
  background: rgba(221, 221, 221, 0.26);
}

table.table-pago-rows tr.pago-row-disabled td.pago-row-label,
table.table-pago-rows tr.pago-row-disabled td.monto-container {
  color: #ccc !important;
}

/* Pagos Rows Detalle */
table.table-pago-detalle td {
  padding: 2px 4px;
  vertical-align: top;
}

table.table-pago-detalle td.pago-dellate-label {
  font-size: 16px;
  padding-right: 30px !important;
  white-space: nowrap;
}

table.table-pago-detalle td.pago-detalle-conc-label {
  width: 90%;
}

table.table-pago-detalle tbody > tr.pago-detalle-row-label td,
table.table-pago-detalle tfoot td {
  border-top: solid 1px #ccc;
}

table.table-pago-detalle thead th,
table.table-pago-detalle tfoot td {
  font-size: 16px;
  font-weight: bold;
  background: #ccc;
  padding: 4px 4px;
}

table.table-pago-detalle thead th.pago-detalle-header-monto {
  text-align: center;
}

table.table-pago-detalle tfoot {
  text-align: right;
}

.monto-container {
  text-align: right;
  padding-left: 24px !important;
  position: relative;
  white-space: nowrap;
}

.monto-container:before {
  content: '$';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 6px;
  pointer-events: none;
}

.sticky-tables .dataTables_wrapper,
[class*='sticky-tables'] .dataTables_wrapper {
  max-height: calc(50vh);
  overflow-y: auto;
}

.sticky-tables-160 .dataTables_wrapper {
  max-height: calc(100vh - 160px) !important;
}

.sticky-tables-230 .dataTables_wrapper {
  max-height: calc(100vh - 230px) !important;
}

.sticky-tables-250 .dataTables_wrapper {
  max-height: calc(100vh - 250px) !important;
}

.sticky-tables-290 .dataTables_wrapper {
  max-height: calc(100vh - 290px) !important;
}

.sticky-tables-328 .dataTables_wrapper {
  max-height: calc(100vh - 328px) !important;
}

.sticky-tables .dataTables_wrapper table th,
[class*='sticky-tables'] .dataTables_wrapper table th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #ecf0f5 !important;
}

.sticky-tables .dataTables_wrapper .datatables-head,
[class*='sticky-tables'] .dataTables_wrapper .datatables-head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ecf0f5 !important;
  min-height: 33px;
}
.sticky-tables .dataTables_wrapper .datatables-head + table th,
[class*='sticky-tables'] .dataTables_wrapper .datatables-head + table th {
  top: 30px !important;
}

.sticky-tables .dataTables_wrapper .datatables-head,
[class*='sticky-tables'] .dataTables_wrapper .datatables-head {
  min-height: 33px;
}

.debaut-tipo {
  display: inline-block;
  width: 33px;
  text-align: center;
  margin-right: 5px;
}

.debaut-dup-value {
  height: 26px;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
}

td > .debaut-dup-value:not(:last-of-type) {
  border-bottom: dashed 1px #bbb;
}

tr.siro-duplicated-row {
  color: red;
  background-color: rgba(221, 75, 57, 0.2) !important;
}

/*  */

.siro-deuda-selector {
  display: flex;
}

.siro-deuda-selector table {
  width: 100%;
  margin: 0 15px 5px 0;
}

.siro-deuda-selector th,
.siro-deuda-selector td {
  padding: 2px 8px;
  border-bottom: solid 1px black;
}

.siro-deuda-selector th,
.siro-deuda-selector td.checkbox-no-margin {
  text-align: center;
}

.siro-deuda-selector tr > th:not(:first-of-type),
.siro-deuda-selector tr > td:not(:first-of-type) {
  border-left: dotted 1px #808080;
}

.siro-deuda-selector > div.actions {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.siro-deuda-selector > div.actions > button {
  margin-bottom: 8px;
}

.siro-deuda-counter {
  display: block;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

.checkbox-no-margin .checkbox label span {
  margin-right: 0 !important;
}

.sbd-notfound-padre {
  height: 22px;
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
}

td > .sbd-notfound-padre:not(:last-of-type) {
  border-bottom: dashed 1px #bbb;
}

table.siro-bdeuda-detalle {
  margin: 0 auto;
}

table.siro-bdeuda-detalle td {
  padding: 3px 20px;
}

table.siro-bdeuda-detalle tr > td:first-of-type {
}

table.siro-bdeuda-detalle tbody > tr.separator {
  border-bottom: solid 1px #ccc;
}

table.siro-bdeuda-detalle tbody > tr:last-of-type td {
  font-size: 16px;
  font-weight: bold;
  border-top: solid 1px black;
}

table.siro-bdeuda-detalle td.money-sign:before {
  padding-right: 15px;
}

/* Sucursal deatlle Pagos y Cobranzas */
.suc-pci {
  display: inline-flex !important;
  width: initial !important;
  margin: 0 !important;
  margin-left: 30px !important;
}

.suc-pci .info-box-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-around !important;
}

.suc-pci .info-box-icon {
  font-size: 24px !important;
  line-height: 48px !important;
}

.suc-pci .info-box-actions {
  align-self: center;
  padding-right: 8px;
}

.with-count-label,
.suc-pci .info-box-content .info-box-content-count {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin-top: 6px;
}

.suc-pci .info-box-content > span > .info-box-content-count:not(:first-of-type) {
  border-left: solid 1px #ddd;
  padding-left: 8px;
}

.with-count-label {
  margin-top: 0 !important;
}

.with-count-label .label,
.suc-pci .info-box-content .info-box-content-count .label {
  position: absolute;
  top: -6px;
  right: 3px;
  text-align: center;
  font-size: 11px;
  padding: 2px 3px;
  line-height: 0.9;
}

.with-count-label .label {
  top: -3px !important;
  right: 1px !important;
}

/* Monaco */
.monaco-container {
  min-height: 310px;
  width: 100%;
}

.content.monaco-full {
  display: block;
  padding: 10px 0 0 0 !important;
}

.content.monaco-full .monaco-container {
  min-height: calc(100vh - 135px) !important;
  height: 100%;
}

i[class*='sep'] {
  margin: 0 5px;
  color: #d2d6de !important;
}
i[class*='sep']:before {
  content: '|';
}

.e-pago-cont {
  padding: 8px 15px;
  max-width: 800px;
  margin: 20px auto 0;
}

.insc-bulk-container {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 125px);
}

.insc-bulk-content {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  margin-right: -15px;
  padding-right: 15px;
}

.insc-bulk-actions {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: margin-botoom 0.3s ease-in-out;
}

.insc-bulk-title {
  padding: 0 26px 0 11px;
}

.insc-bulk-table {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.insc-bulk-title .insc-bulk-table {
  margin-top: 0 !important;
}

.insc-bulk-table tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.insc-bulk-table tbody > tr:nth-child(even) {
  background-color: #ffffff;
}
.insc-bulk-table tbody > tr:hover {
  background-color: #f5f5f5;
}

.insc-bulk-table td,
.insc-bulk-table th {
  vertical-align: middle !important;
}
