@media (max-width:767px) {

.hidden-xs {

display:none !important

}

}



html,body,.container-fluid,.row {

  height:100%;

}



.EstR{

	background-color: #FFF;

	height: 100%;

	text-align: center;

}



.EstR .wrap{

position: absolute;

top: 0; bottom: 0;

left: 0; right: 0;

margin: auto;

height: 300px;

}



.EstL{

	background-color: #1f425d;

	height: 100%;

	background-repeat:no-repeat;

  background-position:center;

}



.login-form input[type="text"], .login-form input[type="password"] {

	height: 45px;

	border: 1px solid #ddd;

	font-size: 16px;

	-webkit-transition: all 0.1s linear;

	-moz-transition: all 0.1s linear;

	transition: all 0.1s linear;

}

.login-form input:hover,

.login-form input:focus {

	outline:none;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

	border-color: #ccc;

}

.btn-login {

	background-color: #1f425d;

	outline: none;

	color: #fff;

	font-size: 14px;

	height: auto;

	font-weight: normal;

	padding: 14px 0;

	text-transform: uppercase;

}

.btn-login:hover,

.btn-login:focus {

	color: #fff;

	background-color: #e30613;

}

.forgot-password {

	text-decoration: underline;

	color: #888;

}

.forgot-password:hover,

.forgot-password:focus {

	text-decoration: underline;

	color: #666;

}



.BoxContent {

  padding: 20px;

  width: 50%;

  margin: auto;

  text-align: left;

}


/*interna*/



.pd-1{

	padding: 10px;

}



.top {

	background-color: #1f425d;

	height: 72px;

	color: #fff;

  }



.lft{

		background-color: #ebebeb;

		height:1500px;

}



.table{

	font-size: 11px;

	color:#1f425d;



}



.paginate_button:hover{

	color:white !important;

	border:1px solid #1f425d !important;

	background-color:#4287bc !important;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #4287bc), color-stop(100%, #1f425d));

	background:-webkit-linear-gradient(top, #4287bc 0%, #1f425d 100%) !important;

	background:-moz-linear-gradient(top, #4287bc 0%, #1f425d 100%) !important;

	background:-ms-linear-gradient(top, #4287bc 0%, #1f425d 100%) !important;

	background:-o-linear-gradient(top, #4287bc 0%, #1f425d 100%) !important;

	background:linear-gradient(to bottom, #4287bc 0%, #1f425d 100%) !important;

}



.side-menu-container a{

	font-size: 16px;

	color:#1f425d;

	padding: 10px 0 !important;

}





.linkTop:hover{

	color:#ccc;

}



/****** LOGIN MODAL ******/

.loginmodal-container {

	padding: 30px;

	width: 100% !important;

	margin: 0 auto;

	border-radius: 6px;

	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

	overflow: hidden;

	font-family: 'Arial', sans-serif;

	background-color: #fff;

  

  }

  

  .loginmodal-container h1 {

	text-align: center;

	font-size: 1.8em;

	 font-family: 'Arial', sans-serif;

  }

  

  .loginmodal-container input[type=submit] {

	width: 40%;

	display: block;

	margin-bottom: 10px;

	position: relative;

  }

  

  .loginmodal-container input[type=text], input[type=password] {

	height: 44px;

	font-size: 16px;

	width: 100%;

	margin-bottom: 10px;

	-webkit-appearance: none;

	background: #eee;

	border-radius: 3px;

	border: none;

	padding: 0 8px;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	color: #666;

  }

  

  .loginmodal-container input[type=text]:hover, input[type=password]:hover {

	border: 1px solid #b9b9b9;

	border-top: 1px solid #a0a0a0;

  }

  

  .loginmodal {

	text-align: center;

	font-size: 14px;

	font-family: 'Arial', sans-serif;

	font-weight: 700;

	height: 36px;

	padding: 0 8px;

  /* border-radius: 3px; */

  /* -webkit-user-select: none;

	user-select: none; */

  }



  .loginmodal-submit {

	/* border: 1px solid #3079ed; */

	border: 0px;

	color: #fff;

	text-shadow: 0 1px rgba(0,0,0,0.1); 

	background-color: #a4c0df;

	padding: 17px 0px;

	font-family: 'Arial', sans-serif;

	font-size: 14px;

	  border-radius: 3px;

  }

  

  .loginmodal-submit:hover {

	/* border: 1px solid #2f5bb7; */

	border: 0px;

	text-shadow: 0 1px rgba(0,0,0,0.3);

	background-color: #357ae8;

	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */

  }

.pagination{
	margin: 10px 0px;
}