/* Estilos CSS */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  height: 2rem;
}
select {
  height: 2rem;
}
.input-field .helper-text {
    top: -8px;
}
.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-8px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.input-field {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.input-field .helper-text {
    top: 0px;
}
body{
	font-weight: normal;
}
.select-wrapper + label {
	font-size: 0.72rem !important;
}
.LiClr{
		background-color: #999 !important;
	}
	.tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a:focus.active{
		background-color: #4caf50;
	} 
	.tabs.tabs-transparent .indicator {
	  background-color: #8d82b500 !important;
	}
	.BtnAdd{
		position: fixed;
    	right: 0;
	}
	.card-panel{
		margin-bottom: 0px;
		position: relative;
	}
	.CrdAct{
		border: solid 1px #91abd6;
		position: relative;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		background: #FFFFFF;
	}
	.CrdAct textarea{
		max-height: 65px;
	}
	.DvFxd{
		position: fixed;
		right: 0;
		z-index: 1;
        top:251px;
	}
	.DvBtnAddAct{
		position: absolute;
		height: 50px;
		width: 125px;
		/*right: -90px;*/
        right: -87;
		z-index: 1;
		border-radius: 10px 0 0 10px;
		transition: all .8s;
		text-align: center;
        cursor: pointer;
        color: white;
        box-shadow: -8px 1px 10px 0px #00000073;
	}
	.IcnAddAct{
		left: -28px;
		position: absolute;
		color: white;
		top: 10px;
		border-radius: 10px 0 0 10px;
		font-size: 2rem;
	}
	.BtnAddAct{
		height: 30px;
		line-height: 29px;
		padding: 0 10px;
		color: white;
		font-size: 15px;
		cursor: pointer;
	}
	.DvBtnAddAct:hover{
		right: 0px;
	}
	.DvInpts input{
		text-align: center;
	}
	.SbmHdn{
		width: 0 !important;
		padding: 0 !important;
	}
	.DvIcn{
		position: absolute;
		top: 25%; left: -7%;
	}
	.IcnInfo{
		font-size: 20px;
		font-weight: bold;
		right: 5px; bottom: -5px;
		color: #2196F3;
		cursor: default;
	}
	.tooltiptextV{
		left: -7px !important;
	}
	
	.TitleOptBtn{
		text-align: center;
		padding: 5px 0px 10px 0px;
	}
	/*
	.BxDocs{
		margin-top: 1rem;
		margin-bottom: 1rem;
		height: 450px;
		overflow: auto;
		padding: 1rem !important;
		box-shadow: 0px 0px 5px 1px #055ee496; 
		border-radius: 5px;
		position: relative;
	}
	.BxDocs p{
		margin-bottom: 5px !important;
	}
	.BxDocsDvPr{
		text-align: left;
		padding-left: 25px;
		overflow: auto;
		height: 250px;
	}
*/
	.tabs .tab a{
		color: white !important;
	}
	.ChksDocs{
		height: 3rem;
    	padding-top: 11px;
	}
	.SpnChcks{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
	}
	.LblDefaultSelect{
		transform: translateY(-14px) scale(0.8) !important;
    	transform-origin: 0 0 !important;
	}
	.browser-default{
		padding: 0;
		font-size: 0.9rem;
		border-radius: 0px;
		border: none;
		border-bottom: 1px solid #9e9e9e;
	}
	.browser-default option{
		color: #26a69a;
		background-color: white;
	}
	select:focus {
		outline: none;
		background-color: #00000014;
	}
	#DvSrchClts{
		transition: all 1s;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 100%;
		background-color: #00000050;
		z-index: 15;
	}
	#DvSrchClts2{
		position: absolute;
		background-color: white;
		width: 80%;
		height: 80%;
		top: 10%;
		left: 10%;
		border-radius: 25px;
	}
	.TblClts{
		width: 80%;
		text-align: center;
		font-size: 12px;
	}
	.TblClts th, .TblClts td{
		/*width: 50%;*/
		padding: 10px;
	}
	.TblClts th{
		background-color: #ececec;
		border-radius: 8px 8px 0px 0px;
	}
select{
    border: 2px solid white !important;
    border-bottom: 1px solid #9e9e9e !important;
}
select:focus{
    background-color: #26a69a !important;
    color: white !important;
}
option{
    border: none;
}
option:selected{
    background-color: #26a69a !important;
    color: white !important;
}
.InfoKnowlBaseBtn{
    color: royalblue;
    float: right;
    cursor: pointer;
}
.InfoKnowlBaseIco::before{
    content: 'help_outline';
}
.InfoKnowlBaseIco:hover::before{
    content: 'help';
}
.InfoKnowlBaseWnd{
    position: fixed;
    top: 0px; bottom: 0px; left: 0px; right: 0px;
    background-color: #000000c9;
    z-index: 11;
    display: none;
}
.InfoKnowlBaseMsg{
    position: fixed;
    background-color: white;
    top: 5%;
    width: 400px;
    left: calc(50% - 200px);
    padding: 15px;
    text-align: left;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 1px 1px 33px 3px black;
}
.InfoKnowlBaseDtx{
    max-height: 400px;
    overflow: auto;    
}
.InfoKnowlBaseCls{
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    right: -15px;
    cursor: pointer;
    box-shadow: 2px 2px 6px black;
}
.InfoKnowlBaseCls:hover{
    background-color: red;
    color: white;
}
.InfoKnowlBaseTtl{
    color: lightcoral;
    font-size: 14px;
    font-weight: bold;
}
.InfoKnowlBaseDcr{
    padding: 5px;
}
.SearchBCon{
        width: 0px;
        height: 40px;
        background-color: white;
        position: fixed;
        right: 0px;
        /*top: 15%;*/
        top: 60px;
        border-radius: 10px 0 0 10px;
        z-index: 8;
        box-shadow: -1px 1px 8px #0000008c;
        transition: all 1s ease;
    }
    .SearchBCon:hover{
        width: 400px;
        height: 400px;
    }
    .SearchBIco{
        background-color: white;
        background-image: url(../includes/main/Learning_3D-128.png);
        background-size: contain;
        width: 38px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: left;
        box-shadow: -8px 1px 10px 0px #00000073;
        border-radius: 10px 0 0 10px;
        position: absolute;
        left: -39px;
        cursor: pointer;
    }
    .SearchBFrm{
        text-align: left;
        margin-left: 20px;
    }
    #SearchBRsl{
        width: 380px;
        height: 335px;
        overflow-x: hidden;
        overflow-y: auto;
        color: lightseagreen;
        margin-left: 10px;
        text-align: left;
    }
    .SearchBInp{
        width: 360px !important;
        background-image: url(../includes/main/search_t.png);
        background-repeat: no-repeat;
        background-position: right;
    }
    .SearchBDtx{
        padding: 8px;
        border-radius: 10px;
        cursor: pointer;
        width: 99%;
        margin-bottom: 10px;
    }
    .SearchBDtx:hover{
        box-shadow: 2px 2px 7px 0px #00000073;
    }
.keyboard_black{
    border: 1px solid dimgrey;
    border-radius: 25%;
    padding: 3px;
    color: dimgrey;
    cursor: help;
    display: initial;
    background-color: white;
    box-shadow: 1px 1px 2px 0px dimgrey;
}
.keyboard_black:hover{
    background-color: dimgrey;
    color: white;
    box-shadow: inset 1px 1px 2px 0px white;
}
.keyboard_blue{
    border: 1px solid steelblue;
    border-radius: 25%;
    padding: 3px;
    color: steelblue;
    cursor: help;
    display: initial;
    background-color: white;
    box-shadow: 1px 1px 2px 0px steelblue;
}
.keyboard_blue:hover{
    background-color: steelblue;
    color: white;
    box-shadow: inset 1px 1px 2px 0px white;
}
.keyboard_white{
    border: 1px solid white;
    border-radius: 25%;
    padding: 3px;
    color: white;
    cursor: help;
    display: initial;
    box-shadow: 1px 1px 2px 0px white;
}
.keyboard_white:hover{
    background-color: white;
    color: dimgrey;
    box-shadow: inset 1px 1px 2px 0px dimgrey;
}
.close_button{
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    background-color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px 6px black;
    display: table-cell;
    line-height: 1;
    padding: 4px;
}
.close_button:hover{
    background-color: red;
    color: white;
}
#AppSrchFrm{
        background-color: #ffffffb8;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        display: none;
    }
    #AppSrchLst{
        border-radius: 20px;
        width: 400px;
        background-color: #ffffffc4;
        position: fixed;
        top: 10%;
        left: calc(50% - 200px);
        min-height: 140px;
        padding: 10px;
        color: dimgrey;
        box-shadow: 2px 2px 26px -10px #00000099;
    }
    #AppSrchTtl{
        color: lightseagreen;
        font-size: 12px;
    }
    .AppSrchItms{
        width: 100%;
        background-color: #add8e6b8;
        border: none;
        padding: 8px;
        font-size: 16px;
        margin: 3px;
        color: lightseagreen;
        border-radius: 5px;
        cursor: pointer;
    }
    .AppSrchItms:focus{
        color: white !important;
    }

    .BtnTabLink{
        background-color: transparent!important;
        font-size: 14px !important;
        color: white!important;
        border: 1px solid !important;
        padding: 8px !important;
        width: 100% !important;
    }
    .BtnTabLink:hover{
        background-color: #1f3b67 !important;
        color: white !important;
    }
    .BtnTabLink:focus{
        background-color: #1f3b67 !important;
        color: white !important;
    }
.Docs_Totl{
        margin-top: 35px !important;
    }
    .Docs_Nlce{
        border: 1px solid #ed7433;
		border-radius: 5px;
		text-align: left;
		padding: 10px;
    }
    .Docs_Ttl{
        background-color: #41577a;
		padding: 8px;
        display: inline;
        position: relative;
        float: left;
        margin-top: -46px;
        margin-left: -12px;
        border-radius: 5px 5px 0px 0px;
        color: white;
        font-weight: bold;
        font-size: 13px;
    }
    .Doc_row{
		background-color: white;
        margin: 0px !important;
    }
    .Doc_required{
        color: red;
    }
    .Docs_rngln{
        border-bottom: 1px solid #ed7433;
		margin-bottom: 10px;
       /* margin: 2px;
        padding-top: 3px !important;
        padding-bottom: 3px !important; */
    }
    [type="checkbox"]:hover + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        border: 2px solid orange;
    }
    [type="checkbox"]:focus + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        border: 2px solid orange;
    }
    [type="checkbox"]:checked:focus + span:not(.lever):before{
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid orange;
        border-bottom: 2px solid orange;
    }
    [type="checkbox"]:checked:hover + span:not(.lever):before{
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid orange;
        border-bottom: 2px solid orange;
    }
/* Estilos para Chat */
.chat_space{
        background-color: #73737312;
        border: 2px solid lightgray;
        border-radius: 8px;
        text-align: left;
        position: relative;
        width: 98%;
    }
    .chat_msg_list{
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 5px;
        border-bottom: 2px solid lightgray;
    }
    .chat_msg_usr{
        background-color: #90ee9061;
        padding: 5px;
        margin: 5px;
        margin-top: 0px;
        width: 60%;
        position: relative;
        border-radius: 8px;
        border: 1px solid mediumspringgreen;
    }
    .chat_msg_usr .chat_msg_user_nm{
        font-weight: bold;
        color: mediumseagreen;
        font-size: 9px;
        position: relative;
        margin-top: -3px;
        font-style: italic;
    }
    .chat_msg_usr .chat_msg_user_dt{
        float: right;
        font-size: 8px;
        color: mediumseagreen;
        margin-top: -6px;
        font-style: italic;
    }
    .chat_msg_yo{
        background-color: #ffeb3b38;
        padding: 5px;
        width: 60%;
        margin: 5px;
        margin-top: 0px;
        position: relative;
        border-radius: 8px;
        border: 1px solid #FFEB3B;
        left: calc(40% - 10px);
    }
    .chat_msg_yo .chat_msg_user_nm{
        font-weight: bold;
        color: #ff6a3b;
        font-size: 9px;
        position: relative;
        margin-top: -3px;
        font-style: italic;
    }
    .chat_msg_yo .chat_msg_user_dt{
        float: right;
        font-size: 8px;
        color: #ff6a3b;
        margin-top: -6px;
        font-style: italic;
    }
    .chat_msg{
        font-size: 11px;
        color: dimgrey;
        z-index: 1;
    }
    .chat_msg_send{
        height: 84px;
    }
    .chat_txt_fld{
        width: 70%;
        padding: 0px 10px;
        display: inline-block;
    }
    .chat_notify{
        width: 29%;
        display: inline-block;
        padding: 10px;
        height: 70px;
        position: absolute;
    }
    .chat_notify_title{
        color: #26a69a;
        position: absolute;
        margin-top: -10px;
        font-size: 9px;
    }
    .chat_notify_info{
        position: absolute;
        padding: 5px;
        color: dimgrey;
    }
    .chat_msg_input{
        margin-bottom: 0px;
    }
    .chat_textarea{
        max-height: 54px !important;
        overflow-y: auto;
    }
    .chat_send_button{
        text-decoration: none;
        position: relative;
        float: right !important;
        margin-top: -86px;
        padding: 0px 9px;
    }
    .active_{
        transform: translateY(-14px) scale(0.8) !important;
        transform-origin: 0 0 !important;
        color: #26a69a;
    }
/* Estilos para Chat */
/* Estilos para Modal DT */
.no_padding{
    padding: 0px !important;
}
.min_margin{
    margin: 8px !important;
}
#Alert_infoDtx{
    height: 34%;
    overflow-y: auto;
}
/*
.CloseBtn{
    background-color: #FFF;
    position: absolute;
    font-size: 14px;
    border: 2px solid #EF0D10;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #EF0D10;
    float: right;
    right: -11px;
    z-index: 100000;
    top: -14px;
}
.CloseBtn:hover{
    background-color: #EF0D10;
    color: #FFF;
}

.CloseBtnLqd{
    background-color: #FFF;
    position: absolute;
    font-size: 14px;
    border: 2px solid #EF0D10;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #EF0D10;
    float: right;
    z-index: 100000;
    top: 12px;
    left: calc(90% - 17px);
}
.CloseBtnLqd:hover{
    background-color: #EF0D10;
    color: #FFF;
}
*/
.CloseBtn {
    background-color: #FFF;
    position: absolute;
    font-size: 14px;
    border: 2px solid #EF0D10;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #EF0D10;
    right: -11px;
    z-index: 100000;
    top: -8px;
}
.CloseBtn:hover{
    background-color: #EF0D10;
    color: #FFF;
}
.DvSndRad{
		z-index: -1; /*z-index: 1000;*/
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
		bottom: 0%;
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 0; /*opacity: 1;*/
		transition: opacity .5s;
}
.DvShwInfSnd{
    width: 80%;
    top: 15%;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative; 
    height: 80%;
}
#DvInf7854{
	height: 100%;
	position: relative;
	overflow: scroll;
}

.DvSndRadG{
		z-index: -1; /*z-index: 1000;*/
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
		bottom: 0%;
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 0; /*opacity: 1;*/
		transition: opacity .5s;
}
.DvShwInfSndG{
    width: 98%;
    top: 2%;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative; 
    height: 98%;
}
#DvInf7854G{
	height: 100%;
	position: relative;
	overflow: scroll;
}

.DvSndRadP{
	z-index: -1; /*z-index: 1000;*/
	position: fixed;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0; /*opacity: 1;*/
	transition: opacity .5s;
}
.DvShwInfSndP{
    width: 60%;
    top: 20%;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative; 
    height: 70%;
}

#DvInf7854P{
	height: 100%;
	position: relative;
	overflow: scroll;
}

.DvShwInfVtn{
    width: 40%;
    top: 28%;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative; 
    height: 60%;
}


/*
.DvShwInFac{
    margin-top: 30px;
    width: 80%;
    top: 0%;
    border-radius: 15px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    position: relative;
    height: 95%;
}
*/
.backcolor45{
    background-color: orangered;
}
.backcolor45:hover{
    background-color: #de6630;
}

	.ShwHis{
		height: calc( 100% - 50px);
  		position: relative;
	}
	.LblDefaultSelect{
		transform: translateY(-14px) scale(0.8) !important;
		transform-origin: 0 0 !important;
	}
	.browser-default{
		padding: 0;
		font-size: 0.9rem;
		border-radius: 0px;
		border: none;
		border-bottom: 1px solid #9e9e9e;
	}
	.browser-default option{
		color: #26a69a;
		background-color: white;
	}
	select:focus {
		outline: none;
		background-color: #00000014;
	}
	.EditDv{
		color: white;
		text-align: center;
		cursor: pointer;
		background: #37517a !important
	}
/* Estilos Cajero */
@font-face {
  font-family: "Dot_Dt";
  src: url("../includes/fonts/DJB_Get_Digital.ttf");
}
#ProductList{
    position: fixed;
    top: 140px;
    left: 12px;
    right: 50%;
    bottom: 0%;
    box-shadow: inset 2px 2px 6px #948b8b;
}
#ProductSetl{
    position: fixed;
    top: 140px;
    left: 50%;
    right: 1%;
    bottom: 0%;
    padding-top: 10px;
    box-shadow: inset 2px 2px 6px #948b8b;
}
#Prd_tdLst{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 52%;
    padding-left: 10px;
    border-bottom: 1px solid #33333359;
}
.Prd_gtr{
    width: calc(100% - 2px);
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}
.LinePrd{
    width: calc(100% - -4px);
    margin-top: 5px;
    text-align: left;
    position: relative;
}
.DelDx{
    display: inline-table;
    width: 22px;
    height: 20px;
    text-align: center;
    border: 1px solid orangered;
    border-radius: 50%;
    font-weight: bold;
    color: orangered;
    cursor: pointer;
    background-color: white;
}
.DelDx:hover{
    background-color: orangered;
    color: white;
}
#Prdct_Info{
   padding: 10px; 
   border: 1px solid rgb(84 179 170); 
   margin: 12px; 
   border-radius: 10px; 
   font-size: 12px; 
   margin-top: 22px;
}
.Lbl_dtTt{
    font-size: 10px;
    text-align: right;
    padding: 5px;
    font-weight: bold;
    font-family: Verdana;
    position: absolute;
    margin-top: -18px;
    color: white;
}
.Val_dtTt{
    font-size: 20px;
    text-align: right;
    padding: 0px 8px;
    font-family: Consolas;
    background-color: lightseagreen;
    color: white;
    margin: 5px;
    display: inline-block;
    border-radius: 8px;
    padding-top: 12px;
	/*width: 30%;*/
    width: 100%;
    box-shadow: 1px 1px 3px #00000054;
}
.Val_dtTtC{
    font-size: 11px;
    text-align: right;
    padding: 8px;
    font-family: Consolas;
    background-color: #f4511e !important;
    color: white;
    margin: 5px;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #00000054;
    cursor: pointer;
}
.Val_dtTtC:hover{
    background-color: red !important;
}
#TotalesDX{
    text-align: right;
}
.Fld_Prdct{
    display: inline-table;
    text-align: center;
}
.Nmbr_Prdct{
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
.Money_Prdct{
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    text-align: right;
}
.space_2{
    background-color: #039be524;
}
#PayMethod{
    position: relative;
    top: calc(53% + 30px);
    left: 20px;
    padding: 10px;
    box-shadow: 2px 2px 8px #00000059;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    width: 120px;
}
#PayMethod:hover{
    box-shadow: inset 2px 2px 8px #00000059;
}
#PayMethod_Wdw{
    background-color: #444444c2;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    display: none;
}
#PayMethod_mini{
    position: fixed;
    width: 90%;
    background-color: white;
    top: 50px;
    left: 5%;
    height: 90%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #00000099;
}
#BTN_FnPaymnt{
    background-color: #1976d2;
    color: white;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 1px 1px 3px #00000054;
    display: none;
}
#BTN_FnPaymnt:hover{
    background-color: #1565c0;
    box-shadow: inset 2px 2px 8px #00000059;
}
/* Estilos Cajero */
/* Estilos Video tutorial */
.VideoButtonRX{
   /* background-image: url('../includes/main//videocapacitacion.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #37517a;
    position: absolute;
}
.VideoButtonRX:hover{
    box-shadow: 2px 2px 9px #00000075;
}
.VideoIlustrer{
    display: none;
    background-color: #070707c9;
    position: fixed;
    z-index: 100000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.VideoPlayerRX{
    background-color: #00000099;
    width: 70%;
    min-width: 400px;
    height: auto;
    position: fixed;
    top: 5%;
    left: 15%;
    border-radius: 10px;
}
.VideoEmbedRX{
    text-align: center;
}
/* Estilos Video tutorial */
/* Estilos Factura */
    #fact_impr{
        /*font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";*/
        font-family:'Open Sans',Arial,sans-serif;
        width: 7.6cm;
/*        background-color: aqua;*/
        font-size: 15px;
        padding: 2px;
    }
    .fact_title{
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .fact_logo{
        text-align: center;
    }
    .fact_notarioinfo{
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    .fact_cons_title{
        float: left;
        font-size: 15px;
    }
    .fact_cons_number{
        float: right;
        font-size: 22px;
        font-weight: bold;
    }
    .fact_list_title{
        float: right;
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    .fact_ref_number{
        float: right;
        margin-top: -18px;
    }
    .fact_line_sep{
        display: inline-block;
        width: 100%;
        border-bottom: 2px dotted;
        margin: 5px 0px;
    }
    .fact_info_base{
        text-align: left;
        text-transform: uppercase;
        font-size: 15px;
    }
    .fact_desc_prod{
        text-align: left;
        width: 45%;
        display: inline-table;
        font-size: 15px;
    }
    .fact_num_prod{
        width: 5%;
    }
    .fact_cant_prod{
        width: 10%;
        display: inline-table;
        text-align: center;
        font-size: 15px;
    }
    .fact_prce_prod{
        width: 40%;
        display: inline-table;
        text-align: right;
        font-size: 15px;
    }
    .fact_tots_prod{
        width: 30%;
        display: inline-table;
        text-align: right;
        font-size: 15px;
    }
    .fact_sign_prod{
        width: 5%;
        display: inline-table;
        text-align: center;
        font-size: 15px;
    }
    .fact_vlue_prod{
        width: 58%;
        display: inline-table;
        text-align: right;
        font-size: 15px;
    }
    .fact_fnld_info{
        text-align: center;
        font-size: 15px;
        
    }
.txtNtfyDt{
    font-size: 10px;
    color: #ff6a3b;
    margin-top: -6px;
    font-style: italic;
}

/* Ventana Modal KernIO */

    .K_modal{
        background-color: #000000a1;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: none;
        z-index: 11;
    }
    .K_modal_window{
        background-color: white;
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 10px;
        overflow: auto;
        left: calc(50% - 200px);
        top: calc(50% - 200px);
        padding: 20px;
        text-align: left;
    }
    .K_modal_close{
        position: fixed;
        color: red;
        background-color: white;
        border: 2px solid red;
        border-radius: 50%;
        cursor: pointer;
        top: calc(50% - 210px);
        left: calc(50% + 190px);
        padding: 3px;
        font-weight: bold;
        width: 25px;
        height: 25px;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }
    .K_modal_close:hover{
        background-color: red;
        color: white;
    }
    #Prnt_Fac2{
        position: absolute;
        background-color: ghostwhite;
        top: 34px;
        border: 1px solid #999;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 1px 2px 6px #00000061;
        color: cornflowerblue;
        cursor: pointer;
        padding: 5px;
        font-weight: bold;
        width: 70px;
        z-index: 9999;
        left: 0px;
    }
    #Prnt_Fac2:hover{
        color: ghostwhite;
        background-color: cornflowerblue;
        border: 1px solid #9090d8;
        box-shadow: 1px 2px 6px #0026fb82;
    }

    #Prnt_Fac{
        position: fixed;
        background-color: ghostwhite;
        top: 170px;
        border: 1px solid #999;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 1px 2px 6px #00000061;
        color: cornflowerblue;
        cursor: pointer;
        padding: 5px;
        font-weight: bold;
        width: 70px;
    }
    #Prnt_Fac:hover{
        color: ghostwhite;
        background-color: cornflowerblue;
        border: 1px solid #9090d8;
        box-shadow: 1px 2px 6px #0026fb82;
    }
    #New_Fac{
       position: fixed;
        background-color: ghostwhite;
        top: 170px;
        border: 1px solid #999;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 1px 2px 6px #00000061;
        color: cornflowerblue;
        cursor: pointer;
        padding: 5px;    
        font-weight: bold; 
        width: 70px;
    }
    #New_Fac:hover{
        color: ghostwhite;
        background-color: cornflowerblue;
        border: 1px solid #9090d8;
        box-shadow: 1px 2px 6px #0026fb82;
    }
    #MsgRpt_acrd{
                    position: fixed;
                    right: 0px;
                    top: 140px;
                    min-width: 100px;
                    min-height: 100px;
                    border-radius: 10px 0px 0px 10px;
                    background-color: lightseagreen;
                    color: white;
                    font-size: 14px;
                    font-weight: bold;
                    padding: 6px;
                    display: none;
                }
                .MinTitE{
                    color: white;
                    font-size: 10px;
                    font-weight: normal;
                }
                .BoxSEM{
                        background-color: white;
                        min-width: 80%;
                        height: auto;
                        position: relative;
                        border-radius: 6px;
                        margin-top: 6px;
                        color: lightseagreen;
                        font-size: 12px;
                        font-weight: normal;
                        padding: 6px;
                }
                #BtnSndAcrd{
                    border: 1px solid #6de42a;
                    border-radius: 8px;
                    cursor: pointer;
                    padding: 3px;
                    font-size: 13px;
                    font-style: italic;
                    text-shadow: 1px 1px 3px #0000006e;
                }
                #BtnSndAcrd:hover{
                    background-color: #6de42a;
                    box-shadow: 1px 1px 3px 0px #0000006b;
                }
/* Fin Ventana Modal KernIO */

    .EncabRadLq{
        border: solid 1px;
        margin-bottom: 30px;
        padding-top: 9px;
        border-radius: 9px;
        border-color: #785e14;
    }
    .Fact_val_btn{
        width: 184px;
        padding: 8px;
        border-radius: 10px;
        margin: 5px;
        border: 1px solid #33333330;
        box-shadow: 1px 1px 6px #00000036;
        cursor: pointer;
        display: inline-table;
        height: 130px;
    }
    .Fact_val_btn:hover{
        box-shadow: inset 1px 1px 6px #00000036;
    }
    .Fact_val_ttl{
        font-weight: bold;
        top: 3px;
        position: relative;
    }
    .Fact_val_tp{
        font-weight: bold;
        font-size: 12px;
        color: orangered;
    }
    .Fact_val_doc{
        text-align: right;
        font-size: 9px;
    }
    .Fact_val_rad::before{
        content: 'Radicación';
        font-size: 9px;
        font-weight: lighter;
        position: absolute;
        margin-top: -9px;
        float: left;
    }
    .Fact_val_rad{
        background-color: #6a1b9a;
        color: ghostwhite;
        font-size: 12px;
        font-weight: bold;
        padding-top: 9px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 6px;
        text-align: left;
        display: initial;
        float: left;
        width: 100%;
    }
    .Fact_prc_ttl{
        width: 100%;
        display: inline-block;
        font-weight: bold;
        text-align: right;
        font-size: 12px;
    }
    .LettShow{
        position: absolute;
        background-color: orangered;
        color: white;
        margin-top: -10px;
        margin-left: -10px;
        padding: 1px 3px;
        border-top-left-radius: 10px;
        font-weight: bold;
        font-family: sans-serif;
    }
    #ReceptArea{
        position: fixed;
        background-color: orangered;
        left: 70px;
        z-index: 10;
        top: 72px;
        color: white;
        padding: 10px;
        font-weight: bold;
        border-radius: 8px;
        width: 250px;
        cursor: pointer;
    }
    #ReceptArea:hover{
        background-color: #e4cd00;
    }
    .NumberWhite{
        background-color: white;
        color: orangered;
        border-radius: 50%;
        padding: 3px;
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        line-height: 17px;
    }
    #BlockPric{
        background-color: white;
        border-radius: 10px;
        color: #333;
        padding-top: 2px;
        padding-left: 30px;
        padding-right: 30px;
    }
a, ul li a:hover{color: #ccc ; text-decoration:none}

a:hover { text-decoration:underline; }

.BtnRtn65{
	position: fixed;
    top: 90px;
    left: 46px;
    background: #37517a;
    border-radius: 6px;
    width: 30px;
    height: 31px;
}
.BtnRtn66{
	margin-top: 3px;
	cursor: pointer;
	color:white; 
}
.BtnRtn65:hover{
	box-shadow: 2px 2px 9px #00000075;
}
.TitleForm {
    font-size: xx-large;
    color: #37517a !important;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 50px;
}

/* Estilo para la tabla */
.tabla-fija {
    border-collapse: collapse;
    width: 100%;
    overflow: auto;
}

/* Estilo para todas las celdas de encabezado (fila superior fija) */
.tabla-fija th {
    position: sticky;
    top: 0;
    background-color: #f2f2f2;
    z-index: 2; /* Más alto que td para que se superponga */
}

/* Estilo para la celda fija en la primera columna (incluye td y th) */
.tabla-fija th:first-child,
.tabla-fija td:first-child {
    position: sticky;
    left: 0;
    background-color: #f2f2f2;
    z-index: 3; /* Más alto que otros th */
}

/* Estilos generales de celdas */
.tabla-fija th, .tabla-fija td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}



