.input_gral_mediano {
    width: 60%;
}

.input_gral_chico {
    width: 30%;
}

.msj_error {
    font-size: 11px;
    color: #ff0000;
}

.sin_padding {
    padding: 0 !important;
}

.tabla_general {
    font-size: 12px;    
}

th {
    position: sticky !important;
    top: -2px !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4) !important;
    background-color: #ece9d8;
}

.tr-selected td {
    background: #ADC5D4 !important;
    font-weight: bold !important;
}

.row-selected{
    background:#1D6FB1 !important;
    color:white;
}
.uppercase,
md-autocomplete input{
    text-transform: uppercase;

}
.my-custom-scrollbar {
    position: relative !important;
    height: 300px !important;
    overflow: auto !important;
}

.my-custom-scrollbar-mediano {
    position: relative !important;
    height: 200px !important;
    overflow: auto !important;
}

.table-wrapper-scroll-y {
    display: block;
}

.centrado {    
    text-align: center !important;
}

.txt_right {
    text-align: right !important;
}

.fondo_tab {
    background-color: #89d6f7;
}

.input_chico {
  height: 25px !important;
}

html {
    background-color: #fff !important;
}

body {
    background-color: #fff;
    padding-bottom: 5em;    
}

.tab-content-border{
    border: 1px solid #dee2e6;
    border-top: none;
}

label {
   font-size: 1em !important; 
}

@media (min-width: 993px){
   .nav-mobile{
    visibility:hidden;
    display: none;
}
 .nav-web{
     visibility:visible;
      display: contents;
} 
    
}

@media (max-width: 992px) {
	.nav-mobile{
		visibility:visible;
		display: contents;
	}
	 .nav-web{
		 visibility:hidden;
		  display: none;
	}
}


/*///placeholder init////*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    font-size: .8em;
    color: #acacac !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
    font-size: .8em;
    color: #acacac !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
    font-size: .8em;
    color: #acacac !important;
}


::placeholder {
    font-style: italic;
    font-size: .8em;
    color: #acacac !important;
}

input::placeholder, textarea::placeholder {
  font-style: italic;
    font-size: .8em;
    color: #acacac !important;
}



/*///placeholder end////*/

/*///responsive TITLE init////*/
.responsive-title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 65px;
    z-index: -1;
    visibility: hidden;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
}


@media (max-width: 991px) {
.responsive-title{
    visibility:visible;
}
}
/*///responsive TITLE end////*/


/*LOGIN
---------------------------------
---------------------------------*/

.logonGenerico {
    max-width: 450px; 
    margin: 0px auto;
}

.mostrarPsw,
.ocultarPsw {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}

.mostrarPsw {
    background: url("../images/icView_edit_1-min.png") no-repeat;
    background-size: 24px;
}

.ocultarPsw {
    background: url("../images/icView_edit_2-min.png") no-repeat;
    background-size: 24px;
}

.Sistemalogin {
    float: left;
    height: 100vh;
    width: 100%;
}

.loginFormulario {
    float: left;
    height: 100vh;
    display: table;
    width: 100%;
}

.loginFormularioAlinear {
    display: table-cell;
    vertical-align: middle;
}

.logoAppWebLogin {
    float: left;
    text-align: center;
    padding: 10px 0px 0px;
    width: 100%;
}

.logoAppWebLogin img {
    max-width: 150px;
} 

.cardLogin {
    -webkit-border-radius: 8px;
    border-radius: 8px;
         -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    float: left;
    margin: -15% 0px 0px;
    padding: 15px 0px;
    width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
        @media screen and (max-width: 767px) {  
            .cardLogin {
                    -webkit-border-radius: 0px;
                border-radius: 0px;
                    -webkit-box-shadow: none;
                box-shadow: none;
            }
        }


.cardLogin:hover {
-webkit-box-shadow: 0 10px 12px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 12px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.1);
}

.input-group-addon.iconForm {
    background: white;
    border: 1px solid #ddd;
    border-right: 0px;
        -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 6px 7px;
}

.iconForm img {
    width: 20px;
}

.loginFormularioTitulo {
    float: left;
    text-align: center;
    width: 100%;
}

.loginFormularioTitulo h2 { 
    font-weight: 300;
}

.mensajeLogin {
    float: left;
    text-align: center;
    width: 100%;
}

.contButtonLogin {
    float: left;
    text-align: center;
    padding: 15px 0px;
    width: 100%;
}

.leyendaDerechos {
    float: left;
    margin:15px 0px 0px;
    text-align: center;
    width: 100%;
}

.leyendaDerechos span {
    font-size: 14px;
}



/*//////////// NAV /////////////*/
.nav-header {
    /* -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.08); box-shadow: 0 2px 10px 2px rgba(0,0,0,.08);*/
    z-index: 9;
    position: relative;
}


.headerModal{
    background: #1D6FB1;
    color: #fff;
}


.tituloHeader {
    background: #1D6FB1;
    float: left;
    text-align: center;
    width: 100%;
}

.tituloHeader h2 {
    color: white;
    font-size: 14px;
    padding: 5px 0px;
    margin: 0px;
}

.imLogoPortal img {
    width: 80px;
}

.imLogo2Portal img {
    width: 85px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9375rem;
}

/*//////////// fin NAV /////////////*/


/*/////////  DATA TABLES init ///////*/

.table-style{
    font-size: .8em;
}

.table-style tr td{
    padding: 3px 6px 3px 6px;
    vertical-align: middle;
        border-left: 0px;
    border-right: 0px;
}
.table-style tr th{
    padding: 8px 8px 8px 8px;
    background-color: white !important;
border-bottom: 0px;
    border-top: 0px;
}


.table-style tbody tr.odd {
    background-color: #f6fbff
}

.table-style tbody tr.even{
    background-color: white !important;
}


.ux_containTable {
    width: 100%;
    overflow-y: hidden;
    padding-right: 50px;
    display: block;
    border-right: 1px #ccc dashed;
}


.ux_overflowV{
  overflow-y: scroll;
}




.custom-table-w{
    width: 1%;
}


.table-style thead tr th{
    vertical-align: middle;
    text-align: center;
    
}


.nowrap{
  white-space: nowrap;  
}




table.custom-table-info td{
 font-size:1em !important;
    padding: 6px !important;
}

table.custom-table-info th{
    padding: 10px !important;
    font-size:.7em !important;
    max-width: 100px;
    min-width: 100px;
    overflow-y: hidden;
    border-right: #cccccc 1px solid;
}


table.cdtable-just-right th{
    text-align: right !important;
}

table.cdtable-just-right td{
     text-align: right;
}

table.cdtable-just-td-right td{
     text-align: right;
}

/*/////////  DATA TABLES fin ///////*/


div {
    /*border: 1px #0049ff dashed;*/
}


.txt-detail{
    right: 60px;
    top: 18px;
}


.link-pdf-download{
    position: absolute;
    right:5px;
    top: -10px;
}



.txt-feedback{
    color:crimson;
    font-size: .9em;
} 

.txt_rojo {
    color: firebrick;
}

.txt_white {
    color: #ffffff;
}

.txt_14 {
    font-size: 14px;
}

.txt_13 {
    font-size: 13px;
}

.txt_12 {
    font-size: 12px;
}

.txt_ghostfilter {
    color: #ebf2fa;
}

.txt_obligatorio {
/*    font-size: 1.2em;*/
    margin-right: 5px;
}



.txt-not-so-visible{
    font-size: .7em;
}


.ux_formFilter {
    background-color: #ebf2fa;
}

.ux_breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 45px;
}

.ux_breadcrumb_ol {
    background-color: #fff;
}

::-webkit-scrollbar {
    display: none;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-forte {
    /*box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;*/
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5) !important;
    ;
}


.ico_delete-m{
    width: 60px;
    height: 60px;
    margin: 30px auto 30px auto ;
}


.ico_clone-b,
.ico_clone,
.ico_search,
.ico_clear,
.ico_filter,
.ico_autorize,
.ico_delete,
.ico_detail,
.ico_print,
.ico_save,
.ico_openimg,
.ico_consult,
.ico_user,
.ico_add,
.ico_exit, 
.ico_edit, 
.ico_update,
.ico_delete-b,
.ico_view,
.ico-confirm, 
.ico-cancel, 
.ico-download, 
.ico_upload, 
.ico_revert, .ico_portfolio, .ico_report {
    width: 20px;
    height: 20px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5px;
}


.ico_save-b{
    width: 20px;
    height: 20px;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5px;
}





.ico_portfolio{
    background-image: url('../img/ico_portfolio.png');
} 

.ico_report {
    background-image: url('../img/ico_report.png');
}


.ico_revert{
    background-image: url('../img/ico_revert.png');
}

.ico_upload{
    background-image: url('../img/ico_upload.png');
}

.ico_clone{
    background-image: url('../img/ico_clone.png');
}

.ico_clone-b{
    background-image: url('../img/ico_clone-b.png');
}

.ico_update{
    background-image: url('../img/ico_update-min.png');
}


.ico_view{
    background-image: url('../img/ico_view.png');
}

.ico_edit {
    background-image: url('../img/ic_edit-min.png');
}

.ico_search {
    background-image: url('../img/ico_search.png');
}

.ico_clear {
    background-image: url('../img/ico_clear.png');
}

.ico_filter {
    background-image: url('../img/ico_filter.png');
}

.ico_autorize {
    background-image: url('../img/ico_autorize.png');
}

.ico_delete {
    background-image: url('../img/ico_delete-w.png');
}

.ico_detail {
    background-image: url('../img/ico_detail.png');
}

.ico_delete-b {
    background-image: url('../img/ico_delete.png');
}

.ico_print {
    background-image: url('../img/ico_print.png');
}

.ico_save {
    background-image: url('../img/ico_save.png');
}

.ico_save-b {
    background-image: url('../img/ico_save-b.png');
}

.ico_openimg {
    background-image: url('../img/ico_openimg.png');
}

.ico_consult {
    background-image: url('../img/ico_consult.png');
}

.ico_user {
    background-image: url('../img/ico_user.png');
}

.ico_exit {
    background-image: url('../img/ico_exit.png');
}

.ico-download {
	background-image: url('../img/ico_save.png');
}

.ico_add {
    background-image: url('../img/ico_add.png');
}

.ico-confirm{
     background-image: url('../img/ico_confirm-w.png');
}

.ico-cancel{
    background-image: url('../img/ico-cancel.png');
}

.ico_moveR, .ico_moveL{
    width: 25px;
    height: 20px;
    background-size: 59%;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}




.ico_moveR {
    background-image: url('../img/ico_moveR.png');
}


.ico_moveL {
    background-image: url('../img/ico_moveL.png');
}



.ico_verimg {
    width: 25px;
    height: 25px;
}

.ico_verimg:hover {
    width: 26px;
    height: 26px;
}

.glyphiconMod {
    display: inline-block;
    line-height: 1em;
    border: 1px solid #000;
    border-bottom: none;
    border-left: none;
    width: .7em;
    height: .7em;
    position: relative;
    /*content: "\00a0";*/
    float: right;
}

.glyphiconMod-menu-right {
    margin-right: 0.7em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.glyphiconMod-menu-down {
    margin-right: 0.5em;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: 3px;
}

.glyphiconMod-menu-left {
    margin-right: 0.5em;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-bottom: 3px;
}

.glyphiconMod-menu-up {
    margin-right: 0.5em;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-bottom: 3px;
}





.vignette-download-pdf{
    background-image: url('../img/ico_load-pdf.png');
    background-size: 100%;
    padding: 7%;
    background-repeat: no-repeat;
    background-position: center;
/*    border: 1px dashed #B22222;*/
}





.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

/*///////////CHECKBOXES//////////////*/


input.largerCheckbox[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.8); /* IE */
  -moz-transform: scale(1.8); /* FF */
  -webkit-transform: scale(1.8); /* Safari and Chrome */
  -o-transform: scale(1.8); /* Opera */
  padding: 10px;
}
    
.custom-checkbox-label{
    font-size: 0.8em;
    display: inline-block;
}


/*///////////FIN CHECKBOXES//////////////*/


/*///////////TWO SELECT LIST//////////////*/
.subject-info-box-1,
.subject-info-box-2 {
    select {
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}

/*///////////TWO SELECT LIST//////////////*/


#id-select{
    background-color: #f4f9fd;
}


/*SWITCH
---------------------------------
---------------------------------*/
.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before, .switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

.switch input:checked + label::before {
  background-color: #28a745;
}

.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(141, 247, 196, .25);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}

.switch + .switch {
  margin-left: 1rem;
}
/*//SWITCH
---------------------------------*/


/*///////////TREEVIEW init//////////////*/

* { margin: 0; padding: 0; }

#page-wrap {
  margin: auto 0;
}

.treeview {
  margin: 10px 0 0 20px;
}

ul { 
  list-style: none;
}

.treeview li {
  background: url(../img/treeview-default-line.gif) 0 0 no-repeat;
  padding: 2px 0 2px 16px;
}

.treeview > li:first-child > label {
  /* style for the root element - IE8 supports :first-child
  but not :last-child ..... */
  
}

.treeview li.last {
  background-position: 0 -1761px;
}

.treeview li > input {
  height: 16px;
  width: 16px;
  /* hide the inputs but keep them in the layout with events (use opacity) */
  /*opacity: 0;*/
  filter: alpha(opacity=0); /* internet explorer */ 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}

.treeview li > label {
  background: url(../img/gr_custom-inputs.png) 0 -1px no-repeat;
  /* move left to cover the original checkbox area */
    background-size: 20px;
  margin-left: -25px;
  /* pad the text to make room for image */
  padding-left: 26px;
}

/* Unchecked styles */

.treeview .custom-unchecked {
  background-position: 0 3px;
}
.treeview .custom-unchecked:hover {
  background-position: 0 -26px;
    cursor: pointer;
}

/* Checked styles */

.treeview .custom-checked { 
  background-position: 0 -55px;
}
.treeview .custom-checked:hover { 
  background-position: 0 -85px; 
     cursor: pointer;
}

/* Indeterminate styles */

.treeview .custom-indeterminate { 
  background-position: 0 -114px; 
}
.treeview .custom-indeterminate:hover { 
  background-position: 0 -143px; 
     cursor: pointer;
}
/*///////////TREEVIEW fin//////////////*/
/*///////////// NAV LAT init//////////////*/

.nav.nav-tabs.vert-nav {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom:0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

/*///////////// NAV LAT fin//////////////*/
/*///////////// ROTATION init//////////////*/
.icon-rotate {
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  display: inline-block;
}

.rotate {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rotate-90 {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.button-collapse img {
    height: 30px;
    padding: 6px;
    width: 30px;
}


.button-collapse {
    right: 18px;
    top: -43px;
    padding: 0px;
    z-index: 999;
}

/*///////////// ROTATION end//////////////*/
/*///////////// DATE PICKER init//////////////*/
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    border-radius: 50%;
       -webkit-border-radius: 50%;
    background-color: #1D6FB1;
}

.datetimepicker-days .table-condensed thead {
    border-bottom: 1px solid #dddd;
}

.datetimepicker td, .datetimepicker th {
   height: 30px;
   width: 30px;
}

.datetimepicker table tr td.day:hover {
    border-radius: 50%;
       -webkit-border-radius: 50%;
}

.datetimepicker thead tr:first-child th:hover{
    background: none;
}

.datetimepicker th.prev {
    background:url("../img/ic_arrowCalIzq-min.png")50% 50%;
   background-size: 30%;
    background-repeat: no-repeat;
}

.datetimepicker thead tr th.prev:hover{
     background:url("../img/ic_arrowCalIzq-min.png")50% 50%;
        background-size: 30%;
    background-repeat: no-repeat;
}

.datetimepicker th.next {
    background:url("../img/ic_arrowCalDer-min.png")50% 50%;
   background-size: 30%;
    background-repeat: no-repeat;
}

.datetimepicker thead tr th.next:hover{
     background:url("../img/ic_arrowCalDer-min.png")50% 50%;
        background-size: 30%;
    background-repeat: no-repeat;
}

.ico-input img {
    padding: 0px;
    width: 1.4em;
}

.btn-input-time-sm {
	border-radius: 6px 0px 0px 6px;
    margin: 0px -1px 0px 0px;
    padding: 0px 7px;
}

.btn-input-date-sm {
	border-radius: 0px 6px 6px 0px;
    margin: 0px -1px 0px 0px;
    padding: 4px 7px;
}
/*
.ico-calendar img{
    width: 50%;
}
*/
button.btn.btn-default{
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-left: none;
}

button.btn.btn-sm{
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-left: none;
}

button.btn.btn-md {
    padding: 0px 5px 0px 5px !important;
    height: 50px !important;
}


/*///////////// DATE PICKER end//////////////*/


/*///////////// SPECIAL DISPLAY BTN init//////////////*/
.custom-btn-display{
    margin-left: 40px;
    margin-right: 40px;
    width: 50px;
}



@media (max-width: 991px) {
	.custom-btn-display{
            margin-left: 0px;
    margin-right: 0px;
    width: 50px;
}
}


/*///////////// SPECIAL DISPLAY BTN end//////////////*/

/*///////////// ROUNDED init//////////////*/

.rounded-5 {
    -webkit-border-radius: .5rem!important;
    -moz-border-radius: .5rem!important;
    border-radius: .5rem!important; 
}

.rounded-15 {
    -webkit-border-radius: .15rem!important;
    -moz-border-radius: .15rem!important;
    border-radius: .15rem!important;   
}

.rounded-25 {
    -webkit-border-radius: .25rem!important;
    -moz-border-radius: .25rem!important;
    border-radius: .25rem!important;  
}

.rounded-35 {
    -webkit-border-radius: .35rem!important;
    -moz-border-radius: .35rem!important;
    border-radius: .35rem!important;  
}

.rounded-45 {
    -webkit-border-radius: .45rem!important;
    -moz-border-radius: .45rem!important;
    border-radius: .45rem!important;  
}

.rounded-55 {
    -webkit-border-radius: .55rem!important;
    -moz-border-radius: .55rem!important;
    border-radius: .55rem!important;   
}
/*///////////// ROUNDED end//////////////*/


.bg-purple-cm { 
	background: #d3a2d9;
}
.bg-green-cm {
	background:#b0f9a3;
}
.bg-blue-cm {
	background: #b5d7e3;
}
.bg-yellow-cm {
	background: #f8d849;
}
.bg-bgreen-cm {
	background: #98ba92;
}
.bg-grey-cm {
	background: #a4a4a4;
}

/*///////////// FOOTER init//////////////*/


.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
      background-color: #1D6FB1;
    text-align: center;
    color: white !important;
    z-index:200;
}

/*///////////// FOOTER end//////////////*/

/*///////////// NAV TABS init//////////////*/

/* tab color */
.custom-tab.nav-tabs>li>a {
  color:rgba(0,0,0,.5);

}

/* active tab color */
.custom-tab.nav-tabs>li>a.active, .custom-tab.nav-tabs>li>a.active:hover, .custom-tab.nav-tabs>li>a.active:focus {
    color: black ;
    font-weight: 700;
    border: 1px solid lightsteelblue;
    border-bottom: none;
    background-color: #ebf2fa;

}

/* hover tab color */
.custom-tab.nav-tabs>li>a:hover {
    color: #4c4c4c;
    border: 1px solid lightsteelblue;
    border-bottom: none;
}


.navbar-light .navbar-nav .active > .nav-link {
    font-weight: 700;
    color: black;
}

/*///////////// NAV TABS end //////////////*/

/*////// CUSTOM MORE TABS init ///////*/

.custom-more-tabs{
    position:absolute;
    left: 10px;
    bottom: 0px;
    padding: 8px;
}

/*////// CUSTOM MORE TABS  end ///////*/



/*CHECKBOX
---------------------------------------------------*/
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    background-color: white;
    border-radius: 3px;
      -webkit-border-radius: 3px;
    border:2px solid black;
    height: 25px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 25px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*FIN CHECKBOX
---------------------------------------------------*/
:root {
  --color-primary: #175f3d;
  --selection-color: #abffd9;
  --unitless-max-font-size: 18;
    --color-error: #A52A2A;
    --font-size-small:.8em;
    --gray-lighter:#cfd4d9;
}


input {
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  font-size: 0.8em !important;
 }

 .help-text {
  display: block;
  margin-top: 0.5rem;
  font-size: var(--font-size-small);
}

input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(1rem);
}

.has-dynamic-label {
  position: relative;
  padding-top: 1.5rem;
}

.has-dynamic-label label {
  position: absolute;
  top: 0;
  font-size: var(--font-size-small);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

.required-text{
    color: brown;
    font-size: .8em;
}


input:required + .help-text::before {
  content: 'Requerido';
    color: brown;
    font-size: .8em;
}

input:required {
    border-color: var(--color-error);
  background-image: url("../img/ico_required.png");
    background-color:#fff7f9;
    padding-right:35px
}



input:optional + .help-text::before {
  content: '* Opcional';
    color:dimgrey;
    font-size: .8em;
}


input:optional {
 border-color: var(--gray-lighter)!important;
  background-image:none;
    background-color:#fff;
}


input:read-only {
  border-color: var(--gray-lighter) !important;
  color: var(--gray);
  cursor: not-allowed;
}

input:valid {
  border-color: var(--color-primary);
  background-image: url("../img/ico_valid.png");
    background-color:#f8f9fc;
   padding-right:35px 
}

/*
input:invalid {
  border-color: var(--color-error);
  background-image: url("../img/ico_invalid.png");
    background-color:#fff7f9;
}
*/


input:filled {
   background-color:#f8f9fc;
}


input:invalid:focus {
  border-color: var(--color-error);
}

input:invalid + .help-text {
  color: var(--color-error);
}

input[type='email']:invalid + .help-text::before {
  content: 'Debes ingresar unn correo electrónico correcto.'
}

input:out-of-range + .help-text::before {
  content: 'Fuera de rango';
}

input[type='checkbox'] + label {
  user-select: none;
}

/* Show red borders when filled, but invalid */

input:not(:placeholder-shown) {
  border-color: var(--gray-lighter);
}



/* Dropdown Multilevels init*/
.dropdown-item {
	float: left;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
	float: left;
	width: 100%;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
	cursor: pointer;
	color: black;
	text-decoration: none;
}


/*
.navbar li.dropdown-item.dropdown ul{
    top: 0px;
}
*/


.navbar .dropdown-item.active, .navbar .dropdown-item:active {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}




@media (min-width: 767px) {
	.navbar .dropdown-toggle:not(.nav-link)::after {
		display: inline-block;
		height: 0;
		float: right;
		margin-right: -15px;
        margin-top: 7px;
		/*margin-left: .5em;*/
		vertical-align: 0;
		border-bottom: .3em solid transparent;
		border-top: .3em solid transparent;
		border-left: .3em solid;
		width: 0;
	}
}

.nav-link.active {
	border-bottom: 4px solid #1D6FB1;
}
/* Dropdown Multilevels end*/


/* CAMBIO DE CONTRASEÑA */
.bubble-title {
	background: #374452;
}
/* /CAMBIO DE CONTRASEÑA */


/*:::ESTILOS CHECKBOX init:::*/
.customCheckDataTable {
    padding: 0.2em;
    padding-right: 0px;
    padding-left: 0px;
}

.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

/* Hide the browser's default checkbox */
.containerCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #b0c3d0;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.containerCheck input:indeterminate ~ .indeterminate-check {
    background-color: #abc4d2;
    border: 1px solid #fff;
    background-image: url('../img/bgindeterminated.png');
    background-size: cover;
}

.containerCheck .indeterminate-check:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 0px 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*:::/ESTILOS CHECKBOX/end:::*/
/*:::/DATA TABLES init/end:::*/
.table-style {
    font-size: .8em;
}

.table-style tr td {
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
    border-left: 0px;
    border-right: 0px;
}

.table-style tr th {
    padding: 6px 3px 6px 3px;
    background-color:  !important;
    border-bottom: 0px;
    border-top: 0px;
}

.table-style tbody tr.odd {
    background-color: #f6fbff
}

.table-style tbody tr.even {
    background-color: white !important;
}

.ux_containTable {
    width: 100%;
/*    overflow-y: hidden;*/
    padding-right: 50px;
    display: block;
    border-right: 1px #ccc dashed;
}

.custom-table-w {
    width: 1%;
}

.table-style thead tr th {
    vertical-align: middle;
    text-align: left;
}

/*:::/DATA TABLES fin/end:::*/


.custom-file-label.file-label-none::after {
	display: none;
}

.input-custom-sm {
	height: calc(1.5em + .5rem + 2px);
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a:after {
/*  content: "\f0da";*/
  float: right;
  border: none;
/*  font-family: 'FontAwesome';*/
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

select {
    font-size: 0.8em !important;
}

.table_box_mediana {
    background: white !important;
    height: 350px;
    border: 1px solid #dadada;
    overflow-y: scroll;
    padding: 0 !important;
}

table thead th { 
    position: sticky; 
    top: 0;
}

.tblDetCG table tr td:nth-child(1), .tblDetCG table tr th:nth-child(1),
.tblDetCG table tr td:nth-child(2), .tblDetCG table tr th:nth-child(2) {
    display: none;
}

.txt_right {
  text-align: right !important;
}



/* RANGE SLIDER init */

.bems-scroller {
  display: flex;
  border-radius: 1em;
  overflow: hidden;
}
.bems-scroller #scrolling-container {
/*  display: flex;*/
  flex-wrap: nowrap;
  padding: 1em 0;
  overflow-x: scroll;
  overflow-x: -moz-scrollbars-none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.bems-scroller #scrolling-container::-webkit-scrollbar {
  display: none;
}

.bems-scroller li img {
  border-radius: 0.5em 0.5em 0 0;
}
.bems-scroller .title {
  background-color: #fff;
  height: 50px;
  border-radius: 0 0 0.5em 0.5em;
}
.bems-scroller #button-scroll-left,
.bems-scroller #button-scroll-right {
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 200px;
  width: 50px;
  background-color: #333;
}
.bems-scroller i {
  color: #ddd;
}
.rangeslider {
  margin: 0 auto;
  padding: 20px 0;
/*  width: 500px;*/
}
input[type="range"] {
  background: #eff1f3;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #7f878e;
  height: 10px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
    padding: 0px;
}
input[type="range"]:focus {
  outline: none;
}
.rangeslider,
input::-webkit-slider-thumb {
/*  background: linear-gradient(to bottom, #505050 0%, #545454 5%, #525252 16%, #3d3d3d 95%, #3a3a3a 100%);*/  
    
    
background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(92,98,104,1) 15%, rgba(92,98,104,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(15%, rgba(92,98,104,1)), color-stop(100%, rgba(92,98,104,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(92,98,104,1) 15%, rgba(92,98,104,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(92,98,104,1) 15%, rgba(92,98,104,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(92,98,104,1) 15%, rgba(92,98,104,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(92,98,104,1) 15%, rgba(92,98,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#5c6268', GradientType=0 );
    
    
    
    
  border: 1px solid rgba(0,0,0,0.2);
  cursor: pointer;
  height: 22px;
  text-indent: -9999px;
  width: 90px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.2) inset;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 10px;
}
/* RANGE SLIDER end */



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}