/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Wendy+One');

@import url('https://fonts.googleapis.com/css?family=Arimo');*/
html {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*background: #EEE;*/
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

body {
	margin:0;
	padding: 0;
	width: 100%;
	height:100%;
	/*background: #EEE;*/
	/*font-family: 'Roboto Condensed', sans-serif;*/
    cursor: default;
    box-sizing: border-box;
    /*font-family: Roboto,arial,sans-serif;*/
/*    font-family: 'Noto Sans';
    font-family: 'Open Sans';*/
    font-family: 'Droid Sans', sans-serif;
/*    font-family: 'Titillium Web';
    font-family: 'Raleway';

    font-family: 'Pacifico';
    font-family: 'Wendy One';

    font-family: 'Arimo';*/

	font-size: 13px;
}

/*--unselect--*/
* {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

input {
    -webkit-user-select: all;  
    -moz-user-select: all;    
    -ms-user-select: all;      
    user-select: all;
}

/*---------*/

/*--MenuRC--*/

.menuGnrc {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #FFF;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px #767676;
    border: 1px solid rgba(0,0,0,0.4);
    font-weight: 600;
    cursor: pointer;
    z-index: 15000;
}
.menuGnrc_Optn {
    display: flex;
    padding: 7px 10px;
    padding-left: 17px;
    padding-right: 20px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}
.menuGnrc_Optn:hover {
    background: #006699;
    color:#FFF;
    font-weight: 500;
}

/*-----*/

/*--Loader-----------*/

.loaderInt {
    display: none;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
        -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-align-items: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(230, 230, 230, 0.7);
}
.loaderTxt {
    width: 100%;
    line-height: 1;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 35px;
    font-weight: 600;
    color: #333333;
    /*text-shadow: 1px 1px #464646;*/
}
.loaderTime {
    width: 100%;
    line-height: 1;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: 600;
    color: #737373;
    text-shadow: 1px 1px #464646;
}
.loader {
/*    display: block;
    position: relative;
    left: 50%;
    top: 50%;*/
    width: 150px;
    height: 150px;
    /*margin: -75px 0 0 -75px;*/
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db; /* Chrome, Opera 15+, Safari 5+ */
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c; /* Chrome, Opera 15+, Safari 5+ */
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922; /* Chrome, Opera 15+, Safari 5+ */
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/*----------------------------------------------------------------------*/
.ldrIcn {
    -webkit-animation: icnSpin 1.5s linear infinite;
            animation: icnSpin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes icnSpin {
    0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/*-----*/

/*--MSG-MSG--*/

.bgGnrlPnl {
  position: fixed;
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20000000;
  justify-content: center;
}

.bgIntPnl {
  position: fixed;
  background: #000;
  /*width: 400px;*/
  max-width: 400px;
  min-width: 300px;
  /*min-height: 100px;*/
  display: flex;
  margin-top: 60px;
  /*margin-left: -150px;*/
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  box-shadow: 2px 2px 6px 0 #737373;
  padding-right: 5px;
  padding-top: 15px;
}

.bgTtlPnl {
    min-height: 15px;
    min-height: 15px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

#bgCloseIcnMsgRcrd {
    opacity: 0.8;
    cursor: pointer;
}
#bgCloseIcnMsgRcrd:hover {
    opacity: 1;
}

.clsIcnPnlCnt {
    opacity: 0.8;
    cursor: pointer;
}
.clsIcnPnlCnt:hover {
    opacity: 1;
}

.bgTxtPnl {
  /*background: #000;*/
  /*width:  100%;*/
  min-height: 30px;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  padding: 10px; 
  /*color: #FFF;*/
  color: #333;
  background-color: #fff;
  /*border-color: #ccc;*/
  border-radius: 4px;
    
  padding: 5px 10px 0px 10px;

  /*display: block;*/
  max-height: 450px;
  overflow: auto;
}

.bgSctBtnPnl {
  /*background: #000;*/
  width: 100%;
  min-height: 40px;
  padding: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}

/*.bgBtnPnl {
  background: #000;
  width: 50px;
  height: 40px;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bgBtnPnl:hover {
  background: #EEE;
}*/

.bgBtnPnl {
    padding: 8px 25px !important;

/*    padding: 5px 20px;
    border: 1px solid #d3d3d3;
    background: #d9d9d9;
    color: #000;
    border-radius: 1px;

    font-size: 13px;

    display: flex;
    justify-content: center;
    align-items:center;
    box-sizing: border-box;
    white-space: nowrap;
    flex-grow: 0;

    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;*/
}
/*.bgBtnPnl:hover {
    background: #cccccc;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);

    cursor: pointer;
}*/


.msgRcrdStyle {
    width:100%;
    min-height:30px;
    border-left:1px solid rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(0,0,0,0.2);
    border-right:1px solid rgba(0,0,0,0.2);
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
}
.lstMsgRcrd {
    border-top:1px solid rgba(0,0,0,0.2);
}

.rcrdMsgTtlPart {
    font-weight: 600;
    padding-right: 5px;
    padding-bottom: 2px;
}

/*--FIN-MSG--*/


/*----*/
#bgPopPnl {
    z-index: 10000;
}
#bgMsgIntrctv {
    z-index: 10000;
}
#bgMsgRcrd{
    z-index: 15000;
}
.bgInitLdr {
    z-index: 20000;
}
#bgMsg {
    z-index: 25000;
}
.bgLdrBlckr {
    z-index: 1000000;
}
/*----*/

.viewZone {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100vh;
	width: 100%;
    overflow-y: hidden;
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
}

.hdrZone {
    min-height: 40px;
    background:#205081;
    width: 100%;
    display: flex;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    position: relative;
    z-index: 100000;
}

.hdrSctn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.hdrTab {
    font-size: 13px;
    color:#F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    border-right: 1px solid #F0F0F0;
}
.hdrTab:hover{
    background: #3B73AF;
    color: #FFF;
    box-shadow: -3px 2px 3px 0px rgba(0,0,0,0.3);
}
.hdrTabSlctd {
    background: #3B73AF;
    color: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3) !important;
}



/*------*/


.divSctnCntRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.divSctnCntCol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.divSctnCmplt {
    width: 100%;
}

.rowRowSpcBtwn {
    justify-content: space-between;
}

.divBoxPdngLeft {
    padding-left: 10px;
}

.divBoxPdngRgth {
    padding-right: 10px;
}

.divBoxPdngSup5 {
    padding-top: 5px;
}

.divBoxPdngSup10 {
    padding-top: 10px;
}

.divBoxPdngInf5 {
    padding-bottom: 5px;
}

.divBoxPdngInf10 {
    padding-bottom: 10px;
}

.divBoxStndrObj {
    height: 30px;
}

.divBoxCntObjDvsr {
    height: 15px;
}

.divBoxDvsrLine {
    min-height: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    height: 0px;
    box-sizing: border-box;
    /*justify-content: flex-start;*/
}

.lineDvsrSqrHrzn {
    width: 95%;
    height: 1px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}


.divBoxObj {
    /*height: 30px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/*---*/

.divBtn {
    /*padding: 4px;*/
    padding: 7px 10px;
    /*border: 1px solid #d3d3d3;*/
    /*background: #d9d9d9;*/
    background: #205081;
    /*color: #000;*/
    color: #F0F0F0;
    border-radius: 1px;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    font-size: 13px;
    /*font-weight: 600;*/
    display: flex;
    justify-content: center;
    align-items:center;
    box-sizing: border-box;
    white-space: nowrap;
    flex-grow: 0;
}
.divBtn:hover {
    /*background: #cccccc;*/
    background: #3B73AF; 
    /*border: 1px solid #bfbfbf;*/
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
    /*font-weight: 600;*/
    cursor: pointer;
}

.gnrlInpt {
    height: 22px;
    box-sizing: border-box;
    /*padding: 5px; */
    padding-left: 5px;
    font-family: 'Droid Sans', sans-serif;
    border-radius: 1px;
    border: 1px solid #A9A9A9;
}

.inptCntIncrrct {
    box-shadow: inset 1px 1px 3px 0px rgba(255, 0, 0, 1), inset -1px -1px 3px 0px rgba(255, 0, 0, 1)
}

.gnrlSlct {
    height: 22px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right:5px;
    font-family: 'Droid Sans', sans-serif;
}

.divTxt {
    /*font-weight: 600;*/
    font-size: 13px;
    white-space: nowrap;
    padding-right: 5px;
}

.smWtdhNvlPrinCnfg {
    width: 205px;
}

.smWtdhNvlMin {
    width: 75px;
}

.smWtdhNvl0 {
    width: 109px;
}

.smWtdhNvlMed {
    width: 110px;
}

.smWtdhNvl1 {
    width: 120px;
}

.smWtdhNvl15 {
    width: 125px;
}

.smWtdhNvl2 {
    width: 150px;
}

.smWtdhNvl25 {
    width: 175px;
}

.smWtdhNvl3 {
    width: 200px;
}

.sqrPnlZone {
    border: 1px solid #d3d3d3;
    /*background: #FFF;*/
    color: #000;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    box-sizing: border-box;
}

.loginSqr {
    /*display: flex;*/
    max-width: 300px;
    padding: 10px;
}

.lgnInpt {
    width: calc(100% - 90px);
    font-family: 'Droid Sans', sans-serif;
    border-radius: 1px;
    border: 1px solid #A9A9A9;
    box-sizing: border-box;
    padding: 3px;
    padding-left:4px;
}

.lgnTxt {
    font-weight: 600;
    color: #262626;
    font-size: 14px;
    min-width: 105px;
    max-width: 105px;
}

.lgnDivBtn {
    font-size: 15px;
    width: 100px;
    height: 30px;
}

.tabSecuencia_txtCnfgPrin {
    width: 90px;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------*/
/*Contenido empleado*/
/*-----------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------*/

/*----------------*/

.divTable {
	border:1px solid rgba(0,0,0,0.3);
	background: #FFF;
	flex-shrink: 0;
}

.divTableTtlStl {
    width: 97%;
    height: 20px;
    overflow: hidden;
}

.divTableCntStl {
    width: 97%;
    height: 150px;
    overflow: auto;
}

.divBoxTable {
	width: calc(100% - 25px);
	/*padding: 10px;*/
	/*height: auto;*/
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
	margin-top: 10px;
}

.divRowTbl {
	box-sizing: border-box;
    color: #AAA;
    min-height: 20px;
    height: 20px;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.divCllTbl {
	box-sizing: border-box;
    min-width: 45px;
    max-width: 45px;
    height: 100%;
    background: #FFF;
    border:1px solid rgba(0,0,0,0.5);
    border-left: 0px;
    border-top: 0px;
    /*box-shadow: 1px 1px 0 0 #737373, -1px -1px 0 0 #737373;*/
    color: #434343;
    text-align: left;
}

.divCllTblTtl {
	border-bottom: 0px;
	font-weight: 600;
}

.inptCllTbl {
	height: 100%;
	width: 100%;
	border: 0px solid transparent;
    background: transparent;
    font-weight: 500;
    font-size: 11px;
    padding: 5px 3px;
    box-sizing: border-box;
    font-family: 'Droid Sans', sans-serif;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

.rowCllSlctd {
    background: #007acc !important;
    color: #FFF !important;
}

/*----------------*/

.dvTblPedido {
	min-height: 300px;
}

.divTableTtl_Pedido {
	width: 98%;
	height: 20px;
	overflow: hidden;
}

.divTableCnt_Pedido {
	width: 98%;
	/*height: 150px;*/
	overflow: auto;
}

/*----------------*/

.divTabBar {
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.4);
    border-left: 0px;
	/*font-weight: 600;*/
	font-size: 11px;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
    height: 100%;
    /*box-shadow: 1px 1px 0 0 #737373, -1px -1px 0 0 #737373;*/
    color: #434343;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}
.divTabBar:nth-child(1) {
    border-left: 1px solid rgba(0,0,0,0.4)
}
.divTabBar:hover{
	opacity: 0.9;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
}

.divTabSlctd {
	border-top: 1px solid rgba(0,0,0,0.8);
    border-right: 1px solid rgba(0,0,0,0.8);
    border-bottom: 0px;
    /*border-left: 1px solid rgba(0,0,0,0.4);*/
    color: #000;
}
.divTabSlctd:hover {
	opacity: 1;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.divTabPnl {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.4);
	/*border-top: 0px;*/
	margin-top: -1px;
	/*margin-left: 10px;*/
    box-sizing: inherit;
    position: relative;
    z-index: 100;
    /*padding-left:10px;*/
}

.tabPnl {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 10px;
    box-sizing: border-box;
}

/*----------------*/


.inptCllTblGnrc {
    border: 0px solid transparent;
    background: transparent;
    width: 100%;
    /* height: 24px; */
    height: 15px;
    padding: 5px 3px;
    font-weight: 500;
    /* font-size: 13px; */
    font-size: 11px;
    text-align: right;
    /* font-family: 'Roboto Slab', serif; */
}

.divRowCllItrn {
    box-sizing: border-box;
    /* background: repeating-linear-gradient(135deg, 
 #0092b7, #0092b7 .25em, 
 #0092b7 0, #0092b7 .75em
 ); */
    /* color: #FFF; */
    /* color: #000; */
    /* position: relative; */
    /* min-height: 24px; */
    min-height: 14px;
    font-size: 11px;
    /* border-bottom: 1px solid #000; */
    /* border-top: 1px solid #000; */
    /* box-shadow: 1px 0px 0 0 #000, -1px 0px 0 0 #000; */
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* padding-left: 2px; */
    /* padding-right: 2px; */
    /* z-index: 250; */
    /* background: #00b300; */
    /* min-height: 35px; */
    /* min-width: calc(200px * 1.5); */
    /* border-right: 1px solid #FFF; */
    /* background: repeating-linear-gradient(135deg, 
 #000, #000 .25em, 
 #0092b7 0, #0092b7 .75em
 ); */
}


.cllStyleTbl {
    box-sizing: border-box;
    min-width: 45px;
    max-width: 45px;
    background: #FFF;
    box-shadow: 1px 1px 0 0 #737373, -1px -1px 0 0 #737373;
    color: #434343;
}


.divRowCll {
    box-sizing: border-box;
    /* background: #EEE; */
    color: #AAA;
    /* min-height: 25px; */
    min-height: 16px;
    min-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* font-size: 20px; */
    position: relative;
    /* top: 52px; */
    /* border-bottom: 1px solid #EEE; */
    /* transform-style: preserve-3d; */
    transition: box-shadow 0.2s;
    /* transform-origin: top center; */
}






/*---------------------------------------------------------------------*/
/*--scroll-style-inClass--*/

.scrllPrsnzld::-webkit-scrollbar{
  width: 8px;
  height: 9px;
  background: transparent;
}
.scrllPrsnzld::-webkit-scrollbar-button{
  width:0px;
  height: 0px;
}
.scrllPrsnzld::-webkit-scrollbar-track{
  background: transparent;
  opacity: 0.7;
  border:0.5px solid #a6a6a6;
  -webkit-box-shadow: inset 0 0 9px rgba(240,240,240,0.4);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.scrllPrsnzld::-webkit-scrollbar-thumb{
  background: rgba(230,230,230,1);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:0.5px solid #a6a6a6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.scrllPrsnzld::-webkit-scrollbar-thumb:hover{
    background: rgba(205,205,205,0.9);
    border:0.5px solid #a6a6a6;
}
/* Pseudo-clase */
.scrllPrsnzld::-webkit-scrollbar-thumb:window-inactive {
  background: #cccccc;
  opacity: 0.8;
}
/*---------------------------------------------------------------------*/



/*--- Última Clase DsblObj - Prioridad de estilos clase en cascada (Al final - mayor prioridad)*/

.dsblObj {
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #e6e6e6;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    /* font-weight: 600; */
    cursor: default;
}

.dsblObj:hover {
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #e6e6e6;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    /* font-weight: 600; */
    cursor: default;
}
/*
Codigo para el slider de selesccion de inventarios en la secuencia de filtros
*/
.onoffswitch {
    position: relative; width: 144px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 30px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Con Inventario";
    padding-left: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Sin inventario";
    padding-right: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 14px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 120px;
    border: 2px solid #FFFFFF; border-radius: 30px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #2196F3; 
}

.slct__SecuenciaTabExportables__Exportables > .chosen-container{
    width: 200px !important;
}
.divBtnDisabled {

    background: #205081 !important;

}

.divBtnDisabled:hover {
    cursor: not-allowed !important;
}

/* Contenedor general del modal */
#modalCruces, #modalFechaInicio {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: transparent; /* SIN oscurecer el fondo */
}

/* Contenedor del contenido del modal */
.modal-content {
    background-color: white;
    width: 460px;
    padding: 20px 25px;
    border-radius: 6px;
    font-family: "Segoe UI", sans-serif;
    border: 1px solid #cfcfcf;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra doble */
}

/* Título */
.modal-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

/* Cuerpo del mensaje */
.modal-body {
    padding: 24px;
    font-size: 14px;
    color: #333;
    white-space: pre-line;
    margin-bottom: 20px;
    line-height: 1.4;
    border: 3px solid #cfcfcf;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra doble */
}

/* Botón Aceptar */
.modal-btn {
    display: block;
    margin: 0 auto;
    background-color: #005bac;
    color: white;
    padding: 8px 24px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}


