﻿#txtErrMsg,
#txtErrMsg2{
	color:#FF0000;
	font-weight:normal;
	font-size:12px;
	padding-bottom:10px;
	margin: 10px 0 0 0;
}
#txtSucMsg,
#txtSucMsg2{
	color:#009900;
	font-weight:normal;
	font-size:12px;
	padding-bottom:10px;
}
#stLoader{
	padding-bottom:10px;
}

.reqIcon{
	color:#FF0000;
}

.stHidden{
	display:none;
}

.logo{
	color:#FFFFFF;
	font-size:16px;
}

.fLeft{
	float:left;
}
.fRight{
	float:right;
}
.clearB{
	clear:both
}

.errMsgF{
	background-color:#FF0000;
	color:#FFFFFF;
	padding:2px;
}

.titFac{
	margin:3px;
	padding:3px;
}
.mcacAnchor{
	cursor:pointer;
}
#txtErrMsgF{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
}
.table th,
.table td{
	text-align: center;
}

.tdStRed{
	background-color: red !important;
}

.txtBigRed{
	color: red;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}

.txtLeft{
	text-align: left !important;
}
.txtRight{
	text-align: right !important;
}

.copyright a,
.footer a{
	color: #35aa47;
}

/* Pagination */

.resPage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.paginate__go2 {
	display: flex;
}
.paginate__go2 input {
	width: 30px;
	margin-bottom: 0;
}
.paginate__go2 a {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #3598dc;
    border-color: #3598dc;
	padding: 0 10px;
}
.numPage {
	float: right;
}
.clearB {
	clear: both;
}

/*** Otros ***/

.clogin {
	margin-top: 120px !important;
}
.boxLoginL {
  float: left;
  width: 40%;
  padding-top: 20px;
}
.boxLoginR {
    float: right;
    width: 50%;
    border-left: 1px solid red;
    padding-left: 20px;
}
.boxLoginPadron {
  font-size: 20px;
  color: #4A4A4A;
  margin-left:20px;
}
.boxLoginTotal {
  font-size: 32px;
  color: #1BBE58;
  margin-top: 15px;
}
.boxLoginDistritos {
  margin-top: 20px;
}
.boxLoginDistTotal {
  color: #4A4A4A;
}
.boxLoginClear {
  clear: both;
}

.notReqClave span {
  display: none;
}

.boxPadronL {
	float: left;
	margin-left: 10px;
	text-align: left;
}
.boxPadronR {
	float: right;
	text-align: left;
}

.urlCopied,
.passwdCopied {
	  display: none;
		text-align: center;
}

.qty_sel {
	text-align: center;
}

@media only screen and (max-width:700px),only screen and (max-device-width:700px){
	.boxLoginL {
		float: none;
	}
	.boxLoginR {
		float: none;
		border-left: 0px;
		width: 80%;
	}
	.login .content {
		width: 80% !important;
	}
	.login .content .m-wrap {
		width: 90% !important;
	}
}

@media only screen and (max-width:360px),only screen and (max-device-width:360px){
	.boxLoginL {
		width: 80%;
	}
	.boxLoginR {
		width: 90%;
	}
	.boxLoginDistritos {
		font-size: 12px;
	}
}
