/*body { 
    font-size: 12px !important;
}*/
.btn {
	font-size: 12px;
}
body div.container.mt{
	min-height:418px;
}
.btn-theme {
    color: #fff !important;
    background-color: #00b0ef !important;
    border-color: #00b0ef !important;
    margin: 4px;
}
fieldset {   
    padding: 10px;
    margin: 15px 0px;
    border: 1px solid #c0c0c0;    
}
fieldset legend {
	width: unset;
	border: unset;
}
.fronttablediv{
    width: 100%;
    overflow: auto;
}
.fronttablediv table{
    margin-bottom: 0px;
}
.fronttablediv table td{
    min-width: 100px;
}
.myacctmenu li a{
	margin-top:15px;
	width:200px;
}
.text-capitalize{
	text-transform: capitalize;
}
.navrow li{
	display: inline-block;
	width: 49%;
	text-align: center;
	background:#afd8e9;
	font-size:18px;
}
.navrow li:first-child{
	border-radius: 10px 0 0 10px;
	margin-right: -3px;
}
.navrow li:nth-child(2){
	border-radius: 0 10px 10px 0;
}	
.navrow li.active{
	background:#70d945;
}
.navrow li a{
	color:#FFF;
}

.navrow.threechild li{	
	width: 33%;	
}
.navrow li:nth-child(2){
	border-radius: 0;
}
.navrow li:nth-child(3){
	border-radius: 0 10px 10px 0;
}
div.line{
	display: none;
}
/*.form-group {
    margin-bottom: 15px;
}*/
#blue {	
	background: linear-gradient(to right, #70D945, white);
    height: 90px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#blue h3 {
	color: white;
	margin-left: 15px;
}
.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}
.hide{
	display: none;
}
h4, .h4 {
    font-size: 18px;
}
.hline {
    border-bottom: 2px solid #384452;
}
.medical_status_div{
	font-size: 9px;
}

form .form-group.row{
	flex-direction: column;
}

.form-controlchk{
	width: 16px;
	height: 16px;
	margin-right: 7px !important;
	vertical-align: middle;
	margin-bottom: 9px !important;
}
.pl-0{
	padding-left: 0px;
}
.pr-0{
	margin-left: 0px;
}
form>.form-group.row>.col-sm-2.form-control-label{
	width: 100%;
}
form>.form-group.row>.col-sm-10{
	width: 95%;
}
form>.form-group.row{
	margin-bottom: 7px;
}
.twoColForm{
	display: flex;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
}

.twoColForm .form-group.row,
.twoColForm fieldset
{
	width: 50%;
}

div.alert{
	z-index: 99;
}
.TwoWDScroll{
	padding-bottom: 40px;
}
.row {
    --bs-gutter-x: 5px;
}    