@import url('plugin-style.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
<<<<<<< HEAD
/* @import url('https://kit-pro.fontawesome.com/releases/v5.15.1/css/pro.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css'); */
=======

/* @import url('https://kit-pro.fontawesome.com/releases/v5.15.1/css/pro.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
 */
>>>>>>> mhm-icon-sanket

/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ol, ul {
	list-style: none
}

hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #999;
	margin: 5px 0;
	padding: 0;
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

body {
	line-height: 1;
	font: 12px 'Poppins', sans-serif;
	color: #000;
	background: #f3f4f6;
	margin: 0px;
	padding: 0px;
}

/*global classes*/
.wraper {
	width: calc(100% - 20px);
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	margin-top: 135px;
	min-height: 75vh;
}

.clear {
	clear: both
}

.clumn {
	width: 198px;
	float: left
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.AR {
	text-align: right !important
}

.AL {
	text-align: left !important
}

.AC {
	text-align: center !important
}

.marB25 {
	margin-bottom: 25px
}

.h300 {
	min-height: 270px;
}

.h300 {
	padding: 0px 10px 10px 15px;
	border: 1px solid #ccc;
	margin: 10px 10px 20px 10px;
}

.marT25 {
	margin-top: 25px
}

.error_msg {
	color: #F00;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 18px 'Poppins', sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a {
	color: #1a85c4
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold
}

input[type="button"], input[type="submit"] {
	border: none;
	cursor: pointer;
	outline: none;
}

/*Global Classes End*/

/*Table Format Start*/
.tableFormat {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.tableFormat td, .tableFormat th {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}

.tableFormat th:first-child {
	border-left-color: #000;
}

.tableFormat th {
	background: #000;
	color: #fff;
	border-left-color: #fff;
}

/*Table format end*/

/*form in 2 clumn*/
.formLayout {
	padding: 25px 0
}

.formLayout .formRow {
	margin-bottom: 12px;
}

.formRow label {
	min-width: 20%;
	display: block;
	float: left;
	font: 14px/22px 'Poppins', sans-serif;
}

.formRow input[type="text"], .formRow input[type="password"], .formRow input[type="email"], .formRow input[type="number"] {
	border: 1px solid #000;
	width: 76%;
	padding: 0 1.7%;
	height: 22px;
}

.formRow .inline {
	float: left;
	width: 80%;
}

.formRow .inline .clumn {
	width: 45%;
}

.formRow .inline label {
	min-width: auto;
}

.formRow input[type="checkbox"], .formRow input[type="radio"] {
	margin: 5px 7px 0
}

.formRow.submitBtn {
	padding: 10px 0;
}

.formRow.submitBtn input[type="button"], .formRow.submitBtn input[type="submit"] {
	display: block;
	padding: 7px 15px;
	text-align: center;
	background: #093;
	color: #fff;
}

/*form in 2 clumn/ End*/

/*Please uncomment the below code if you want to use one column layout*/

/*form in 1 clumn layout*/

/*
.formRow label{min-width:100%;}
.formRow input[type="text"],.formRow input[type="password"],.formRow input[type="email"],.formRow input[type="number"]{width:96%;}
.formRow .inline{float:left;width:100%;}
.formRow.submitBtn input[type="button"],.formRow.submitBtn input[type="submit"]{display:inline-block}
*/

/*form in 1 clumn End*/

/*overlay Css*/

/* .overlay{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.5) ;z-index:1000;display:none;}
.overlayBox{background:#fff;position:absolute;z-index:1001;display:none;margin:0 auto;min-width:250px;min-height:100px; top:183px !important;}
.overlayBox .closeBtn {background: #fff;color: #000;cursor: pointer;font: 400 24px 'Poppins', sans-serif;position: absolute;right: 8px;top: 10px;z-index: 1002;width: 25px;height: 25px;align-items: center;justify-content: center;display: flex;border-radius: 50%;}
.overlayBox .closeBtn:hover{background: #000;color: #fff;}
.overlayBox .heCloseBtn {background: none repeat scroll 0 0 #424647;color: #FFFFFF;cursor: pointer;font: bold 13px 'Poppins', sans-serif;padding: 5px 8px;position: absolute;right: 8px;top: 7px;z-index: 1002;}
#member-data-entery .closeBtn {display:none !important;}
.overlayBoxdata{background:#fff;position:absolute;z-index:1001;display:none;margin:0 auto;min-width:250px;min-height:100px; top:183px !important;}
.overlayBoxdata .closeBtn_no_refresh {background: none repeat scroll 0 0 #424647;color: #FFFFFF;cursor: pointer;font: bold 13px 'Poppins', sans-serif;padding: 5px 8px;position: absolute;right: 8px;top: 7px;z-index: 1002;} */

/*overlay Css*/
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.overlayBox {
	background: #fff;
	position: absolute;
	z-index: 1001;
	display: none;
	margin: 0 auto;
	min-width: 250px;
	min-height: 100px;
	top: 80px !important;
}

.overlayBox .closeBtn {
	background: #fff;
	color: #000;
	cursor: pointer;
	font: 400 24px 'Poppins', sans-serif;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1002;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	display: flex;
	border-radius: 50%;
}

.overlayBox .closeBtn:hover {
	background: #000;
	color: #fff;
}

.overlayBox .heCloseBtn {
	background: none repeat scroll 0 0 #424647;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 13px 'Poppins', sans-serif;
	padding: 5px 8px;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 1002;
}

#member-data-entery .closeBtn {
	display: none !important;
}

.overlayBoxdata {
	background: #fff;
	position: absolute;
	z-index: 1001;
	display: none;
	margin: 0 auto;
	min-width: 250px;
	min-height: 100px;
	top: 183px !important;
}

.overlayBoxdata .closeBtn_no_refresh {
	background: none repeat scroll 0 0 #424647;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 13px 'Poppins', sans-serif;
	padding: 5px 8px;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 1002;
}

/*custom drop down start*/
.dropDownCnt {
	width: 150px;
	border: 1px solid #000;
	position: relative;
}

.dropDownCnt h2 {
	padding: 5px 7px;
	font: 16px 'Poppins', sans-serif;
	background: url(../images/drop-down-arrow.gif) no-repeat right center;
	cursor: pointer;
}

.dropDownList {
	position: absolute;
	left: -1px;
	top: 28px;
	border: 1px solid #000;
	width: inherit;
	background: #fff;
	border-top: none;
	display: none;
}

.dropDownList ul li {
	cursor: pointer;
	padding: 5px 7px;
}

/*custom drop down end*/

/*Custon Slider start*/
.slider {
	overflow: hidden;
	width: 1024px;
	height: 300px;
	border: 1px solid #000;
	position: relative;
}

.slider li {
	float: left;
}

.slider li img {
	width: 100%;
}

.controls a {
	width: 48px;
	height: 48px;
	display: block;
	top: 39%;
	position: absolute;
	background: none no-repeat 0 0;
}

.controls .prev {
	left: 10px;
	background-image: url(../images/prev.png)
}

.controls .next {
	right: 10px;
	background-image: url(../images/next.png)
}

/*Custon Slider end*/
.loginCntr {
	width: 495px;
	margin: 0 auto;
	background: #fff;
	border: #dcdcdc solid 1px;
	border-radius: 8px;
	padding-bottom: 12px;
}

.logoCntr {
	float: left;
	height: 300px;
	margin: 15px 14px 0 14px;
	padding-top: 0px;
	width: 95px;
}

.lognInfo {
	float: left;
	margin: 20px 0 0 0;
	border-left: 1px solid #DCDCDC;
	padding-left: 40px
}

.lognInfo h1 {
	text-align: left;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 20px;
	vertical-align: middle;
	padding-bottom: 10px
}

.lognInfo label {
	color: #888888;
	display: block;
	margin: 7px 0 4px 0;
	padding-top: 5px;
	padding-bottom: 0px;
}

.lognInfo input {
	box-shadow: 0;
	border: #cccccc solid 1px;
	border-radius: 4px !important;
	padding: 5px;
	color: #555555;
	width: 200px;
}

.lognInfo input[type=checkbox] {
	display: inline-block;
	margin-top: 10px;
	width: 15px;
}

.lognInfo a {
	color: #333331;
}

.lognInfo input[type=submit] {
	background: #176f9d;
	color: #fff;
	width: 70px;
	margin-top: 20px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

.pssLnk {
	margin: 0 auto;
	text-align: right;
	width: 495px;
	padding-top: 12px
}

.pssLnk a {
	color: #369fbf;
}

.headrcntr {
	background: #fff;
	padding: 5px 0;
	position: relative;
	z-index: 1;
}

.headrcntr .logoLeft {
	float: left;
	padding: 0px
}

.headrcntr .proflCntr {
	float: right;
	font-size: 11px;
	width: 21%;
	padding: 0px;
	margin-right: -1%;
	margin-top: 20px;
}

.proflCntr .picP {
	float: left;
	color: #323431;
}

.proflCntr .picPxt {
	color: #323431;
	margin-top: 0px;
	font-size: 11px;
}

.proflCntr .picPxt p {
	margin-top: 4px;
}

.proflCntr .picPxt p a {
	color: #36aed1;
	font-size: 11px;
}

/* .drpCntnt{ padding:0px 10px; margin-bottom:0px; background-color:#424647; height:35px;} */
.drpCntnt {
	float: left;
}

.drpCntnt ul {
	margin-left: 15px;
}

.drpCntnt>ul>li.hasdropdown {
	padding-right: 25px;
}

.drpCntnt ul li {
	float: left;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	position: relative;
	text-align: left;
}

.drpInfo {
	display: none;
}

/*.drpCntnt ul li:first-child:hover{ background:none; padding-bottom:11px;}*/
.drpCntnt ul li:hover .drpInfo {
	display: block;
	position: absolute;
	width: 160px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	top: 76px;
	border-top: none;
	left: 0px;
	background-color: #2d2f30;
}

.drpInfo a {
	display: block;
	padding: 5px;
}

.drpInfo a:hover {
	background: #000;
}

.bdyCntent {
}

.bdyCntent .col-1 {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.col-1 .gPart {
	background: #759a00;
	padding: 12px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.col-1 .gPart span {
	display: inline-block;
	margin-top: 5px;
}

.taskC {
	float: right;
	background: #fff;
	color: #759a00;
	padding: 5px;
	border-radius: 4px;
	margin-top: 0px !important;
}

.cntTXT {
	border: #cccccc solid 1px;
	padding: 15px 20px 10px 20px;
	background: #FFF
}

.cntTXT input[type=text] {
	display: block;
	border: #cccccc solid 1px;
	border-radius: 4px !important;
	padding: 4px;
	color: #555555;
	width: 190px;
	border-right: none;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	float: left;
	outline: none !important;
}

.cntTXT input[type=button] {
	width: 36px;
	height: 26px;
	padding: 0px;
	display: block !important;
	background: url(../images/addpng.png) no-repeat 0px 0px;
	float: left;
}

.cntTXT h1 {
	font-size: 12px;
	color: #323431;
	font-family: 'Poppins', sans-serif;
	margin: 20px 0 10px 0px;
	background: #f6f6f6;
	padding: 10px 0 10px 10px;
	border-radius: 10px;
}

.cntTXT ul li {
	padding: 7px 0 12px 10px;
	border-bottom: #efefef solid 1px;
	background: url(../images/libg.jpg) no-repeat center left;
	margin-bottom: 5px;
}

.cntTXT ul li:last-child {
	border-bottom: none;
}

.cntTXT ul li input[type=checkbox] {
	display: inline-block;
	padding-top: 2px;
	margin: 0px;
	height: 17px;
}

.cntTXT ul li label {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top !important;
}

.cntTXT ul li label span {
	text-decoration: line-through;
	color: #898788;
}

.footrTxt {
	padding: 30px 0;
	border-top: #CCC 0px solid;
	margin: 20px 0
}

.pageName {
	padding: 10px; /*border:#cccccc solid 1px;*/
	margin-bottom: 0px;
}

.srchEngn {

	/*background:#FFF;border:#cccccc solid 1px; width:90%; margin:0 auto;*/
}

.srchEngn h2 {
	background: none repeat scroll 0 0 #759A00;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 10px;
}

.srchEngn p {
	margin: 0 5px 5px 5px; /*border-bottom:#000 solid 1px;*/
	padding-bottom: 5px;
}

.srchEngn p span {
	text-decoration: underline;
}

.PrmtrCntr {
	margin-left: 25px;
}

.PrmtrCntr .Dv1 {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.PrmtrCntr .Dv1 label {
	margin-right: 5px;
	display: inline-block;
}

.PrmtrCntr .Dv1 input[type=text] {
	padding: 5px;
	width: 160px;
}

.PrmtrCntr .Dv1 select {
	width: 170px;
	padding: 5px;
}

.PrmtrCntr .Dv1 input[type=checkbox] {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
}

.PrmtrCntr .Dv1 input[type=radio] {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

.btnCntr {
	text-align: right;
	margin: 5px 20px;
}

.gryDv {
	background: #a2a2a2;
	padding: 5px;
}

.gryDv [type=button] {
	width: 60px;
	background: #424647;
	color: #fff;
	padding: 5px 0 5px 0;
	display: inline-block;
	border-right: #a2a2a2 solid 1px;
	border-radius: 5px;
}

.gryDv [type=reset] {
	width: 100px;
	background: #424647;
	color: #fff;
	padding: 5px;
	display: inline-block;
	border: 0px;
	border-radius: 5px;
}

.tbleCntr p {
	margin: 10px 5px 5px 5px;/* border-bottom:#000 solid 1px;*/
	padding-bottom: 5px;
}

.tbleCntr p span {
	text-decoration: underline;
}

.tbleCntr ul {
	border: #cccccc solid 1px;
}

.tbleCntr ul li input[type=checkbox] {
	margin: 0px;
}

.tbleCntr ul li span {
	font-weight: bold;
	color: #323234;
}

.tbleCntr ul li {
	float: left;
	padding: 7px 0 7px 0;
	text-align: center;
	border-bottom: #cccccc solid 1px;
	width: 900px;
}

.bg1 {
	background: #f0f3f5;
}

.bg2 {
	background: #f6f6f6
}

.bg3 {
	background: #fff;
}

.tbleCntr ul li div {
	float: left;
	width: 50px;
}

.tbleCntr ul li div + div {
	float: left;
	width: 128px;
}

.tbleCntr ul li div + div + div {
	float: left;
	width: 250px;
}

.tbleCntr ul li div + div + div + div {
	float: left;
	width: 148px;
}

.tbleCntr ul li div + div + div + div + div {
	float: left;
	width: 148px;
}

.tbleCntr ul li div + div + div + div + div + div {
	float: left;
	width: 148px;
}

.pagerCnt {
	text-align: right;
	width: 100%;
}

span.current {
	background: #79b833 !important;
	border-radius: 5px !important;
	width: 25px !important;
	min-width: 25px !important;
	height: 25px !important;
	min-height: 25px !important;
	display: inline-block !important;
	padding: 5px !important;
	text-align: center !important;
}

.pagerCnt ul {
	margin: 0 auto;
	width: 200px;
	padding: 0 0 30px 0;
	height: 20px;
}

.pagerCnt ul.pagination li {
	float: left;
	padding: 10px 3px !important;
	border: none !important;
	height: auto;
	margin: 0;
}

.pagerCnt ul.pagination li.prev, .pagerCnt ul.pagination li.next {
	margin-top: 0px;
}

.pagerCnt ul.pagination li a {
	padding: 5px;
	border: #cccccc solid 1px;
	border-radius: 5px;
	display: inline-block;
	background: #FFF
}

.pagerCnt ul.pagination li.current a {
	background: #368ba8;
	color: #fff;
}

.pagerCnt ul.pagination li.prev a, .pagerCnt ul.pagination li.next a {
	width: 27px;
	padding: 5px;
	border: #cccccc solid 1px;
	border-radius: 5px;
}

.pagerCnt ul.pagination li.next a {
	background-position: -185px 0;
}

.formCntr p {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
}

.formCntr .fldCntr {
	border: #cccccc solid 1px;
	padding: 10px;
	background: #FFF;
}

.formCntr h2 {
	background: none repeat scroll 0 0 #759A00;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 10px;
}

.fldCntr .dvF1 label {
	display: block;
	margin-bottom: 5px;
	color: #323335;
}

.fldCntr .dvF1 label {
	display: block;
	margin-bottom: 5px;
	color: #323335;
}

.fldCntr .dvF1 select {
	display: block;
	width: 380px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
}

.fldCntr .dvF1 input[type=text] {
	width: 380px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
}

.fldCntr .dvF1 td {
	padding: 5px 0
}

.fldCntr .dvF1 input[type=checkbox] {
	margin: 0px;
	vertical-align: middle;
}

.fldCntr .dvF1 input[type=radio] {
	margin: 0px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.fldCntr .dvF1 textarea {
	vertical-align: top;
	width: 100% !important;
}

.sbtBtn {
	text-align: center;
	padding: 10px 0 10px 0;
}

.sbtBtn [type=button], [type=submit] {
	padding: 5px;
	min-width: 100px;
}

.sbtBtn [type=radio] {
	color: #fff;
	margin: 0px;
	margin-right: 5px;
}

.frm {
	padding: 15px
}

.frm td {
	padding: 10px 0;/*width: 1px;*/
}

.frm td input[type="text"], .frm td select {
	margin: 0 10px 0 3px;
	border: #BBB 1px solid;
	border-radius: 4px;
	width: 189px;
	padding: 4px
}

.frm td input.timepicki-input {
	width: 48px;
}

.frm td select {
	width: 200px
}

input[type="button"], [type=submit] {
	background: none repeat scroll 0 0 #424647;
	border: medium none;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 25px;
	border-radius: 4px;
}

/*.accordionstyle td:nth-child(1) {
   border-left: #000 1px solid !important;
}
.accordionstyle td {
   border-right: #000 1px solid !important;
   border-bottom: 1px solid #000 !important;
   border-top: 1px solid #000 !important;
}*/
.loader {
	background: url(../images/loadernew.gif) no-repeat scroll center center rgba(255, 255, 255, 0.75);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
}

.tblCntr {
	padding-top: 40px;
	background: url(../images/arr-dwn.png) no-repeat 20px top;
}

.tblCntr th, .tblCntr td {
	padding: 10px 5px;
	font-size: 12px;
	border-right: #CCC 0px solid !important;
}

.tblCntr td {
	border-bottom: 1px solid #f0f0f0;
}

.tblCntr tr th:first-child {
	border-radius: 10px 0px 0px 10px;
}

.tblCntr tr th:last-child {
	border-radius: 0px 10px 10px 0px;
}

.tblCntr th {
	background: #f8f9fb;
	color: #8f929e;
	font-weight: bold;
	padding: 20px 5px !important;
	text-align: left;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #f0f0f0 !important;
	border-top: 1px solid #f0f0f0 !important;
	min-width: 95px;
}

.tblCntr td {
	vertical-align: top;/*word-break: break-all;*/
}

.tblCntr td .wordbreak {
	white-space: nowrap;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tblCntr td p, .tblCntr td a {
	color: #272b41;
}

.tblCntr .odd td {
	background: #F6F6F6
}

.tblCntr .dataBoxTbl td {
	font-family: 'Poppins', sans-serif !important
}

.dataBoxTbl td {
	font-family: 'Poppins', sans-serif !important
}

.tblCntr tr:nth-child(odd) {
	background-color: #f3f4f6;
}

.breadcrumsOuter {
	display: table;
	line-height: 0;
	clear: both;
}

#breadcrumbs {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 14px 0 8px;
	width: 100%;
	position: relative;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
	color: #555555;
	display: block;
	padding: 3px 6px 3px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#breadcrumbs a:before {
	border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.08) rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 13px 0 13px 14px;
	content: "";
	left: -14px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
}

#breadcrumbs a:after {
	border-bottom: 13px solid rgba(255, 255, 255, 0);
	border-left: 14px solid rgba(0, 0, 0, 0.08);
	border-top: 13px solid rgba(255, 255, 255, 0);
	content: "";
	margin-top: -13px;
	position: absolute;
	right: -14px;
	top: 50%;
}

#breadcrumbs span {
	color: #444444;
	display: block;
	padding: 2px 10px;
}

#breadcrumbs li {
	float: left;
	margin: 0 18px 6px 0;
	line-height: 20px;
}

.para-details {
	display: none;
	position: absolute;
	top: 30%;
	margin: 0 auto;
	left: -27%;
	z-index: 1002;
	width: 55%;
	margin-left: 50%;
}

.para-details table th {
	background: #a2a2a2;
	font-weight: 600
}

.overlay-1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.para-details .close {
	background: none repeat scroll 0 0 #424647;
	color: #ffffff;
	cursor: pointer;
	font: bold 13px 'Poppins', sans-serif;
	padding: 5px 8px;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 1002;
}

.para-details table th, .para-details table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.export-details {
	display: none;
	position: absolute;
	top: 30%;
	margin: 0 auto;
	left: -27%;
	z-index: 1002;
	width: 55%;
	margin-left: 50%;
}

.export-details table th {
	background: #a2a2a2;
	font-weight: 600
}

.overlay-1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.export-details .close {
	background: none repeat scroll 0 0 #424647;
	color: #ffffff;
	cursor: pointer;
	font: bold 13px 'Poppins', sans-serif;
	padding: 5px 8px;
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 1002;
}

.export-details table th, .export-details table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.blue-heading {
	color: #fff;
	background: #4b9ac5;
	padding: 5px
}

.userinfo {
	padding: 20px 10px;
	border-bottom: solid 1px #333;
	margin-bottom: 5px;
	font-size: 14px
}

.userinfo span {
	font-weight: bold
}

.userinfo div {
	margin-bottom: 10px
}

.border {
	border: solid 1px #ccc
}

.left-component {
	width: 47%;
	border: solid 2px #666;
	padding: 5px;
}

.left-component h2 {
	font-size: 16px;
	border-bottom: solid 1px #333;
	padding-bottom: 5px
}

.left-component .statistics {
	overflow: auto;
	height: 464px
}

.right-component .statistics {
	overflow: auto;
	height: 464px
}

.right-component {
	width: 47%;
	border: solid 2px #666;
	padding: 5px
}

.right-component h2 {
	font-size: 16px;
	border-bottom: solid 1px #333;
	padding-bottom: 5px
}

.right-component .flag-orange {
	background: #ff6600;
	padding: 6px 10px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 35px;
	border: solid 1px #333
}

.right-component .flag-green {
	background: #00cd9c;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 36px;
	border: solid 1px #333
}

.right-component p {
	padding-bottom: 3px
}

.value-blue {
	background: #0165ff
}

.value-orange {
	background: #ff6600;
}

.value-green {
	background: #00cd9c
}

.category {
	padding: 25px
}

.accordion-toggle {
	color: #fff;
	padding: 5px;
	background: url(../images/cat-plus.png)  99% 4px  no-repeat #4b9ac5;
	margin-top: 10px;
	cursor: pointer
}

.accordion-content {
	display: none
}

.table-grid {
	font-size: 14px
}

.table-grid th {
	background: #a2a2a2;
	font-weight: 600;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 8px;
	color: #fff;
	font-size: 18px
}

.table-grid td {
	padding: 8px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	color: #333;
	font-weight: bold
}

.spec_sugg {
	border: solid 1px #ccc !important;
	width: 36%;
	border-radius: 5px;
	background: #edecec
}

.spec_sugg li:hover a {
	background: #a2a2a2;
	color: #fff
}

.spec_sugg li {
	line-height: 20px;
}

.spec_sugg li a {
	display: block;
	padding-left: 5px
}

.status a {
	padding: 2px 4px;
	border-radius: 5px;
	background-color: #CCC;
	margin: 2px 0px;
	display: inline-block;
}

.status a:hover {
	padding: 2px 4px;
	border-radius: 5px;
	background-color: #999;
	color: #FFF !important;
}

.text-width {
	width: 90px;
}

.btn-eleg {
	padding: 5px;
	border-radius: 5px;
	background-color: #ccc;
	margin: 2px 0px;
	display: inline-block;
	color: #000;
}

.table_tree th {
	background: #919699;
	color: #FFF;
	font-weight: bold;
	padding: 6px 5px !important;
	text-align: center;
	border: 1px solid #FFF;
}

.prescription-management-table {
	width: 48%;
	float: left;
	border-collapse: collapse;
	margin: 1.2% 1%;
	box-shadow: 2px 2px 3px #ccc;
	word-break: break-word;
	height: 66px;
	max-height: 205px;
}

.order-history-table {
	width: 98%;
	float: left;
	margin: 1.2% 1%;
	box-shadow: 2px 2px 3px #ccc;
	word-break: break-word;
	height: 66px;
	max-height: 205px;
	border-radius: 10px;
}

.investigation-div {
	border: 1px solid #ccc;
	width: 87%;
	margin: 0 auto;
	bottom: 10px;
	position: relative;
	border-top: none;
	display: none;
}

.investigation-div button {
	border: none;
	color: #fff;
	background: #666666;
	padding: 10px 30px;
	border-radius: 5px;
	margin: 10px;
}

.order-history-table td {
	font-weight: bold;
}

.order-history-table td span {
	font-weight: normal;
}

.prescription-management-table td {
	padding-left: 20px;
}

.prescription-management-table #short-discription {
	padding: 20px;
	line-height: 22px;
}

.fotter-btn .read-more-btn {
	text-decoration: none;
	color: #fff;
	padding: 7px 12px;
	background-color: #05C898;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 10px 0;
	font-size: 16px;
	display: inline-block;
}

.read-more-btn {
	text-decoration: none;
	color: #fff;
	padding: 10px 12px;
	background-color: #05C898;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 6px 0;
	font-size: 16px;
	display: block;
}

.select-btn {
	text-decoration: none;
	color: #fff;
	padding: 10px 9px;
	background-color: #05C898;
	border-radius: 5px 5px 5px 5px;
	margin: 0px 10px 0;
	font-size: 16px;
	display: block;
}

.selected-btn {
	text-decoration: none;
	color: #fff;
	padding: 10px 9px;
	background-color: #424647;
	border-radius: 5px 5px 5px 5px;
	margin: 0px 10px 0;
	font-size: 16px;
	display: block;
}

.title-img {
	position: relative;
	top: 10px;
}

.main-title {
	padding: 0px 0 0px 15px;
	bottom: 14px;
	position: relative;
	font-weight: bold;
}

.tag-line {
	font-size: 11px;
	padding: 5px 0 0px 59px;
	bottom: 15px;
	position: relative;
	color: #999;
	float: left;
}

.prescription-management-table td {
	padding-left: 20px;
}

.prescription-management-table #short-discription span {
	font-size: 15px !important;
	color: #666666;
}

.tab-button.active-tab-btn {
	background-color: #ed7120
}

.purchase-table td.plan-name {
	background-color: #22b5ba;
	color: #fff;
}

.purchase-table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

.drpCntnt ul li .drpInfo.submenu {
	padding: 0px;
}

.drpCntnt ul li .drpInfo.submenu ul {
	margin: 0px;
	width: 100%;
}

.drpCntnt ul li .submenu li {
	width: 100%;
	text-align: left;
	padding: 0;
}

.drpCntnt ul li .submenu li a {
	padding: 5px 0 5px 5%;
}

.drpCntnt ul li .submenu li:hover .sub-submenu {
	display: block
}

.drpCntnt ul li .submenu li .sub-submenu {
	display: none;
	position: absolute;
	width: 160px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	border: #000 solid 1px;
	top: 0px;
	border-top: none;
	left: 161px;
	background-color: #2d2f30;
	z-index: 9999;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: block;
	border-left: 5px solid white;
	position: absolute;
	bottom: 8px;
	left: 152px;
}

#pydata {
}

#pydata td {
	display: block;
	width: 100%;
}

#pydata td.W50 {
	width: 48%;
	float: left;
}

#pydata td.W50 + td.W50 {
	margin-left: 15px;
}

#pydata td input {
	width: 100%;
	min-width: 100%;
}

#pydata tr.bottom-btn {
}

#pydata tr.bottom-btn input + input {
	margin-left: 10%;
}

#pydata tr.bottom-btn input {
	width: auto;
	min-width: auto;
}

.titel1 {
	float: left;
	width: 195px;
}

.titel2 {
	float: left;
	width: 10px;
}

.titel3 {
	width: auto;
	float: left;
}

.error {
	color: #dd4b39;
	margin-left: 3px;
}

.drpCntnt ul li a {
	color: #495057;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 10px;
	display: inline-block;
}

.drpCntnt>ul>li.hasdropdown>a:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 15px;
	line-height: 9px;
	width: auto;
	height: 8px;
	color: #495057;
	float: right;
	position: absolute;
	bottom: 0;
	right: -14px;
	top: 4px;
}

.drpCntnt ul li:hover {
	background: #78b833;
}

.drpCntnt ul li:hover a {
	color: #fff;
}

.drpCntnt ul li:hover a:after {
	color: #fff;
}

.drpCntnt ul li:hover .drpInfo {
	background-color: #f4f4f4;
	padding: 0px;
	border: 1px solid #78b833;
	border-bottom: 0px;
	width: 200px;
}

.drpCntnt ul li:hover .drpInfo a {
	color: #495057;
}

.drpCntnt ul li .drpInfo a:hover {
	background: #78b833;
	color: #fff;
}

.drpCntnt ul li .drpInfo a {
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #78b833;
}

.searchcntr {
	display: inline-block;
	border: 1px solid #ebeef6;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	padding-right: 60px;
}

.searchcntr .textbox {
	outline: 0;
	height: 42px;
	width: 244px;
	line-height: 42px;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #8f93a4;
	font-size: 15px;
	border: 0;
	float: left;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 4px 0 0 4px;
	font-family: 'Poppins', sans-serif;
}

.searchcntr .button {
	position: absolute;
	right: 5px;
	outline: 0;
	background: none;
	background-color: #ebeef6;
	float: left;
	height: 42px;
	width: 50px;
	text-align: center;
	line-height: 42px;
	border: 0;
	color: #75777b;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 5px;
	padding: 0;
	min-width: 42px;
	font-family: 'Poppins', sans-serif;
}

.searchcntr .button:hover {
	background-color: #78b833;
	color: #fff;
}

.searchcntr::-webkit-input-placeholder {
	color: #8f93a4;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.searchcntr:-moz-placeholder {
	color: #8f93a4;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.searchcntr::-moz-placeholder {
	color: #8f93a4;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.searchcntr:-ms-input-placeholder {
	color: #8f93a4;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.tblCntr table tr th:first-child:before, .tblCntr table tr th:first-child:after, .tblCntr table tr th:last-child:before, .tblCntr table tr th:last-child:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
}

.tblCntr table tr th:first-child:before {
	top: -1px;
	left: -1px;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-top-left-radius: 6px;
}

.tblCntr table tr th:first-child:after {
	bottom: -1px;
	left: -1px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-bottom-left-radius: 6px;
}

.tblCntr table tr th:last-child:before {
	top: -1px;
	right: -1px;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top-right-radius: 6px;
}

.tblCntr table tr th:last-child:after {
	bottom: -1px;
	right: -1px;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom-right-radius: 6px;
}

.morecntrshow {
	display: inline-block;
	color: #ed6f1e;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
}

.morecntrhide {
	display: none;
	margin-top: 0px;
	width: 250px;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #c3cadf;
	border-radius: 10px;
	position: absolute;
}

.morecntrhide a {
	width: 100%;
	float: left;
	padding: 2px 10px;
	background: #eff2fc;
	font-weight: normal;
}

.morecntrhide a:nth-child(even) {
	background: #fafbfe;
}

.morecntrhide a:hover {
	background: #78b833;
	color: #fff;
}

.morecntrshow:hover .morecntrhide {
	display: block;
}

#breadcrumb {
	border-bottom: 1px solid #ebedf2;
	border-top: 1px solid #ebedf2;
	background: #fff
}

#breadcrumb li {
	float: left;
	color: #959cb6;
}

#breadcrumb li a {
	text-decoration: none;
	padding: 10px;
	display: block;
	color: #959cb6;
	position: relative;
}

#breadcrumb li.arrow {
	line-height: 40px;
	font-size: 14px
}

#breadcrumb li.page-name {
	font-weight: 500;
	margin: 10px;
	position: relative;
	color: #626e76;
}

#breadcrumb .dot {
	width: 5px;
	height: 5px;
	display: block;
	position: relative;
	top: 17px;
	right: 0;
	background: #dfe6ff;
	border-radius: 50%;
}

#breadcrumb .las.la-home {
	font-size: 16px;
	margin: 1px 0;
	color: #b7b9c1;
}

#breadcrumb .btn-head-group li a {
	padding: 5px
}

.btn-head-group li a {
	font-size: 20px;
	background: #f4f5f9;
	display: block;
	border: 1px solid #eaeeff;
	padding: 5px;
	border-radius: 4px;
	position: relative;
	margin: 5px
}

.btn-head-group a span {
	position: absolute;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	width: auto;
	font-size: 11px;
	padding: 7px 15px;
	background: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
	right: 0;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	transition: all .1s ease-in;
	z-index: 100;
}

.btn-head-group a:hover span {
	bottom: -39px;
	opacity: 1;
	pointer-events: all;
}

.btn-head-group a i {
	color: #fff
}

/* .btn-head-group a.green{background:#0abb87}
.btn-head-group a.blue{background:#5867dd}
.btn-head-group a.red{background:#f00}
.btn-head-group a.pink {background: #fd397a;}
.btn-head-group a.yellow{background:#ffb822} */
.btn-head-group a.blue {
	background: #007bff;
}

.btn-head-group a.indigo {
	background: #6610f2;
}

.btn-head-group a.purple {
	background: #6f42c1;
}

.btn-head-group a.pink {
	background: #e83e8c;
}

.btn-head-group a.red {
	background: #dc3545;
}

.btn-head-group a.orange {
	background: #fd7e14;
}

.btn-head-group a.yellow {
	background: #ffc107;
}

.btn-head-group a.green {
	background: #28a745;
}

.btn-head-group a.teal {
	background: #20c997;
}

.btn-head-group a.cyan {
	background: #17a2b8;
}

.btn-head-group a.white {
	background: #fff;
}

.btn-head-group a.gray {
	background: #6c757d;
}

.btn-head-group a.gray-dark {
	background: #343a40;
}

.btn-head-group a.primary {
	background: #007bff;
}

.btn-head-group a.secondary {
	background: #6c757d;
}

.btn-head-group a.success {
	background: #28a745;
}

.btn-head-group a.info {
	background: #17a2b8;
}

.btn-head-group a.warning {
	background: #ffc107;
}

.btn-head-group a.danger {
	background: #dc3545;
}

.btn-head-group a.light {
	background: #f8f9fa;
}

.btn-head-group a.dark {
	background: #343a40;
}

.whitebg {
	background: #fff !important;
}

.floatingbtn {
	position: fixed;
	width: auto;
	top: 57px;
	right: 0;
	display: flex;
	margin: 0;
	z-index: 99999;
	padding: 0;
}

.panel-body {
	width: 100%;
}

.panel-body .row {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}

.panel-body .row .col {
	padding: 0 5px;
	width: 100%;
}

.panel-body .row .col.col-25 {
	width: 25%;
}

.panel-body .row .col.col-33 {
	width: 33.33%;
}

.panel-body .row .col.col-50 {
	width: 50%;
}

.panel-body .row .col.col-66 {
	width: 66.66%;
}

.panel-body .row .col.col-75 {
	width: 75%;
}

.panel-body .form-design .fgroup {
	margin: 5px 0px;
	position: relative;
	text-align: left;
}

.panel-body h4.titletop {
	font-size: 14px;
	text-align: left;
}

.panel-body .fgroup input, .panel-body .fgroup select, .panel-body .fgroup textarea {
	font-family: 'Poppins', sans-serif;
	color: #48465b;
	font-size: 13px !important;
	line-height: 1.15;
	font-weight: 400;
	height: 45px;
	background-color: #fff;
	border-radius: 4px;
	resize: none;
	background: none;
	width: 100% !important;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0;
	outline: none;
	padding: 10px 15px !important;
}

.panel-body .fgroup input[type="radio"] {
	width: auto !important;
}

.panel-body .fgroup label {
	position: absolute;
	top: 14px;
	left: 19px;
	transition: all 0.3s;
	pointer-events: none;
	background: #fff;
	padding: 0px;
	color: #595d6e;
}

.panel-body .fgroup.used  label, .panel-body .fgroup input:focus ~  label, .panel-body .fgroup input.used ~ label, .panel-body .fgroup input.inused ~ label, .panel-body .fgroup textarea:focus ~  label, .panel-body .fgroup textarea.used ~ label, .panel-body .fgroup textarea.inused, .panel-body .fgroup select:focus ~  label, .panel-body .fgroup select.used ~ label, .panel-body .fgroup select.inused ~ label {
	top: -4px;
	font-size: 11px;
	line-height: 10px;
}

.panel-body .fgroup textarea {
	height: 80px;
	resize: none;
}

.panel-body .fgroup::-webkit-input-placeholder {
	color: #48465b;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.panel-body .fgroup:-moz-placeholder {
	color: #48465b;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.panel-body .fgroup::-moz-placeholder {
	color: #48465b;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.panel-body .fgroup:-ms-input-placeholder {
	color: #48465b;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.panel-body .form-design .radiocntr {
	height: 34px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 10px 0px;
}

.panel-body .form-design .radiocntr label {
	position: static;
	text-align: left;
	pointer-events: auto;
}

.panel-body .form-design .radiobtncntr {
	text-align: left;
	display: flex;
	width: 100%;
}

.panel-body .form-design .radiobtncntr input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0 3px;
	position: relative;
	top: 2px;
}

.panel-body .form-design .radiobtncntr input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 0 3px;
	position: relative;
	top: 2px;
}

.panel-body .form-design .nolapos label {
	position: static;
	text-align: left;
	pointer-events: auto;
}

.panel-body .form-design .nolapos .checkboxcntr {
	width: auto;
	height: auto;
	position: relative;
	top: 2px;
}

.panel-body .form-design .qacntr {
	margin-top: 20px;
}

.panel-body .form-design .qacntr .radiocntr {
}

.panel-body .form-design .qacntr .radiocntr label.title {
	font-size: 14px !important;
	font-weight: bold;
	color: #000;
	position: static;
	display: block;
	margin-bottom: 10px;
}

.panel-body .form-design .qacntr .radiocntr label.anscntr {
	width: 100px;
	padding: 5px 30px;
	border: 1px solid #c0bebe;
	margin-right: 5px;
	display: inline-block;
	border-radius: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.panel-body .form-design .qacntr .radiocntr label.anscntr.active {
	background: #b5d981;
	color: #fff;
}

.panel-body .form-design .qacntr .radiocntr label.anscntr input[type="radio"] {
	display: none;
}

.panel-body .form-design .qacntr .radiobtncntr {
	display: inline-block;
}

.savebtn {
	background: #20c997;
}

.savebtn:hover {
	background: #78b833;
}

.overlayBox {
	border-radius: 10px;
}

.formCntr .fldCntr {
	border-radius: 0px 0px 10px 10px;
}

.formCntr h2 {
	font-size: 18px;
	font-weight: 500;
	border-radius: 10px 10px 0px 0px;
}

.panel-body .fgroup input.date {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 22px 24px
}

.panel-body .fgroup input.time {
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 22px 24px
}

.search-cntr {
	display: none;
}

.searchbtn {
	margin: 15px auto;
	align-items: center;
	justify-content: center;
	display: flex;
}

.searchbtn .btn1 {
	background: #fff !important;
	border: 1px solid #ed6f1e !important;
	color: #ed6f1e !important;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: 400;
}

.searchbtn .btn1:hover {
	background: #ed6f1e !important;
	border: 1px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0 5px;
}

.searchbtn .btn2 {
	background: #ed6f1e !important;
	border: 1px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: 400;
}

.searchbtn .btn2:hover {
	background: #fff !important;
	border: 1px solid #ed6f1e !important;
	color: #ed6f1e !important;
	margin: 0 5px;
}

.tblCntr td.runningfont {
	font-size: 12px;
	color: #272b41;
	word-break: break-word;
	max-width: 100px;
	font-family: 'Poppins', sans-serif !important
}

.runningfont {
	font-size: 12px;
	color: #272b41;
	word-break: break-word;
	font-family: 'Poppins', sans-serif !important
}

.headerfix {
	position: fixed;
	background: #fff;
	z-index: 99;
	top: 0;
	width: 100%;
}

.drpinfo {
	z-index: 1;
}

.tableGrid {
	border: #CCC 0px solid !important;
}

.administration {
	background: #ebeef6;
	width: 45px;
	height: 45px;
}

.administration i {
	font-size: 25px;
	color: #6a6e77;
}

.logout i {
	font-size: 40px;
	color: #6a6e77;
}

#main {
	width: 100%;
}

.p20 {
	padding: 20px;
}

.detatitle {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 15px;
}

.borderradius5 {
	border-radius: 5px;
}

.borderradius10 {
	border-radius: 10px;
}

.ms-options-wrap button {
	font-family: 'Poppins', sans-serif;
	color: #48465b;
	font-size: 13px !important;
	line-height: 1.15;
	font-weight: 400;
	height: 34px;
	background-color: #fff;
	border-radius: 4px;
	resize: none;
	background: none;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0;
	outline: none;
}

.ms-options-wrap .ms-options {
	width: 100% !important;
	left: 0 !important;
}

.ms-options ul li label {
	pointer-events: all !important;
}

.ms-options ul li label input[type="checkbox"] {
	height: auto;
	width: auto;
}

.more-question {
	display: none;
}

.more-question.isactive {
	display: bloack;
}

.View-More-Question {
	padding: 5px 30px;
	border: 1px solid #c0bebe;
	margin-right: 5px;
	display: inline-block;
	border-radius: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	background: #b5d981;
	color: #fff;
	margin-top: 30px;
}

.View-More-Question:hover {
	background: #ed6f1e;
	border: 1px solid #ed6f1e;
}

h3.title1 {
	font-weight: 700;
	font-size: 14px
}

.fa-times.not-available {
	background-color: rgba(253, 57, 122, .1);
	background-color: transparent;
	color: #fd397a !important;
	font-size: 10px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	font-weight: bold;
	padding: .5rem 0rem;
	padding: 0;
	border-radius: .2rem;
	width: 10px;
	min-width: 10px;
	text-align: center;
}

a.las.la-print {
	color: #065af3 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: bold;
	padding: 0rem;
	border-radius: .2rem;
	text-align: center;
	cursor: pointer;
}

/* body.commonformpage.loginpage{ background: url("../images/statboardlogin-banner.jpg") no-repeat scroll center center;background-size: cover;height: 100vh;} */

/* body.commonformpage.forgotpage{ background: url("../images/forgotpage-banner.jpg") no-repeat scroll center center;background-size: cover;height: 100vh;} */
body.commonformpage.changepage {
	background: url(../images/login-banner.jpg) no-repeat scroll center top;
	background-size: cover;
	background-size: cover;
	height: 100vh;
}

body.commonformpage.changepage::before {
	content: '';
	background: #79b833;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	position: absolute;
	opacity: 0.9;
}

body.commonformpage #main {
	margin: 0px auto 0 auto !important;
}

body.commonformpage .login_temp .formcntr h1 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #77b934;
	margin-bottom: 10px;
}

body.commonformpage .login_temp {
	background-color: transparent;
	width: 500px;
	overflow: auto;
	padding: 0;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

body.commonformpage .logocntr {
	background: #fff;
}

body.commonformpage .formcntr {
	background: #fff;
	display: inline-block;
	padding: 50px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

.Emailcntr, .Usercntr, .Passwordcntr {
	position: relative;
}

.Emailcntr:before {
	content: "\f0e0";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 22px;
	line-height: 18px;
	color: #a2a2a2;
	float: right;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0px, -50%);
}

.Usercntr:before {
	content: "\f007";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 22px;
	line-height: 18px;
	color: #a2a2a2;
	float: right;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0px, -50%);
}

.Passwordcntr:before {
	content: "\f084";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 22px;
	line-height: 18px;
	color: #a2a2a2;
	float: right;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translate(0px, -50%);
}

.Emailcntr:after, .Usercntr:after, .Passwordcntr:after {
	content: "";
	background: #a2a2a2;
	position: absolute;
	left: 65px;
	top: 50%;
	transform: translate(0px, -50%);
	width: 1px;
	height: 20px;
}

body.commonformpage .login_temp [type=text], body.commonformpage .login_temp [type=password], body.commonformpage .login_temp input[type="text"], body.commonformpage .login_temp input[type="password"], body.commonformpage .login_temp select, body.commonformpage .login_temp textarea {
	width: 100% !important;
	height: 100%;
	border: 1px solid #dddddd;
	border-radius: 6px;
	padding: 8px 30px 8px 15px;
	padding-left: 80px !important;
	outline: none;
	color: #a2a2a2;
	box-shadow: 0px 0px 0px 0px #006c6e;
	height: 50px;
	border-left: 4px solid #77b934 !important;
	font-family: 'Poppins', sans-serif;
}

body.commonformpage .login_temp a {
	color: #ed6f1e;
}

body.commonformpage .login_temp .Loginbtncntr .btns.btn1 {
	background: #fff !important;
	border: 1px solid #ed6f1e !important;
	color: #ed6f1e !important;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	width: 100% !important;
	padding: 0 !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp .Loginbtncntr:hover .btns.btn1 {
	background: #ed6f1e !important;
	border: 1px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0;
	width: 100% !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp .Loginbtncntr .btns.btn2 {
	background: #ed6f1e !important;
	border: 3px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	width: 100% !important;
	font-size: 18px;
	padding: 0 !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp .Loginbtncntr:hover .btns.btn2 {
	background: #fff !important;
	border: 1px solid #ed6f1e !important;
	color: #ed6f1e !important;
	margin: 0;
	width: 100% !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp .Loginbtncntr.loginicon {
	position: relative;
}

body.commonformpage .login_temp .Loginbtncntr.loginicon:before {
	content: "\f090";
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 18px;
	color: #fff;
	float: right;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(0px, -50%);
	margin-top: 10px;
}

body.commonformpage .login_temp .Loginbtncntr .btns.loginbtncntr {
	height: 45px;
	width: 100% !important;
	border: 3px solid #77b934 !important;
	padding-left: 20px !important;
	background: #77b934 !important;
	color: #fff !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp .Loginbtncntr .btns.loginbtncntr:hover {
	height: 45px;
	width: 100% !important;
	border: 3px solid #ed6f1e !important;
	padding-left: 20px !important;
	background: #ed6f1e !important;
	color: #fff !important;
	margin: 20px 0 0;
}

body.commonformpage .login_temp::placeholder {
	font-size: 18px;
	color: #a2a2a2;
}

body.commonformpage .login_temp:-ms-input-placeholder {
	font-size: 18px;
	color: #a2a2a2;
}

body.commonformpage .login_temp::-ms-input-placeholder {
	font-size: 18px;
	color: #a2a2a2;
}

body.commonformpage .login_temp .Forgotpasscntr a {
	color: #a2a2a2;
	text-decoration: underline;
	font-weight: bold;
}

body.commonformpage .login_temp .Forgotpasscntr a:hover {
	color: #ed6f1e;
	text-decoration: underline;
}

.h45 {
	min-height: 45px;
}

.Notes {
	background: #eee;
	line-height: 18px;
	border-radius: 5px;
	padding: 10px;
}

.Notes span {
	background: #a7cf76;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
}

body.commonformpage.changepage {
	overflow: hidden;
}

body.commonformpage.changepage #footer {
	margin: 0;
	position: absolute;
	bottom: 0;
}

.loginformcntr {
	background: url("../images/login-banner.jpg") no-repeat scroll center center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.loginformcntr::before {
	content: '';
	background: #79b833;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	position: absolute;
	opacity: 0.9;
}

.btnprimary {
	background: #fff !important;
	border: 1px solid #ed6f1e !important;
	color: #ed6f1e !important;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: 400;
}

.btnprimary:hover {
	background: #ed6f1e !important;
	border: 1px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0 5px;
}

.btnsecondary {
	background: #ed6f1e !important;
	border: 1px solid #ed6f1e !important;
	color: #fff !important;
	margin: 0 5px;
	text-transform: uppercase;
	font-weight: 400;
}

.btnsecondary:hover {
	background: #78b833 !important;
	border: 1px solid #78b833 !important;
	color: #fff !important;
	margin: 0 5px;
}

ul.paginationcntr {
	display: flex;
	float: right;
}

ul.paginationcntr li {
	float: left;
	padding: 10px 3px !important;
	border: none !important;
	height: auto;
	margin: 0;
}

ul.paginationcntr li.prev, ul.paginationcntr li.next {
	margin-top: 0px;
}

ul.paginationcntr li a {
	padding: 5px;
	border: #cccccc solid 1px;
	border-radius: 5px;
	width: 27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.paginationcntr li:hover a, ul.paginationcntr li.current a {
	background: #78b833;
	color: #fff;
}

ul.paginationcntr li.prev a, ul.paginationcntr li.next a {
	width: 27px;
	height: 27px;
	padding: 5px;
	border: #cccccc solid 1px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.paginationcntr li.next a {
	background-position: -185px 0;
}

.WhyStatboardcntr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.WhyStatboardcntr h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 42px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.WhyStatboardcntr h2 strong {
	color: #000;
}

.WhyStatboardcntr .col-lg-10, .WhyStatboardcntr ul {
	width: 470px;
}

.WhyStatboardcntr ul li {
	display: flex;
	padding: 10px 0;
}

.WhyStatboardcntr ul li .Statboarddetails {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}

table.main-table-style {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
	word-break: break-word;
}

table.main-table-style tr th {
	background: #e7e7e7 !important;
	color: #8f929e !important;
	min-width: 67px;
}

table.main-table-style tr th, table.main-table-style tr td {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	padding: 5px;
}

table.main-table-style tr td {
	font-size: 12px;
}

table.main-table-style tr td a i {
	font-size: 20px;
}

table.main-table-style tr:nth-child(odd) td {
	background: #f3f3f3;
}

@media(min-width:1200px) {

	/* .container{max-width:1280px;width:100%;z-index: 9;margin: 0 auto;} */
	.container {
		max-width: 96%;
		width: 96%;
		margin: 0 auto;
	}

}

@media screen and (min-width:1023px) and (max-width:1400px) {
	.gridsm {
		display: grid !important;
	}

}
