 @charset "utf-8";
/* CSS Document */
/* CSS Font Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

*
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body
{
	background: #f1f1f1 !important;
	font-family: 'Roboto', sans-serif !important;
}

.superCntnr
{
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #c3c3c3;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}



img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

#passcode #left01
{ 
	width:100% !important;
	/*background-color:#993333;
	*/padding:10px;
	/*float:left;*/
	margin:8px;
}

#left01 #form
{
	padding: 0 30px;
    box-sizing: border-box;
	margin: 0 !important;
}

#left01 #form form
{
	text-align: center;
}

#left01 label, #left01 input[type="submit"]
{
	display: inline;
}

#left01 label
{
    width: auto !important;
    /*float: left;*/
}

#left01 input[type="submit"]
{
    margin: 9px 0 0 10px;
}
.passcode-box{
 width:100%;
 margin: 0 !important; 
 height: auto !important; 
 float:left; 
 background:#fbfbfb!important; 
 text-align: left !important;
}
#passcode
{
	/*background: url(../images/dts_test.jpg) no-repeat !important;
	height: 160px;
	margin-top: 0;
    margin-bottom: 22px;*/
}

.signin_cntr
{
    width: 760px;
    margin: 0 auto;
}

.signin-blk
{
	background-image: none;
    border: solid 9px #e2ebf2;
    height: auto;
    font-family:'Roboto', sans-serif;
    color: #293137;
    font-weight: bold;
    padding: 22px 25px 26px;
	text-align: center;
    background-color: #fbfbfb;
    margin-left: -10px;
}
.signin-blk h2{
	font-family:'Roboto Condensed', sans-serif;
	color:#293137;
    font-weight:normal;
	font-size:24px;

}
.signin-blk label
{
	width: 100% !important;
	float: none !important;
    text-align: center !important;
	display: block !important;
}

.signin-blk label input {
    font-family:'Roboto', sans-serif;
    padding: 8px;
    background-color: #FFFFFF;
    width: 300px;
    border: 1px solid #dddddd;
    color: #32373c;
    font-size: 17px;
    font-weight: normal;
}
.signin-blk label input[type="text"] {
    font-family:'Roboto', sans-serif;
    padding: 8px;
    background-color: #FFFFFF;
   /* width: 300px !important;*/
    border: 1px solid #dddddd;
    color: #32373c;
    font-size: 17px;
    font-weight: normal;
}
.cap-text{
   width:300px !important;
}
.signin-blk form
{
	margin-top:	10px;
}

/* Start Sanjib Css */
#left01 input[type="submit"], .signin-blk label input[type="submit"]
{
	padding: 9px 15px;
	background:#46af3b;	
	border-radius:10px;
}
/* End Sanjib Css */
.signin-blk input[type="submit"]
{
	
	margin: 9px 0 0 0 !important;
}

/*********** dashboard **********/


a
{
	color: #0073aa;
}

/*a:active, a:hover {
    color: #00a0d2;
}*/

/*.plg-container
{
	padding: 15px;
}*/

.plg-grid
{
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    line-height: 1.5em;
	word-wrap: break-word;
	background: #fff;
    color: #555;
	float:left;
	width: 100%;
	margin-top:7px;
    font-size: 15px;
	margin-bottom: 10px;
}

.plg-grid > div
{
	display: table-row;
	background: #fff;
}

.plg-grid > div > div:first-child
{
	width: 12%;
}

.plg-grid > div > div:nth-child(2)
{
	/*width: 15%;*/
	width: 13%;
}

.plg-grid > div > div:nth-child(3)
{
	/*width: 15%;*/
	width: 13%;
}
.plg-grid > div > div:nth-child(4)
{
	width: 14%;
}

.end-date{
	width:18% !important;
}
.plg-grid > div > div:nth-child(5)
{
	width: 16%;
	/*background:#f8eddf;*/
}
.plg-grid > div > div:nth-child(6)
{
	width: 16%;
}
.plg-grid > div:first-child > div
{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.plg-grid > div > div:last-child
{
	width: 8%;
}

.plg-grid > div > div:last-child > *
{
	display: table;
	width: 100%;
}

.plg-grid > div > div:last-child > * > *
{
	display: table-cell;
    padding-right: 10px;
}

.plg-grid > div:nth-child(odd)
{
	background: #f9f9f9;
}

.plg-grid > div > div
{
	display: table-cell;
	padding: 8px 8px;
	vertical-align: middle;
	border-bottom:1px solid #fff;
}

/**********/

.plg-display
{
    font-size: 14px;
    line-height: 1.5em;
	word-wrap: break-word;
    color: #555;
	display: table;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
}

.plg-display > div
{
	display: table-row;
}

.plg-display > div > div
{
	display: table-cell;
	padding-bottom: 15px;
	font-size: 17px;
}

.plg-display > div:last-child > div
{
	padding-bottom: 0;
}

.plg-display > div > div:first-child
{
    width:35%;
	white-space: nowrap;
    padding-right: 10px;
	text-align: right;
	font-weight: bold; 
	vertical-align: middle;
}

.plg-display > div > div.plg-mandatory:after
{
	content: '*';
	color: #ff0000;
    margin-left: 5px;
	font-size: 20px;
}

.plg-container h2 
{
    font-size: 24px;
    padding: 25px 0px 0px;
	color: #23282d;
	font-weight:normal;
}

.plg-form-hd 
{
    background: #ccc none repeat scroll 0 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 10px;
    padding: 5px 0;
}
.banner_btns{
    padding:8px;
	background:#2c86cc;
	border:none;
	color:#FFFFFF;
	font-weight:700;
	border-radius: 10px;
	cursor:pointer;
}
/*.mod-for-box{
    width:100%;
	padding:0px 0px 0px 25px;
	margin:0px;
	float:left;
}*/
.uis-for-box{
    width:99%;
	height:auto;
	padding:14px 0px 5px 45px;
	margin:0px 4px;
	float:left;
	text-align:right;
}
.mod-over {
    width:100% !important;
	height:auto;
	overflow:auto;
    padding:0px;
	margin:0px;
	float:left;
	background:#FFFFFF;
}
.ban-name{
    width:70%;
	float:left;
	padding:5px;
	margin:0px;
	float:left;
}
.ban-name img{
   width:120px;
   height:50px;
   float:left
}
.ban-name span{
   width:100%;
   float:left;
   padding:10px 5px 10px 0px;
   font-weight:normal;
}
.ban-name span label{
  cursor:auto !important;
}
.ban-name select{
    padding: 2px;
	margin-left:5px;
    line-height: 28px;
    height: 28px;
	border: 1px solid #ddd;
}
.remove{
	float:left;
	padding:40px 15px;
	margin:0px;
}
.remove a
{
	cursor: pointer;
	font-weight:normal;
}
.remove a:link{
    /*color:#444444;*/
    text-decoration:none;
	font-weight:normal;
}
.remove a:hover{
    text-decoration:underline;
	font-weight:normal;
}


.mig-container input[type="text"]
{
	height: 35px;
    width:408px;
	border: 1px solid #ddd;
    background-color: #fff;
    color: #32373c;
    outline: 0;
	font-size:17px;
	font-weight:bold;
	padding: 3px 5px;
	margin-right:12px;
	border-radius: 0;
}
.mig-container h2 {
    font-size: 24px;
    padding: 25px 0px 0px;
    color: #23282d;
}
.notify-sub-img{
    width:78%;
	padding:0px;
	margin:0px;
	float:left;
	text-align:right;
}


.plg-container input[type="text"]
{
	/*height: 35px;*/
    width: 390px;
	border: 1px solid #ddd;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);*/
    background-color: #fff;
    color: #32373c;
    outline: 0;
    /*-webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;*/
	padding: 3px 5px;
	border-radius: 0;
}

.plg-container .plg-help, .plg-container .plg-error
{
	display: block;
}

.plg-container .plg-help
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #797774;
}

.plg-container .plg-error 
{
    color: #f00;
    font-weight: bold;
    font-size: 12px;
}

.plg-container input[type=radio] + label 
{
    margin: 0 18px 0 2px;
}

@supports (-moz-appearance:none) {
    .plg-container select{
     padding:2px 4px 2px 6px !important;
  }
    .plg-container input[type="date"] 
{
    letter-spacing:0.5px !important;
}
}
.plg-container select
{
    padding: 2px;
    line-height: 28px;
    height: 38px;
    width: 200px;
	vertical-align: middle;
	border-radius: 0;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
	font-size: 16px;
	font-family: inherit;
}

.plg-container input[type="date"] 
{
    padding: 8px 2px 8px 7px;
    width: 145px;
	vertical-align: middle;
	border-radius: 0;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    font-family: inherit;
	letter-spacing:1.9px;
}

.plg-container select option:nth-child(odd) 
{
    background: #f9f9f9;
}

/*.plg-container input[type="submit"], .plg-container input[type="button"]
{
    font-size: 18px !important;
    font-weight: bold;
    height: 35px !important;
	display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}*/

/*.plg-container input[type="submit"]:hover, .plg-container input[type="button"]:hover
{
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}*/

.txtAreaHeding
{
    vertical-align: top;
    padding-top: 5px;
}

textarea
{
    min-height: 90px;
    max-height: 1300px;
    resize: none;
	margin: 0 0 8px;
    padding: 6px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 2px 6px;
    line-height: 1.4;
    resize: vertical;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    overflow: auto;
	width: 392px;
}

.adj0
{
	padding-bottom: 15px;
	padding-top: 0px;
}

.dateRange
{
	min-width: 393px;
}

.fromLbl
{
	padding-right: 10px;
}

.toLbl
{
	padding-left: 25px;
	padding-right: 10px;
}
/* Start Sanjib Css */
input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    background-color: #46af3b;
	border-radius:10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px;
    border: 0;
    margin: 5px 0 0 0;
    text-align: left;
    cursor: pointer;
}
/* End Sanjib Css */
fieldset
{
	padding: 20px;
	border: solid 1px #b7b6b6;
	margin: 5px 0px 20px 0px;
}

fieldset legend
{
	padding: 0 10px;
}

.dnld-doc
{
    text-align: left;
	margin: 0px 0 20px;
}

.dnld-doc > section
{
	display: inline-block;
	width: 33.333333333333333%;
    vertical-align: middle;
	float:left;
}

.dnld-doc > section:first-child
{
	padding-left: 11px;
}
.result-blk_1 > div
{
	display: inline-block;
	vertical-align: top;
	width: 47%;
}

.result-blk_1 > div:first-child
{
	margin-right: 20px;
}

.newUserdtls
{
    margin-top: 4px;
	display: none;
}

.register_form p:first-child {
    padding-top: 10px;
    padding-bottom: 5px;
}

.register_form p {
    padding: 5px 0 5px 5px;
    margin: 0px;
    text-align: center;
    font-size: 17px;
}

.Adj22 {
    color: #000;
    text-align: left;
    margin-left: 12px;
    display: block;
}

.result {
    color: #000 !important;
	margin-bottom: 0;
}

.Adj23 {
    color: #000 !important;
    text-align: left !Important;
    margin-left: 7px !important;
}

.Adj24 li:first-child {
    width: 100% !important;
}

.Adj24 li {
    margin-left: 10px;
}

.Adj24 {
    margin-left: 22px;
}



ol {
    list-style: decimal;
}

ol li {
    border-bottom: none !important;
    margin-top: 1!important;
    margin-bottom: 1!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}


li {
    margin-left: 30px;
}

li {
    display: list-item;
}

.Adj24 li ul {
    list-style: disc;
    margin-left: 5px;
}

.Adj_1622017_1 li
{
        line-height: 27px;
}

.menu-bar {
    border-top: 3px double #eeeeee;
    border-bottom: 3px double #eeeeee;
    margin: 40px 20px 0;
    padding-bottom: 2px;
    display: block;
    padding-top: 5px;
    padding-bottom: 9px;
}

#progressBarCT {
    width: 950px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: 3px;
}

.heading-hdr {
    color: #2585d0;
}

.heading-hdr {
        /* float: right; */
    font-size: 17px;
    /* font-weight: bold; */
    position: absolute;
    top: 25px;
    right: 25px;
}

.heading-hdr span {
    color: #000;
}

.resultHr
{
    border: none;
    border-top: solid 1px #d8d6d6;
}
/* Start Sanjib Css */
.linkBtns {
    font-family: 'Roboto', sans-serif;
    background-color: #46af3b;
	border-radius:10px;
    color: #ffffff;
    font-size: 16px;
	font-size-adjust:ex-height 0.52;
    font-weight: normal;
    padding: 8px 8px;
    border: 0;
    margin: 5px 0 0 0;
    text-align: left;
    cursor: pointer;
	float:left;
}
/* End Sanjib Css */
.error_message
{
    color: #f00;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    margin-right: 32px;
    margin-top: 4px;
	margin-bottom:5px;
}
.adj_28022017_2
{
    color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 10px;
    float: left;
}

#download_pdf a
{
	color: #ffffff;
	text-decoration:none;
}

/*------------------affiliate dashboard------------------*/

.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
	.plg-container input[type="text"]{ font-size: 17px !important;}
	.plg-container .plg-help, .plg-container .plg-error{ font-size: 14px !important; font-weight: normal !important;}
	.logoDisp {
    display: block;
    width: 200px;
    margin-top: 20px;
	}

	.logoDisp img {
    /*width: 100%;*/
    max-width: 100%;
	}
	fieldset{ background: #fdfcfc;}
	

/*------------------affiliate buy passcode------------------*/

.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
	.plg-container input[type="text"]{ font-size: 17px !important;}
	.plg-container .plg-help, .plg-container .plg-error{ font-size: 14px !important; font-weight: normal !important;}
	.logoDisp {
    display: block;
    width: 200px;
    margin-top: 20px;
	}
	.plg-display > div > div.vrTp{ width: 38%;}
	.plg-display > div > div.vrTp:first-child{ font-weight: bold; vertical-align: top; line-height: 2;}
	
	fieldset{ background: #fdfcfc;}
	
	.HmLook input[type="text"] {
    font-family:'Roboto', sans-serif;
    padding: 8px;
    background-color: #FFFFFF;
    width: 256px !important;
    border: 1px solid #b0bfc9;
    color: #5e6064;
    font-size: 18px;
    font-weight: normal;
}

input {
    font-style: normal;
}

.plg-grid > div.plsRgtt > div:last-child
{
	text-align: right;
}


/*------------------affiliate passcode history------------------*/

.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
	.plg-container input[type="text"]{ font-size: 17px !important;}
	.plg-container .plg-help, .plg-container .plg-error{ font-size: 14px !important; font-weight: normal !important;}
	.logoDisp {
    display: block;
    width: 200px;
    margin-top: 20px;
	}

	/*.logoDisp img {
    width: 100%;
    max-width: 100%;
	}*/
	fieldset{ background: #fdfcfc;}
	
	.plg-grid2 {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    line-height: 1.5em;
    word-wrap: break-word;
    background: #fff;
    color: #555;
    display: table;
    width: 100%;
	float:left;
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 10px;
	}
	
	.plg-grid2 > div:nth-child(odd) {
	background: #f9f9f9;
	}
	
	.plg-grid2 > div {
	display: table-row;
	background: #fff;
	}
	
	.plg-grid2 > div:first-child > div {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}
	
	.plg-grid2 > div > div:first-child {
	width: 23%;
	}
	
	.plg-grid2 > div > div:nth-child(2) {
    width: 5%;
	text-align: right;
	}
	
	.plg-grid2 > div > div:nth-child(2) > span {
    display: block;
    margin-right: 40px;
	}
	
	/*.plg-grid2 > div > div:last-child 
	{
		word-break: break-all;
	}*/
	
	.plg-grid2 > div > div {
	display: table-cell;
	padding: 17px 10px;
	vertical-align: middle;
	}

/**************/
.adj_1632017_1 > img
{
    border: 1px solid #b0bfc9;
}

.msg_to_affiliate
{
	margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #797774;
    text-align: center;
}

.user-checker
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
}

.user-checker-msgBlk {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #f1f1f1;
    padding: 15px;
    color: #ff0000;
    border: solid 7px #c3c3bf;
	width: 450px;
    height: 200px;
    font-size: 23px;
    padding-top: 73px;
}
.deactivated_affiliate
{
    opacity: 0.52;
    pointer-events: none;
}

/*//affiliate user details start*/

.plg-grid-user-report > div > div:first-child {
    /*background:#e7e7e7;*/
    width: 15%;
}

.plg-grid-user-report > div > div:nth-child(2) {
      width: 15%; 
  /*  width: 22%;*/
  /* background:#f2f2ff;*/
}

.plg-grid-user-report > div > div:nth-child(3) {
    width: 15%;
   /* width: 10%;*/
}

.plg-grid-user-report > div > div:nth-child(4) {
    width: 16% !important;
	/*background:#fbe4c9;*/
}

.plg-grid-user-report > div > div:last-child {
    width: 13%;
}
.dts_godaddy-seal{
/*right: 108px;
top:538px;*/
position:inherit;
padding-right:15px;
text-align:right;
}


.admini-radio{
   width:100% !important;
   margin:6px 0px 10px 0px !important;
   padding:0px !important;
   float:left !important;
   font-weight:normal !important;
}
.admini-radio label{
    width:50% !important;
    margin:0px !important;
	padding:0px !important;
	float:left !important;
	text-align:left !important;
}
.radio-inline{
   width:36%;
   margin:0px !important; 
   padding:0px !important;
   float:left !important;
   text-align:left !important;
}
.radio-inline input{
    padding:0px 2px 0px 0px !important;
	margin:3px 5px 0px 0px;
}
.chec-box{
    margin:0px 0px 6px 0px;
	padding:0px;
	float:left;
	width:100%;
	font-size:14px;
}
.checkbox-gap{
    float:left;
	margin:2px 6px 0px 0px;
}
.chec-box-text {
  display: block;
  position: relative;
  padding-left: 25px !important;
  padding-top: 13px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  color:#293137;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chec-box-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 13px;
  left: 0;
  height: 16px;
  width: 16px !important;
  background-color: #dcdbdb;
  border:1px solid #b9b7b7;
}
/* On mouse-over, add a grey background color */
.chec-box-text:hover input ~ .checkmark {

}

/* When the checkbox is checked, add a blue background */
.chec-box-text input:checked ~ .checkmark {
  background-color: #eeeeee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chec-box-text input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chec-box-text .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #545454;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalsom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content-gap {
  background-color: #fefefe;
  margin:0px;
  padding:0px;
  float:left;
  width: 100%;
  height:40px;
}



.modal-contentsom {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height:400px;
  overflow:auto;
}
.modal-contentsom P{
  color:#666666;
  padding:10px 0px;
}

/* The Close Button */

.closesom {
  color: #aaaaaa;
  float: right;
  font-size: 28px !important;
  font-weight: bold !important;
  width:35px !important;
}

.closesom:hover,
.closesom:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.foot-menu{
  padding:0px;
  margin:0 auto;
  text-align:center;
}
.foot-menu ul{
  list-style:none;
  padding:0px;
  margin:0 auto;
  width:100%;
  display:flex;
  justify-content: center;
}
.foot-menu ul li{
   padding:5px 7px;
   margin:0px;
   float:left;
   color:#bbbbbb;
   font-size:14px;
}
.foot-menu ul li a{
   padding:0px;
   margin:0px;
   float:left;
   color:#e0e0e0;
   text-decoration:none;
}
.foot-menu ul li a:hover{
   text-decoration:none;
   color:#ffffff;
}
.term-content-text {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #cecece;
  width: 100%;
  height:auto;
  overflow:auto;
}
.term-content-text h2 {
    text-align:center;
    padding: 0px 0px 10px 0px;
	font-size:30px;
}
.term-content-text h3 {
    text-align:left;
    padding: 40px 0px 2px 0px;
	font-size:20px;
}
.term-content-text h4 {
    color: #666666;
    padding: 0px 0px 4px 0px;
	font-size:14px;
}
.term-content-text h5{
	color: #666666;
    padding: 16px 0px 4px 0px;
	font-size:14px;	
}
.term-content-text P {
    color: #444444;
    padding: 7px 0px 10px 0px;
	font-size:14px;
}
.term-content-text ul li{
   font-size:14px;
   color:#444444;
   margin-bottom:10px;
}
.term-content-text {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #cecece;
  width: 100%;
  height:auto;
  overflow:auto;
}
.term-content-text h4 {
    color: #666666;
    padding: 0px 0px 20px 0px;
}
#starttest:disabled
{
	opacity: .5;
	pointer-events: none;
}
.disabled
{
	opacity: .5;
	pointer-events: none;	
}
.notification_mail_help{
	display:inline-block;
	margin:4px 0px 0px 24px;
	padding:0px;
	font-size:13px;
	font-style:italic;
	color:#949494;
}
/* Start Sanjib Css */
.sub-sub{
	padding:6px 8px !important;
	margin:0px !important;
	display:inline-block;
	font-size:16px !important;
	/*font-weight:normal !important;*/
	background:#2c86cc !important;
	border-radius:10px;
}
/* End Sanjib Css */
/*-----------Som discountcode implement-----------*/
.nei{
	font-family:'Roboto', sans-serif !important;
	width:58% !important;
	padding:8px !important;
	font-size:17px !important;
}
.dis-nei{
	font-family:'Roboto', sans-serif !important;
	width:60% !important;
	padding:8px !important;
	font-size:17px !important;
	font-weight:normal;
}
.name-box{
	min-height:38px;
	margin-top:10px;
	float:left;
	padding-bottom:0px !important;
}
.payment-box{
	min-height:38px;
	margin-top:0px;
	float:left;
	padding-bottom:0px !important;
}
.notify-box{
	min-height:80px;
	float:left;
	padding-bottom:0px !important;
}
.notify-sub{
	float:right;
	padding-left:175px;
	margin-right:0px;
}
.inactive_update{
	background:#b9b9b9 !important;
	cursor:auto !important;
}
.dis-amount{
	text-align:right !important;
}
.stats-box {
    margin: 0px !important;
}
.start-date{
	width:21% !important;
}
.type-text{
	vertical-align:baseline !important;
}
.type_help {
    display:block;
    margin: 0px;
    padding: 0px 0px 8px 0px;
    font-size: 14px;
    font-style: italic;
	color:#949494;
	/*border-bottom:1px solid #afafaf;*/
}
.dis-amount{
	padding-right:50px !important;
}
/* Start Sanjib Css */
.discount-button {
    padding: 6px 12px !important;
    margin: 0px !important;
    display: inline-block;
    font-size: 16px !important;
    background: #2c86cc !important;
	border:none;
	color:#FFF;
	font-weight:normal;
	cursor:pointer;
	font-family:'Roboto', sans-serif;
	border-radius:10px;
}
.adjusted-banner-image
{
	font-size: 15px !important;
}
.non-clicable-button
{
	padding: 5px 10px !important;
	font-size: 14px !important;
	border-radius: 7px !important;
	letter-spacing: 0;
	display: inline;
	cursor: default;
}
/* End Sanjib Css */
.email-notifi{
	margin:0px 4px 0px 0px;
}
.addpromo{
	padding:15px 0px 0px 0px;
	color:#484848;
	font-size:22px;
	font-weight:500;
	font-style:normal;
	/*border-bottom:1px solid #dedede;
	margin-bottom:20px;
	color:#404040;*/
}
.addpromo-ud {
    padding: 5px 0px 0px 0px;
    color: #484848;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
	}
.demo h3{
    font-size:22px;
	font-weight:500;
	font-style:normal;
	color:#484848;
}
.backtodashboard
{
	font-size: 17px;
	text-align:right;
	float:right;
	margin-right: 0;
/*	width:100%;*/
	padding-bottom:6px;
}
.list-discount{
	padding-top:0px;
	color:#5d5d5d;
	font-size:22px;
}
.dis-count-box{
	margin:5px 0px 25px 0px !important;
}
.pass-box{
	padding:6px 0px 0px 0px;
	color:#8a8a8a;
}
.dis-pass-box{
	padding:15px 0px 15px 0px;
}
.apply-box{
	width:251px !important;
	font-size:16px !important;
	padding:5px 8px !important;
}
.apply-now{
	padding:7px 10px !important;
	margin:0px 0px 1px 13px !important;
	font-size:15px !important;
	font-weight:normal !important;
	float:right;
}
.error-mass{
	width:100%;
	color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 18px;
    float: left;
}
.error-mass-dis-cod{
	width:100%;
	color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 5px;
    float: left;
}
.add-error-mass{
	width:100%;
	color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0px;
    float: left;
	text-align:left;
	padding-left:2%;
}
.total-pass{
	margin:0px 0px 24px 0px !important;
	color:#8a8a8a !important;
}
.numberofpassrequest
{
	display: inline !important;
	color: #8a8a8a !important;
}
.right-text{
	font-family: 'Roboto', sans-serif !important;
	text-align:right;
	float:right;
	width:42% !important;
	font-size:15px !important;
	padding:0px !important;
	padding-right:2px !important;
	font-weight:normal !important;
}
.total-right-text{
	text-align:right;
	float:right;
	width:34% !important;
	font-size:15px !important;
	padding:0px !important;
	padding-right:2px !important;
	font-weight:normal !important;
}
.num-pass{
   font-family:'Roboto', sans-serif;
    padding:5px 8px;
    background-color: #FFFFFF;
    width: 125px;
    border: 1px solid #b0bfc9;
    color: #5e6064;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
	margin-left:10px
}
.min-height{
	min-height:68px;
	width:100%;
	float:left;
	/*display:block !important;*/
}
.notsupportedformat{
    font-size:13px;
}
.num-pass-box{
	color:#8a8a8a !important;
}
.dis-cod{
	padding:3px 0px 5px 0px !important;
}
.nam-pass-one-box{
	/*width:170px !important;*/
	font-size:14px !important;
	padding:5px 8px !important;
}
.enter-plg-errorMsg {
    color: #ff0000 !important;
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    min-height: 26px;
    font-size: 15px !important;
    margin-bottom: 2px !important;
	font-weight:normal !important;
}
.start-test{
	margin:5px 0px 10px 0px !important;
	border-radius:10px !important;
	background:#46af3b !important;
}
.add-dis-code{
	 text-align:center !important; 
	 width:100% !important;
	 display:block !important;
	 float:left !important;
}

.displayer{
	display:block !important;
}
.type-box{
	/*padding-left:192px;*/
	width:100%;
	float:left;
	min-height:115px;
	margin-top:8px;
}
.type-box h1 {
  display: flex;
  flex-direction: row;
  font-size:18px;
  font-weight:normal;
  margin-bottom:10px;
}
.type-box h1:before, h1:after{
  content: "";
  flex: 2 1;
  border-bottom: 1px solid #dddddd;
  margin: auto;
}
.type-box h1:before {
  margin-right: 3px;
}
.type-box h1:after {
  margin-left: 6px;
  padding-left:76%;
}
.type-box-in{
/*	padding-left:15px;*/
	font-weight:normal !important;
	text-align:left !important;
	width:60% !important;
	display:block !important;
	/*float:left;*/
	margin:0 auto;
	border:1px solid #dddddd;
}
.type-box-in h1{
	font-size:17px;
    font-weight:normal;
	position:relative;
	margin-top:-11px;
	z-index:999;
	background:#fdfcfc;
}
.left-padd{
	padding-left:14px;
}
.buy-pass-box{
	width:100%;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	float:left;
}
.buy-pass-box h2{
	width:100%;
	padding:10px 15px;
	font-size:14px;
	font-weight:normal;
	float:left;
}
.discount-box{
	padding:23px 0px 0px 0px;
	color:#8a8a8a;
}
.deactivated_discountcode
{
	background: #ccc !important;
}
.discount-error-mass{
	width:100%;
	color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0px;
    float: left;
	text-align:left;
	padding-left:20%;
	padding-top:5px;
}
.purcha-pas-code{
	width: 100% !important; 
	margin-right: 30px; 
	margin-left: -4px; 
	margin-top:10px; 
	background:#fbfbfb!important; 
	float:left;
}
.have-pas-code{
	margin:0px;
	float:left;
	background:#fbfbfb;
}
.green-color{
	border-radius:10px !important;
	background:#46af3b !important;
}
/* Start Sanjib Css */
.supp-doc_btn {
	border-radius:10px;	
}
input[type="submit"]:focus, input[type="button"]:focus {
	border:none;
	outline:none;
	box-shadow:none;	
}
/* End Start Sanjib Css */

.enter-passcode{
	width:100% !important;
}
.dash-value{
	text-align:center;
	float:left;
}
.affiliate-dashbord-button{
   width:19%;
   margin:56px 0px 0px 26px;
   padding:0px 0px 15px 0px;
   text-align: right; 
   float:left;
}
/*----------------Somnath css start--------------------- */
.upload-img{
	 text-align:left !important; 
	 width:100% !important;
	 display:inline-flex !important;
	 float:left !important;
	 padding:4px 20px 6px 20px;
}
.upload-img span{
    padding:6px 5px;
}
.upload-img input[type="submit"]{
	padding:2px 10px;
	margin:0px 5px 0px 10px;
	font-size:16px;
}
/*.upload-img input[type="file"]{
	padding:8px 10px;
	margin:0px 0px 0px 10px;
	font-size:17px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background:#33333333;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}*/
.up-min-height{
	height:75px;
	width:100%;
	float:left;
	padding-top:12px;
	/*display:block !important;*/
}
.upload-center {
    width:97%;
    padding:0px 0px 10px 0px;
	margin:10px 15px;
	float:left;
	background:#FFFFFF;
	border:1px solid #c3c3c3;
}
.upload-center h3{
	left:15px;
	top:-10px;
	margin:0px;
	position:relative;
	display:inline-block;
	padding-left:5px !important;
	padding-right:5px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	background:#ffffff;
	font-weight:normal;
	font-size:17px;
	font-weight:bold;
}
.follow-img{
	padding-top:10px;
	color:#5d5d5d;
	font-size:22px;
	float:left;
}
.update-img-squel{
	padding:10px 0px 5px 0px;
	color:#5d5d5d;
	font-weight:normal;
	line-height:1.6;
	float:left;
	font-size:14px;
	width:100%;
	font-weight:500;
}
.upload-img input[type="text"]
{
	height: 40px;
    width:528px;
	border: 1px solid #ddd;
    background-color: #fff;
    color: #32373c;
    outline: 0;
	font-size:12px;
	font-weight:normal;
	padding: 8px;
	margin-right:12px;
	border-radius: 0;
}
.upload-img h2 {
    font-size: 24px;
    padding: 25px 0px 0px;
    color: #23282d;
}
.upload-img input::placeholder{
    opacity:0.5;
}
 .uis_btns{
    background: #00a0d2;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5), 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5), 0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
	border:1px solid #0073aa;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none !important;
}
.uis_btns:hover{
    background: #008ec2;
    border-color: #006799;
    color: #fff;
	outline:none !important;
}
.uis_btns:visited {
  color:#000000 !important;
  font-size:25px !important;
  outline:none !important;
}
.uis_btns:focus{
   border:1px solid #0073aa !important;
   outline:none !important;
   box-shadow:none !important;
}
.mod-for-box{
    width:97% !important;
	min-height:98px;
	padding:0px 0px 15px 0px;
	margin:0px 12px;
	float:left;
}
.mod-bor-box{
   width:99%;
   padding:17px 0px;
   margin:0px 4px;
   float:left;
   border:1px solid #c3c3c3;
}
.ban-name{
    width:18%;
	float:left;
	padding:5px !important;
	margin:0px;
	float:left;
	border:1px solid #d9d9d9;
}
.ban-name img{
   width:100%;
   height:auto;
   float:left
}
.sequnum{
   width:62%;
   float:left;
   padding:0px 5px 10px 30px !important;
}
.ban-name span label{
  cursor:auto !important;
}
.select-img-box{
   width:50%;
}
.down{
	float:left;
	padding:6px 12px;
	margin:0px;
}
.down a
{
	cursor: pointer;
}
.down a:link{
    /*color:#444444;*/
    text-decoration:none;
}
.down a:hover
{
    text-decoration:underline;
}
#pass_quentity
{
    margin-top:10px;
}
.image-type-description{
   padding:10px;
   font-size: 14px;
   font-style: italic;
   color: #949494;
}
.min-height p{
    padding: 2px 20px 0px 20px;
    float: left;
	font-style: italic;
    color: #949494;
	font-size:14px;
}


/* to make deafult php file type browse button UI modification */
.up
{
	text-align: center ;
	float:left;
	background:#2c86cc;
	border-radius: 10px;
	text-transform:capitalize;
}

input[type="file"] 
{
	display: none;
}

.fileName
{
	color: rgb(255, 255, 255);
	float:left;
	padding: 4px 15px 6px 7px;
	cursor: pointer;
	text-align:left;
	border: none;
	width: 219px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fileName a
{
	color:#fff;
}
.custom-file-upload 
{
	color:#333;
	font-size:12px;
	display: inline-block;
	padding:3px 4px;
	margin:5px 0px 0px 8px;
	cursor: pointer;
	background-color:#ededed;
	border:1px solid #5a5a5a;
}
.file-search-button
{
	float:left;
}

/*for home slider*/
.imagebannerheader 
{
    border-bottom: 1px #eee solid;
    box-shadow: 0 0 5px #999;
}
.carousel 
{
    background: #ddd;
    box-shadow: 0 0 5px #999;
}
.carousel-inner 
{
	height: 100%;
}
.carousel-item 
{ 
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.md-text-error-ms{
   width: 100%;
    color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0px;
    float: left;
    text-align: left;
	padding-top:5px;
    padding-left:20%;
}
.md-text-error-mr{
   width: 100%;
    color: #ff0000;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
	margin-top:5px;
    float: left;
    text-align: left;
	padding-top:0px;
    padding-left:28%;
}
.userfoodreport{
   font-size:14px !important;
   margin-bottom:25px !important;
   /*height:281px;*/
   min-height:120px;
   max-height:250px;
   overflow:auto;
}

.mange_rule_box{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
   text-align:center;
}
.mange_rule_Condi-box{
   width:70%;
   margin:0 auto;
   padding:0px;
   text-align:center;
}
.manage_rule_text_box{
    width: 100%;
    padding-right:15px;
    padding-left: 15px;
    margin:2px 0px 15px 0px;
	float:left;
}
.manage_rule_con_box{
    width: 100%;
    padding-right:15px;
    padding-left: 15px;
    margin:2px 0px 15px 0px;
	float:left;
}
.mange_ltext{
    width:20%;
	margin:0px;
	padding:8px 12px;
	float:left;
}
.mange_con{
    width:100%;
	margin:0px;
	padding:8px 0px;
	float:left;
}
.mange_con label{
   width:23% !important;
   float:left;
   text-align:right;
   padding:7px 0px !important;
   font-weight:normal;
   color:#686868;
}
.mange_con select {
    height: 40px;
    width: 73% !important;
	line-height:26px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #747474;
    outline: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 8px;
    margin-right: 12px;
    border-radius: 0;
}
.mange_intext{
    width:30%;
	margin:0px;
	padding:0px;
	float:left;
}
.mange_rule_box label{
   width:28%;
   padding:7px 5px;
   font-weight:normal;
   color:#686868;
   float:left;
   text-align:right;
}
.mange_rule_box input[type="text"] {
    height: 40px;
    width: 72%;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #6e6f70;
	float:left;
    outline: 0;
    font-size: 15px !important;
    font-weight: normal;
    padding: 8px;
    margin-right: 0px;
    border-radius: 0;
}
.mange_rule_combination{
   width:100%;
   float:left;
   margin:25px 0px 0px 0px;
   padding:0px 0px 32px 0px;
   border:1px solid #c3c3c3;
}
.mange_rule_combination h3 {
    left: 15px;
    top: -13px;
    margin: 0px;
    position: relative;
    display: inline-block;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #fdfcfc;
    font-weight: normal;
    font-size:20px;
    font-weight:normal;
}
.mange_rule_combination label{
   width:28%;
   float:left;
   text-align:right;
   margin-top:10px;
   padding:7px 7px;
   font-weight:normal;
   color:#686868;
}
.mange_rule_combination input[type="text"] {
    height: 40px;
    width:65%;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #747474;
    outline: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
    margin-right: 12px;
    border-radius: 0;
}

.mange_rule_combination select {
    height: 40px;
    width: 72%;
	line-height:26px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #747474;
    outline: 0;
	float:left;
    font-size: 15px;
    font-weight: normal;
    padding: 8px;
    margin-right:0px;
	margin-top:10px;
    border-radius: 0;
}
.mange_rule_combination_sub{
   width:100%;
   float:left;
   margin:25px 0px 0px 0px;
   padding:0px 0px 10px 0px;
}
.create-button {
    padding: 6px 12px !important;
    margin: 0px !important;
    display: inline-block;
    font-size: 17px !important;
    /* letter-spacing: 1px; */
    background: #2c86cc !important;
    border: none;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
}

.rule_description_box{
   width:100%;
   margin:0px;
   padding:0px;
   float:left;
}
.rules_box{
   width:55%;
   padding:10px;
   margin:0px;
   float:left;
   color:#686868;
   border-right:1px solid #b7b6b6;
   border-bottom:1px solid #b7b6b6;
}
.rules_d_box{
   width:60%;
   padding:10px;
   margin:0px;
   float:left;
   color:#686868;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   border-right:1px solid #b7b6b6;
   border-bottom:1px solid #b7b6b6;
}
.rules_date_box{
   width:25%;
   padding:10px;
   margin:0px;
   float:left;
   border-right:1px solid #b7b6b6;
   border-bottom:1px solid #b7b6b6;
}
.rules_a_box{
   width:20%;
   padding:10px;
   margin:0px;
   float:left;
   border-bottom:1px solid #b7b6b6;
}
.rules_a_box a{
  text-decoration:none;
  padding:0px 5px;
}
.rule_out_box{
    width:100%;
	float:left;
    padding: 0px;
    border: solid 1px #b7b6b6;
	border-bottom:none;
    margin: 5px 0px 20px 0px;
	background:#fdfcfc;
}
/* Multi checkbox css*/
:root
{
	--text: "Select values";
}
.multiple_select
{
	height: 18px;
	width: 90%;
	overflow: hidden;
	-webkit-appearance: menulist;
	position: relative;
}
.multiple_select::before
{
	content: var(--text);
	display: block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.multiple_select_active
{
	overflow: visible !important;
}
.multiple_select option
{
	display: none;
    height: 18px;
	background-color: white;
}
.multiple_select_active option
{
	display: block;
}

.multiple_select option::before {
  content: "\2610";
}
.multiple_select option:checked::before {
  content: "\2611";
}
.list-document{
  width:100%;
  float:left;
  margin:0px 0px 12px 0px;
  padding:0px;
  background:#fff;
  border:1px solid #c3c3c3;
 /* border-bottom:none;*/
  min-height:150px;
  max-height:494px;
  overflow:auto;
}
.view-list-box-header{
   width:100%;
   float:left;
   margin:0px; 
   padding:0px;
}
.head-list{
   width:63%;
   border-right: 1px solid #c3c3c3; 
   border-bottom:1px solid #c3c3c3; 
   float:left;
   padding:10px;
}
.head-action{
   width:37%;
   float:left;
   border-right:none; 
   border-bottom:1px solid #c3c3c3;  
   padding:10px;
}
.head-action a{
   text-decoration:none;
   padding:0px 10px;
   cursor:pointer;
}
.head-action ul{
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
}
.head-action ul li{
   width:auto;
   border:none !important;
   min-height:inherit !important;
   list-style:none;
   padding:0px;
   margin:0px;
   float:left;
}
.head-action ul li:first-child{
   text-align:left;
}
.head-action ul li a{
   width:89px;
   padding:0px 8px;
   margin:0px;
   float:left;
}
.head-action-spe{
   width:37%;
   float:left;
   border-right:none; 
   border-bottom:1px solid #c3c3c3;  
   padding:10px 10px 10px 0px;
}
.head-action-spe ul{
   width:100%;
   float:left;
   margin:0px;
   padding:0px;
}
.head-action-spe ul li{
   width:auto;
   border:none !important;
   min-height:inherit !important;
   list-style:none;
   padding:0px;
   margin:0px;
   float:left;
}
.head-action-spe ul li:first-child{
   text-align:center;
}
.head-action-spe ul li a{
   width:82px;
   float:left;
   text-decoration:none;
   padding:0px 8px;
   margin:0px;   
}
.modify_suppDoc_cancel{
   padding:0px 5px !important;
   margin-left:5px;
}



.view-list-box{
   width:100%;
   float:left;
   margin:8px 0px; 
   padding:10px 15px;
   border:1px solid #c3c3c3;
}
/*End*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 77px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
/*  width: 50% !important;*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
  display:block;
}
.modal-header h2{
  padding:7px 0px !important;
  margin:0px;
  font-weight:500;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: #;
  display:block;
}
.modellable{
  width:25%;
  padding:5px;
  margin:0px;
  float:left;
  font-weight:500;
  color:#5b5b5b;
}
.modelinput_text{
  width:75%;
  padding:5px;
  margin:0px;
  float:left;
}
.modal-body h3{
  width:100%;
  float:left;
  font-size:20px;
  color:#5b5b5b;
  border-bottom:1px solid #c7c7c7;
  padding:10px 5px;
  margin-top:20px;
  font-weight:bold;
}
.gap-model{
  padding:15px;
}
/*model End*/

/*for Responsive*/
@media (min-width: 360px){
.passcode-box {
  width: 100%;
  margin: 0 !important;
  height: auto !important;
  float: left;
  background: #fbfbfb !important;
  text-align: left !important;
}
.apply-box{
   width: 66% !important;
  }
}


@media only screen and (min-width: 360px) and (max-width: 412px){
.passcode-box {
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  float: left !important;
  background: #fbfbfb !important;
  text-align: left !important;
}
}

@media only screen and (min-width: 667px) and (max-width: 740px){

  .container, .container-sm{ 
    max-width:98%;
  }
  .apply-box {
    width: 82% !important;
}
}


@media (min-width: 768px){
/*  .container, .container-md, .container-sm{
    max-width:1200px;
  }*/
  
 .apply-box {
    width:46% !important;
}
.adj_28022017_2{
  font-size:13px;
}
#left01 span, #right01 span{
   font-size:20px;
}
.signin-blk h2{
  font-size:20px;
}
.total-pass{
   font-size:13px;
 }
 .total-right-text{
   width:27% !important;
 }

}

@media (min-width: 900px){
.container,{
   width:800px; 
}
}

@media only screen and (min-width: 800px) and (max-width: 1180px){
  .container{
    width:96% !important;
	max-width:100%;
  }
 .bodyCondt {
    border-right: solid 4px #C3C3BF !important;
  }
  .adj_28022017_2{
    font-size:12px;
  }
  #left01 span, .signin-blk h2{
    font-size:19px;
  }
  .apply-box {
    width:50% !important;
}
  #left01 label input[type="text"]{
    padding:6px;
  }
  .radio-inline{
    font-size:14px !important;
  }
  .signin_cntr{
   padding:15px 0px;
  }
 .foot-menu ul li {
    font-size: 13px !important;
    padding: 5px !important;
}
 .total-pass{
   font-size:13px;
 }
 .total-right-text{
   width:27% !important;
 }
 .blck4 {
    background: url(../images/ver-line-thin.png) 0 center no-repeat !important;
    min-height: 408px;
    padding-left: 20px !important;
}
}

@media only screen and (min-width: 1180px) and (max-width: 1368px){
 /* .container{
    width:88% !important;
	max-width:100%;
  }*/
  .blck4 {
    background: url(../images/ver-line-thin.png) 0 center no-repeat !important;
    min-height: 408px;
    padding-left: 20px !important;
}
.signin_cntr {
    background:none;
}
}


@media only screen and (min-width: 1368px) and (max-width: 1900px){
  .container{
    width:88% !important;
	max-width:100%;
  }
}


@media (min-width: 1360px){
  #left01 span, #right01 span {
    font-size: 24px;
}
.signin-blk h2 {
    font-size: 24px;
}


}

.no_supporting_doc{text-align: center;border: solid 1px #b7b6b6;margin: 5px 0px 20px 0px;background: #fdfcfc;padding: 20px 0;}

.rule_multiselect_outerDivCls { position:relative; width:72%; float:left; margin-top:10px; }
.rule_multiselect_optionsDivCls { width:100%; height:auto; display:block; padding:5px 3px; background:#fff; border:1px #ddd solid; position:absolute; top:39px; left:0; z-index: 999; }
.rule_multiselect_valueCls {width:100% !important; cursor:pointer; background: #fff url(../images/select-arrow.png) no-repeat 99.2% 16px !important; padding-right: 40px !important; }
.rule_multi_check_sec { width:100%; display:inline-block; padding:4px 10px; float:left; }
.rule_multi_check_sec:hover { background:#e0e0e6; }
/* .rule_multi_check_sec .rule_multicheckboxhandlecls { float:left; margin-top:2px; border:1px #ddd solid !important; border-radius: 0; height:1.1rem; } */
.rule_multi_check_sec .rule_multicheckboxhandlecls { float: left; margin-top: 10px; border: 1px #ddd solid !important; border-radius: 0; height: 1.1rem; width: 5%; }
/* .rule_multi_check_sec .rule_multiselect_checkbox { float:left; margin:0px 0 0 6px !important; width:90%; } */
.rule_multi_check_sec .rule_multiselect_checkbox { float:left; margin:0 !important; width:90%; text-align: left; }
.cls_noruleadded {border: none;
  border-bottom: 1px solid #b7b6b6;
  padding: 9px;
  margin: 0;}
  
.viewrule_loader_box
{
	width: 100%;
	text-align: center;
	z-index: 999;
	position: fixed;
	background: #4f4f4f;
	height: 100%;
	opacity: 0.8;
	overflow: hidden;
}
.viewrule_loader_image
{
	top: 50%;
	position: absolute;
}

.rule_mandatory
{
	color: #ff0000;
    margin-left: 5px;
}
.error_supportingdocument
{
	padding-left: 0 !important;
}

.top-gap{
  margin-top:12px;
}
.m-height{
  height:57px;
}
/* =================UserList filter================== */
.userListSorting {
	float:left;
	margin-top:15px;
}
.sortbytxt {
	font-size:15px;
}
select.user_filter_keyword_cls {
	padding: 10px;
	font-size: 14px;
	color: #333;
	margin: 0 7px;
}
.userlistfilterBtnCls
{
	padding:6px 15px !important;
	margin:0px !important;
	display:inline-block;
	font-size:16px !important;
	/*font-weight:normal !important;*/
	background:#2c86cc !important;
	border-radius:10px;
}
.userlistbckdashboard
{
	float: right;
	margin-top:15px;
	margin-bottom: 0;
}
.userlistbckdashboard a
{
	font-weight:500;
}
/*New Profile Design*/
.left-box{
   width:78%;
   float:left;
}
.your-profileBtns {
    width:100%;
    font-family: 'Roboto', sans-serif;
    background-color: #46af3b;
	border-radius:10px;
    color: #ffffff;
    font-size: 16px;
	font-size-adjust:ex-height 0.52;
    font-weight: normal;
    padding: 8px 8px;
    border: 0;
    margin:5px 0px 12px 0px;
    text-align: left;
    cursor: pointer;
	float:left;
}

.mdf-center {
    width:97%;
    padding:10px 0px 10px 0px;
	margin:10px 0px 0px 15px;
	float:left;
	background:#FFFFFF;
}
.mdf-center p{
   width:100%;
   min-height:auto;
   margin:0px;
   padding:0px;
}
.mdf-center h3{
    width:100%;
	margin:0px;
	position:relative;
	display:inline-block;
	padding:0px;
	background:#ffffff;
	font-weight:normal;
	font-size:17px;
	font-weight:bold;
}
.dr-center {
    width:97%;
    padding:10px 0px 10px 0px;
	margin:10px 0px 0px 15px;
	float:left;
	background:#FFFFFF;
}
.dr-center p{
   width:100%;
   min-height:auto;
   margin:0px;
   padding:0px;
}
.dr-center h3{
    width:100%;
	margin:0px;
	position:relative;
	display:inline-block;
	padding:0px;
	background:#ffffff;
	font-weight:normal;
	font-size:17px;
	font-weight:bold;
}
.choose-user{
   width:70% !important;
   margin-left:15px;
   margin-right:0px;
}
.choose-date{
   width:57.8% !important;
   /*margin:0px 30px 0px 15px;*/
   margin:0px 0px 0px 15px;
}
.leb-sfm{
    padding:5px 10px;
	font-weight:500;
}
.sfm{
   width:13.5%;
   padding:3px 0px;
   text-align:center;
   margin:10px 15px 35px 0px;
   float:left;
   border:1px solid #b7b6b6;
}
.sfm-all{
   width:8%;
   padding:3px 0px;
   text-align:center;
   margin:10px 16px 35px 0px;
   float:left;
   border:1px solid #b7b6b6;
}
.sfm:first-child {
   width:10%;
   padding:3px 0px;
   text-align:center;
   margin:10px 15px 35px 0px;
   float:left;
   border:1px solid #b7b6b6;
}
.user-period{
   float:left;
   padding:0px 25px 8px 0px;
   font-size:18px;
}
.food-reaction label{
    float:left;
	font-size:12px;
	width:66%;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
   .food-reaction label{
    float:left;
	font-size:12px;
	width:57%;
}
 }
@media (-webkit-max-device-pixel-ratio: 1.25) { 
   .food-reaction label{
    float:left;
	font-size:12px;
/*	width:54%;*/
}
} 
.food-reaction{
   float:left;
   width:100%;
}
.badge-no{
   background:#e01601;
   float:left;
   width:9px;
   height:9px;
   padding:0px;
   margin:5px 2px;
}
.badge-yes{
   background:#0fa801;
   float:left;
   width:9px;
   height:9px;
   padding:0px;
   margin:5px 2px;
}
.badge-nan{
   background:#f7f7f7;
   border:1px solid #b2b2b2;
   float:left;
   width:9px;
   height:9px;
   padding:0px;
   margin:5px 2px;
}
.date_size{
   font-size:12px;
}
.center_img{
   width:100%;
   display:inline-block;
   margin:0px;
   padding:0px;
   text-align: center;
}
.snaks_time{
   width:44%;
   float:left;
   margin:8px 3px;
   padding:0px;
   border:1px solid #bdbdbd;
   font-size:11px;
   text-align:center;
}
.snaks_time a{
   color:#333333;
   text-decoration:none;
}
.snaks_time a:hover{
   color:#999999;
}
.food-reaction a{
   color:#212529;
}
.other-reaction label{
    float:left;
	font-size:12px;
	width:18%;
}
.other-reaction{
   float:left;
   width:100%;
}
.other-text{
  width:30%;
  float:left;
  font-size:12px;
}
.other-text-long{
  width:50%;
  float:left;
  font-size:12px;
}

.other-reaction a{
   color:#212529;
}
.lunch-modal-box{
  padding-top:5px;
  padding-bottom:5px;
}
.lunch-modal-box h2{
   color:#000000 !important;
   text-align:center;
   font-size:22px !important;
}
.day-routine-menu{
    width:100%;
	margin:0px 0px 15px 0px;
	padding:0px;
	float:left;
	border-bottom:1px solid #dee2e6;
	/*border-top:1px solid #dee2e6;*/
}
.day-routine-menu ul{
     margin:0px;
	 padding:0px;
	 list-style:none;
}
.day-routine-menu ul li{
     padding:5px 15px;
	 margin:0px;
	 float:left;
}
.day-routine-menu ul li a.active{
    color:#000000;
	font-weight:500;
}
.day-routine-menu ul li a:hover{
   cursor:pointer;
}

.day-routine-menu ul li a{
     text-decoration:none;
	 color:#333333;
}
.modal-top-body {padding: 0px;}
.modal-top-body h3{
  width:100%;
  float:left;
  font-size:20px;
  color:#5b5b5b;
  border-bottom:1px solid #c7c7c7;
  padding:10px 5px;
  margin-top:20px;
  font-weight:bold;
}
.middel-body{
     padding:10px 5px;
	 margin:0px;
	 float:left;
}
.day-routine-inner-box{
    width:94%;
    margin:4px 30px 6px 30px;
	padding:15px;
	float:left;
	background:#fafafa;
	border:1px solid #dee2e6;
}
.day-routine-inner-box-scroll{
    width:94%;
	height:296px;
	min-height:290px;
	overflow:auto;
    margin:0px 30px 15px 30px;
	padding:10px 15px 15px 15px;
	float:left;
	background:#fafafa;
	border:1px solid #dee2e6;
}
.day-routine-inner-box-scroll h3{
    font-size:16px;
	border:none !important;
	margin:0px !important;
	padding:8px 0px 0px 0px !important;
	font-weight:normal !important;
}
.day-routine-inner-box_exercise{
    width:94%;
	overflow:auto;
    margin:15px 30px;
	padding:15px;
	float:left;
	background:#fafafa;
	border:1px solid #dee2e6;
}
.day-routine-inner-box_exercise h3{
    font-size:18px;
	border:none !important;
	margin-top:0px !important;
	padding:10px 0px 0px 0px !important;
}
.day-routine-inner-box-notfound{
    width:94%;
	height:auto;
	overflow:auto;
    margin:0px 30px 15px 30px;
	padding:15px;
	float:left;
	background:#fafafa;
	border:1px solid #dee2e6;
}
.exercise_outer_block{
    width:100%;
	/* height:500px; */
	/* overflow:auto; */
}
.each-exercise-block{
    width:100%;
    float:left;
	margin-bottom:0px;
	/* border-bottom:4px double #c7c7c7; */
}
.day-routine-inner-box h3{
    font-size:18px;
	border:none !important;
	margin-top:0px !important;
	padding:10px 0px 0px 0px !important;
}
.day-routine-text-header{
    width:15%;
	margin:0px;
	padding:2px 0px;
	float:left;
	font-weight:bold;
	font-size:13px;
}
.day-routine-text-body{
    width:80%;
	display:inline-block;
	margin:0px;
	padding:2px 0px;
	/*float:left;*/
	font-size:13px;
}
.day-routine-text-con{
    width:27%;
	margin:0px;
	padding:2px 0px 0px 15px;
	float:left;
	font-size:13px;
}
.day-routine-text-context{
    width:70%;
	margin:0px;
	padding:3px 0px 0px 0px;
	float:left;
	font-size:13px;
}
.day-routine-text-other{
    width:35%;
	margin:0px;
	padding:5px 0px 0px 15px;
	float:left;
	font-size:13px;
	font-weight:bold;
}
.day-routine-text-body-other{
    width:65%;
	height:30px;
	margin:0px;
	font-size:13px;
	padding:5px 0px 0px 0px;
	float:left;
}
.day-routine-text-snaks{
    width:85%;
	font-size:13px;
	margin:0px;
	padding:0px 0px  15px 15px;
	float:left;
}
.green{
    color:#0fa801;
	font-weight:500;
}
.red{
    color:#d70000;
	font-weight:500;
}
.valiant {
    color:#5732f6;
	font-weight:500;
}
.arrow{
	color: #333 !important;
	position:absolute;
	left:37%;
	cursor:pointer;
	font-size: 24px !important;
	font-weight: bold !important;
	padding: 0px 10px !important;
	margin: 0px 0px !important;
	font-family: 'Roboto', sans-serif !important;		
}
.arrow_right{
	color: #333 !important;
	position:absolute;
	top:0px;
	right:41%;
	cursor:pointer;
	font-size: 30px !important;
	font-weight: bold !important;
	padding: 0px 10px !important;
	margin: 0px 0px !important;
	font-family: 'Roboto', sans-serif !important;		
}
.central-dash{
    text-align:center;
	position:relative;
	vertical-align:middle;
}
.usernotfound{
    width:100%;
	padding:10px;
	float:left;
	border:1px solid #b7b6b6;
}
.result_found{
    cursor:pointer;
}
.result_found a{
     width:100%;
	 float:left;
	 padding:10px 5px;
}
.result_found a:hover{
    background:#CCCCCC;
}
.result_found label{
    cursor:pointer;
}
.img_thum{  
    padding:0;
    background-color: #cacaca;
    border: 1px solid #dee2e6;
    max-width: 100%;
    width:100%;
    height:100%;
}
.disbaleclick{
   pointer-events: none;
   opacity: 0.5;
}
.exercise-sub-tab-item{
   width:20%;
   float:left;
   padding:6px;
   margin:0px;
   border:1px solid #dee2e6;
}
.exercise-sub-tab-item-block{
    width:99%;
    float:left;
	margin-top:0px;
	margin-left:30px;
}
.exercise-sub-tab-item-block ul{
   width:90%;
   margin:0px;
   padding:0px;
}
.exercise-sub-tab-item-block ul li{
   /*width:18%;*/
   list-style:none;
   float:left;
   padding:0px;
   margin:1px;
   font-size:13px;
   
}
.exercise-sub-tab-item-block ul li a{
    padding:5px;
    text-decoration:none;
	background:#a8a8a8;
	color:#e9e9e9;
}
.exercise-sub-tab-item-block ul li a:hover{
    padding:5px;
    text-decoration:none;
	background:#CCCCCC;
	cursor:pointer;
}

 .toZoom {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.toZoom:hover {opacity: 0.7;}


/*tab pop-up thumnail full image display */
/* Style for the popup */
    .popup {
      display: none; /* Hidden by default */
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 2px solid #333;
      background: #fff;
      z-index: 100;
      padding: 20px;
    }
    /* Style for the overlay */
    .overlay {
      display: none; /* Hidden by default */
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 99;
    }

.result_found:hover
{
	 background-color: #eaeaea !important;
}

.exercise-sub-tab-item-block ul li a.active{
	font-weight:bold;
	background:#838383;
}
.filter-grid-colomn-title
{
	text-align: center;
}
.heght-set{
   /*height:434px;*/
    height:500px !important;
}
.img-frame{
   width:12%;
   height:55px;
   padding:0px;
   margin:0px;
}
.body-mind-food-log-app-icon{
  width:100%;
  margin:0px 0px 15px 0px;
  padding:0px;
  float:left;
}
.body-mind-food-log-app-icon h2{
   float:left;
}
.body-mind-food-log-app-icon span{
   float:left;
   padding:0px;
   margin:23px 0px 0px 55px;
}
.getmobileapp{
   padding:3px 8px;
   background:#55c549;
   border:1px solid #35ae29;
   outline:none;
   color:#fff;
   border-radius:8px;
}
.modal-content-mobile{
  background-color: #fefefe;
  margin: auto;
  padding: 5px 15px;
  border: 1px solid #888;
  width: 46%;
  height:300px;
  overflow:auto;
  border-radius:.3rem;
}
.modal-content-mobile h2{
  font-size:22px;
  margin-bottom:25px;
}
.modal-content-mobile p{
   font-size:14px;
}

.modal-header-mobile{
   border-bottom:1px solid #dee2e6;
}
.modal-header-mobile h2{
    margin: 0px 0px 10px 0px;
    padding-top: 10px;
}
.modal-body-mobile{
   float:left;
   padding:15px 5px;
}
.modal-body-mobile h3{ 
   font-size:16px;
   padding:5px 0px;
}
.modal-body-mobile p{
   font-size:14px;
}
.modal-body-mobile p span{
   font-size:30px;
   font-style:normal;
   font-weight:200;
}
.beta-verson{
   font-weight:normal;
}
.get-mobile-content-text {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #cecece;
  width: 100%;
  height:auto;
  overflow:auto;
}
.get-mobile-content-text h1{
   width:100%;
   float:left;
   font-size:30px;
   text-align:center; 
   padding:0px 0px 5px 0px; 
}
.get-mobile-content-text h2{
   width:100%;
   float:left;
   font-size:22px;
   text-align:center; 
   padding:0px 0px 5px 0px; 
}
.get-mobile-content-text h3{
   width:100%;
   float:left;
   font-size:18px;
   padding:10px 0px 0px 0px; 
}
.get-mobile-content-text h4{
   width:100%;
   font-size:16px;
   float:left;
   margin:10px 0px 5px 0px;
   padding:0px 0px 0px 20px;
}
.get-mobile-content-text p{
   width:100%;
   font-size:14px;
   margin:0px;
   padding:5px 0px 1px 10px;
   float:left;
}
.get-mobile-content-text ul{
   width:100%;
   float:left;
   margin:0px 0px 15px 0px;
   padding:0px;
   font-size:14px;
}
.get-mobile-content-text ul li{
   width:100%;
   float:left;
   margin:0px;
   padding:5px 5px 5px 20px;
   list-style:none;
}
.btn_mobileapp_copy{
   padding:0px 5px ;
   background:#f1f1f1;
   border:1px solid #999999;
}
.text_copied{
  color:#339929;
}
.get-mobile-content-text span{
  margin-bottom:10px;
  float:left;
}

mark.hotPink {
  background-color:#ffe8b4  !important;
  border:1px solid #faad16  !important;
  color:#6a0a00;
  font-size:11px !important;
  vertical-align:top;
  margin-left:10px;
  padding:.2em .6em;
}
.tabs{
  width:100%;
  float:left;
  cursor:pointer;
}
/* .tabs { */
  /* width: 95%; */
  /* margin:0; */
  /* display:block !important; */
/* } */
.tabs span{
  width:auto;
  padding:5px 12px;
  margin:0px 4px 0px 0px;
  float:left;
  border:1px solid #c3c3c3;
  border-bottom:none !important;
  background:#fff;
  color:#5a5a5a;
}
.active-tab{
  background: #fff !important;
  color: #000 ! important;
  border-bottom: none !important;
  font-weight:bold;
}
.panels .panel 
{
	display: none;
}
.panels .panel.active 
{
	display: block;
}

.tab{
  cursor: pointer;
  padding:4px 20px;
  background:#ebebeb;
  display:inline-block !important;
  color:#8d8d8d;
  border:1px solid #bbb;
  border-bottom:none;
}
.panels{
  background:#fffffff6;
  /* min-height:200px; */
  width:100%;
  overflow:hidden;
  padding:0px;
  margin-bottom:0px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
.inactive_document{
  width:100%;
  background:#f7f7f7;
  border:1px solid #e3e3e3;
  border-bottom:none;
  border-top:none;
  float:left;
}
.more{
   color:#000000;
}
.link-for{
  margin:0px;
  padding:0px;
}
.link-for a{
   width:100%;
}

/* user details */
.plg-grid > div > div a:link{
    width:100%;
	float:left;
	text-decoration:none;
}
.user-grid{
   border: 1px solid #d3d3d3;
   height:460px;
   overflow:auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    line-height: 1.5em;
    word-wrap: break-word;
    background: #fff;
    color: #555;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 15px;
    margin-bottom: 10px;
}
.user-grid > div:nth-child(odd) {
    background: #f9f9f9;
	/*float:left;*/
	width:100%;
}
.user-grid > div:nth-child {
    background: #f9f9f9;
	/*float:left;*/
	width:100%;
}
.user-grid > div {
    display: table-row;
    background: #fff;
}
.user-grid > div:first-child > div {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.user-grid > div > div:first-child {
   width:14% !important;
   text-wrap: wrap;
   word-wrap:anywhere;
   /*float:left;*/
 /*  background:#f3f3e5;*/
}
.user-grid > div > div:nth-child(2) {
   width:22% !important;
  /* float:left;*/
/*   background:#e2eceb;*/
   word-wrap:anywhere;
}
.user-grid > div > div:nth-child(3) {
   width:14% !important;
   word-wrap:anywhere;
   /*float:left;*/
 /*  background:#fcf6ff;*/
}
.user-grid > div > div:nth-child(4) {
   width:18% !important;
  /* float:left;*/
  /* background:#e8eeff;*/
}
.user-grid > div > div:nth-child(5) {
   width:20% !important;
  /* float:left;*/
 /*  background:#f6f2ff;*/
}
.user-grid > div > div:last-child {
   width:12% !important;
   /*float:left;*/
 /*  background:#e4f6ff;*/
}
.user-grid > div > div {
    display: table-cell;
    padding: 8px 8px;
    vertical-align: middle;
}
.user-grid > div:nth-child {
    background: #f9f9f9;
    /*float: left;*/
    width: 100%;
}
.sortedelement{
	margin:0px;
	padding:9px;
}

.set-pass-nots{
   width:81%;
   text-align: left; 
   font-style: italic; 
   font-weight: normal; 
   font-size: 13px;  
   padding-left: 93px; 
   margin-bottom: 20px;
}
.btn_pm{
  padding:7px 15px;
  margin-top:0px;
}
/* /*tabs two*/ 
/* .warpper{ */
  /* display:flex; */
  /* flex-direction: column; */
  /* align-items: center; */
/* } */

/* Loader start  */
.loader {
        height: 5px !important;
        width: 5px !important;
        color: #97d990  !important;
		padding:0px !important;
		margin:-22px 0px 0px 107px;
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
        animation: loader-38 6s infinite;
      }

      @keyframes loader-38 {
        0% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
        8.33% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px;
        }
        16.66% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px;
        }
        24.99% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        33.32% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px -10px 0 5px;
        }
        41.65% {
          box-shadow: 10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px -10px 0 5px;
        }
        49.98% {
          box-shadow: 10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
        }
        58.31% {
          box-shadow: -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        66.64% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        74.97% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        83.3% {
          box-shadow: -10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        91.63% {
          box-shadow: -10px -10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        100% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
      }

    /* loader End */
	
.error_msg_height
{
	min-height: 22px;
}

.save-file-disable{
  pointer-events:none;
  opacity:0.5;
}
.choose-box{
  /*width:44%;*/
  width:49%;
  float:left;
}
.sd-date-box{
  width:25%;
  float:left;
}
.en-date-box{
  width:24%;
  float:left;
  text-align:right;
}
.en-date-box input{
  border:1px solid #b7b6b6 !important;
}
.sd-date-box input{
  border:1px solid #b7b6b6 !important;
}
.choose-box select{
  border:1px solid #b7b6b6 !important;
  height:40px !important;
}

.report-container{
  float:left;
  margin-top:20px;
}
.report-container input[type="text"]
{
	/*height: 35px;*/
    width: 390px;
	border: 1px solid #ddd;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);*/
    background-color: #fff;
    color: #32373c;
    outline: 0;
    /*-webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;*/
	padding: 3px 5px;
	border-radius: 0;
}
.report-container h2 
{
    font-size: 24px;
    padding: 0px 0px 0px;
	color: #23282d;
	font-weight:normal;
}
.report-container .report-help, .report-container .report-error
{
	display: block;
}
.report-container .report-help
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #797774;
}

.report-container .report-error 
{
    color: #f00;
    font-weight: bold;
    font-size: 12px;
}

.report-container input[type=radio] + label 
{
    margin: 0 18px 0 2px;
}
@supports (-moz-appearance:none) {
    .report-container select{
     padding:2px 4px 2px 6px !important;
  }
    .report-container input[type="date"] 
{
    letter-spacing:0.5px !important;
}
}
.report-container select
{
    padding: 2px;
    line-height: 28px;
    height: 38px;
    width: 200px;
	vertical-align: middle;
	border-radius: 0;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
	font-size: 16px;
	font-family: inherit;
}
.report-container input[type="date"] 
{
    padding: 8px 2px 8px 7px;
    width: 145px;
	vertical-align: middle;
	border-radius: 0;
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
    font-family: inherit;
	letter-spacing:1.9px;
}

.report-container select option:nth-child(odd) 
{
    background: #f9f9f9;
}
.report-container input[type="text"]{ font-size: 17px !important;}
.report-container .report-help, .report-container .report-error{ font-size: 14px !important; font-weight: normal !important;}

.top_header_button{
		 width:50%;
		 float:left;
}
.top_header_button button{
        background-color: #3191db;
        padding: 5px 10px;
        color: #fff;
        border-radius: 10px;
        margin: 0px;
		text-decoration:none;
		transition-duration: 0.4s;
}
.top_header_button:nth-child(3){
        text-align:right;
} 
.top_header_button a{
        width:125px;
		float:left;
		text-align:center;
        background-color: #3191db;
        padding: 3px 10px;
        color: #fff;
        border-radius: 10px;
        margin: 0px 0px 0px 10px;
		text-decoration:none;
		transition-duration: 0.4s;
}
.top_header_button a:hover{
       background:#2594ea;
}
.top_header_button .active{
       background:#98afc1;
	   font-weight:bold;
	   pointer-events:none;
}
.user_tab_control{
  float:right;
}

/*Tap View*/
.warpper-tab{
  display:block;
  flex-direction: column;
  align-items: center;
}
.tab-view{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#000;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels-view{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  max-width:500px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel-view{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels-view #one-panel,
#two:checked ~ .panels-view #two-panel,
#three:checked ~ .panels-view #three-panel{
  display:block
}
#one:checked ~ .tabs-view #one-tab,
#two:checked ~ .tabs-view #two-tab,
#three:checked ~ .tabs-view #three-tab{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}
.dailyTracker-m{
  margin-top:7px;
}
@media screen and (min-resolution: 125dpi) {
   .en-date-box{
    width:24%;
   }
}
/* 1. scale and layout setting at 100% */
@media (resolution: 1dppx) {
  .en-date-box{
    width:22%;
   }
   .choose-box{
     width:52%;
   }
   .choose-user{
     width:72%;
   }
   .sfm-all{
     width:8.3%;
   }
   .sfm{
     width:13.9%;
   }
}