/* Basic style Starts here */
body{
font-family:calibri;
background:#fbfbfb;
}
a{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, ul, ol, body{
	margin:0px;
	padding:0px;
}

ul{list-style-type:none;}
.box{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-size: cover;
}
.cb{clear:both;}
.fl{float:left;}
.a-btn{
	color: black;
    font-weight: bold;
    font-family: calibri;
    float: right;
    margin-top: 9px;
}
/* Basic style Ends here */

.c-box{
	/* Style for responsive center box */
	width: 35%;
    height: 170px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px -1px #ccc;
}
.c-inr-box{
	width:100%;
	height:100%;
}
.vfm{
	background: #f1f1b1;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.inpbox{
	width:90%;
	margin:10px auto 10px auto;
}
.inp{
	width:100%;
	padding:10px;
}
.box-lbl{
	width:100%;
	text-align:center;
}
.lbl{
	width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 25px;
    font-weight: normal;
}
.btn{
	background: #f73737;;
    color: #fff;
    padding: 7px 25px 7px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    font-size: 17px;
}
.err-box{
	width:100%;
}
.err-lbl,._rf,._rsz{
	color:crimson;
	text-align:center;
	font-weight: bold;
    font-size: 17px;
}
/* Menu Style */
.nav-bar{
	width:100%;
	height:50px;
	background:crimson;
}
.hzmn-box{
    min-height: 100%;
    background: #fff;
    border-bottom: 1px;
    box-shadow: 1px 1px 0px 0px #ccc;
	border-right: 1px solid #ccc;
    margin-right: 5px;
}
.hzmn-box{
	/*float:left;*/
}
.hz_mnu li>a{
	display: block;
    width: 90%;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #dc143c;
    font-family: helvetica;
}
.hz_mnu li>a:hover{
background: #f4faff;
}
.hz_sbmn,.hz_inrmn{
	display:none;
}
.hz_sbmn li>a{
	     font-weight: normal;
    font-size: 15px;
    padding-left: 35px;
    width: 80%;
    /* border: 1px solid #ffffff; */
    padding: 10px 0px 10px 40px;
    background: #ffffff;
    color: #b16f6f;
}
.hz_mnu li:hover > .hz_sbmn1{
	display:block;
}
.active{
	display:block1;
}

.micn{
	background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
	background-position-y: -1px;
    margin-right: 5px;
    vertical-align: middle;
}
.micn-sb{
	background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 4px;
    height: 8px;
	background-position-y: -1px;
    margin-right: 12px;
    vertical-align: middle;
}
/* Menu Style */
.rt-box{
	/* height: 100%;
    float: left;*/
}
.page-lbl{
	font-size: 21px;
    letter-spacing: 1px;
    color: #737070;
    padding: 5px 0px 5px 10px;
    background: #ebf5fd;
    font-weight: bold;
}
.cp-box{
	    width: 90%;
    margin: 55px auto;
    background: #fff;
    min-height: 100px;
    padding: 5px 5px;
	    border-radius: 5px;
    border: 1px solid #abd6f9;
	clear:both;
}
.frm-box{
	width:100%;
	min-height:100px;
	margin:auto;
}
fieldset{
	    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 20px 30px 15px 30px;
}
.ac{
	text-align:center;
}
.inps{
	    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	    padding-left: 6px;
}
.pl2{
	padding-left:2px;
}
.psq{
	width:50px;
	padding:5px;
	border-radius:5px;
	border:1px solid #ccc;
	text-align:center;
}
.nb{
	border:1px solid #ccc;
}
.epc{
	color: crimson;
    font-weight: bold;
    padding-top: 2px;
}
.btns{
	    background-color:#f73737;
    color: #fff;
    padding: 7px 25px 7px 25px;
    border-radius: 5px;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    font-size: 15px;
}
.frm-rt-box{
	width:50%;
	float:left;
}
.frm-lft-box{
	width:50%;
	float:left;
}
.frm-full-box{
	width:95%;
	float:none;
	margin:auto;
}
.inpcb{
	    width:100%;
    margin: auto;
	margin-bottom: 5px;
}
.p_prvw{
	vertical-align: middle;
}
.upb{
	padding: 10px 15px 10px 15px;
    background: #7ec6ff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px 0px #ccc;
    border-radius: 3px;
}
.flbox{
	border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 4px;
}
.lst-hdng{
	font-weight:bold;
	text-align:left;
	display:block;
}
table{
	margin:auto;
}
.bb{
	border-bottom:1px solid #ccc;
	padding: 5px;
}
.slbls{
	    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    letter-spacing: 1px;
    color: #5a5858;
    font-weight: bold;
}
.hz_inrmn li > a{
	    font-size: 13px;
    padding-left: 60px;
    width: 70%;
    color: steelblue;
    background: whitesmoke;
    padding: 5px 2px 5px 60px;
}
.flp{
	display:none;
}
/* paging */
.pgno{
	border: 1px solid #ccc;
    margin-right: 5px;
    padding: 5px 10px;
    background: #fdfdfd;
	cursor:pointer;
	color: blue;
}
.ap{
	color: #505050;
    font-weight: normal;
    border: 1px solid #ffe3e3;
}
.pgbox{
	clear:both;
	width:100%;
	text-align:center;
	display: inline-block;
	margin-top: 10px;
	cursor:pointer;
}
.prvs{
	margin-right:10px;
}
.nxt{
	margin-left:5px;
}
.pl{
	    color: blue;
}
/* paging */
.rc20{
	width:20%;
	float:left;
}
.rw {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
	clear:both;
}
.rc25 {
    width: 25%;
    min-height: 10px;
    float: left;
    font-size: 16px;
}
.rh {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.rc15 {
    width: 15%;
    min-height: 10px;
    float: left;
    font-size: 16px;
}
.aob{
	width: 90%;
    margin: 20px auto;
}
.plbl {
    width: 100%;
    background: #5b8ec3;
    text-align: center;
    min-height: 10px;
    padding: 3px 0px 3px 0px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.mlt{
	max-width: 100%;
    resize: none;
    min-height: 130px;
    border-radius: 5px;
    padding: 10px;
    font-size: 17px;
}
.sobx{
	width: 50%;
    margin: 10px auto;
    padding: 5px;
    background: aliceblue;
    border-radius: 5px;
}
._0si{
	width:70%;
	border:1px solid #ccc;
	padding:5px;
	border-radius:5px;
}
._bt{
	padding:5px;
}
._0sr{
	width:80%;
	min-height:1px;
	background:#fbfbfb;
	margin:auto;
}
.ml20{
	margin-left:20px;
}
.ui-datepicker-trigger {
    width: 25px;
	    position: absolute;
}
._r70{
	    width: 50%;
    margin: 10px auto;
    padding: 15px 0px 10px 20px;
    background: aliceblue;
    border-radius: 5px;
}
._01{
	width:43%;
	float:left;
	position:relative;
}
.ftd{
	    width: 48%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
._xc{
	float:left;
	width:100px;
}
._yc{
	float:left;
}
.l_oly{
	position: absolute;
    width: 48%;
    top: 0px;
    height: 26px;
    right: 38px;
}
.r_oly{
	position: absolute;
    width: 48%;
    top: 0px;
    height: 26px;
    right: 56px;
}
._0sb{
	border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    background: #ec0d0d;
}
.bc{
	background:red;
}
.lbl0{
	    padding: 5px 0px 5px 0px;
    font-size: 18px;
    font-weight: normal;
    width: 135px;
    display: inline-block;
}
.dtm{
	padding: 3px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.rb{
	border:1px solid #ccc;
	border-bottom:1px solid crimson;
}
.gobk{
	font-size: 14px;
    color: steelblue;
    font-weight: normal;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    letter-spacing: 1.5px;
}
.gobk:hover{
	text-decoration:underline;
}
.srch-box{
	width: 50%;
    margin: auto;
    padding: 10px;
}
.lsbx{
border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 100%;	
}
.acnt-vrfy{
	font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px 7px 0px;
    background: #bdbd1b;
    letter-spacing: 1px;
}
.rsnd-lnk{
	font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    font-weight: normal;
    background: #ccc;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
	border: 0px;
}
.w-fxd50{
width:50%;	
}
.mb5{
	margin-bottom:5px;
}
.mndtry{
	color:crimson;
	font-weight:bold;
}
.mndtry-up{
	background: crimson;
    color: #fff;
    font-weight: bold;
}
.info{
width: 90%;
    background: #e3e3cc;
    padding: 5px;
    margin: auto;
	margin-top: 5px;
}
.upbox{
	margin: auto;
    display: block;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.mt5{
	margin-top:5px;
}
.readonly{
	background-color:#ececec;
	width:100%;
	padding:5px;
	display:block;
	border-radius:5px;
	
}
.edtprflbtn{
	background-image: url(../../images/sicons/edtprfl.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    background-size: contain;
    right: 47px;
    bottom: 16px;
}
.uppbx{
	width: 200px;
    margin: auto;
    position: relative;
}