@charset "UTF-8";
@import url(color.css);
@import url(general.css);

.contSearch{
	width: 100%;
}
.search{
	width:100%;
	height: 28px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 12px;
	border-right: 0;
	box-shadow: none;
}
.btnSearch{
	height: 28px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
}
.btnSearch button{
	width: 21px;
	height: 21px;
	color:#FFFFFF;
	background: var(--color-principal);
	padding: 0;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	margin: 0 3px 0 0;
	line-height: 0;
}
.btnSearch button i{
	color:#FFFFFF;
	font-size: 11px;
}
.btnSearch button:hover{
	color:#FFFFFF;
	background: var(--color-secundario);
}
.btns_top{
	text-align:right;
}
.btns_top .btn-group{
	display: inline-flex;
} 
.btnMain{
	color: #FFFFFF;
	background: var(--color-principal);
	font-size: 12px;
	border: 0;
	padding: 5px 10px; 
	float: right;
}
.btnMain:hover,
.btnMain:focus{
	color: #FFFFFF;
	background: var(--color-secundario);
}
.btnGray{
	color:#666666;
	background: #f2f2f2;
	font-size: 12px;
	border: 0;
	padding: 5px 10px; 
	float: right;
}
.btnGray:hover,
.btnGray:focus{
	color:#666666;
	background: #e8e8e8;
}
.alertLog{
	width: 100%;
	display: inline-block;
	font-size: 13px;
	color:#FFDBDB;
}
.log_cont{
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--color-principal);
	display: table;
}
.log_left{
	width: 50%;
	display: table-cell;
	background:url(../images/login_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
.log_left:before{
	width: 110px;
	height: 60px;
	background:url(../images/living-logo.png) 0 0 no-repeat;
	content: "";
	position: absolute;
	background-size: contain;
	margin: 10px 0 0 10px;
}
.log_right{
	width: 50%;
	display: table-cell;
	background-image: linear-gradient(to bottom, #ededed, #FFFFFF);
	position: relative;
}
.log_right:before{
	width: 2px;
	height: 100%;
	background:var(--color-principal);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.log_right .centerCont{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	position: absolute;
	padding: 3% 5%;
}
.log_right .centerCont .cent{
	width: 80%;
}
.log_logo{
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}
.log_logo img{
	width: 100%;
	max-width: 250px;
	height: auto;
}
.log_btns{
	width:100%;
	margin: 0 0 20px 0;
	display: table;
	position: relative;
	border-radius: 20px;
}
.log_btns:before{
	width: 100%;
	height: 1px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	background:var(--color-principal);
	opacity: 0.3;
}
.log_btns a{
	width: 50%;
	color:var(--color-secundario);
	font-size: 12px;
	display: table-cell;
	text-align: center;
	padding: 15px 10px;
	text-decoration: none;
}
.log_btns a.active{
	width: 50%;
	color:var(--color-principal);
	font-size: 12px;
	display: table-cell;
	text-align: center;
	position: relative;
}
.log_btns a.active:before{
	width: 100%;
	height: 2px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	background:var(--color-principal);
	opacity: 0.5;
}

.log_form{
	width: 100%;
}
.log_form h4{
	color:var(--color-principal);
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.log_form .form-group{
	margin:0;
}
.log_form input{
	width: 100%;
	border-radius: 0;
	height: 43px;
	border:1px solid #DCDCDC;
}
.log_form a{
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: var(--color-principal);
	font-size: 11px;
	display: inline-block;
	margin: 20px 0 0 0;
}
.log_form a:hover{
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-decoration: underline;
}
.log_form button{
	width: 100%;
	border: 0;
	border-radius: 0;
	height: 43px;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	background:var(--color-principal);
	box-shadow: none;
	text-shadow: none;
	
}
.log_form button:hover,
.log_form button:focus{
	color: #FFFFFF;
	background:var(--color-secundario);
	box-shadow: none;
	text-shadow: none;
}

/*acciones*/

.actions{
	width:100%;
	background:#FFFFFF;
	-webkit-box-shadow: 0 2px 4px #d6e6ed;
	-moz-box-shadow: 0 2px 4px #d6e6ed;
	box-shadow: 0 2px 4px #d6e6ed;
	padding: 7px 0;
}


/*tabs*/

.nav-tabs{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.nav-tabs > li > a{
	color: #555555;
	padding: 5px 10px;
	border: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
	color: #555555;
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*internas*/

.int_cont{
	width: 100%;
	margin: 160px 0 0 0;
	min-height: 600px
}
.int_cont_s{
	width: 100%;
	margin: 115px 0 0 0;
	min-height: 600px
}
.int_cont_m{
	width: 100%;
	margin: 140px 0 0 0;
	min-height: 600px
}

.int_cont .cont_numero{
	color: #666666;
	font-size: 14px;
	font-weight: 300;
}
.int_cont .cont_numero a{
	text-decoration:none;
}
.int_cont h1,
.int_cont_s h1,
.int_cont_m h1{
	width: 100%;
	color: var(--color-principal);
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 5px 0;
	font-weight: 300;
	margin: 10px 0 20px 0;
	display: inline-block;
}
.int_cont h3,
.int_cont_s h3,
.int_cont_m h3{
	color: #666666;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.int_cont p,
.int_cont_s p,
.int_cont_m p{
	color: #666666;
	font-weight: 300;
}
.usuCont{
	width:100%;
	display: table;
}
.usuCont .usuLeft{
	width:250px;
	background:#FFFFFF;
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	border-right: 1px solid #e6e6e6;
}
.usuCont .usuLeft .photo{
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.usuCont .usuLeft .photo img{
	width: 110px;
	height: 110px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.usuCont .usuLeft ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.usuCont .usuLeft ul li{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid var(--color-principal);
	display: table;
}
.usuCont .usuLeft ul li p{
	color:#666666;
	font-size: 12px;
	margin: 0 0 3px 0;
}
.usuCont .usuLeft ul li h3{
	color:#666666;
	font-size: 16px;
}
.usuCont .usuBox{
	width:50%;
	display: table-cell;
}
.usuCont .usuBtn{
	width:100%;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 0;
	margin: 20px 0;
	background: var(--color-principal);
}
.usuCont .usuBtn:hover,
.usuCont .usuBtn:focus{
	color: #FFFFFF;
	background:#F7FF00;
}
.usuCont .usuRight{
	display: table-cell;
	vertical-align: top;
}
.usuCont .usuRight .contDatos{
	width:100%;
	display: table;
	border: 1px solid #e6e6e6;
	margin: 0 0 20px 0;
}
.usuCont .usuRight .contDatos ul{
	width: 100%;
	display: table;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usuCont .usuRight .contDatos ul li{
	display: table-cell;
	border-right: 3px solid #FFFFFF;
}
.usuCont .usuRight .contDatos ul li:last-child{
	border: 0;
}
.usuCont .usuRight .contDatos ul li .tit{
	width: 100%;
	background: #f2f2f2;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 15px 0;
}
.usuCont .usuRight .contDatos ul li .dato{
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 15px 0;
}
.usuCont .usuRight .contDatos ul li .dato.dRed{
	color: var(--color-principal);
}
.usuCont .usuRight .contDatos ul li .dato.dGreen{
	color: #61b741;
}

/*recibo de caja*/

.reciboCaja{
	width: 100%;
}
.reciboCaja .contCaja{
	width: 100%;
	margin: 0 auto;
	border:1px solid #cccccc;
	padding: 10px;
}
.reciboCaja .contCaja .fila{
	width: 100%;
	display: table;
	margin: 10px 0;
}
.reciboCaja .contCaja .fila .cajaLogo{
	width:80%;
	display: table-cell;
}
.reciboCaja .contCaja .fila .cajaLogo img{
	width: 100%;
	max-width: 220px;
}
.reciboCaja .contCaja .fila .cajaNum{
	width:20%;
	display: table-cell;
	text-align: right;
	vertical-align: middle
}
.reciboCaja .contCaja .fila .cajaNum span{
	width: 100%;
	display: inline-block;
}
.reciboCaja .contCaja .fila .cajaNum span.gray{
	width: 100px;
	display: inline-block;
	background: #cccccc;
	font-size: 18px;
	font-weight: 400;
	padding: 0 5px;
}
.reciboCaja .contCaja .fila .bordeAll{
	border: 1px solid #cccccc;
}
.reciboCaja .contCaja .fila .usuLeft{
	width:60%;
	display: table-cell;
	vertical-align: top;
}
.reciboCaja .contCaja .fila .usuLeft .contLeft{
	width: 100%;
	display: table;
	border-bottom: 1px solid #cccccc;
}
.reciboCaja .contCaja .fila .usuLeft .contLeft:last-child{
	border: 0;
}
.reciboCaja .contCaja .fila .usuLeft .contLeft .xsLeft{
	width: 25%;
	display: table-cell;
	padding: 2px 5px;
	font-weight: 600;
}
.reciboCaja .contCaja .fila .usuLeft .contLeft .smLeft{
	width: 20%;
	display: table-cell;
	padding: 2px 5px;
}
.reciboCaja .contCaja .fila .usuLeft .contLeft .lgLeft{
	width: 75%;
	display: table-cell;
	padding: 2px 5px;
}
.reciboCaja .contCaja .fila .contRight{
	width: 100%;
	display: table;
}
.reciboCaja .contCaja .fila .usuRight{
	width:40%;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}
.reciboCaja .contCaja .fila .usuRight .contRight{
	width: 100%;
	display: table;
}
.reciboCaja .contCaja .fila .usuRight .titRight{
	width: 50%;
	background:#CCCCCC;
	padding:5px;
	display: table-cell;
	text-align: center;
}
.reciboCaja .contCaja .fila .usuRight .resulRight{
	width: 50%;
	display: table-cell;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}
.reciboCaja .contCaja .fila .usuRight .resulRight:last-child{
	border:0;
}
.reciboCaja .contCaja .fila .usuRight .resulRight .form-group{
	margin: 0;
}
.reciboCaja .contCaja .fila .usuName{
	width:20px;
}
.reciboCaja .contCaja .fila .valCont{
	width:100%;
	display: table;
}
.reciboCaja .contCaja .fila .valCont .xsVal{
	width: 20%;
	display: table-cell;
	padding: 2px 5px;
	font-weight: 600;
}
.reciboCaja .contCaja .fila .valCont .smVal{
	width: 30%;
	display: table-cell;
	padding: 2px 5px;
	text-align: right;
}
.reciboCaja .contCaja .fila .valCont .lgVal{
	width: 50%;
	display: table-cell;
	padding: 2px 5px;
}
.reciboCaja .contCaja .fila .concep{
	width: 100%;
}
.reciboCaja .contCaja .fila .concep .contConcep{
	width: 100%;
	display: table;
}
.reciboCaja .contCaja .fila .concep .titConcep{
	width: 70%;
	display: table-cell;
	padding: 2px 5px;
	background: #CCCCCC;
	text-align: center;
}
.reciboCaja .contCaja .fila .concep .titConcepTot{
	width: 70%;
	display: table-cell;
	padding: 2px 5px;
	font-weight: 600;
	border-top:1px solid #cccccc;
}
.reciboCaja .contCaja .fila .concep .titConcepSmall{
	width: 30%;
	display: table-cell;
	padding: 2px 5px;
	background: #CCCCCC;
	text-align: center;
}
.reciboCaja .contCaja .fila .concep .resulConcep{
	width: 70%;
	display: table-cell;
	padding: 2px 5px;
}
.reciboCaja .contCaja .fila .concep .resulConcepSmall{
	width: 30%;
	display: table-cell;
	padding: 2px 5px;
	text-align: right;
}
.reciboCaja .contCaja .fila .concep .resulConcepTot{
	width: 30%;
	display: table-cell;
	padding: 2px 5px;
	text-align: right;
	font-weight: 600;
	border-top:1px solid #cccccc;
}
.reciboCaja .contCaja .fila .obs{
	width: 100%;
	padding: 5px;
}
.reciboCaja .contCaja .fila .obs span{
	width: 100%;
	display: inline-block;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.reciboCaja .contCaja .fila .camps{
	width: 100%;
	padding: 2px 5px;
}
.reciboCaja .contCaja .fila .camps ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}
.reciboCaja .contCaja .fila .camps ul li{
	display: table-cell;
	padding: 5px;
}
.reciboCaja .contCaja .fila .camps .camps_name{
	width: 100%;
	font-weight: 600;
	margin: 0 0 4px 0;
}
.reciboCaja .contCaja .fila .camps .camps_input{
	width: 100%;
	color: #666666;
}

/*parametros*/

.para_cont{
	width:100%;
	display: table;
	margin: 20px 0 0 0;
}
.para_cont .para_left{
	width:25%;
	display: table-cell;
	vertical-align: top;
}
.para_cont .para_left .list-group{
	border-radius: 0;
}
.para_cont .para_left .list-group .list-group-item{
	border-radius: 0;
}
.para_cont .para_left .list-group .list-group-item.active, 
.para_cont .para_left .list-group .list-group-item.active:focus, 
.para_cont .para_left .list-group .list-group-item.active:hover{
	background: var(--color-principal);
	border: 0;
}
.para_cont .para_right{
	width:75%;
	display: table-cell;
	padding: 0 20px 20px 20px;
	vertical-align: top;
}

/*btn more*/
.btnMore{
	width: 100%;
	text-align: center;
	margin: 15px 0;
	display: inline-block;
}
.btnMore a{
	padding: 7px 30px;
	color:  #b3b3b3;
	text-decoration: none;
	display: inline-block;
	border:1px solid  #b3b3b3;
}
.btnMore a:hover,
.btnMore a:focus{
	background: #b3b3b3;
	color: #FFFFFF;
}
.btnMore a:first-child{
	border-right: 0;
}

/*importar*/
.impoCont{
}
.impoCont h1{
	color: var(--color-principal);
	font-size: 20px;
}
.impoCont button{
	background: var(--color-principal);
	text-align: center;
	border: 0;
	border-radius: 0;
	color: #FFFFFF;
	padding: 10px 12px;
	font-weight: 300;
}
.impoCont button:hover,
.impoCont button:focus{
	background: var(--color-secundario);
	color: #FFFFFF;
}

/*campo mensaje*/
.listDesti{
	padding: 0 0 10px 0;
}
.listDesti span{
	background:#FFFFFF;
	padding: 5px;
	border:1px solid #b3b3b3;
	color: #b3b3b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 10px 10px 0;
	display: inline-block;
}
.listDesti span i{
	font-size: 12px;
	color: #b3b3b3;
}
.listDesti span button{
	border: 0;
	padding: 0;
	margin: 0 3px 0 10px;
	background: none;
}
.listDesti span button:hover{
	opacity: 0.5;
}
.listDesti textarea{
	resize: none;
	height: 20px;
	padding: 5px;
	border:1px solid #b3b3b3;
}

/*home de aplicación*/

.apli_home{
	width:100%;
}
.apli_home .grafCont{
	border: 1px solid #EDEDED;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 4px #d6e6ed;
	-moz-box-shadow: 0 2px 4px #d6e6ed;
	box-shadow: 0 2px 4px #d6e6ed;
	padding: 20px;
	margin: 0 0 20px 0;
}
.apli_home .grafCont h3{
	font-size: 18px;
	color: #666666;
	margin: 0 0 5px 0;
	font-weight: 300;
}
.apli_home .grafCont h4{
	font-size: 18px;
	color: #666666;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.apli_home .grafCont .valPrin{
	font-size: 30px;
	font-weight: 400;
	color:var(--color-principal);
	border-bottom:1px solid #CBCBCB;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
.apli_home .grafCont .val{
	font-size: 14px;
	color: #b3b3b3;
}
.apli_home .grafCont .mont{
	width: 100%;
	font-size: 14px;
	color: #b3b3b3;
	display: table;
}
.apli_home .grafCont .mont .nameMont{
	width: 90px;
	display:table-cell;
	vertical-align: top;
	padding: 0 10px 0 0;
}
.apli_home .grafCont .mont .barMont{
	display:table-cell;
}
.apli_home .grafCont .mont .barMont .progress{
	margin: 9px 0 0 0;
	height: 8px;
}
.apli_home .grafCont .mont .barMont .progress .progress-bar{
	background: var(--color-principal);
}
.apli_home .grafCont .mont .numPorcen{
	width: 45px;
	display:table-cell;
	vertical-align: top;
	padding: 0 0 0 10px;
	text-align: right;
}

.record{
	width: 100%;
}
.record h3{
	color: var(--color-principal);
	margin: 0 0 10px 0;
	font-weight: 300;
}
.record .bgBor{
	width: 100%;
	display: inline-block;
	border: 1px solid #EDEDED;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 4px #d6e6ed;
	-moz-box-shadow: 0 2px 4px #d6e6ed;
	box-shadow: 0 2px 4px #d6e6ed;
	padding: 20px;
	margin: 0 0 20px 0;
}
.transList_home{
	width: 100%;
}
.transList_home ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.transList_home ul li{
	width: 100%;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #CBCBCB;
	color: #666666;
	font-size: 16px;
	display: table;
}
.transList_home ul li a{
	width: 100%;
	display: block;
	color: #666666;
	text-decoration: none;
}
.transList_home ul li a:hover h4{
	text-decoration: underline;
}
.transList_home ul li .transL{
	display: table-cell;
	vertical-align: top;
}
.transList_home ul li .transR{
	width: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.transList_home ul li .transR a{
	width: 100%;
}
.transList_home ul li .transR a i{
	color: #DBDBDB;
	font-size: 18px;
}
.transList_home ul li .transR a:hover i{
	color: var(--color-principal);
}
.transList_home ul li span{
	width: 100%;
	display: block;
	font-size: 11px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 7px;
}
.transList_home ul li span:before{
	width: 2px;
	height: 8px;
	background: var(--color-principal);
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}
.transList_home ul li h4{
	font-size: 14px;
	color: var(--color-principal);
}
.transList_home p{
	font-size: 14px;
	color: #b3b3b3;
}

.lnk_comu{
	font-size: 16px;
	display:inline-block;
	cursor: pointer;
	color: var(--color-principal);
}
.lnk_comu:hover{
	text-decoration:underline;
	color: var(--color-principal);
}

/*noticias 2 nuevas*/

.navNoti{
	width: 100%;
	display: inline-block;
}
.navNoti ul{ 
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.navNoti ul li{ 
	display: inline-block;
	margin: 0 30px 0 0;
}
.navNoti ul li a{ 
	padding: 5px 0;
	display: inline-block;
	color: #808080;
	text-decoration: none;
	position: relative;
	font-size: 12px;
}
.navNoti ul li a:hover{
	color: var(--color-principal);
}
.navNoti ul li a span{
	position: relative;
}
.navNoti ul li a:hover span:before{
	width: 100%;
	height: 1px;
	content: "";
	background: var(--color-principal);
	position: absolute;
	bottom: -12px;
	left: 0;
}
.navNoti ul li.active a span:before{
	width: 100%;
	height: 1px;
	content: "";
	background: var(--color-principal);
	position: absolute;
	bottom: -14px;
	left: 0;
}
.news_cont .titNotiNew{
	width: 100%;
	padding: 15px 20px;
	color: var(--color-principal);
	font-size: 15px;
	border-bottom:1px solid #e6e6e6;
	background-image: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
}
.news_cont .titNotiNew button{
	float: right;
}
.news_cont{
	width: 100%;
}
.news_cont .listNoti{
	width: 100%;
}
.news_cont .listNoti ul{ 
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.news_cont .listNoti ul li{ 
	width: 100%;
	display: table;
	border-bottom:1px solid #e6e6e6;
	padding: 10px 20px;
}
.news_cont .listNoti ul li .colOneNoti{
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	color: var(--color-principal);
	font-size: 30px;
	font-weight: 300;
}
.news_cont .listNoti ul li .colTwoNoti{ 
	display: table-cell;
	color: var(--color-principal);
	font-size: 14px;
	vertical-align: middle;
}
.news_cont .listNoti ul li .colTwoNoti span{
	width: 100%;
	font-size: 12px;
	display: inline-block;
	color: #808080;
}
.news_cont .listNoti ul li .colThreeNoti{ 
	display: table-cell;
	color: var(--color-principal);
	font-size: 15px;
	vertical-align: middle;
	text-align: right;
}
.news_cont .noAct{
	color:#E53033 !important;
}
.news_cont .listNoti ul li .colFourNoti{
	width: 140px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.news_cont .listNoti ul li .colFourNoti a{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 7px;
	border: 1px solid #808080;
	margin: 0 5px;
	color: #808080;
	font-size: 13px;
}
.news_cont .listNoti ul li .colFourNoti a:hover{
	color: var(--color-principal);
	border: 1px solid var(--color-principal);
}

/*boton redondo apli home*/
.circleAlert{
	width: 23px;
	height: 23px;
	color: #FFFFFF;
	background:#fbb03b;
	display: inline-block;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 5px;
	font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*pantalla reporte*/
.repo_cont{
	width: 100%;
}
.repo_cont ul{
	width: 100%;
	list-style: none;
	padding: 0;
}
.repo_cont ul li{
	width: 100%;
	padding: 20px;
	-webkit-box-shadow: 0 1px 4px #d6e6ed;
	-moz-box-shadow: 0 1px 4px #d6e6ed;
	box-shadow: 0 1px 4px #d6e6ed;
	margin: 0 0 30px 0;
}
.repo_cont ul li .contDatNew{
	width: 100%;
	display: table;
}
.repo_cont ul li .contDatNew .lNews{
	display: table-cell;
}

/*transacciones*/
.tranSerch{
	width: 100%;
}
.tranSerch .tranInput{
	width: 100%;
	padding: 13px 10px 13px 15px;
	font-size: 16px;
	border: 1px solid #CBCBCB;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-right: 0;
	box-shadow: none;
}
.tranSerch .tranInput:focus{
	outline:none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	-moz-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	border: 1px solid #66afe9;
	position: relative;
}
.tranSerch .tranBtn{
	width: 50px;
	height: 100%;
	text-align: center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
}
.tranSerch .tranBtn button{
	width: 35px;
	height: 35px;
	color:#FFFFFF;
	background: var(--color-principal);
	padding: 0;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
	margin: 0 3px 0 0;
	line-height: 0;
}
.tranSerch .tranBtn button i{
	color:#FFFFFF;
	font-size: 11px;
}
.tranSerch .tranBtn button:hover{
	color:#FFFFFF;
	background: var(--color-secundario);
}
.tranSerch .tranLoad{
	height: 100%;
	position: absolute;
	top: 0;
	right: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.tranSerch .tranBlock{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	z-index: 3;
}

/*menu transacciones-comunicados*/
.transMenu{
	width:100%;
	margin: 0 0 25px 0;
}
.transMenu ul{
	width:100%;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
}
.transMenu ul li{
	width: auto;
	display: inline-block;
	margin:0;
	border: 0;
	padding: 0;
}
.transMenu ul li a{ 
	width: 100%;
	text-decoration: none;
	background:#FFFFFF;
	color: #b3b3b3;
	padding: 0 5px 5px 5px;
	display: inline-block;
	font-size: 12px;
	position: relative;
}
.transMenu ul li a:before{
	width: 100%;
	height: 2px;
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
}
.transMenu ul li a:hover:before{
	background: #b3b3b3;
}
.transMenu ul li.active a{
	color: var(--color-principal);
}
.transMenu ul li.active a:before{
	background: var(--color-principal)
}
.transMenu ul li a .circleDat{
	color: #FFFFFF;
	background:#DBDBDB;
	display: inline-block;
	text-align: center;
	padding: 2px 5px;
	margin: 0 5px;
	font-size: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.transMenu ul li.active a .circleDat{
	color: #FFFFFF;
	background: var(--color-principal);
}

/*submenu comunicados*/
.transSubmenu{
	width:100%;
	margin: 0;
}
.transSubmenu ul{
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
.transSubmenu ul li{ 
	display: inline-block;
	margin: 0 0 0 4px;
}
.transSubmenu ul li a{ 
	width: 100%;
	text-decoration: none;
	background:#FFFFFF;
	border: 1px solid #EBEBEB;
	color: #b3b3b3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}
.transSubmenu ul li a:hover{
	background:#EBEBEB;
}
.transSubmenu ul li.active a{
	color: #FFFFFF;
	background: var(--color-principal);
	border: 1px solid var(--color-principal);
}


.transDat{
	width: 100%;
	margin: 0 0 20px 0;
}
.transDat ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}
.transDat ul li{
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.transDat ul li:first-child{
	display: table-cell;
}
.transDat ul li:last-child{
	width: 100px;
	display: table-cell;
}
.transDat ul li h4{
	font-weight: 300;
	color: #b3b3b3;
	font-size: 12px;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 8px;
}
.transDat ul li h4:before{
	width: 2px;
	height: 8px;
	background: var(--color-principal);
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
}
.transDat ul li p{
	font-weight: 300;
	color: #666666;
	font-size: 14px;
	margin: 0;
}
.transDat ul li a{
	width: 45px;
	height: 45px;
	float: right;
	background:#F1F0F0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	padding: 16px 0 0 0;
	font-size: 11px;
	margin: 0 0 0 5px;
}
.transDat ul li a:hover{
	color: #FFFFFF;
	background: var(--color-principal);
}

.transCont{
	width: 100%;
}
.transCont h2{
	color: var(--color-principal);
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 20px;
}
.transCont h3{
	color: #666666;
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 18px;
}
.transCont h3 i{
	font-size: 12px;
	color: #b3b3b3;
}
.transCont p{
	color: #666666;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.transCont .transVal{
	font-size: 30px;
	font-weight: 400;
	color: var(--color-principal);
}
.transCont .transDate{
	width: 100%;
	text-align: right;
}
.transCont .transDate button{
	width: 20px;
	background: none;
	border: 0;
	padding: 0;
}
.transCont .transDate button .glyphicon{
	color: #b3b3b3;
    font-size: 11px;
}
.transCont .transDate .cal-l{
}
.transCont .transDate .cal-r{
}
.transCont .transDate span{
	color: #b3b3b3;
	 font-size: 12px;
}
.transCont .transEstad{
	width: 100%;
}
.transCont .transEstad ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.transCont .transEstad ul li{
	border: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	position: relative;
}
.transCont .transEstad ul li a{
	width: 100%;
	text-decoration: none;
}
.transCont .transEstad ul li a .estadItem{
	width: 100%;
}
.transCont .transEstad ul li a .estadItem ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
}
.transCont .transEstad ul li a .estadItem ul li{
	width: auto;
	display: table-cell;
	color: #666666;
	font-size: 12px;
	font-weight: 300;
	border: 0;
	text-align: left;
}
.transCont .transEstad ul li .estadItem ul li .glyphicon{
	color: var(--color-principal);
    font-size: 14px;
}
.transCont .transEstad ul li a .estadItem ul li:last-child{
	width: 40px;
	text-align: right;
}
.transCont .transEstad ul li a .estadItem ul li:first-child{
	width: 70px;
}
.transCont .transEstad ul li a .estadItem ul li:nth-last-child(2){
	text-align: right;
}
.transCont .transEstad ul li .estadCont{
	width:100%;
	transition: 0.9s;
}
.transCont .transEstad ul li .estadCont i{
	font-size: 10px;
}
.transCont .transEstad ul li .estadCont a{
	width: 100%;
	display: inline-block;
	margin: 5px 0;
}

.tachado {
	text-decoration:line-through;
	color: #ef0a46;
}
.trPair{
	background: #FFFFFF !important;
}
.trOdd{	
	background:#f9f9f9 !important;
}


/*introducción*/
.introCont{
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px;
	z-index: 9999;
}
.introCont .swiper-container {
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}
.introCont .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.introCont .swiper-slide .introBox{
	width: 100%;
	height: 100%;
	padding: 20px 40px;
}
.introCont .swiper-slide .introBox .introImg{
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.introCont .swiper-slide .introBox .introImg img{
	width: 100%;
	max-width: 400px;
}
.introCont .swiper-slide .introBox h1{
	width: 100%;
	color:  var(--color-principal);
	text-align: center;
	font-size: 22px;
	margin: 10px 0 20px 0;
}
.introCont .swiper-slide .introBox h2{
	width: 100%;
	color:  var(--color-principal);
	text-align: center;
	font-size: 18px;
}
.introCont .swiper-slide .introBox p{
	width: 100%;
	font-size: 14px;
	color: #666666;
}
.introCont .swiper-slide .introBox .introBtn{
	width: 80%;
	font-size: 14px;
	color: #FFFFFF;
	background: var(--color-principal);
	text-decoration: none;
	text-align: center;
	padding: 10px 30px;
	display: inline-block;
	margin: 0 auto;
}
.introCont .swiper-slide .introBox .introBtn:hover{
	background: var(--color-secundario);
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.introCont .swiper-slide .introBox a{
	font-size:12px;
	color: var(--color-principal);
	text-decoration: none;
}
.introCont .swiper-slide .introBox a:hover{
	font-size:12px;
	color: var(--color-secundario);
	text-decoration: underline;
}
.introCont .omit{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 3;
	margin: 10px 15px;
}
.introCont .swiper-container .swiper-button-next, 
.introCont .swiper-container .swiper-button-prev{
	height: 30px;
}
.introCont .swiper-container .swiper-pagination-bullet-active{
	background: var(--color-principal);
}

/*404*/
.cont404{
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.cont404 .center404{
    display: table;
}
.cont404 .center404 .img404{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cont404 .center404 .img404 img{
    width: 100%;
    max-width: 420px;
}
.cont404 .center404 .txt404{
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}
.cont404 .center404 .txt404 h1{
    color: var(--color-principal);
    font-weight: 300;
    font-size: 100px;
    margin: 0 0 10px 0;
    line-height: 85px;
}
.cont404 .center404 .txt404 p{
    color: #666666;
    font-size: 20px;
    margin: 0;
}

/*celular*/
.celCont{
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.celCont .celT{
	width: 100%;
	background: #cccccc;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 23px 0;
}
.celCont .celT .celBox{
	width: 125px;
	margin: 0 auto;
	display: table;
}
.celCont .celT .celCamer{
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#FFFFFF;
}
.celCont .celT .celLine{
	width: 100px;
	height: 7px;
	float: left;
	margin: 5px 0 0 0;
	background:#FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.celCont .celM{
	width: 100%;
	min-height: 400px;
	background: #FFFFFF;
	position: relative;
	padding: 20px 7%;
}
.celCont .celM:before{
	width: 10px;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #cccccc;
}
.celCont .celM:after{
	width: 10px;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #cccccc;
}
.celCont .celM .celSms{
	width:80%;
	min-height: 80px;
	border: 1px solid #cccccc;
	padding: 5%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#717171;
	margin: 0 auto 40px auto;
	position: relative;
}
.celCont .celM .celSms:after{
	width: 13px;
	height: 13px;
	content: "";
	background:#FFFFFF;
	left: -8px;
	bottom: 20px;
	position: absolute;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.celCont .celB{
	width: 100%;
	background: #cccccc;
}
.celCont .celB{
	width: 100%;
	background: #cccccc;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 15px 0;
}
.celCont .celB .celBot{
	width: 33px;
	height: 33px;
	background: #FFFFFF;
	margin: 0 auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/*encuestas*/
.apli_encu{
	width: 100%;
}
.encu_cont{
	width: 100%;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px 0;
	cursor: move;
}
.encu_cont .encu_tit{
	width: 100%;
	background: #f9f9f9;
	padding: 10px 15px;
	color: #666666;
	text-align: left;
	font-size: 14px;
}
.encu_cont .encu_tit i{
	color:#D7D7D7;
	float: right;
	font-size: 14px;
}
.encu_cont .encu_box{
	width: 100%;
	padding: 10px 15px;
}
.encu_cont .encu_box h2{
	width: 100%;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-align: left;
	color: #666666;
}
.encu_cont .encu_box .encu_area{
	width:100%;
}
.encu_cont .encu_box .encu_check{
	width: 100%;
	margin: 0 0 5px 0;
	text-align: left;
	color: #666666;
	font-size: 14px;
	font-weight: 300;
	display: table;
}
.encu_cont .encu_box .encu_check .cheIn{
	width: 25px;
	display: table-cell;
	vertical-align: middle;
}
.encu_cont .encu_box .encu_check span{
	margin: 0 0 0 10px;
	display: table-cell;
	vertical-align: middle;
}

.apli_encu .encu_arrastre{
	width: 100%;
	border: 1px solid #EBEBEB;
	padding: 20px;
	text-align: center;
}
.apli_encu .encu_arrastre h3{
	width: 100%;
	border: 1px dashed #EBEBEB;
	margin: 0;
	padding: 30px;
	color: #EBEBEB;
	font-size: 24px;
}
.apli_encu .encu_btn{
	width: 100%;
	margin: 20px 0;
}
.apli_encu .encu_btn button{
	margin: 0 5px 0 0;
}

/*contabilidad*/
.apli_bili{
	width: 100%;
}
.apli_bili h2{
	color: var(--color-principal);
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 16px;
}
.apli_bili .btns_accion{
	text-align:right;
}
.apli_bili .btns_accion button{
	margin: 0 0 0 5px;
	font-size: 12px;
	padding: 5px 10px;
}
.apli_bili .bordeAll{
	width: 100%;
	border: 1px solid #cccccc;
}
.apli_bili .cont_resul{
	position: static;
}
.apli_bili .cont_resul .resultado{
	max-width: 400px;
	width: 100%;
}

.apli_bili .planUn{
	width:100%;
	margin: 0 0 20px 0;
	color: #666666;
	font-size: 12px;
}
.apli_bili .planUn ul{
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.apli_bili .planUn ul li{
	width: 100%;
	/*border-bottom: 1px solid #e6e6e6;*/
	padding: 10px 0;
}
.apli_bili .planUn ul li a{
	width: 100%;
	color: var(--color-principal);
	text-decoration: underline;
}
.apli_bili .planUn ul li .listPlan{
	width: 100%;
	display: table;
}
.apli_bili .planUn ul li .listPlan li{
	width: auto;
	display: table-cell;
	border: 0;
	vertical-align: middle;
}
.apli_bili .planUn ul li .listPlan li:first-child{
	width: 70px;
}
.apli_bili .planUn ul li .listPlan li:last-child{
	width: 40px;
	text-align: right;
}
.apli_bili .planUn ul li .listPlan li:nth-last-child(2){
	text-align:right;
}
.apli_bili .planUn ul li .listPlan .form-group{
	margin: 5px 0;
}
.apli_bili .planUn ul li .contPlan{
	width:100%;
	padding: 5px 15px;
	border: 1px solid #e6e6e6;
	position: relative;
	margin: 5px 0;
}
/*esto es para marcar lo niveles de plan unico de cuentas que no tiene nada que ver con transacciones
.transCont .transEstad ul li .estadCont .contNivel{
	width: 100%;
	display: inline-block;
	padding: 5px 15px;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
}

.transCont .transEstad ul li .estadCont .contNivel .contNivel {background:#FFFFFF;}
.transCont .transEstad ul li .estadCont .contNivel .contNivel .contNivel{background: #f9f9f9;}
.transCont .transEstad ul li .estadCont .contNivel .contNivel .contNivel .contNivel{background:#FFFFFF;}
*/
