@import url( 'base.css');
@import url( '../rtd.css');
@import url( 'print.css');
/** vida **/
@import url( 'conosur_vida.css');
/** generales **/
@import url( 'conosur_generales.css');
/** credito **/
@import url( 'conosur_credito.css');
@import url( 'grid.css');

@import url( 'testing.css');


body {
  font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 8pt;
}

.cs-big
{
  font-size: 2em;
}

.cs-bigger
{
  font-size: 3em;
}
.cs-red {
  background-color: #ff2c00 !important;
  color: #F7F7F7;
}

.cs-orange {
  background-color: #fdba2c !important;
  color: #3b4149;
}

.cs-purple {
  background-color: #b747f7 !important;
  color: #ededee;
}

.cs-purple {
  background-color: #b747f7 !important;
  color: #ededee;
}

.cs-important
{
  background-color: #193573 !important;
  color: #ffffff;
}

.cs-warning-preventivo
{
  background-color: #4F5555 !important;
  color: #ffffff;
  font-weight: bold;
}

.cs-blue {
  background-color: #337ab7 !important;
  color: #F7F7F7;
}

.cs-menu-tab.cs-blue
{
  background-color: #a1b1c8 !important;
}

.cs-menu-tab.cs-green
{
  background-color: #aeb8c3 !important;
}

.cs-menu-blue a, .cs-menu-tab.cs-blue a, .cs-menu-tab.cs-green a{
  color: #f1f1f1;
}

.cs-text-blue, .cs-text-blue a
{
  color: #337ab7 !important;
}

.cs-green {
  background-color: #3cb371 !important;
}
.cs-text-green {
  color: #3cb371 !important;
}

.cs-text-red
{
  color: #ff2c00 !important;
}

.cs-text-yellow
{
  color:  #ffd400f2 !important;
}

.cs-black {
  background-color: #060606 !important;
  color: #F7F7F7;
}

.cs-white {
  background-color: #FFFFFF !important;
  color: #607188;
}

.cs-gray
{
  background: #DFDFDF;
}

.cs-background-1
{
  background-color: #FFFFFFBB;
}

.cs-text-gray
{
  color: #DFDFDF !important;
}

.cs-label.cs-green, .cabeceraOrden .cs-label.cs-green
{
  background-color: #3cb371 !important;
  color: #eeeeee;
}

.cs-label.cs-yellow, .cabeceraOrden .cs-label.cs-yellow
{
  background-color: #97c3e2 !important;
  color: #12407b;
}

.cs-label.cs-gray
{
  background-color: #E0E0E2 !important;
}

.cabeceraOrden .cs-label.cs-skyblue, .cs-page-header .cs-label.cs-skyblue, button.cs-skyblue, .cs-label.cs-skyblue
{
  background-color: #f0f8ff !important;
  color: #12407b;
}


/* fff3cd fondo */
.fblue {
  color: #856404;
  font-size: 11px;
  background: #fff3cd;
  font-weight: bolder;
  padding-top: 8px;
}

.fblueLabel { 
  background: #fff3cd !important;  
}

.fgray {
  color: rgba(117, 117, 117, 0.75);
}

.fyellow {
  color: #97c3e2;
}

input:disabled,
textarea:disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
}

button.boton {
  border-radius: .5em;
}

button.boton .fa
{
  font-size: 130;
}

/* BARRA SUPERIOR*/

.titlebar {
  background-color: #e0f1ff;  
  /* background: linear-gradient(to right, rgb(255 255 255 / 79%), rgb(193 209 223 / 89%)), url(../../img/forum1.jpg); */
  /* background: linear-gradient(to right, rgb(242 242 245 / 62%), rgb(166 198 226 / 62%)), url(../../img/forum2.png); */
  left: 0;
  padding: 0 1em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.w-200px {
  width: 200px;
}

.w-400px {
  width: 400px;
}

/** COMPONENTE PANEL DERECHO **/

.cs-panel-right {
  background: #d3d3d3;
  color: #12407b;
  border-radius: 1em 0 0 1em;
  padding: 1em;
}

.cs-range-title {
  text-transform: uppercase;
  font-weight: 600;  
  color: #060675;
}

.cs-menu-button {
  margin: 2px;
  padding: 7px;
  cursor: pointer;
  transition: all .8s ease;
  text-transform: uppercase;
  color: #337ab7;
}

.cs-menu-button.selected
{
  background-color: #82a3e8;
  color: #F7F7F7;
}
.cs-menu-button.selected span
{
  color: #F7F7F7;
}

.cs-menu-button,
.cs-menu-button span,
.cs-menu-tab,
.page-link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

.page-item .page-link, .pagination li a{
  transition: all 0.6s ease;
}

/** COMPONENTE DIALOGO LATERAL **/

.cs-floating-dialog-right {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0;
  z-index: 1000;
  background: #d3d3d3;
  border-radius: 1em 0 0 1em;
  padding: 1em;
  display: table;
}

.cs-floating-dialog-content .cs-title {
  margin: 10px;
}

.cs-floating-dialog-content {
  min-width: 20vw;
  max-width: 40vw;
}

.cs-floating-dialog-left {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 1em 0 0 1em;
  padding: 1em;
}

.pageBody .cs-floating-dialog-left,
.pageBody .cs-floating-dialog-right {
  top: 7em;
}

.cs-title-small {
  font-size: 1em;
  font-weight: bold;
}

.cs-title {
  font-size: 1.2em;
  font-weight: bold;
}

.cs-title-large {
  font-size: 1.5em;
  font-weight: bold;
}

/**/

.cs-dashboard-column {
  border: none;
  border-top: none;  
}

.cs-dashboard-column:first-child {
  border-left: 0;
}

.cs-dashboard-column:last-child {
  border-right: 0;
}

.cs-dashboard-column .cs-dashboard-column-head {
  display: block;
  padding: 0 1em 1em;
  z-index: 25;
  background: white;
}

.cs-dashboard-head {
  border-radius: 1em;
  background-color: #f7f7f7 !important;  
}

.cs-dashboard-head, .cs-dashboard-head .h1, .cs-dashboard-head h1, .cs-page-content .cs-dashboard-head h1 {
  color: #82a3e8 !important;
  text-transform: uppercase;
  font-size: 1em !important;
  letter-spacing: 2px;
  font-weight: bold;
}

.cs-dashboard-card {
  margin: 0.3em 0.7em;
  border-radius: 1em;
  font-size: 11px;
  text-align: center;
  background: #FFFFFF;
}

.cs-dashboard-card a:hover {
  background-color: #62fffd3b;
}

.cs-dashboard-card .cs-card-link
{
  border-radius: 1em;
}

.cs-dashboard-card a,
.cs-dashboard-content,
.cs-dashboard-subheader {
  padding: .5em;
  display: block;
}

.cs-dashboard-content, .cs-dashboard-header {
  overflow: hidden;
}

.cs-dashboard-content {
  height: 2.2em;
}
@media (max-width: 1100px) {
  .cs-dashboard-content {
    overflow: hidden;
    height: 40px;
  }

  .cs-dashboard-card {
    font-size: 9px;
  }
}

.cs-timeline
{
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  padding-left: 0px;
  background: #F7F7F7;
  margin-top: 5px; 
}

.cs-timeline li
{
  transition: all 200ms ease-in;
  font-size: 10px;
}

.timeline > li {
  margin: 0;
}

.timeline > li > .timeline-panel {
  margin-bottom: 0;
  margin-top: 0;
}

.cs-dot {
  height: 18px;
  width: 18px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.cs-dashboard-header {
  background: #4366ad;
  color: #606060;
  border-radius: 10px 10px 0 0;
  padding:0.5em;
}

.cs-dashboard-subheader {
  background: #4366ad;
  color: #606060;
}

.cs-dashboard-card {
  border: 1px solid #4366ad;
}

.cs-dashboard-card .cs-dashboard-subheader.cs-left {
  border-right: 1px solid #f7f7f7;
}

.cs-dashboard-card .cs-dashboard-subheader.cs-right {
  border-left: 1px solid #f7f7f7;
}

/*COLOR DEL TEXTO DE OPCIONES*/

.titlebar,
.titlebar .navbar-nav li a {
  color: #4366ad;
}

/* UBICACION DEL AREA DE CONTENIDO*/

#CSContainer {
  /* margin-left: 60px; */
  margin-top: 8em;
}

body #app_wrapper .navbar {
  height: 60px;
}

.titlebar .logo1 {
  /* background-image: url("../../img/logo_forum.png"); */
  background-repeat: no-repeat;
  width: 100px;
  height: 37px;
  background-size: contain;
  margin: 5px 6px;
}

.titlebar .logo2 {
  background-image: url("../../img/conosur.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 37px;
  background-size: contain;
  margin: 5px 6px;
}

.barraSuperior .avatar
{
    height: 50px;
}

.titlebar {
  height: 60px;
}

.cs-scroll-svh
{
  overflow: auto;
  min-height: 35vh;
  min-height: calc(35vh - 210px);
}

.cs-scroll-vh
{
  overflow: auto;
  height: 60vh;
  height: calc(100vh - 290px);
}

.cs-scroll-vh-vida-masivo
{
  overflow: auto;
  height: 30vh;
  
}

@media(max-width: 1370px)
{
  body #app_wrapper .navbar
  {
    height: 50px;
  }

  #CSContainer {   
    margin-top: 50px;
  }

  .titlebar .logo2
  {
    height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .barraSuperior .avatar
  {
    height: 30px;
  }

  .titlebar {
    height: 43px;
  }

  .cs-scroll-vh
  {  
    height: calc(100vh - 220px);
  }

}

/* BARRA DE OPCIONES IZQUIERDA*/

.left-sidebar {
  height: 90%;
  height: calc(100% - 8em);
  background-color: #fff;
  position: fixed !important;
  top: 8em;
  z-index: 11;
  overflow: auto;
  transition: all .2s ease;
}

#CSContainer.opened,
#CSMenuTop.opened {
  margin-left: 177px;
  width: calc(100% - 177px);
}

.left-sidebar.opened {
  width: 177px;
}


#CSContainer.opened .pageHeader {
  width: calc(100% - 200px);
  min-height: 50px;
  min-height: 4em;
}

#CSContainer .pageHeader {
  width: calc(100% - 50px);
}



.pageHeader {
  display: block;
  background: #fefefe;
  color: #606060;
  position: fixed;
  top: 7em;
  z-index: 10;
  box-sizing: border-box;
  width: inherit;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.pageBody {
  padding: 7em 10px 10px;
}

.pageBody.cs-small {
  padding: 7em 10px 1px;
}

.pageHeader .icon {
  margin-right: 5px;
}

.icono .loader
{
  margin-top: 5px;
}

.pageHeader a,
.pageHeader h1,
.pageHeader h2,
.pageHeader span {
  text-decoration: none;
  display: inline;
  font-size: 1.25em;
  font-weight: 400;
}

.pageHeader i {
  font-size: 1em;
  padding-left: 10px;
}

.pageHeader a {
  cursor: pointer;
  font-size: 1em;
}

.pageHeader ul {
  list-style-type: none;
  margin-left: 10px;
  padding-left: 0;
}

.pageHeader li {
  float: left;
  padding-right: 10px;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 10px;
}

.pageHeader li a:hover {
  font-weight: 600;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #606060;
  background-color: #a1b1c8;
}

.nav-pills > li > a.drag-over {
  color: #d3d3d3;
  background-color: #337AB9;
}

.card {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  position: relative;
}

.card,
.card .scrum-group .scrum-item,
.card.image-over-card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -khtml-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.card.active,
.card.active:hover {
  color: #606060;
  background-color: #4366ad;
}

.card.active div,
.card.active h1,
.card.active h2,
.card.active h3,
.card.active h4 {
  color: #606060;
}

.card.active .label-default {
  background-color: #406189;
  color: #ffffff;
}

.panel-default > .panel-heading {
  background: #193573;
}

.panel-title a {
  color: #ffffff;
  font-weight: 600;
}

body #app_topnavbar-wrapper ul li.dropdown a {
  text-transform: uppercase;
  font-size: 120%;
  padding-bottom: 0;
  padding-right: 0;
}

body #app_topnavbar-wrapper ul li.dropdown ul a {
  text-transform: none;
  font-size: 100%;
}

.left-sidebar .fa {
  font-size: .9em;
  padding: .1em 1em;
  display: inline-block;
  border-radius: 60px;
  color: #ffffff;
  background: #607188;
}

.left-sidebar .fa:focus
{
  background: #4366ad;
}

.left-sidebar.small ul li.open ul .fa {
  border-radius: 0;
  background: #4366ad;
}

.left-sidebar span {
  text-transform: uppercase;
}

.left-sidebar .nav > li a {
  padding-left: .3em;
}

.left-sidebar.opened .nav .open > a {
  border-radius: 0 30px 30px 0;
  padding-top: .1em;
  padding-bottom: .1em;
  background-color: #193573;
  color: #ffffff;
}

.left-sidebar.opened .nav .open > a .fa
{
  color:#fdba2c;
  background: white;
}

.left-sidebar.opened .nav .open > a span {
  color: #ffffff;
  font-weight: 800;
}

.left-sidebar.small .list ul li:hover {
  background: #193573 important;
}

.left-sidebar.small .list ul li:hover a {
  color: #000000;
}

.left-sidebar .list ul li:hover .fa {
  background: #193573 !important;
  color: #Ffffff !important;
}

.left-sidebar .list ul li {
  background: #FFFFFF;
}

#app_sidebar-left #app_main-menu-wrapper .nav .nav-sub,
#app_sidebar-left #app_main-menu-wrapper .nav > li > a:hover {
  background-color: #4366ad;
  color: #ffffff;
}

#app_sidebar-left #app_main-menu-wrapper .nav > li > a:hover {
  color: #ffffff;
}

#app_sidebar-left #app_main-menu-wrapper .nav .nav-sub li > a {
  color: #607188;
}

#app_sidebar-left .opened #app_main-menu-wrapper .nav .nav-sub li > a .fa
{
  background:transparent;
  color: #607188;
  border-radius: 0;
}

#app_sidebar-left #app_main-menu-wrapper .nav > li > a:hover {
  border-radius: 0 30px 30px 0;
}

.left-sidebar.small #app_main-menu-wrapper ul li.open ul {
  top: 12em;
}

.left-sidebar span {
  color: #606060;
}

.cs-snackbar {
  bottom: initial;
  top: 0;
  background-color: lightslategrey;
  max-height: 5em;
  width:80%;
}

.cs-snackbar button {
  color: #97c3e2 !important;
}

.cs-snackbar span {
  color: #ffffff;
}

a:active,
a:hover {
  color: #193573;
}

a.accent:link,
a.accent:visited {
  color: #193573;
  transition: all .5s ease;
}

a.accent:active,
a.accent:hover {
  color: #193573;
}

button.boton {
  color: #666666;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  height: 30px !important;
  margin-bottom: 10px;
}

button.boton:hover {
  border-color: #d3d3d3;
  color: #193573;
}

button.boton:focus {
  border-color: #337AB9;
  color: #337AB9; 
}

button.boton.primary {
  background: #193573;
  color: #ffffff;
}

.boton.secondary {
  background: #759ef0;
  color: #eee;
}

.boton.secondary:hover {
  background: #8fb1f5;
  color: #fff;
}
.boton.secondary:focus {
  background: #4c83f3;
  color: #fff;
}

button.boton.primary:hover {
  background: #97c3e2;
}

.cs-input-required {
  color: rgb(222, 50, 38);
  font-weight: 500;
  padding-left: .2em;
}

.required::after {
  content: "*";
  color: rgb(222, 50, 38);
  font-weight: 500;
  padding-left: .4em;
}

.cs-input {
  padding: .3rem;
  display: table;
  width: 100%;
  /* height: 33px; */
  height:25px;
  /* margin-bottom: 1em; */
  margin-bottom: .7em;
  background: #f1f1f1;
  border-radius: .7em;
  border: 1px solid #c5c5c5;
}

.flex {
  display: flex;
  flex-flow: row;  
}

.flex-center
{
  align-items: center;
}

.flex-v
{
  display: flex;
  flex-direction: column;
}

.flex button
{
  /* min-width: 100px; */
  height: auto !important;
  box-shadow: none;
  padding: 0 .5rem 0 0.5rem;

}

.cs-page-header .flex button
{
  min-width: auto;
}

.flex-wrap {
  flex-flow: wrap;
}

.flex .cs-input {
  min-width: 150px;
  margin-right: .5em;
}

.cs-page-header .cs-input .form-control {
  padding-left: 0;
  padding-right: 0;
}

.cs-page-header .avatar {
  display: initial;
  max-width: 60px;
  width: auto;
}

.cs-input-advanced {
  border-radius: 7px 7px 7px 7px;
  /* border: 1px solid #f3eded; */
  background: #ffffff;
  /* padding: 1px .3rem; */
  padding: 1px 0px 0px 3px;
  display: flex;
  border: 1px solid #c5c5c5;
  margin-bottom: 7px;
}

.cs-input-advanced .cs-input-clear {
  display: flex;
  flex-direction: row;
  /* border: 1px solid #c5c5c5; */
  border: none;
}

.cs-input-advanced .cs-input-clear .cs-input-button {
  margin-left: auto;
  margin-right: 6px;
  font-size: 150%;
  margin-top: 6px;
  /* border: 1px solid #c5c5c5; */
  border: none;
}

.cs-input-clear .cs-input-button:hover {
  opacity: .8;
}

.cs-input-custom {
  display: table;
  /* height: 33px !important; */
  height: 30px !important;
}

.cs-input-custom.disabled {
  width: 100%;  
  vertical-align: middle !important;
  text-transform: uppercase;
  border-radius: 6px;
  height: 12px;
  padding: 1px 0px 5px 3px;
  margin-bottom: 7px !important;
}

.cs-input-custom.disabled input {
  background: none;
  /* display: inline-block; */
  padding-bottom: 0;
  display: table-cell;
  height:25px;
  text-align: center !important;
}

.cs-input .cs-input-label,
.cs-input-custom .cs-input-label {
  width: 40%;
  color: #606060;
  font-weight: 600;
}

.cs-input-custom input[type="text"]
{
  max-width: 85%;
  max-width: calc(85% - 27px);
}
.cs-input-label.cs-input-label-long
{
  width: 60%;
}

.cs-input .cs-input-clear {
  display: flex;
  justify-content: space-between;
  float: right;
}

.cs-input .cs-input-clear .cs-input-button {
  margin-left: auto;
  margin-right: 6px;
  font-size: 150%;
  margin-top: 6px;
}

.cs-input .cs-input-copy {
  display: flex;
  justify-content: space-between;
  float: right;
  padding: 0 0.5rem;
}

.cs-input .cs-input-button {
  margin-left: auto;
  font-size: 150%;
  margin-top: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.cs-input-custom .cs-input-value {
  width: 55%;
  display: table-cell;
}

.cs-input .cs-input-value-with-clear {
  width: 55%;
}

.cs-input-value-with-clear input {
  position: relative;
  display: inline-block;
}

.cs-input-value-with-clear input::after {
  position: absolute;
  content: " \2193";
  top: 0;
  right: -8px;
  height: 20px;
  width: 20px;
}

.cs-input-value-with-clear .form-control
{
  width: 100% !important;
}

.cs-input-value.cs-input-clear {
  width: 90%;
}

.cs-input-editable-tabla {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.cs-input .cs-input-editable-tabla,
.cs-input-editable-tabla:disabled {
  border: none;
}

.cs-input-custom.enabled {
  background: transparent;
  border: none;
  width: 100%;
  color: #606060;
}

.cs-input.enabled {
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #f3eded;
  background: #ffffff;
  padding: 1px .3rem;
  color: #606060;
}

.cs-input .cs-input-label {
  font-weight: 600;
  display: table-cell;
  /* height: 33px; */
  height:25px;
  text-transform: uppercase;
  padding: .1rem;
  font-size: 1em;
  color: #606060;
}

.cs-input-custom.enabled .cs-input-label,
.cs-input.enabled .cs-input-label 
{
  border-right: 1px solid #f3eded;
  padding: 0 0 .8rem .1rem;
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
  font-weight: 600;
}

.cs-input .cs-input-value {
  width: 60%;
  font-size: 1em;
  /* height:33px; */
  height:25px;
  padding: .1rem;
  color: #606060;
  display: table-cell;
  text-align: right;
  padding-right: 1px;
}

.cs-input-value .form-control
{
  padding: 0;
}

.cs-input.enabled .cs-input-value {
  width: auto;
  min-width: 60%;
}

.cs-input-month.enabled .cs-input-value
{
  width: auto;
  min-width: 40%;
}

.cs-input-month.enabled .cs-input-value.cs-input-clear
{
  width: auto;
  min-width: 30%;
}

.cs-input-month.enabled .cs-input-clear
{
  display: table-cell;
  width: auto;
  min-width: 10%;
  float: none;
}

.cs-input-month.enabled .cs-input-label
{
  width: auto;
  min-width: 60%;
}

.cs-page-content .cs-input-month .cs-input-value .rdtPicker {
  left: -80px;
}


.cs-input .cs-input-label,
.cs-input .cs-input-value,
.cs-input button {
  vertical-align: middle;
}

.cs-input.enabled .cs-input-label,
.cs-input.enabled .cs-input-value,
.cs-input.enabled button {
  vertical-align: bottom;
}

.cs-input .cs-input-value input,
.cs-input-custom .cs-input-value input {
  border: none;
  /* height: 33px; */
  height:25px;
  font-size: 1em;
  width: 95%;
  margin-left: 1px;
  padding-top:4px;
}

.cs-input .cs-input-value input,
.cs-input .cs-input-value input:focus,
.cs-input-custom .cs-input-value input:focus {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.cs-input-advanced-menu {
  margin-top: 6px;
}

.cs-input-value .cs-input-clear {
  float: right;
  top: 0;
  position: absolute;
  width: 10%;
}

.cs-input-clear button,
.cs-input-clear button:focus {
  background: transparent;
  border: none;
  font-size: 1.3em;
}

.cs-input-advanced.cs-input-focus,
.cs-input.cs-input-focus {
  border: 1px solid #ff2c00;
}

.cs-button-icon,
.cs-button-icon:focus,
.cs-button-icon:hover {
  background: transparent;
  border: 0;
  outline: none;
}

.cs-button-icon:focus {
  opacity: .75;
}

.cs-circle-button {
  border-radius: 60px;
  padding: 10px;
}

.cs-select {
  display: none;
}

.cs-select.cs-input-focus {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  position: absolute;
  background: #FFFFFF;
  z-index: 9482;
  right: 0;
  margin-right: 1em;
  margin-top: 3em;
  border-radius: 5px;
  margin-top: 3em;
  padding-left: 0;
}

.cs-select.cs-input-focus li {
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-box-direction: normal !important;
  box-direction: normal !important;
  visibility: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cs-select.cs-input-focus li:hover {
  background: #ffffffee;
}

.cs-select.cs-input-focus
{
    max-height: 40vh;
    overflow: auto;
    -webkit-filter: blur(0px);
    padding-left: 10px;
}

.cs-select-big .cs-select.cs-input-focus
{
  max-height: 60vh;
}

.cs-modal-content .cs-select.cs-input-focus {
  background-color: transparent;
  overflow-y: scroll;
}

.cs-select.cs-input-focus li
{
  background-color: white;
}

.cs-select.cs-input-focus.cs-multiple li
{
    display: inline-block;
    width: calc(100% * (1/3) - 10px - 1px)
}

.cs-plain-button {
  background: #193573;
}

.cs-plain-button,
.cs-plain-button a,
.cs-plain-button i {
  color: #FFFFFF;
}

.cs-large {
  width: 3em;
  height: 3em;
  padding: 1em;
  font-size: 150%;
}

.appWrapper {
  padding-right: .5em;
}

.cs-menu-top {
  border-bottom: .3em solid #193573;
  display: inline-flex;
  width: 100%;
}

.cs-menu-tab {
  margin-bottom: 0;
  border-radius: 1.1em 1.1em 0 0;
  margin-right: .5em;
  border: 1px solid #ddd;
  padding: .5em;
  background-color: #F7F7F7;
  color: #606060;
  text-transform: uppercase;
  font-weight: 600;
}

.cs-menu-tab .fa
{
  font-size: 160%;
}

.cs-menu-tab.active {
  background: #193573;
  color: #ffffff;
  border: 1px solid #4366ad;
  border-bottom: 1px solid #193573;
}

.cs-menu-tab a {
  color: #606060;
  padding: .5em;
  font-weight: bolder;
}

.cs-menu-tab:hover {
  background: #fafafa;
}

.cs-menu-tab.active:hover {
  background: #4366ad;
}

.cs-menu-tab a:hover {
  text-decoration: none;
}

.cs-menu-tab.active a {
  color: #ffffff;
}

.cs-panel {
  padding: 5px;
}

.cs-panel-top {
  padding: 0 5px;
}

.cs-floating-panel {
  background-color: #f5f5f5;
}

.cs-textarea,
.react-grid-Container {
  margin-bottom: 1em;
}

.cs-textarea .cs-input-enabled {
  border: 1px solid #c5c5c5;
}

.cs-textarea .cs-input-enabled .cs-label-title {
  background: #9DA9A9;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 5px;
  font-size: 1.2em;
}

.cs-textarea .mce-tinymce {
  box-shadow: none;
  border: none;
}

.cs-panel .cs-content {
  background: #eeede7;
  border-radius: 3em;
  padding: 1em;
}

.cs-page-menu {
  background: #F7F7F7;
  margin-bottom: 1em;
}

.cs-panel-top .cs-content {
  border-radius: 0 0 3em 3em;
}

.cs-page-header {
  font-size: 8pt;
}

.cs-page-header .cs-link,
.cs-page-header .cs-link a {
  color: #FFFFFF;
}

.cs-page-header .panel {
  background: transparent;
}

/** base **/

.cs-page-header.base {
  background-color: #3d68c3;
}

.base .panel-default > .panel-heading,
.base .panel-heading {
  background: #4366ad;
}

.base .panel-heading .panel-title a,
.base .panel-heading .panel-title h4 {
  color: #FFFFFF;
}

.base .menuButton span,
.base a {
  color: #607188;
}

/* credito */

.cs-page-header.credito {
  background-color: #b6eaa4;
  color: #606060;
}

.cs-page-header.generales {
  background-color: #a1b1c8;
}

.cs-page-header img {
  max-height: 3.3em;
  padding: 2px;
}

.cs-autocomplete {
  position: absolute;
  right: 1em;
  top: auto;
  margin-top: -7px;
  overflow: auto;
  height: 200px;
  overflow-x: hidden;
  z-index: 10;
  min-width: 171px;
}

.flex .cs-autocomplete {
  right: auto;
}

.cs-label {
  border-radius: 7px;
  background: #ffffff;
  padding: 1px 0;
  display: inline-flex;
  cursor: default;
}

.cs-label label.text
{
  text-align: justify;
  text-align: justify;
  background: transparent;
  border: none;
  outline: none;    
  -webkit-appearance: button;
  margin: 2px
}

.cs-label.transparent {
  background: transparent;
}

.cs-label span {
  color: #606060;
}

.cs-label,
.cs-label .cs-label-left,
.cs-label .cs-label-right {
  padding: 5px;
  /* height: 33px; */
  height:25px;
}

.imagen .cs-label, .imagen .cs-avatar
{
  height: 90%;  
}

.cs-label .cs-label-left {
  border-right: 1px solid #AEAEAE;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-label .cs-label-right {
  font-weight: 500;
}

.cs-label button,
.cs-label-right button {
  text-align: justify;
}

.cs-label-default {
  margin-left: 5px;
}

.cs-label-big {
  margin-left: 5px;
  font-size: 1.2em;
}

.cs-page-header .cs-label, .cs-flex-h .cs-label {
  margin: .5rem 1rem .5rem .1rem;
  border-radius: 5px;
  padding: .3rem !important;
  /* max-width: 250px; */
  overflow: hidden;
}

.cs-flex-h button.boton
{
  margin-bottom: 3px;
}

.cs-page-header .boton {
  margin-top: .2em;
  margin-bottom: 8px;
}

.cs-page-header .cs-label-left,
.cs-page-header .cs-label-right {
  padding: 2px;
}

.cs-page-content {
  background: #e0e0e2;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 0 2em 2em;
  margin-bottom: 1em;
  clear: both;
}

.cs-page-content h1,
.cs-page-content h2,
.cs-page-content h3,
.cs-page-content h4 {
  color: #12407b;
  font-size: 1.3em !important;
}

.jumbotron h1 {
  font-size: 4em !important;
}
.jumbotron p {
  font-size: 1.6em;
}

.cs-page-content .cs-switch,
.cs-page-content .subtitulo {
  font-weight: 700;
  font-size: 1em;
}

.cs-page-content .cs-table thead {
  background-color: #f7f7f7;
  color: #060606;
  font-weight: bold;
}

.cs-table thead,
.cs-table thead div {
  text-transform: uppercase;
}

.cs-page-content .cs-table thead tr td {
  border-color: #12407b;
}

.cs-page-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #bdbdbd;
}

.cs-page-header {
  background: #F7F7F7;
}

.pagination a
{
  cursor: pointer;
}

.cs-modal-content .pagination
{
  margin: 0;
}

.cs-modal-content h2 {
  margin-left: 0;
  padding-left: 0;
}

.cs-modal-content .cs-calendar-top_bottom0 .rdtPicker {
  bottom: 0;
}

.cs-modal-content .cs-calendar-top_bottom0 .rdtPicker td {
  bottom: 0;
  height: 20px;
}

.cs-page-content .cs-input-value .rdtPicker {
  left: -60px;
}

.cs-modal-content h2,
.cs-page-content h2 {
  font-weight: bold;
}

.cs-modal-content .cs-popup-top .cs-autocomplete {
  bottom: 49px;
  top: auto;
  min-width: 300px;
  max-height: 150px;
}

.cs-modal-content .cs-popup-top .cs-autocomplete .list-group {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 150px;
}

.ml-auto {
  margin-left: auto;
}

.panel-body {
  background: #f7f7f7;
}

.cs-loading-icon {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .3;
  z-index: 100;
  width: 2em;
}

.cs-loading-icon-center {
  opacity: .3;
  z-index: 100;
  width: 3em;
}

.bandeja .list-group-item div:first-child a,
.bandeja .list-group-item div:first-child label,
.bandeja .list-group-item div:first-child span {
  color: #606060;
}

.bandeja .list-group-item div:first-child a,
.bandeja .list-group-item div:first-child label {
  font-weight: 600;
}

.boxes {
  background: #ffffff;
}

.boxes div[data=b_101702000002] pre {
  background-color: #82a3e8;
  color: #f5f5f5;
}

.inner-box[data=b_0]
{
  border: solid 1px #4366ad !important;
  border-radius: 0.7em !important;
}

.inner-box[data=b_101702000001]
{
  border: solid 1px #b6eaa4 !important;
  border-radius: 0.7em !important;
}

.inner-box[data=b_101702000002]
{
  border: solid 1px #82a3e8 !important;  
  border-radius: 0.7em !important;  
}

.inner-box[data=b_101702000003]
{
  border: solid 1px #a1b1c8 !important;
  border-radius: 0.7em !important;
}

.boxes div[data=b_101702000003] pre {
  background-color: #a1b1c8;
  color: #f5f5f5;
}

.boxes div[data=b_0] pre {
  background-color: #4366ad;
  color: #fffaf0;
}

.boxes div pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #607188;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  overflow-x: hidden;
}

.boxes div p {
  margin: 0 0 5px;
  text-align: center;
}

.bb_0 {
  background-color: #cccccc !important;
  color: #607188 !important;
}

.bb_0:hover {
  background-color: #4366ad !important;
  color: #607188 !important;
}

.bb_0.primary {
  background-color: #4366ad !important;
  color: #f9f9f9 !important;
}

.bb_0.primary:hover {
  background-color: #ffc990 !important;
  color: #f9f9f9 !important;
}

.boxes div p button {
  border-bottom: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 1em;
  font-weight: 800;
  flex-direction: row;
  height: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #cccccc;
  width: 100px;
  margin: 1px 2px;
  padding: 4px;
}

.boxes div p button.primary
{
  background-color: #b6eaa4;
}

.boxes div p button .popov {
  border-bottom: 1px solid #cccccc !important;
  border-radius: 20px !important;
  color: #666666;
  font-size: 1em;
  font-weight: 800;
  flex-direction: row;
  height: 30px !important;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #cccccc !important;
  width: 100px;
  margin: 2px;
}

.boxes div p button .popov:hover {
  border-bottom: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 1em;
  font-weight: 800;
  flex-direction: row;
  height: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #cccccc !important;

}

.negrita {
  font-weight: 800;
  text-transform: uppercase;
}

.panelPagina {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/**********
DATEPICKER
***********/
.cs-input-datetime {
  position: relative;
}

.cs-input-datetime .rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid #f9f9f9;
  top: 0;
  right: 0;
}

.cs-input-datetime.rdtOpen .rdtPicker {
  display: block;
}

.rdtPicker thead tr:first-child th:hover {
  background: #e2e1e1;
}

.rdtPicker .rdtDays table thead .dow{
  background: #879bb236;
}

.cs-input .cs-input-month enabled .cs-input-focus{
  border: 1px solid blue;
}


.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.cs-modal-content
{
  margin-top:10px;
}

.cs-modal-content .rdtPicker {
  right: 0;
  left: auto;
}

.cs-modal-content .cs-calendar-top .rdtPicker {
  bottom: 30px;
}

.cs-page-content .cs-input-value .rdtPicker {
  left: -60px;
}

/**********
CELDA DATEPICKER
***********/
.cs-input-datetime-ctb {
  position: relative;
}

.cs-input-datetime-ctb .rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  border: 1px solid #f9f9f9;
  
}

.cs-input-datetime-ctb.rdtOpen .rdtPicker {
  display: block;
}

/**********************************
TABLA
**********************************/

.centered-table td > div {
  text-align: center;
}
 
.cs-table-overflow {
  overflow-y: auto;
  max-width: 100vw;  
}

.cs-table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1em;
}

.cs-table-border
{
  background-color: #FFFFFF77;
}

.cs-table-border .cs-table
{
  border: 1px solid;
}

.cs-table-border .cs-table tbody tr td
{
  border: initial;
  height: 4em;
}

.cs-table a {
  text-decoration: underline;
  color: #1d70e6;
}

.cs-table thead, .cs-table-1 thead {
  background-color: #879bb2;
  color: #FFFFFF;
}

.cs-table-1 .fixed-head-table thead tr:nth-child(1) td
{
  background-color: #879bb2;
  color: #FFFFFF;
}

.cs-table-2 .fixed-head-table thead tr:nth-child(1) td
{
  background-color: #78b155;
  color: #f1ffdf;
}

.cs-table-3 .fixed-head-table thead tr:nth-child(1) td
{
  background-color: #e46c62;
  color: #f9ede6;
}

.cs-table-4 .fixed-head-table thead tr:nth-child(1) td
{
  background-color: #ee8f5c;
  color: #fefdfc;
}

.cs-table-5 .fixed-head-table thead tr:nth-child(1) td
{
  background-color: #8f5891;
  color: #fefdfc;
}


.cs-table thead tr td, tr.cs-table-title td{
  border-top: .5px solid;
  border-bottom: .5px solid;
  border-color: #606060;
  margin-bottom: 10px;
  padding-left: 5px;
}

.cs-table thead tr td div {
  padding-top: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  text-align: center;
}

.cs-table-celda:last-child {
  min-width: 10px;
}

.cs-table tbody tr:nth-child(odd) {
  /* background-color: white; */
  background-color:#e2e1e1;
}

.cs-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.cs-table tbody tr:hover {
  background-color: #879bb236;
}

.cs-table tbody tr td, .cs-table tr td.cs-table-celda {
  padding: 7px;
}

.cs-table tbody tr td div {
  margin-top: 0;
}

.cs-table tbody tr td div.blanca {
  width: 100%;
  height: 100%;
}

.cs-table tbody tr td.cs-table-celda-first {
  border-left: 0;
  min-width: 5px;  
}

.cs-table tfoot tr td.cs-table-celda-first {
  border-left: 0;
  min-width: 5px;
  text-align: left;
  padding: 7px;
}

.cs-table tbody tr td.cs-table-celda-first .cs-container-check,
.cs-table tbody tr td.cs-table-celda .cs-container-check
{
  margin-left: -17px;
  margin-right: 17px;
}

.cs-table tbody tr td {
  border-left: 1px solid #d4d3d3;
}

.cs-table tbody tr td div {
  width: 100%;
  word-wrap: break-word;
}

.cs-table tr td div.number {
  text-align: right;
}

.cs-table tbody tr td div.center {
  text-align: center;
}

.cs-table tfoot {
  background-color: white;
  width: 100%;
  text-align: center;
}

.footerPrimasComisiones tr td input {
  width: 100%;
  border-top-color: #D4D3D3;
  border-top-width: .5px;
  border-bottom-color: #807f7f;
  border-bottom-width: .5px;
  text-align: center;
  border-left-width: 0;
  border-right-width: 0;
  height: 25px;
  padding: 10px;
}

.footerPrimasComisiones tr td input[data="number"] {
  text-align: right;
}

.footerPrimasComisiones tr td input[data="text"] {
  text-align: left;
  padding-left: 10px;
}

.cs-footerTablaTotalesVida td{
  border-top: solid 1px black;
}

.avatar .cs-loading-icon {
  position: relative;
  z-index: 99;
  margin-left: -100%;
}

.cs-table .cs-loading-icon,
.cs-table img {
  max-height: 30px;
  position: relative;
}

.cs-table .cs-loading-icon {
  z-index: 99;
  margin-left: -25px;
}

.cs-table-circle {
  width: 100%;
  border-spacing: 0;
  background-color: #F7F7F7;
  border-spacing: 10px 10px;
}

.cs-table-circle thead tr td {
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 4px 10px 4px 10px;
  border-color: #F7F7F7;
}

.cs-table-circle thead tr td div {
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #606060;
  background-color: #D3D3D3;
  word-wrap: break-word;
}

.cs-table-circle tbody tr td {
  border-style: solid;
  border-width: 2px 10px 4px 10px;
  border-color: #F7F7F7;
  background-color: white;
  padding: 10px;
}

.cs-table-circle tbody tr td div.number {
  text-align: right;
}

.cs-table-circle tbody tr td div.center {
  text-align: center;
}

.cs-table-square {
  width: 100%;
  border-spacing: 0;
  background-color: #F7F7F7;
  border-spacing: 10px 10px;
}

.cs-table-square thead tr td {
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #F7F7F7;
}

.cs-table-square thead tr td div {  
  height: 50px;
  text-align: center;
  color: #606060;
  background-color: #D3D3D3;
  word-wrap: break-word;  
  font-weight: bold;
  min-width: 75px;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
}

.cs-table-square tbody tr td {
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #F7F7F7;
  background-color: white;
  padding: 10px;
}

.cs-table-square tbody tr td div {
  max-width: 200px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cs-table-square tbody tr td div a{
  font-weight: bold;
  color: #337ab7;
}

.cs-table-square tbody tr td div.number {
  text-align: right;
}

.cs-table-square tbody tr td div.center {
  text-align: center;
}

/*********************************************
TOOL-TIP
************************************************/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltip:hover .tiptext {
  visibility: visible;
}

/********************************************
BOTONES ICON
********************************************/

.cs-btn {
  background-color: #4F5555;
  border: none;
  color: white;
  padding: 0 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 3px;
}

.cs-btn:disabled {
  background-color: white;
  color: #b6b6b6;
  border: 1px solid #4F5555;
}

.cs-btn:hover:not([disabled]) {
  background-color: #606060;
}

.cs-btn-center {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-btn-orange{
  background-color: white;
  color: orange;
}

.cs-btn-red{
  background-color: white;
  color: red;
}

.cs-icon-btn {
  background-color: transparent;
  color: #4e5757;
}

.Modal .cs-icon-btn:hover,
.Modal .cs-icon-btn:focus {
  background-color: transparent;
  color: #828282;
}

.cs-table .cs-btn
{
  font-size: 1.7em;
  opacity: 0.8;
}

.cs-table .cs-btn:hover
{
  opacity: 1;
}

/********************************************
INPUT CHECKBOX
*********************************************/

.cs-container-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cs-container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cs-checkmark-check {
  position: absolute;
  top: -10px;
  left: 20px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.cs-checkmark-check.disabled
{
  opacity: 0.5;
  cursor: not-allowed;
}

.cs-flex-v {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.cs-switch {
  padding-bottom: .5em;
  font-weight: 800;
  font-size: 1.2em;
}

.cs-flex-h,
.cs-switch {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.cs-switch .cs-container-check .cs-label-title {
  color: #666;
  left: 0;
  font-size: 1em;
  font-weight: 800;
}

.cs-label-title {
  color: #666;
  left: 0;
  font-size: 1em;
}

.margin-bottom-17 {
  margin-bottom: 17px;
}

.cs-switch .cs-checkmark-check, .cs-switch .cs-checkmark-indeterminate,
.cs-switch .cs-container-check input {
  top: 0;
  left: 0;
}

.cs-container-check:hover input~.cs-checkmark-check {
  background-color: #ccc;
}

.cs-container-check input:checked~.cs-checkmark-check {
  background-color: #78b155;
}

.cs-container-check input:disabled:checked~.cs-checkmark-check {
  background-color: #ffff;
  border-color: #b0b0b7;
  opacity: 1;
}

.cs-check3 .cs-container-check input:not(:checked):not(:indeterminate):not(:disabled)~.cs-checkmark-check:after {
  content: 'x';
  display: block;
  color: #e46c62;
  left: 3px;
  top: -3px;
  font-size: 14px;
  font-weight: bold;
}

.cs-table .cs-container-check input:not(:checked)~.cs-checkmark-check:after,
.cs-table .cs-container-check input:not(:checked):not(:indeterminate):not(:disabled)~.cs-checkmark-check:after
{
  display: none;
}

.cs-container-check input:indeterminate~.cs-checkmark-check {
  background-color: #ffffff;
}

.cs-checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

.cs-checkmark-indeterminate:after
{
  display: none;
  position: absolute;    
}

.cs-container-check input:checked~.cs-checkmark-check:after, .cs-container-check input:indeterminate~.cs-checkmark-indeterminate:after {
  display: block;
}

.cs-checkmark-indeterminate:after
{
  content: '?';
  color: #12407b;
  left: 4px;
  top: -1px;
  font-size: 14px;
  font-weight: bold;
}

.cs-container-check input:checked~.cs-checkmark-check:after {
  border-bottom-width: 2px;
  border-color: rgb(255, 255, 255);
  border-left: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top: 0;
  content: '';
  height: calc(1.2 * 10px);
  left: calc(0.4 * 10px);
  position: absolute;
  top: calc(-0.1 * 10px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: calc(0.7 * 10px);
}

.cs-container-check input:disabled:checked~.cs-checkmark-check:after {
  border-color: #91c37f;  
}

.cs-table .cs-container-check input:disabled:checked~.cs-checkmark-check:after {
  border-color: #6898dc;
}

/**************************************************************
INPUT TABLE EDITABLE
****************************************************************/
.cs-table-celda div
{
  cursor: default;
}

.cs-table-celda .cs-tooltip
{
  cursor: help;
}

.cs-table-celda-input-editable {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
}

/**************************************************************
OPCIONES BOTONES BAJO
***************************************************************/

.cs-menu-opciones-bajo {
  display: scroll;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: red;
}

/*************************************************************
CONTENEDOR ARBOL PROSPECTO
*************************************************************/

.cs-contenedor-arbol-prospecto {
  background-color: #e6e6e6;
  height: 100%;
  width: 100%;
  padding-top: .2em;
  padding-right: .1em;
  padding-left: .2em;
  margin: 0;
}

.cs-contenedor-interno-arbol-prospecto {
  background-color: white;
  padding-bottom: 0.5rem;
}

/***************************************************************
CONTENEDOR ARBOL DENUNCIO
***************************************************************/

.cs-contenedor-interno-arbol-denuncio {
  background-color: white;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

/**************************************************************
TARJETA
***************************************************************/

.cs-contenedor-card {
  background-color: #E6E6E6;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.cs-contenedor-card .cs-head-card {
  /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
  /* background-color: #4f5555;                       */
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.cs-contenedor-card .cs-body-card {
  background-color: #F7F7F7;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}

.cs-view-background {
  padding-bottom: 1em;
}

/**************************************************
DISABLED TAB
***************************************************/

.cs-menu-tab.disabled {
  background: #d3d3d3;
  color: #ffffff;
  border: 1px solid #4366ad;
  border-bottom: 1px solid #193573;
  cursor: no-drop;
}

.cs-menu-tab:last-child {
  margin-right: 0;
}

.cs-menu-tab.disabled a {
  cursor: no-drop;
}

/*****
MODAL
*******/

.Modal {
  background-color: #d3d3d3;
  border-radius: 8px;
  border: 1px solid #a9a9a9;
}

.Modal:hover {
  box-shadow: 0 4px 28px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.22);
}

.Modal .cs-circle-button {
  background: #060606;
  color: #FFFFFF;
}

.Modal.t_auto {
  background-color: #FFFFFF;
}

.Modal button.boton.flat:hover {
  background-color: #eeeeee;
  color: #4e5757;
}

.Modal button {
  background-color: #4e5757;
  color: #fefdfb;
  border-radius: 7px;
  box-shadow: none;
}

.Modal button:active,
.Modal button:focus,
.Modal button:hover {
  color: #FFFFFF;
}

.Modal button.primary {
  background-color: #111111;
}

.Modal button:hover {
  color: #FFFFFF;
  background-color: #646565;
}

.Modal button.primary:active,
.Modal button.primary:focus,
.Modal button.primary:hover {
  background-color: #5e6767;
}

.Modal .cs-button-icon,
.Modal .cs-button-icon:active,
.Modal button.cs-button-icon,
.Modal button.cs-button-icon:active .Modal .cs-button-icon:focus,
.Modal button.cs-button-icon:focus {
  background-color: transparent;
  color: #828282;
}

.Modal button.cs-icon-btn {
  background-color: transparent;
  color: #4e5757;
}

.Modal button.cs-icon-btn:hover,
.Modal button.cs-icon-btn:focus {
  background-color: transparent;
  color: #828282;
}

.Modal .division {
  border-bottom: solid 2px #828282;
}

.Modal .cs-button-icon:hover,
.Modal button.cs-button-icon:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.Modal .cs-table thead {
  background-color: #9da9a9;
  color: #FFFFFF;
  font-weight: bold;
}

.Modal .cs-table thead tr td {
  /* border-color: #a2a2a2; */
  border-color: #9da9a9;
}

.Modal .h1,
.Modal h1 {
  font-weight: bolder;
  font-size: 1.4em;
}

.Modal h1.card-title
{
  font-size: 1.2em;
  margin: 0 !important;
}

.Modal .cs-sin-datos,
.Modal .h2,
.Modal .h3,
.Modal .h4,
.Modal .h5,
.Modal .h6,
.Modal h2,
.Modal h3,
.Modal h4 {
  font-weight: bold;
  color: #828282;
  padding-bottom: 0.5em;
}

.Modal .cs-sin-datos .fa-jumbotron {
  color: #828282;
}

.Modal .mce-panel,
.Modal .mce-stack-layout {
  border-radius: 7px;
}

.Modal .mce-widget button {
  background-color: transparent;
}

.Modal .cs-menu-tab.active {
  background-color: #9da9a9;
}

.Modal .cs-menu-tab.active,
.Modal .cs-menu-top {
  border-color: #9da9a9;
}

.Modal .cs-menu-tab.disabled
{
  border-color: #F7F7F7;
  background: #ececec;
}

.Modal .cs-menu-tab.active:hover {
  background-color: #adb9b9;
}

.Modal .cs-panel-right {
  background-color: #adb9b9;
}

.Modal.white,
.transversales .Modal {
  background-color: #FFFFFF;
}

/**
Estilos adicionales
*/

.cs-load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}

.cs-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.cs-bar:nth-child(1) {
  background-color: #F7F7F7;
  animation: cs-loading-bars 3s linear infinite;
}

.cs-bar:nth-child(2) {
  background-color: #82a3e8;
  animation: cs-loading-bars 3s linear 1s infinite;
}

.cs-bar:nth-child(3) {
  background-color: #4366ad;
  animation: cs-loading-bars 3s linear 2s infinite;
}
@keyframes cs-loading-bars {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

.cs-loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.cs-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #82a3e8;
  animation: cs-loading-bar 2s linear infinite;
}
@keyframes cs-loading-bar {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

.cs-input.cs-input.enabled {
  border: 1px solid #c5c5c5;
}

.cs-input.enabled.cs-input-focus {
  border: 1px solid #ff2c00;
}

.cs-tiles {
  margin: 1em;
  border-radius: 1em;
}

.cs-tiles-1 {
  background: #ececec;
  color: #606060;
}

.cs-tiles-1 a {
  color: #111111;
}

.cs-tiles-1 .division {
  border-color: #848484;
}

.cs-tiles .cs-label-big {
  margin: .5em;
}

.cs-tiles .h1,
.cs-tiles h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0 0;
}

.h3 {
  font-size: 1.3em;
}

.cs-tiles .fa,
.cs-tiles .fas {
  font-size: 1.2em;
  margin: 1em 1em 0 0;
}

.jstree-themeicon-custom {
  background-size: contain !important;
  width: 21px !important;
  height: 21px !important;
}

.jstree-node .jstree-anchor {    
  font-size: 120%;
}

.popover {
  max-width: 600px;
}

.cs-bandeja {
  color: #666666;  
  border-color: #ffffff;
  height: 30 px !important;
}

.cs-page-header .cs-bandeja button, .cs-menu button {
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: normal;
  margin: 1em 0.4em;
  font-size: 1.2em;
}

.cs-menu
{
  padding: 0 !important;
  background: #F7F7F7;
  color: #337ab7;
}

.cs-menu button
{
  color: #337ab7;
  background-color: transparent;
  margin: 0;
  padding: 1em;
}

.cs-menu button:hover, .cs-menu button:active
{
  background-color: #82a3e8;
  color: #F7F7F7;
}

.cs-bandeja button, .cs-menu button {
  font-weight: bolder;
}

.cs-page-header .cs-bandeja button:hover {  
  color: #ffffff;
  background-color: #82a3e8;  
  outline: none;  
}

.cs-page-header .cs-bandeja button:focus {  
  color: #ffffff;
  background-color: #82a3e8;  
  outline: none;  
}

.cs-page-header .cs-bandeja button.primary {
  background: #193573;
  color: #ffffff;
  outline: none;
}

.cs-page-header .cs-bandeja button.primary:hover {
  background: #97c3e2;
  outline: none;
}

.linea {
    Margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #BBBBBB;
}

.fondoBlanco {
   background-color: white;   
}

.botonesCabeceraDer {
  flex-flow: row-reverse;
  display: flex;
  padding: 1px !important;
}

.cs-icon-pdf
{
  font-size: 160% !important;
  color: red !important;
}

.cs-icon-siniestro
{
  font-size: 120% !important;
  color: orange !important;
}

.cs-numeric, .cs-numeric input
{
  text-align: right;  
}

.cs-input .cs-numeric
{
  padding-right: 5px;
}

.cs-fileinput label
{  
  display: inline-table;
}

.cs-fileinput input
{
  display: none !important;
}

.cs-fileinput-label {
  width: 100%;
}


.cs-fileinput-label span
{
  font-size: 1.3em;
  padding: 1em;
  width: 100%;
}

.cs-avatar
{
  padding: 3px;
  border-radius: 7px;
  background: #ffffff;  
  display: inline-flex;
}

.cs-input-avatar
{  
  max-height: 33px;
  max-width: 80px;
}

.cs-input-avatar img
{ 
  max-height: 27px;
  height: 100%;  
  max-width: 70px;
  object-fit: contain;
}

.cs-page-header .cs-avatar, .barraSuperior .cs-avatar, .cs-table .cs-avatar
{
  border: none;
  padding: none;
  background: transparent;  
}

.selectTablaEditable {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.alturaTextArea{
  max-height: 120px !important;
}

.newMb-4{
  margin-bottom: 0px !important
}

.cs-icon-excel
{
  font-size: 190% !important;
  color: green !important;
  margin-right: 9px !important;
  background: none !important;
}

.cs-icon-excel-red
{
  font-size: 190% !important;
  color: red !important;
  margin-right: 9px !important;
}

.cs-icon-excelV2 {
  font-size: 240% !important;
  color: green !important;
  margin-right: 9px;
  padding: 0 !important;
}

.cs-icon-excel.fa-3x
{
  font-size: 3em !important;
}

.cs-icon-excel.fa-4x
{
  font-size: 4em !important;
}

.cs-icon-excel.fa-5x
{
  font-size: 5em !important;
}

.cs-icon-bar
{
  font-size: 1.6em !important;
}

.cs-timeline-panel
{
  background: #FFFFFF;
  border: none !important;
  box-shadow: none !important;  
  padding: 1em 4em !important;
}

.cs-timeline small, .cs-timeline .small
{
  font-size: 0.9em;
}

.cs-timeline-icon
{
  position: absolute;  
  max-width: 30px;
  top: 1em;
  left: 1.9em;
  height: 100%;
}

.cs-timeline-icon::before
{
  position: absolute;  
  top: -1em;
  height: 100%;
  padding-right: 1em;
  border-right: 2px solid #F2F2F2;
  content: "";
}

.timeline li:first-child .cs-timeline-icon::before
{
  top:2em;
}

.timeline li:last-child .cs-timeline-icon::before
{
  height: 3em;
}

.timeline li:nth-child(even) .cs-timeline-icon i
{
  background-color: #3cb371;
}

.cs-timeline-icon i
{
  position: absolute;  
  top: 0.5em;
  left: -0.2em;
  background: #607188;
  border-radius: 8px;
  padding: 7px;
  font-size: 300% !important;
  color: #FFFFFF;
}

.cs-timeline-icon i p, .cs-timeline-icon i p span
{
  font-size: 60% !important;
}

.cs-timeline-icon.iconoCustom i
{
  width: 2.8em;
}

.cs-timeline-icon.iconoCustom i .fa
{
  font-size: 150%!important;
}

.cs-timeline-body
{
  width: 100%;
  padding: 1em;  
}

.editor-editor-customFULL-v2, .cs-textarea .editor-custom
{
  background-color:#FFFFFFEE;
}


/**SUB-MENU*/
.cs-menu-dropbtn {
  background-color: #e2e2e2;
  color: #666;
  padding: 5px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  min-width: 200px;
  margin: 5px;
}

.cs-menu-dropdown {
  position: relative;
  display: inline-block;
}

.cs-menu-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  margin-left: 5px;
  margin-right: 5px;
}

.cs-menu-dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.cs-menu-dropdown-content a:hover {background-color: #f1f1f1}

.cs-menu-dropdown:hover .cs-menu-dropdown-content {
  display: block;
}

.cs-menu-dropdown:hover .cs-menu-dropbtn {
  border-color: #d3d3d3;
  color: #193573;
}

.cs-menu-dropdown-content a i {
  border-radius: 10px;
  height: 13px;
  width: 13px;
  text-align: center;
  background-color: black;
  color: white;
  margin-right: 10px;
  margin-left: 10px;
}

.cs-menu-dropbtn i {
  margin-top: 5px;
  float: right;
}

/***********************************************
COLLAPSE 25%
************************************************/
.navbar-primary {
  bottom: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 25%;
  z-index: 8;
  overflow: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cs-fullscreen .navbar-primary
{
  min-height: 85vh;
}

.navbar-primary.collapsed {
  width: 30px;
}

.btn-expand-collapse {
    position: relative;
    display: block;
    left: 0px;
    bottom:0;
    width: 100%;
    padding: 2px 0;
    border-top:solid 1px #666;
    color: #879bb2;
    font-size: 12px;
    text-align: center;
}

.btn-expand-collapse:hover,
.btn-expand-collapse:focus {
    background-color: #879bb2;
    color: white;
}

.btn-expand-collapse:active {
    background-color: #879bb2;
}

.main-content {  
  margin-left: 25%;  
  min-height: 600px;
  padding: 0px;
}

.collapsed + .main-content {
  margin-left: 30px;
}

/***********************************************
COLLAPSE 50%
************************************************/
.navbar-primary_50 {
  bottom: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 50%;
  z-index: 8;
  overflow: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs-scroll-100 {
  max-height: 95px;
  overflow: auto;
}

.cs-scroll-200 {
  max-height: 170px;
  overflow: auto;
}

.cs-scroll-600 {
  max-height: 600px;
  overflow: auto;
}
.cs-scroll .cs-table thead, .infinite-scroll-component .cs-table thead
{
  position: sticky; top: 0; z-index: 1;
}

.cs-scroll .cs-table tfoot, .cs-scroll .cs-paginator
{
  position: sticky; bottom: 0; z-index: 1;
}

.cs-paginator {
  background-color: #f7f7f7;
}

.cs-paginator .pagination {
  margin: 0;
  padding: 1rem 0 0 0 ;
}

.scroll-off .navbar-primary_50 {
  height: fit-content;
}

a .fa-file-excel-o {
  color: #227849;
}

a:hover .fa-file-excel-o {
  color: #3cb371;
}

.cs-menu-tab.active a .fa-file-excel-o, .cs-menu-tab a:hover i.fa-file-excel-o {
  color: #ffffff !important;
}

.navbar-primary_50 {
  opacity: 1;
}

.navbar-primary_50.collapsed {
  width: 30px;
  background-color: #f5f5f5;
}

.navbar-primary_50 .row, .btn-expand-collapse {
  transition: all 0.4s ease;
}

.navbar-primary_50.collapsed .row {
  visibility: hidden;
  opacity: 0; 
}

.navbar-primary_50.collapsed .btn-expand-collapse {
  font-size: 200%;
}

.main-content_50 {  
  margin-left: 50%;  
  min-height: 600px;
  padding: 0px;
}

.collapsed + .main-content_50 {
  margin-left: 30px;
}

/************************************************
CARD DASHBOARD
*************************************************/
/* 
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img {
  border-radius: 5px 5px 0 0;
}

.card .container {
  padding: 2px 16px;
} */

.cs-input-2
{
  display: flex;
  flex-direction: row;
}

.cs-input-label-2
{
  font-size: 110%;
}

.cs-input-2-value
{
  width: 100%
}
.cs-input-2-clear
{
  margin-left: auto;
}

.cs-page-content .pagination>.active>a
{
  background-color: #eb9047;
  border-color: #eb9047;
}

.textoClaro {
  font-size: 1.1em;
    font-weight: 800;
    color: rgb(134, 155, 177);
}

.cs-icon-excelV3 {
  font-size: 180% !important;
  color: green !important;
  margin-right: 9px;
  padding: 0 !important;
}

.height300 {
  height: 300;
}

.filtro_siniestralidad_show {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.filtro_siniestralidad_hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.margin-left10 {
  margin-left: 10px !important;
}

/**********************************************************/
/********************BIG MENU*****************************/
.menu_big_nav {
  background-color: white;
  z-index: 9999 !important;
  position: absolute;
  width: 100%;
  display: none;
  padding-top: 10px;
  /* opacity: 0.5;
  filter: alpha(opacity=50); */
}

.paddingTop10 {
  padding-top: 10px;
}

.posEsqDer {
  height: 20px;
  float: right !important;  
}

.posEsqDer span {
  font-size: 15px !important;
}

.menu_big_nav_index a {
  cursor: pointer !important;
}

/**********************************************************/
/****************MENU PLEGABLE*****************************/
.dl-menu.dl-animate-out-1 {
	animation: MenuAnimOut1 0.4s linear forwards;
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

.cs-paginator-goto
{
  position: relative;
  float: left;
  padding: 0 12px;
  margin-left: -1px;
  display: flex;
}

.cs-overflow
{
  margin-bottom: 5px;;
}

.cs-overflow .cs-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.btn.is-flat {
  background-color: transparent;
}

.btn.is-large {
  font-size: 200%;
}

.cs-excel{
  color: #227849;
}

.fixed-head-table thead tr:nth-child(1) td{    
    background-color: #ee8f5c;
    color: #fff6f8;
    border-bottom: 1px solid #E5E9F5;
    position: sticky;
    top: -1px;
    z-index: 10;
    font-weight: bold;    
  } 

.brechaDetalleNombreCliente {
  font-size: 2em;
}

.brechaSubdetalle {
  font-size: 1.2em;
  margin-bottom: 0px;
}

.brechaSubDetalleTexto {
  font-size: 2em;
}

.brechaTextoDetallePolizaIzq {
  font-size: 0.9em;
  font-weight: bold;
}

.brechaTextoTituloDetallePoliza {
  font-size: 0.9em;
  margin-bottom: 0px;
}

.brechaTextoDetallePoliza {
  font-size: 2em;
}

.marginBotom5 {
  margin-bottom: 5px;
}

.marginLeft5 {
  margin-left: 5px !important;
}

.claseMarginIconoBrecha i{
  margin-left: 5px;
  margin-right: 5px;
}

.ul_listado_brechas_poliza_no_existen li {
  list-style-type:none;
}

.textoTituloPanelComision {
  font-size: 1em;
  font-weight: bold;
}

.textoTituloPanelComision .label
{
  border-radius: 0;
}

.displayFlexImportant {
  display: flex !important;
}

.fz1em {
  font-size: 1em;
}

.fz1_1em {
  font-size: 1.1em;
}

.fz1_2em {
  font-size: 1.2em;
}

.fz1_5em {
  font-size: 1.2em;  
}

.fz1_2em, .fz1_5em
{
  padding: 4px 5px 2px 5px;
}

.fz2em {
  font-size: 2em;
}

.fUp {
  text-transform: uppercase;
}

.fLw {
  text-transform: lowercase;
}

.fzI100 {
  font-size: 100% !important;
}

.w100p {
  width: 100px;
}

.w80p {
  width: 80px;
}

.w70p {
  width: 70px;
}

.w40p {
  width: 40px;
}

.w30p {
  width: 30px;
}

.w50p {
  width: 50px;
}

.checkboxProducto {
  font-size:.95em !important;
}

.checkboxProducto div div.cs-switch span.cs-label-title{
  color: #007;
  font-weight: 700;
}

.linkProducto{
  padding-left: 5px;
  padding-right: 5px;
}

.linkProducto a{
  font-weight: 700;
  cursor: pointer;
  color: #337ab7;
  font-style: italic;
  
}

.linkProducto a .icon{
  color: #337ab7;
  padding-left: 5px;
}

.inputReferenciaDoc{
  background: #fff;border-radius: 5px;
}

.headerSecundario{
  background-color: #9da9a9 !important;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.estiloMsgComisiones{
  border-style: groove;
  border-width: 3px;
  padding: 5px;
  background: lightgoldenrodyellow;
  margin: 5px;
  font-style: italic;
  font-size: 12px;
  color: red;
}

.estiloMsgComisiones p{
  font-weight: 600;
  color: #060675;
}

.zIndex10000 {
  z-index: 10000;
}

.cs-bold
{
  font-weight: bold;
}

.cs-ar, .cs-input-month .form-control
{
  text-align: right;
}

.fa-10x
{
  font-size: 1000%;
}

.cs-disabled
{
  cursor: not-allowed;
}

.cs-select-container, .cs-input-label
{
  cursor: default;
}

.cs-select-container input
{
  cursor: pointer
}

.cs-fileinput .fa-4x
{
  font-size: 2.3em;
}

.cs-fileinput label
{
  margin-bottom: 0;
  margin-left: 2em;

}
.cs-panel-heading
{
  font-size: 120%;
  padding: 10px 5px 5px 5px;
}

.cs-panel-heading a
{
  color: #337ab7;
  font-size: 110%;
  
}

.cs-question
{
  font-size: 120%;
  font-stretch: expanded;
}

.cs-right-separator
{
  border-right: solid 2px #eae4e4;
}

.footerDashboardComisiones tr {
  width: 100%;
  text-align: center;
  border-style: solid none solid;
  border-width: .5px;
  font-weight: 700;
}

.footerDashboardComisiones tr td input {
  width: 100%;  
  text-align: center;
  border-style: none;
  height: 25px;
  padding: 10px;
}

.footerDashboardComisiones tr td input[data="number"] {
  text-align: right;
}

.footerDashboardComisiones tr td input[data="text"] {
  text-align: left;
  padding-left: 10px;
}

.cs-placeholder {
  position: relative;
}

.cs-placeholder::after
{
  position: absolute;
  left: 0;
  bottom: 0;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.5;
  padding: 1px 1px 3px 2px;
}

.cs-border-right {
  border-right: 1px solid #AEAEAE;
}

.cabeceraOrden .cs-label.cs-skyblueSim, .cs-page-header .cs-label.cs-skyblueSim, button.cs-skyblueSim, .cs-label.cs-skyblueSim
{
  background-color: #f0f8ff !important;
  color: #12407b;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.cabeceraSimulacion {
    border-style: solid;
    border-width: 0.1px;
    padding-top: 2px;
    border-color: #9da9a9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.cs-icon-poliza-denuncio
{
  font-size: 200% !important;
  color: rgb(97,113,136) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cs-tituloDenuncio-especial{
  font-weight: 800 !important;
  padding-left: 1em;
  color: #617188;
  font-size: 1.2em !important;
  padding-top: 1.5em;
}

.cs-card-title a[data-toggle="collapse"] {
  text-decoration: none;
  display: inline-block;
  width: 100%
}

.cs-card-title a[data-toggle="collapse"]:after {
  font-family: Fontawesome;
  content:'\f077';
  float:right;
  font-size:10px;
  font-weight:300;
}

.cs-card-title a[data-toggle="collapse"].collapsed:after {
  font-family:Fontawesome;
  content:'\f078';
}

.navbar-nav>li>.dropdown-menu, .dl-menuopen {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.alert-danger-tableRow {
  color: #a94442;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.color-rojo {
  color: #ff2c00 !important;
}

.popover-title
{
  font-weight: bold;
}

.is-centered {
  text-align: center;
}

.cs-titlebar-mini .navbar, .cs-titlebar-mini .titlebar {
  height: 30px !important;
}

.cs-titlebar-mini .titlebar .logo2 {
  height: 40px;
  margin-top: 0.5em;
}

.cs-titlebar-mini #CSContainer {
  margin-top: 5em;
}

.cs-card-list {
  background-color: #f0f0f0;
  border: 1px dotted #dbdbff;
  transition: all 500ms ease;
}

.cs-flex-container, .cs-flex-container-2, .cs-flex-container-3 {
  display: flex;
  flex-wrap: wrap;
}

.cs-flex-container .cs-flex-children {
  flex: 100%;
}

.cs-flex-container-2 .cs-flex-children {
  flex: 50%;
}

.cs-flex-container-3 .cs-flex-children {
  flex: 33.3333333%;
}

.bandeja .dl .col-sm-6:nth-child(odd) > .cs-card-list {
  border-radius: 10px 0 0 10px;
}

.bandeja .dl .col-sm-6:nth-child(even) > .cs-card-list {
  border-radius: 0 10px 10px 0;
}

.cs-card-list:hover {
  background-color: #ffffff;
  border: 1px solid #12407b;
}

.cs-card-list .h1 {
  color: #12407b !important;
  font-size: 140% !important;
}

.cs-card-list .h2, .cs-card-list .h3 {
  color: #516073 !important;
  font-size: 130% !important;
}

.cs-card-list .h1, .cs-card-list .h2, .cs-card-list .h3, .cs-card-list .h4 {
  margin: 0;
  padding-top: 1rem;
}

.cs-page-content .cs-card-list h1, .cs-page-content .cs-card-list .h1 {
    font-size: 2rem !important;
    font-weight: bold;    
}

.cs-page-content .logo1 {
    max-width: 8rem;
    margin-right: 1rem;
}

@media(min-width: 1330px)  {
  .cs-display-boton {
    display: none;
  }
}

@media(max-width: 1325px)  {
  .cs-display-boton-max {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 1520px) {
  body {
    font-size: 8pt;
  }
}

@media (max-width: 768px) {
  .jstree-node .jstree-anchor {    
    font-size: 150%;
  }
  .cs-menu-top {
    overflow: auto;
  }
  
  .appWrapper {
    padding-right: 0;
  }
}

@media(min-width: 768px) and (max-width: 1366px) {
  .cs-display-boton {
    display: none;
  }

  .col-sm-5, .col-md-5, .col-lg-4 {
    width: 33.33333333%;
  }

  .col-sm-5, .col-md-5, .col-lg-3 {
    width: 25%;
  }  

  .col-sm-6, .col-md-6, .col-lg-6 {
    width: 50%;
  }
}


@media (min-width: 1700px)  {
  body {
    font-size: 9pt;
  }
}
