/**/
/* normal state */
/**/
.body{background: #eee;}
header{text-align:center;}
.cent{text-align:center;}
.sky-form .toggle i:before {
	background-color: #43bf43;	
}
.sky-form .button {
	background-color: #43bf43;
}
.trow{border: 1px solid #91e393 !important;
    background: #eee !important;
	color: #43bf43;}
.trow label h3{text-align:center;
	color: #43bf43;font-weight: bold;
    font-size: 16px;}
.brow label p{text-align:center;font-weight: bold;
    font-size: 14px;}

.brow .row{border-bottom: 1px solid #91e393 !important;     padding: 10px 0;}
.brow .row section{padding: 0 !important; margin: 0 !important;}
.brow .row section a{ background-color: #2da5da;
    color: #fff;
    text-decoration: none;
    padding: 10px;}
.brow .row section lst{ margin-bottom: 0;}

.brow , .trow	{font: 14px Georgia, "Times New Roman", Times, serif;}
.pagination{    background-color: #444B6E;
    padding: 5px 10px;
    border: 2px solid #3D315B;
    line-height: 34px;
    color: #fff;font-family: 'Poppins';font-size: 16px;
    font-weight: bolder;}
	.pagination a{border: 1px solid;
    padding: 4px;
    text-decoration: none;
    color: #fff;    margin: 0px 2px;}
	.cpage{border: 1px solid;
    padding: 4px;
    text-decoration: none;
    color: #43bf43;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 2px;}
	
	
	
	@media screen and (max-width: 600px){
.trecord{display:block;}
	}
	.alert{background-color: #e36159;
    border-color: #e1554c;
    color: #FFF;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;}
	
	.alert-primary {
    background-color: #0088CC;
    border-color: #007ebd;
    color: #FFF;
}
.dnone {
    display: none;
}
.cfont{    font-size: 18px;    border-bottom: 1px dashed;
    margin-bottom: 25px !Important;}
.cfont label , .cfont .input , .cfont .checkbox, .cfont .select{text-align:center !important;}
.cChkBox{width:100%;height:50px;}
/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
	border-color: #91e393;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
	color: #43bf43;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #43bf43;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #43bf43;	
}
.sky-form .checkbox input + i:after {
	color: #43bf43;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #43bf43;	
}
.sky-form .rating input:checked ~ label {
	color: #43bf43;	
}