/*Created by Rochona*/

@font-face{
	font-family:'P_B';
	src:url(../fonts/Philosopher-Bold.ttf);
	}
@font-face{
	font-family:'P_BI';
	src:url(../fonts/Philosopher-BoldItalic.ttf);
	}
@font-face{
	font-family:'P_R';
	src:url(../fonts/Philosopher-Regular.ttf);
	}
@font-face{
	font-family:'P_I';
	src:url(../fonts/Philosopher-Italic.ttf);
	}
body,
html { height: 100%;}

header {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(218, 227, 249) 100%);
    border-bottom: 4px ridge #4866afd1;
}
img.logo{
    margin-top: 6px;
    padding: 0 !important;
}
.title h3{
	    font-family: P_B;
    letter-spacing: 1px;
    font-size: 22px;
    color: #1a529f;
    margin: 0;
}
.title h4 {
    font-family: P_B;
    color: #272727;
    margin: 16px 0 3px;
    font-size: 18px;
}
.title p {
    margin: 5px 0 0px;
    font-family: P_B;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}
h3.welcome{
    text-align: center;
    font-family: P_B;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a529f;
}
h3.ntc_hd {
    background: #4866af;
    color: #fff;
    text-align: center;
    font-family: P_B;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    padding: 8px;
    border-radius: 5px;
}
.notice_brd {
    background: #4866af14;
    padding: 10px;
    box-shadow: 0px 6px 5px #00000026;
    font-family: P_R;
    color: #000;
    line-height: 22px;
    height: 276px;
    margin-bottom: 20px;
}
.notice_brd p {
    background: #fff;
    padding:7px 10px;
    box-shadow: 0px 5px 5px #0000000d;
    margin-bottom: 7px;
}
.notice_brd p>a{
    color: #000;
}
.notice_brd p>a:hover{
    color: #de2323;
    text-decoration: none;
}
.margn_tp{
	margin-top: 30px;
}
.area_cllpse{
    background: #4866af;
    color: #fff;
    text-align: center;
    font-family: P_B;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 5px;
}
.fxd_hgt{
	overflow-y: scroll;
}
.pdng_left{
	padding-left:0 !important;
}
.pdng_rgt{
	padding-right:0;
}
footer a {
    color: #e4e4e4;
    font-family: P_R;
    font-size: 11px;
    letter-spacing: 1px;
}
footer{
    position: relative;
    bottom: 0;
    background: #4866af;
    width: 100%;
    padding: 10px;
    box-shadow: 0px -6px 5px #00000014;
}
footer a:hover{
	color: #fff;
}
.notice{
    background: #4866af0f;
    border: 1px solid #4866afc2;
    padding: 6px;
}
.notice a {
    color: #333333;
    text-decoration: none;
    font-family: P_R;
    letter-spacing: 1px;
    margin-right: 10px;
}
.ntce_mrqe{
    background: #4866af;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-family: P_B;
    font-size: 16px;
    letter-spacing: 1px;
    height: 34px;
}
.rigt{
	text-align: right;
}
.control-group{
	box-shadow:none;
}
.control-group {
    padding: 18px 6px 0 6px;
}
.control-group .span12 {
    border: 1px solid #4866af5e !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 17px 10px;
}
.span12 {
    border: 1px solid #4866af5e !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 17px 10px;
}
label.control-label, .radio.inline, .checkbox.inline{
    color: #121212;
    letter-spacing: 0px;
    font-family: P_B;
}
.no_height{
	height: auto;
}
.top_gap{
	margin-top: 70px;
}
input.fix-wid{
	width:90% !important;
}
span.iicons{
	width: 31px;
    background: #4866af;
    display: inline-block;
    height: 36px;
    position: absolute;
    color: #fff;
    padding: 7px 10px;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #4866af !important;
}
.wrapper{
    min-height: 622px;
    margin: 0;
}
.my_tbble tr td, .my_tbble tr th, .my_tbble{
	border:none !important;
	background: transparent !important;
}
span.dott{
	position: absolute;
	right:0;
	top: 0;
}
#container{
	padding-bottom: 0;
}
.pdng_bdy{
    padding: 0 30px;
}
.navigation > li > a{
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgb(218, 227, 249) 100%);
}
h3.hdng_tp{
    background: linear-gradient(26deg,#ffffff ,#4866af59, #ffffff);
    text-align: center;
    font-family: P_B;
    letter-spacing: 1px;
    font-size: 20px;
    color: #000;
    padding: 3px;
    margin-bottom: 20px;
}
.table th {
    font-weight: bold;
    text-align: left;
    background: #4866aff2;
    color: #fff;
    font-family: P_B;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 3px 10px !important;
}
.table{
	margin-bottom:45px !important;
}
.navigation > li > a:hover{
	text-decoration:none;
}
.statistics > li {
    min-width: 150px;
    margin: 10px 8px;
    position: relative;
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 12px;
    box-shadow: 0px 5px 5px #00000008;
    font-family: P_B;
}
.green-square {
    background: #b1c739;
}
.top-info > a > i {
    padding: 0px 0px;
}
.top-info > a {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}
.navigation > li > ul > li > a:hover {
    box-shadow: -1px 0 0 #516db3, 2px 0 0 #4866af inset;
    -webkit-box-shadow: -1px 0 0 #4866af, 2px 0 0 #4866af inset;
    -moz-box-shadow: -1px 0 0 #EF705B, 2px 0 0 #EF705B inset;
}
.navigation > li > ul > li > a:hover {
    color: #4866af;
}
.pdng_bdy>table tr td a {
    color: #ffffff;
    text-decoration: none;
    background: #4866af;
    padding: 8px;
    border-radius: 2px;
    font-family: P_B;
    font-size: 12px;
}
@media (min-width:320px) and (max-width:767px){
	.notice_brd {
    height: auto;
}
.pdng_left {
    padding-left: 15px;
}
.ntce_mrqe{
	margin:0;
}
.pdng_rgt{
	padding-right:15px;
}
footer {
    position: relative;
    margin-top: 20px;
	}
.margn_tp {
    margin-top: 10px;
}
header{
	text-align: center;
}
img.logo {
    margin-top: 6px;
    height: 75px;
    margin: 6px auto 0;
}
.title h4 {
    margin: 12px 0 6px;
    font-size: 15px;
}
.title h3 {
    letter-spacing: 0px;
    font-size: 18px;
    margin: 0;
    padding: 0 5px;
}
.rigt{
	text-align: center;
}
img.cmm{
	margin: 6px 0;
}
}