/*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;
    padding-bottom: 12px;
}
img.logo{
    margin-top: 6px;
}
.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;
    color: #292929;
}
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;
}
.pdng_rgt{
	padding-right:0;
}
footer a {
    color: #e4e4e4;
    font-family: P_R;
    font-size: 11px;
    letter-spacing: 1px;
}
footer{
    position: absolute;
    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;
}
.menu{
    background: #4866af;
}
ul.mymenu{
	list-style: none;
}
ul.mymenu>li a {
    color: #fff;
    padding: 7px 15px 8px;
    display: inline-block;
    font-family: P_B;
    letter-spacing: 1px;
}
ul.mymenu>li {
    float: left;
    padding: 0 15px ;
    margin-bottom: 4px;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #212121;
    border-radius: 5px;
}
a.dash_bx{
    display: block;
    text-align: center;
    background: #f0f3f9;
    padding: 9px;
    box-shadow: 0px 4px 5px #00000021;
    color: #414141;
    font-family: P_B;
    margin-top: 20px;
    transition: 0.5s;
}
.blue p{
    font-size: 18px;
    background: #3eb5e285;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding-top: 15px;
    margin: auto;
    color: #ffffff;
    box-shadow: 0px 4px 4px #00000040;
    border: 2px solid #3eb5e2;
}
.red p{
    font-size: 18px;
    background: #de363685;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding-top: 15px;
    margin: auto;
    color: #ffffff;
    box-shadow: 0px 4px 4px #00000040;
    border: 2px solid #e23e3e;
}
.yellow p {
    font-size: 18px;
    background: #2163f570;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding-top: 15px;
    margin: auto;
    color: #ffffff;
    box-shadow: 0px 4px 4px #00000054;
    border: 2px solid #2568ff;
}
.green p{
    font-size: 18px;
    background: #02750066;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    padding-top: 15px;
    margin: auto;
    color: #ffffff;
    box-shadow: 0px 4px 4px #00000040;
    border: 2px solid #31b510;
}
a.dash_bx hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #d6d6d6;
}
a.dash_bx h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
a.dash_bx:hover, a.dash_bx:focus{
	box-shadow: none;
	text-decoration: none;
}
.top_header{
    background: #505050;
}
.top_header p {
    margin: 0;
    color: #fff;
    font-family: P_R;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 4px 0;
}
.dropdown-menu{
	background-color: #4866af;
	border-top: 2px solid #fff;
	margin-top: 5px !important;
	padding: 5px;
}
.dropdown-menu>li>a{
	margin-bottom: 5px;
	font-size: 13px;
}
.dropdown-menu>li>a:hover {
    background: #fff;
    display: block !important;
    width: 100%;
    color: #000 !important;
    border-radius: 5px;
    margin-bottom: 5px;
}   
p.some_txt {
    text-align: center;
    font-family: P_B;
    letter-spacing: 1px;
    color: #272727;
    margin-bottom: 15px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
}
@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;
}
}