/* Custom CSS */ 
@font-face {
  font-family: 'cambria';
  src: url('font/cambria/Cambria-Font-For-Windows.ttf'), /* IE6-IE8 */
       url('font/cambria/Cambria-Font-For-Linux.ttf'),
}
body{
	font-family: cambria !important;
}
a:hover { text-decoration: none;}
.admin-logo {margin: -10px 0;}
.admin-logo img {width: 170px;}
.form-control{
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    padding: 0px 12px;
}
.mp_zero{margin:0;padding: 0;}
.rr{margin-top:10px;}
.panel-heading{
  background: #880E4F !important;
  color: white !important;
}
.select2-container {
	width: 100% !important;
}
.btn{
  padding: 5px  !important;
}
#overlay{
  height: 100%;width: 100%; background: rgba(255,255,255,0.8); position: fixed;
  left: 0; top: 0; 
  z-index: 9999;
}
.required{
	color: red;
	font-weight: bold;
}
#pagination a{
	padding: 2px !important;
}
.txt_active{
	color: green;
	font-weight: bold;
}
.txt_inactive{
	color: red;
	font-weight: bold;
}
/*modal style*/
.modal{
    border-radius: 0;
}
.modal-title{
	color: black;
}
.modal-header{
    background: white;
    color: #fff;
}
.modal-body {
  background: white;
  min-height: 500px;
  max-height:440px;
  overflow: auto;
}
.modal-footer{background: #ddd;}


.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
/*modal style end*/

.user_title{
	
	margin-top: 7px;
	
	font-weight: bold;
	font-size: 24px;

}
.tops{
	
	margin-top:10px
	
}
.heads{
	
	
	margin-top:20px
	
	
}



#pagi li{
	
	float:left;
	padding:5px
	
	
}
#pc li{
	
	float:left;
	padding:5px
	
}
.r_padding{
	
	padding:5px
	
}
.signin-area {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.signin-logo {
    text-align: center;
    margin: 100px 0 50px 0;
}

.form-signin {
    max-width: 330px;
    margin: 0px auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.login-wrap {
    padding: 20px;
    position: relative;
}
.user-login-info {
    background: #eaeaec;
    margin: -20px -20px 20px -20px;
    padding: 20px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .btn-login {
    background: #F60B36;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    margin: 20px 0 5px;
    border-radius: 0;
}
.form-signin a {color: #fff;}
.form-signin a:hover {text-decoration: none; color: #fff;}
