.main_container { position: absolute; top: 50px; left: 70px; width: calc(100% - 70px); height: calc(100% - 120px); overflow: hidden; padding: 10px; }
.pf_message { width: 100% !important; margin: 0 !important; margin-bottom: 5px !important; }
/* ................................................................................................................. LOGIN INI */
.wave{
	position: fixed; background-image: url("../img/login/wave.svg");
	bottom: 0; left: 0; height: 100%; width: 100%; z-index: -1;
}
.container {
	width: 100vw; height: 100vh; display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 7rem; padding: 0 2rem;
}
.img{ display: flex; justify-content: flex-end; align-items: center; }
.login-content{ display: flex; justify-content: flex-start; align-items: center; text-align: center; }
.img img{ width: 500px; }
form{ width: 360px; }
.login-content img{ height: 100px; }
.login-content h2{
	margin: 15px 0 !important; color: #333 !important;
	text-transform: uppercase !important; font-size: 3.9rem !important;
}

.login-content .input-div {
	position: relative;
	display: grid;
	grid-template-columns: 7% 93%;
	margin: 25px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{ margin-top: 0; }
.i{ color: #d9d9d9; display: flex; justify-content: center; align-items: center; }
.i i{ transition: .3s; }
.input-div > div{ position: relative; height: 45px; }
.input-div > div > h5{
	position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
	color: #999; font-size: 18px; transition: .3s;
}
.input-div:before, .input-div:after{
	content: ''; position: absolute; bottom: -2px; width: 0%; height: 2px;
	background-color: #270c70; transition: .4s;
}
.input-div:before{ right: 50%; }
.input-div:after{ left: 50%; }
.input-div.focus:before, .input-div.focus:after{ width: 50%; }
.input-div.focus > div > h5{ top: -5px; font-size: 15px; }
.input-div.focus > .i > i{ color: #0095ff; }
.input-div > div > input{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	border: none; outline: none; background: none; padding: 0.5rem 0.7rem;
	font-size: 1.2rem; color: #555; font-family: 'poppins', sans-serif;
}
.input-div.pass{ margin-bottom: 4px; }
.btnLogin{
	display: block; width: 100%; height: 50px;
	border-radius: 25px; outline: none; border: none !important;
	background-size: 200%; font-size: 1.2rem; color: #fff;
	font-family: 'Poppins', sans-serif; text-transform: uppercase; margin: 1rem 0;
	cursor: pointer; transition: .5s; background: #CF0A29 !important;
}
.btnLogin:hover{ background: #DB8391 !important; }
/* ................................................................................................................. LOGIN FIN */
/* ................................................................................................................ UPLOAD INI */
.xpanel{ width: 100% !important; height: 88% !important; overflow: hidden !important; }
.xpanel-content-wrapper{ width: 100% !important; position: absolute !important; padding: 33px !important; }
.xcontainer{ height:calc(100% - 60px) !important; overflow:auto !important; }
.xcard-title{
	position: relative !important; top: 18px !important;
	left: 8px;
	width: calc(100% - 16px) !important;
	border: 1px solid #c3bdbd !important;  padding: 15px !important;
	box-shadow: 0 0 8px rgba(0,0,0,0.2) !important;
	height: calc(100% - 28px);
}
.xcard-title-label{
	color: var(--darkPrimaryColor); font-size: 18px;
	width: fit-content; position: relative; top: -25px;
	padding: 3px 10px;  background: #fff;
	border-radius: 8px; border: 1px solid #6e6e6e;
}
.xtable{ width:100%; margin:0px; padding:5px; }
.textAlert{ color: var(--alertColor) !important; }
.textPrimery{ color: var(--darkPrimaryColor) !important; }
.textAlignCenter{ text-align: center !important; }
body .ui-button{
	background-color: #CF0A29; color:"#fff;";
	border:none !important;
}
.ui-button-text.ui-c{
	border:none !important;
}


/* ................................................................................................................ UPLOAD FIN */
/* .......................................................................................................... ALERT-DELETE INI */
.ui-dialog .ui-dialog-titlebar {
    background: #aa0000 !important;
    color: #fff !important;
    padding: 0.5rem !important;
}
.ui-dialog.ui-confirm-dialog .ui-dialog-content>span.ui-icon {
	display: none !important;
}
.ui-dialog .ui-dialog-footer {
    text-align: center !important;
}
.ui-dialog.ui-confirm-dialog .ui-dialog-content {
    padding: 1.2rem 1.5rem 1.5rem 1.5rem !important;
}
.ui-confirm-dialog-message{
	color: #000 !important;
	font-weight: 500 !important;
}
/* .......................................................................................................... ALERT-DELETE FIN */
/* ............................................................................................................. ACCORDION INI */
.ui-accordion .ui-accordion-header{
	background: #C5BE97 !important;
	color: #333 !important;
}

.ui-accordion .ui-accordion-header:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none !important;
}
/* ............................................................................................................. ACCORDION INI */
/* .......................................................................................................... TABLE DETAIL INI */
table.detalleAvaluo{
	width:100%;margin:0px; padding:0px;
}
table.detalleAvaluo td{
	padding: 8px;
}
table.detalleAvaluo tr:nth-child(even){
	background-color: #F6F6F6 !important;
}

table.detalleAvaluo tr:nth-child(odd){
	background-color: #ffffff !important;
}
/* .......................................................................................................... TABLE DETAIL FIN */
/* ...................................................................................................... CONTAINER DETAIL INI */
.xtitle{ margin: 0 100px; }

.xtitle h1 span {
  margin-top: 5px;
  font-size:11pt; color:var(--darkPrimaryColor); word-spacing:1px; letter-spacing:2px;
  text-transform: uppercase; font-weight:500;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.xtitle h1 span:after,.xtitle h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid var(--darkPrimaryColor);
  border-top: 1px solid var(--darkPrimaryColor);
  height: 5px;
  background-color:#f8f8f8;
}

table td { padding: 5px 0; }
/* ...................................................................................................... CONTAINER DETAIL FIN */
/* .......................................................................................................... TOOGLESWITCH INI */
.ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background: #42883e !important;
}

.ui-toggleswitch.ui-toggleswitch-focus .ui-toggleswitch-slider {
    outline: 0 none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
/* .......................................................................................................... TOOGLESWITCH INI */



