/*@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%;
    overflow-y: hidden!important;
	/*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;
    overflow-y: hidden!important;
}

#Contenedor-iFrame
{
    /*width: 100%!important;*/
    
    width: calc(100vw - 750px);
    left: 750px;
    position: absolute;
    z-index: 1000;
    
}

body::-webkit-scrollbar
{
   height: 6px;
   background: transparent;
   border-radius: 10px;
}

body::-webkit-scrollbar-thumb
{
   height: 6px;
   background: rgba(0, 0, 0, 0.6);
   border-radius: 10px;
   width: 20px;
}

@media only screen and (min-width: 700px) and (max-width: 1024px)
{
    .workZone {
        min-width: 100vw!important;
        max-width: 100vw!important;
        width: 100vw!important;
        height: 100%!important;
    }
    #Contenedor-iFrame
    {
        left: 100vw!important;
        /*position: relative;*/
        width: 100vw!important;
    }
    
    .workSqr 
    {
        max-width: 100vw!important;
    }

   #ContenidoOpcionesTap
    {
        width: auto!important;
    }
    #divIdTabPnlPrin
    {
        width: 100%!important;

    }
}

@media only screen /*and (min-width: 550px)*/ and (max-width: 699px)
{

    #Contenedor-iFrame
    {
        left: 100vw!important;
        /*position: relative;*/
        width: 100vw!important;
    }
    .workZone {
        overflow: auto!important;
        max-width: 100vw!important;
        width: 100vw!important;
        min-width: 100vw!important;

    }
    .workSqr 
    {        
        overflow-x: auto!important;
    }

    .viewZone
    {
        width: 100vw;
        overflow-x: auto;
    }

    #ContenidoOpcionesTap
    {
        width: auto!important;
    }

    #divIdTabPnlPrin
    {
        width: 100%!important;
    }

    .divCnfgCnt {
        width: auto!important;
    }
}

#selectorPicos-switch{
    width: 50px !important;
    height: 22px !important;
}

#selectorPicos-switch .onoffswitch-label{
    height: 18px;
}

.arrowLeft{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
    width: 13px;
    background: #fff;
    z-index: 999;
    font-size: 19px !important;
    cursor: pointer;
    border: 1px solid;
    border-color: #888;
    padding-left: 16px; 
}

.arrowLeft:hover{
    color: #999;
    background-color:#ccc;
}

.arrowRight{
    position: absolute; 
    right: -2px;
    top: 0px;
    color: #000; 
    width: 30px;
    background: #fff;
    z-index: 999;
    font-size: 19px !important;
    cursor: pointer;
    border: 1px solid;
    border-color: #888; 
}

.arrowRight:hover{
    color: #999;
    background-color:#ccc;
}

/*--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--*/
.NoView
{
    display: none!important;
}
.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: 500;
    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_info_cobos {
    display: none;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: initial;
    -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: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: white;
}

.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: 40px;
  /*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;
  overflow-x: hidden;
  word-wrap: break-word;
}

.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: 4px;*/
    padding: 5px 20px;
    border: 1px solid #d3d3d3;
    background: #d9d9d9;
    color: #000;
    border-radius: 1px;
    /*box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);*/
    font-size: 13px;
    /*font-weight: 600;*/
    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);
    /*font-weight: 600;*/
    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;
}
#bgMsgRcrd{
    z-index: 15000;
}
.bgInitLdr {
    z-index: 20000;
}
#bgMsg {
    z-index: 25000;
}
.bgLdrBlckr {
    z-index: 1000000;
}
/*----*/

.viewZone {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100vh;
	width: 100%;
    /*overflow-y: hidden;*/
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
    position: relative!important;

}

.divBoxCnt {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.divBoxCntRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.rowRowSpcBtwn {
    justify-content: space-between;
}

.divBoxCntCol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.divRowPdngRgth {
    padding-right: 15px;
}

.divColPdngRgth {
    padding-right: 15px;
}

.divBoxPdngRgth {
    padding-left: 10px;
}

.divBoxCntTxt {
    height: 20px;
}

.divBoxCntObj {
    height: 30px;
}

.divBoxCntObjDvsr {
    height: 15px;
}

.divBox {
	/*height: 30px;*/
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.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);
}


.divBtn {
	/*padding: 4px;*/
    padding: 3px 5px;
    border: 1px solid #d3d3d3;
    background: #d9d9d9;
    color: #000;
    border-radius: 1px;
    /*box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);*/
    font-size: 12px;
    /*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;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
    /*font-weight: 600;*/
    cursor: pointer;
}

.btnLrg {
    padding-left: 15px; 
    padding-right: 15px; 
}

.lineaBtnsMrgn {
	margin-left: 5px;
}

.gnrlInpt {
    height: 22px;
    box-sizing: border-box;
    /*padding: 5px; */
    padding-left: 5px;
    font-family: 'Droid Sans', sans-serif;
}

.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: 11px;
	white-space: nowrap;
	padding-right: 5px;
}

.smWtdhNvl00 {
    width: 85px;
}

.smWtdhNvl0 {
    width: 90px;
}

.smWtdhNvl01 {
    width: 95px;
}
.smWtdhNvl1 {
    width: 120px;
}

.smWtdhNvl2 {
    width: 150px;
}

.smWtdhNvl3 {
    width: 180px;
}
.smWtdhNvl4 {
    width: 200px;
}

.multiple{
    width: 160px !important;   
}

.ms-drop.bottom{
    width: 150px !important;   
}

.loginZone {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
	padding-top: 50px;
}

.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;
}

.lgnImg {
	width: 90%;
}

.lgnPrflZone {
	display: flex;
	padding-top: 30px;
	padding-bottom: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    box-sizing: border-box;
}



.lgnDivBox {
	height: 40px;
	width: 90%;
}

.lgnDivTxt {
	/*font-weight: 600;*/
	font-size: 12px;
    min-width: 85px;
    max-width: 85px;
}

.lgnDivBtn {
	width: 100px;
	height: 30px;
}

.lgnPrflInpt {
	width: calc(100% - 90px);
    font-family: 'Droid Sans', sans-serif
    padding: 2px;
    padding-left:3px;
}

.lgnSlct {
	width: 150px;
}




/*--WORKZONE--*/

.workZone {
	min-width: 750px;
	max-width: 750px;
	height: 100%;
}

.workSqr {
	width: 100%;
	/*max-width: 750px;*/
	display: flex; 
	flex-direction: column;
	padding: 10px;
    padding-top: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	overflow: auto;
    height: 100%;
}

.wrk1DivBox {
	min-height: 30px;
	max-height: 30px;
	/*width: 90%;*/
	padding-left: 10px;
}

.prinInpt {
    width: 150px;
}

.prinSlct {
    width: 150px;
}

.prinSlctElaboracion{
    width: 200px;   
}

.gnttZone {
	width: calc(100% - 650px);
	height: 100%;
}
#apiApsZone {
    width: calc(100% - 650px);
    height: 100%;
}

.divCnfgCnt {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: flex-start;
    /*padding-bottom: 10px;*/
    padding-top: 10px;
}

/*----------------*/

.divTable {
	border:1px solid rgba(0,0,0,0.3);
	background: #FFF;
	flex-shrink: 0;
}

.divTableTtlStl {
    width: 97%;
    height: 20px;
    overflow: hidden;
}


.divTableTtlStlVrtcl {
    width: 20px;
    height: 97%;
    overflow: hidden;
}

.divTableCntStl {
    width: 97%;
    height: 150px;
    overflow: auto;
}

.divBoxTable {
	width: 100%;
	/*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;
}

.divRowTblVrtcl {
    box-sizing: border-box;
    color: #AAA;
    min-height: 20px;
    height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    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;
}

.rowCllSlctdMod {
    background: #a3a3c2 !important;
    color: #FFF !important;
}

.rowTtlCllSlctd {
    background: #d9d9d9 !important;
    color: #FFF !important;
}

/*----------------*/

.dvTblPedido {
	min-height: 170px;
}

.divTableTtl_Pedido {
	width: 95%;
	height: 20px;
	overflow: hidden;
}

.divTableCnt_Pedido {
	width: 95%;
	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: 95%;
	border: 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; 
}
/*
Codigo para el slider de Interfaz de configuracion de cafos
*/
.onoffswitchCafos {
    position: relative; width: 180px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchCafos-checkbox {
    display: none;
}
.onoffswitchCafos-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 30px;
}
.onoffswitchCafos-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitchCafos-inner:before, .onoffswitchCafos-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;
}
.onoffswitchCafos-inner:before {
    content: "Códigos SKU Únicos";
    padding-left: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
}
.onoffswitchCafos-inner:after {
    content: "Todos Códigos SKU";
    padding-right: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
    text-align: right;
}
.onoffswitchCafos-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; 
}
.onoffswitchCafos-checkbox:checked + .onoffswitchCafos-label .onoffswitchCafos-inner {
    margin-left: 0;
}
.onoffswitchCafos-checkbox:checked + .onoffswitchCafos-label .onoffswitchCafos-switch {
    right: 0px; 
    background-color: #2196F3; 
}
/*
Codigo para el slider de Interfaz de Reportes BI 
*/

.onoffswitchReportesBi {
    position: relative; width: 180px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchReportesBi-checkbox {
    display: none;
}
.onoffswitchReportesBi-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 30px;
}
.onoffswitchReportesBi-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitchReportesBi-inner:before, .onoffswitchReportesBi-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;
}
.onoffswitchReportesBi-inner:before {
    content: "Todos los Valores";
    padding-left: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
}
.onoffswitchReportesBi-inner:after {
    content: "Valores Pico";
    padding-right: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
    text-align: right;
}
.onoffswitchReportesBi-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; 
}
.onoffswitchReportesBi-checkbox:checked + .onoffswitchReportesBi-label .onoffswitchReportesBi-inner {
    margin-left: 0;
}
.onoffswitchReportesBi-checkbox:checked + .onoffswitchReportesBi-label .onoffswitchReportesBi-switch {
    right: 0px; 
    background-color: #2196F3; 
}


/*--Triangulo--*/

.sT_InfLeft {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 0 105px;
    border-color: transparent transparent transparent #FFF;
    margin-top: -23px;
}

.sT_SupRight {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 100px 24px 0px;
    border-color: transparent #FFF transparent transparent;
}

.txtTblTrgnl {
    font-size: 20px;
    font-weight: 600;
}

/* Tooltip container */
.tooltip {
    position: absolute;
    display: inline-block;
    visibility: hidden;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.highcharts-legend{
    height: calc(100% - 250px) !important
}
.shwHdrSqrIcn {
    /* position: absolute; */
    /* z-index: 600; */
    width: 10px;
    height: 14px;
    cursor: pointer;
    right: 11px;
}

.shwAndHdHdrSqr {
    background: #d9d9d9;
    box-sizing: border-box;
    /* border-left: 2px solid #FFF; */
    border-right: 2px solid #FFF;
    height: 30px;
    display: none;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 30px;
    min-width: 30px;
    cursor: pointer;
}

.hdrSqr {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 10px;
}

/************** DropDown Exportable ************/

.dropbtn {
    border: 1px solid #d3d3d3;
    background: #d9d9d9;
    color:#000;    
    font-size: 12px;
    border-radius: 1px;
    cursor: pointer;
    padding: 3px 5px;
    margin-left: 10px;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background: #cccccc;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);    
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown,.dropdownHover {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 3px 5px;
    margin-left: 10px;
}

/* Dropdown Content Hover (Hidden by Default) */
.dropdown-contentHover {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 3px 5px;
    top: -1px;
    left: 160px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 1px;
    border-bottom: 1px solid #d3d3d3;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-contentHover a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


#columnTooltip-left {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: right;
    position: fixed;   
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-align: left;
    opacity: 0.9;
    margin-left: 10px;
    display:none;
    min-width:200px;
    z-index: 1000;
    top: 30px;
}

.instructivo
{
    /*display: none;*/
}
