/*********************************************************************************
common styles
***************/
body {
	color:#333!important;
	font-family: 'Poppins', sans-serif!important;
	font-size:13px!important;
	background:  #fff !important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding {
	padding-left:0px!important;
	padding-right:0px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-blue {
	color: #347fcd;
}
.text-pink {
	color: #f55549;
}
.text-green {
	color: #1ab160;
}
.text-orange {
	color: #ff8d2a;
}
.text-blue-light{
	color: #19c0db;
}
.text-blue {
	color:#0072b8
}
.back-blue {
	background: #347fcd;
}
.back-pink {
	background: #f55549;
}
.back-green {
	background: #1ab160;
}
.back-orange {
	background: #ff8d2a;
}
.back-blue-light{
	background: #19c0db;
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
	background: #0072b8;
	color:#fff;
	padding:8px 8px 7px!important;
	border-radius:0px!important;
	margin-right:10px;
	margin-top:15px;
}
.btn-cancel {
	background:#fc910f;
}
.btn-ex {
	padding: 8px 8px 7px!important;
	color:#fff; 
    background:#ffa700; 
}
.btn-pr {
	padding: 7px 15px !important;
	color:#fff;
	border-radius:3px!important;
	margin:0 3px;
}
/**/
.btn-top-bar {
	padding:15px 0;
}
.btn-top-bar .btn-gr {
	display:table;
	margin:auto
}
.btn-top-bar .btn {
	color:#fff!important;
} 
.btn:hover, .btn:focus {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
}
header.header-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
}   
/*user nav*/ 
header .user-nav {
	float:right; 
	position:relative;
}
 
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
	position:relative
}
header .user-nav ul a {
	display:block;
	font-size:13px;
	color:#fff!important;
	text-transform:capitalize;
	padding:27px 0;
}
header .user-nav ul a img {
	margin-right:10px;
	width:40px;
	height:40px;
    background: #fff;
    border-radius:100%; 
	vertical-align:-10px;
}
header .user-nav ul a .fa {
	font-size: 16px;
	margin-left:10px;
	color:#fff;
	vertical-align:3px;
}
header .user-nav ul a.logged-in span {
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	display: inline-block;
	max-width:150px;
}
header .user-nav ul a.logged-in span b{
	color: #fff;
}
header .user-nav ul a:hover {
	color:#37bdfb!important;
}
header .user-nav ul a.logged-in:hover {
	color:#fff!important;
}
/*user-nav level 2*/
header .user-nav-2 {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
	list-style: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: translateY(-2em);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
header .user-nav ul li:hover .user-nav-2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}
header .user-nav-2 li {
	float:none!important
}
header .user-nav-2 li a {
	width:180px;
	padding:13px 15px!important;color:#666!important;
	background:#fff;
	border-bottom:1px solid #eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .user-nav-2 li a:hover {
	background:#f2f2f2; color:#666!important;
}
/*logo bar*/
header .logo-bar {
	/*linear-gradient(90deg, #2a6378 0%, #618957 70%) */;
    background:url(../admin_img/header-back.jpg) 40% center;
    background-size:cover;
	position:relative
}
header .logo {
	display: block;
	padding: 10px 0;
}
header .logo img {
	max-width:170px; filter: brightness(0) invert(1);
}
/* nav bar */
header .nav-bar {
    background: #fff;     position: relative;	
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
header .nav-bar .scroll-left, header .nav-bar .scroll-right {
	width: 30px; 
	padding: 35px 0;
	position: absolute;
	bottom: 0;
	/*z-index:1;*/
    display:none;  
}
header .nav-bar .scroll-left{ 
	background: url(../admin_img/icon-arrow-left.png) no-repeat center #f5f5f5;
	background-size: 10px;
	left: 0;
	z-index: 9999;
}
header .nav-bar .scroll-right { 
	background: url(../admin_img/icon-arrow-right.png) no-repeat center #f5f5f5;
	background-size: 10px;
	right: 0;
}
header .nav-bar .nav-container {
 white-space: nowrap;
 overflow-x: auto; 
 margin-right: 30px;
}
/*site nav*/
header .site-nav {
	display:table;
	margin:0px auto ;
}
/*********************************************************************************
section styles
***************/ 
section.contents, div.contents {
	width:calc(100% - 230px);
    float:right;  
}
section.contents.offer, div.contents.offer {
	width: calc(100% - 250px);
    float: right;
    right: 10px;
    position: relative; 
}
.pur-left label{
	margin-left:5px !important;
}
.addr-change{
	background: #489aca;
    color: #fff !important;
    padding: 10px 20px;
    cursor: pointer;
    /*float: right; */
	min-width:120px;
    margin: -10px 15px 10px 10px !important;
    border-radius: 3px;
    nt-size: 13px;
}
.place-order{
	background: #7fba00;
    color: #fff !important;
    padding: 10px 20px;
    cursor: pointer;
    /*float: right; */
	min-width:120px;
    margin: -10px 15px 10px 10px !important;
    border-radius: 3px;
    nt-size: 13px;
}
section.contents .container, div.contents .container{
	width:100%!important
}
/* page banner*/
.banner-bar { 
	  padding:15px 0 0;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h3 {
	color:#0078bf;
	font-weight:600;
	line-height:25px; text-transform:capitalize;
    margin-top: 7px!important; display:none
} 
.banner-bar .banner-content .btn { 
	border: 2px solid #666;
	color:#666!important;
	border-radius: 4px !important;
	float: right;
	margin-top: 5px;
}
.banner-bar .banner-content .btn:hover {
	background:#5cd25c!important;
	color:#fff!important
}
/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  2px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#999
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#999!important;
	font-size:11px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#ffa700 !important;
}
.location li a.active {
	color:#ffa700 !important;
}
/*news-bar*/
.top-news-bar {  
	 padding:5px 0; background:#36ccf9; 
} 
.top-news-bar .news-text { 

 margin-bottom:0!important; 
 color:#fff;
 font-size: 13px!important; line-height: 15px;
}
.top-news-bar .news-text a {
 border-right:1px solid #ccc;
 padding-right:10px;
 margin-right:10px;
 cursor:default; color:#fff!important;
}
.top-news-bar .news-text a:hover {
  
}
.top-news-bar .news-text a:last-child {
 border:0
}
/*my dashboard*/
.my-dashboard{   }
.my-dashboard .dash-col-left{
	margin-top:-15px;  
    margin-bottom:20px;  
    overflow:hidden;
    padding: 15px;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
       
    }
.my-dashboard .dash-col-left .mem-col{
	text-align:center;
    position:relative; 
} 


.my-dashboard .dash-col-left .mem-col img{width:80px;height:80px; border-radius:100%;border:5px solid #fff;  }

.my-dashboard .dash-col-left .mem-col p{ color:#ffbd2a;
	font-size:16px!important;	font-weight:600; text-transform:uppercase; margin:8px auto 10px!important ;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	display: block;
	max-width:230px;
} 
.my-dashboard .dash-col-left .mem-col p span.id-no{
	display:block; font-weight:400;font-size:12px!important;color:#999;
}
.my-dashboard .dash-col-left .mem-col .up-pic {
	width:80px;height:80px;  
	position: relative; margin:auto 
}
.my-dashboard .dash-col-left .mem-col .up-pic .up-btn {
	background: #17d561;
	color: #fff;
	padding: 3px 7px;
	position: absolute;
	border-radius: 100%;
	right: -2px;
	bottom: -2px;
	cursor: pointer;
}
.my-dashboard .dash-col-left  .mem-info{
	list-style:none; 
}
.my-dashboard .dash-col-left  .mem-info li{
	border-bottom:1px solid #eee;
    padding:10px 0px!important; 
}
.my-dashboard .dash-col-left  .mem-info li:after{ content:''; clear:both; display:table}
.my-dashboard .dash-col-left  .mem-info li:last-child{
	border-bottom:0px 
}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-head{
	display:block;
    float:left; color:#999;font-weight:500;
}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-head span{
	display:block; font-size:11px; font-weight:300
}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-head span.appr{ color:#04a717}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-head span.pend{color:#ffa700}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-txt{
	display:block;
    float:right; color:#000
}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-txt .fa-check-circle{
color:#04a717; font-size:17px; margin-top:5px;
}
.my-dashboard .dash-col-left  .mem-info li span.mem-in-txt .fa-warning{
color:#ffa700; font-size:17px;margin-top:5px;
}
/**/
.my-dashboard .dash-col-left .mem-status{  padding:20px 15px 10px!important;}
.my-dashboard .dash-col-left .mem-status p {
	font-size: 16px !important;
}
.my-dashboard .dash-col-left .mem-status .progress {
	margin-top: 15px;
	margin-bottom: 20px;
	height: 12px;
	border-radius: 2px;
	position: relative;
	overflow: visible;
}
.my-dashboard .dash-col-left .mem-status .progress .progress-bar-success {
	background-color: #04a717;
}
.my-dashboard .dash-col-left .mem-status .progress span {
	position: absolute;
	top: -44px;
	background: #f07e0f;
	z-index: 9999;
	right: 10px;
	width: 32px;
	border-radius: 100%;
	height: 32px;
	padding-top: 5px;
}
.my-dashboard .dash-col-left .mem-status .progress span::after {
	content: "\f0dd";
	font: normal normal normal 22px/1 FontAwesome;
	color: #f07e0f;
	position: absolute;
	bottom: -6px;
	left: 33%;
}

/**/
.my-dashboard .dash-col-right{
}

/**/
.sum-col-list .sum-col {
    padding: 35px 15px 15px !important;
    position: relative;
    margin-top: 27px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #e7f2fb;
    border-bottom: 1px solid #97b4cb;
    /* -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); */
    /*-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);*/
    /* box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); */
}

.sum-col-list .sum-col .sum-icon{ 
    width:50px;
    height:50px;
    border-radius:100%;
    padding:10px;
    position:absolute;
    top:-25px
}

.sum-col-list .sum-col .sum-icon img{ max-width:100%}
 

.sum-col-list .sum-col .sum-head {
 color: #307ca3;
 font-weight: 600;
 margin: 0px!important;
 font-size: 14px !important;
 line-height:25px;
} 
 
.sum-col-list .sum-col a.sum-btn {
 color: #1ab160 !important;font-size: 12px !important;
 display:block
}
.sum-col-list .sum-col a.sum-btn:after {
 content: '';
 background: url(../admin_img/right-arrow-orng.png) no-repeat center;
 background-size: 18px !important;
 position: absolute;
 width: 20px;
 height: 20px;
 left: calc(100% - 30px);
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
} 

/**/
.inc-chart-bar{margin-bottom:20px;      }
.inc-chart{
	padding:18px 12px 15px; 
   border-radius:10px; 
    background:#fff;
        border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
      margin-bottom:20px;
      position:relative; 
}
.inc-chart:after {
 content: '';
 background-size: 20px !important;
 position: absolute;
 width: 20px;
 height: 20px;
 right: 10px;
 bottom: 18px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
} 

.inc-chart.inc-blue:after {
 background: url(../admin_img/icon-grow-blue.png) no-repeat center;
}
.inc-chart.inc-green:after {
 background: url(../admin_img/icon-grow-green.png) no-repeat center;
}
.inc-chart.inc-orange:after {
 background: url(../admin_img/icon-grow-orange.png) no-repeat center;
}
.inc-chart.inc-pink:after {
 background: url(../admin_img/icon-grow-pink.png) no-repeat center;
}
.inc-chart.inc-blue-light:after {
 background: url(../admin_img/icon-grow-blue-light.png) no-repeat center;
}
  
.inc-chart p{ margin-bottom:0!important;}
.inc-chart .inc-head {
	font-size: 13px !important;
	font-weight: 500;  
} 
.inc-chart .inc-num{ font-weight:500; color:#999; line-height:25px;
}
.inc-chart .inc-num b{ display:block;font-size:20px!important; font-weight:600; color:#333 }
.inc-chart .inc-brdr{ width:100%; height:2px; margin:10px 0; background:#eee; position:relative}
.inc-chart .inc-brdr .inc-brdr-half{ position:absolute; top:0; bottom:0; width:50%;}
/**/
.inc-block {
	padding: 18px 25px;
	/*background: #fff;*/
     border-radius:10px; 
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); 
	margin-bottom: 20px;
}
.inc-block .inc-text{ text-align:left; margin-bottom:0!important;font-size:16px!important; font-weight:400; color:#fff!important}
.inc-block .inc-text img{ width:30px;   border-radius:6px; padding:8px; margin-right:15px; vertical-align:-9px}
.inc-block .inc-num{ text-align:right; margin:4px 0 0 0!important;font-size:18px!important; font-weight:600; color:#fff }



/**/
.my-profile-container {
}
.my-profile-container h4 {
	font-size: 18px !important;
	color: #2298de;
	font-weight: 500;
	margin-bottom: 15px !important;
}
.my-profile-container h4 img{ margin-right:10px; width:20px; vertical-align:-3px}
.my-profile-container h4 a {
	font-size: 10px;
	color: #f7680a !important;
	margin-left: 4px;
	border: 1px solid;
	border-radius: 25px;
	padding: 0px 10px;
}
.my-profile {
 margin-bottom:20px; border-bottom:1px solid #eee;
}
.my-profile.editable {
	display: none;
}
 
.my-profile p {
 font-size: 12px !important;
 margin-bottom: 20px !important;
 color: #999;
 line-height: 20px;
}
.my-profile p span {
 display: block;
 font-size: 14px;
 color: #333;
 border-bottom: 0px solid #ddd;
 padding-bottom: 4px;
}
.my-account p.lbl {
 margin-bottom: 3px !important;
 color: #333;
 font-size: 13px !important;
}
.my-profile .btn-sub, .my-profile .btn-cancel {
margin-top: 5px;
	margin-bottom: 20px !important;
}
.my-profile .btn-edit:hover, .my-profile .btn-cancel:hover {
 
} 

.my-profile .btn-search {
	background: #ffae00 url(../admin_img/icon-search.png) no-repeat center center; 
	border: 0;
	height: 37px;
	width: 40px;
	position: absolute;
	top: 24px;
	right: 0;
	text-align: center;
}
/* Authorization Letter */
.auth-left{
	width:50%;
	float:left;
	margin-top:20px;
}
.auth-left img{
	max-width:80px;
	margin-bottom:10px;
	display:block;
} 
.auth-right{
	float:right;
	width:50%;
	text-align:right;
	margin-top:118px;
}
.auth-right p span{
	font-size:13px;
	font-weight:600;
}
 
/* kyc upload bar */
.kyc-up-bar {
	padding:0px 0 10px ;
}
 
.kyc-up-bar h3 {
	font-weight: 500;
}
.kyc-up-bar h3 span {
	font-size: 13px;
	color:#8a9194;
}
.kyc-up-bar .kyc-frm {
	margin-top:30px;
	margin-bottom:5px
}
.kyc-up-bar .kyc-frm label {
	font-weight:600;
	font-size:15px;
}
.kyc-up-bar .kyc-up { 
-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.06);
margin-bottom:20px;
height:325px;
}
.kyc-up-bar .kyc-up.orange h4{background:linear-gradient(90deg, #f76d30 0%, #efa45d 90%)}
.kyc-up-bar .kyc-up.green h4{background:linear-gradient(90deg, #049868 0%, #46d4a6 90%)}

.kyc-up-bar .kyc-up h4 {
	font-weight: 400; font-size:16px!important; 
	color: #fff; text-align:center; padding:8px 10px!important;
}

.kyc-up-bar .kyc-container{ padding:15px;}
.kyc-up-bar .kyc-up p { 
	font-size: 13px!important;
	color:#8a9194;
	 text-align:center ; 
}

.kyc-up-bar .kyc-up .kyc-drag {
	width:100%;
	min-height:103px;
	border:1px dashed #ccc;
	margin:13px 0 20px;
	position:relative;
	overflow: hidden;
}
.kyc-up-bar .kyc-up .kyc-drag h3 {
	text-align:center;
	color:#ccc;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%, -50%);
	selection:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
    font-size: 16px!important;
}
.kyc-up-bar .kyc-up .kyc-drag .kyc-exist { 
    height: 89px;
	margin: auto;
	display: table;
}
.kyc-up-bar .kyc-up .appr-txt{ }
.kyc-up-bar .kyc-up .appr-txt .fa{  font-size:18px; vertical-align:-2px; color:#17d561}
.kyc-up-bar .kyc-up .appr-date{  margin-top:35px!important;}
.kyc-up-bar .kyc-up .appr-date strong{ color:#efa45d; font-weight:600}

.kyc-up-bar .kyc-up .reje-txt{ }
.kyc-up-bar .kyc-up .reje-txt .fa{  font-size:18px; vertical-align:-2px; color:#e85511}
 

.kyc-up-bar .kyc-up .kyc-or {
	width:80%;
	margin:10px auto 20px;
	height:1px;
	background:#ccc;
	position:relative;
}
.kyc-up-bar .kyc-up .kyc-or span {
	width:30px;
	height:30px;
	padding-top:5px;
	text-align:center;
	color:#999;
	font-size:15px;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-17px;
	margin-left:-15px;
}
.kyc-up-bar .kyc-up .kyc-sel {
}
.kyc-up-bar .kyc-up .kyc-sel .btn-kyc {
	width:100%;
	text-align:center;
	color:#239be1 ;
	font-weight:400;
	padding:10px 10px!important;
	font-size:15px;
	border: 2px solid #239be1 ;
}
.kyc-up-bar .kyc-up .kyc-sel .btn-kyc:hover {
	color:#fff;
	background:#239be1 !important;
}
.kyc-up-bar .kyc-up .kyc-note {
	color:#999;
	text-align:center;
	margin:12px 0 0px!important
} 

/**/ 
section.contents .content-bar {
	padding:15px 0 30px;
	overflow:hidden;
}
 
 
 
/*pg top*/
.pg-top {
margin-bottom:20px;
	/*padding:15px ;
    background:#fff; 
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);*/
}	
.pg-top h4 { 
	color:#0072b8;
	margin-top:12px!important;
}
.pg-top .form-group {
	margin-bottom:0!important;
}
 
.pg-top .btn-sub {
	margin: 0!important; 
} 

/*pg middle*/
.pg-middle {
	padding:15px ;
    background:#fff;border: 1px solid #eee;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    overflow:hidden; margin-bottom:20px;
}
.pg-middle .pg-head {
	background: #eee;
	padding: 6px 10px !important;
	color: #999;
	font-size: 15px !important;
	font-weight: 500;
	margin-bottom: 12px!important;
}
/* downline page top*************************************/
.pg-top.down-top{
	margin:0 -5px 20px;
}
.pg-top.down-top:after{
	content:'';
    display:block;
    clear:both;
}

.pg-top.down-top .down-col {
	 float:left;
     margin:0 5px 
}

.pg-top.down-top .down-date{
	width:calc(15% - 10px);
}
.pg-top.down-top .down-date-from{
	width:calc(15% - 10px);
}
.pg-top.down-top .down-date-to{
	width:calc(15% - 10px);
}
.pg-top.down-top .down-position{
	width:calc(15% - 10px);
}
.pg-top.down-top .down-payment{
	width:calc(15% - 10px);
}
.pg-top.down-top .down-btn-sub{

}
.pg-top.down-top .down-btn-ex{

}
.down-info{

}
.down-info p{
	text-align:center; color:#666
}
.down-info p strong{ color:#ffa700}

 
/* login form  */ 
 .log-body {
 padding:20px 0 10px;  
}
.log-model {
 width:95%;
 max-width: 400px;
 background:#fff;
 -webkit-box-shadow:0px 25px 60px rgba(0, 0, 0, 0.06);
 -moz-box-shadow:0px 25px 60px rgba(0, 0, 0, 0.06);
 box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.06);
 border-radius:10px;
 padding:20px 30px 25px;
 display:table;
 margin:auto;
}
.log-model h2 {
 font-size: 20px;
 color:#5ebe1d;
 font-weight:700;
 margin-top:10px!important;
 margin-bottom:20px!important;
 text-align:center
}
.log-model .btn-sub {
 width: 100%;
 padding: 7px !important;
 font-size:16px;
 font-weight:600;
}
.log-model .link-forgot {
 text-align: right;
 display: block;
 color: #eb5757 !important;
 font-size: 12px;
 margin-top: -6px;
 margin-bottom: 0px;
}
.log-model .alert{ margin-bottom:0; margin-top: 20px}

/* Welcome letter *************************************/
 
.letter {
	width:100%;
	max-width:700px;
	margin:auto;
	background:#fff; 
}
.letter-box { 
	border:1px solid #333; 
    padding: 20px;
	overflow:hidden;
}
.letter-box.auth-letter { 
	border:none;
	border:1px solid #e5e5e5;
	border-left:10px solid #6fad3b;
}
.letter .top {
	background:#FF;
	margin-top:10px;
    margin-bottom:15px;
}
.letter .letter-nav { 
	list-style:none;
    margin:auto!important;
    display:table;
}
.letter .letter-nav li {
float:left
}
.letter .letter-nav a {
	color:#ccc;
	display:block;
	padding:3px 10px!important;
	margin:0 5px;
    border:1px solid #333;
    border-radius:5px;
}
.letter .letter-nav a:hover {
	color:#fff!important; background:#333;
}
.letter .header {
	margin-bottom:20px;
}
.letter table td {
	width:50%;
} 
.letter table>thead>tr>th, .letter table>tbody>tr>th, .letter table>tfoot>tr>th, .letter table>thead>tr>td, .letter table>tbody>tr>td, .letter table>tfoot>tr>td {
	border: 1px solid #333;
}
.letter .header .deactive, .letter .header .active {
	background:red;
	color:#fff;
	padding:5px 10px;
	float:right;
	border-radius:4px;
}
.letter .header .active {
	background:green!important;
}
.letter ul {
	padding-left:20px!important;
}
/**/
.letter .table-invoice-info {
	margin-bottom: 0px;
}
 .letter .table-invoice-info tr td:nth-last-child(1), .letter .table-invoice-info tr td:nth-last-child(2) {
 width:25%;
}
.letter .table-invoice-pr-info {
	margin-bottom: 0px;
}
.letter .table-invoice-pr-info th {
	border-top:0px
}
.letter .table-invoice-pr-info th:nth-child(1), .letter .table-invoice-pr-info td:nth-child(1) {
width: 30%;
}
.letter .table-invoice-pr-info th:nth-child(2), .letter .table-invoice-pr-info td:nth-child(2) {
width: 17.2%;
}
.letter .table-invoice-pr-info th:nth-child(3), .letter .table-invoice-pr-info td:nth-child(3) {
width: 12%;
}
.letter .table-invoice-pr-info th:nth-child(4), .letter .table-invoice-pr-info td:nth-child(4) {
width: 15%;
}
.letter .table-invoice-pr-info th:nth-child(5), .letter .table-invoice-pr-info td:nth-child(5) {
width:20%;
}
/**/
.letter .table-invoice-pr-total {
	margin-bottom: 0px;
}
.letter .table-invoice-pr-total td {
	border-top:0px
}
.letter .table-invoice-pr-total th:nth-last-child(1), .letter .table-invoice-pr-total td:nth-last-child(1) {
width: 18.6%;
}
.letter .table-invoice-pr-total th:nth-last-child(2), .letter .table-invoice-pr-total td:nth-last-child(2) {
width:  14%;
text-align:left
}
.letter .table-invoice-pr-total th:nth-last-child(3), .letter .table-invoice-pr-total td:nth-last-child(3) {
width:  55%;
}
/**/
.letter .table-invoice-pr-bottom {
	margin-bottom: 0px;
}
.letter .table-invoice-pr-bottom td {
	border-top:0px
}
.letter .table-invoice-pr-bottom th:nth-last-child(1), .letter .table-invoice-pr-bottom td:nth-last-child(1) {
width: 29.6%;
}
/**/
.letter .table-statement{
margin-bottom: 0px;
}
.letter .table-statement th {
	border-top:0px
}
.table-statement th:nth-child(1), .table-statement td:nth-child(1){
	width:25%;  
}
.table-statement th:nth-child(2), .table-statement td:nth-child(2){
	width:25%;
}
.table-statement th:nth-child(3), .table-statement td:nth-child(3){
	width:25%;
}
.table-statement th:nth-child(4), .table-statement td:nth-child(4){
	width:25%;
}
 
/**/
.letter .table-statement-bottom{
	margin-bottom: 0px;
}
.letter .table-statement-bottom td {
	border-top:0px
}
 
.letter .table-statement-bottom td:nth-last-child(1) {
	width:25%;
}
.letter .table-statement-bottom td:nth-last-child(2) {
	width:25%;  
}

.letter .letter-info p{ font-size:12px!Important}
.letter .letter-info p .cong{ color:#ffa700 }
.letter .letter-info p .note{ color:#ffa700 }
.letter .letter-info ul.mylist { 
	font-size:12px
}
.letter-box.auth-letter{
	position:relative;
}
.letter-box.auth-letter p{
	font-size:14px !important;
	line-height:24px;
}
.letter-box.auth-letter .lett-faddress p{
	font-size:13px !important;
	line-height:20px;
}
.gape20{
	padding-top:30px !important;
}
.letter-box.auth-letter:before{
	position: absolute;
    content: "";
    background-image: url(../admin_img/amulya-herbs.png);
	background-repeat: no-repeat;
    height: 300px;
    width: 400px;
    background-size: 400px 220px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    z-index: 1;
   
}

.letter-box.auth-letter .header img{
	text-align: center;
    display: table;
    margin: 0 auto 20px;
    width: 150px;
}
.letter-box.auth-letter  .lett-faddress{
	text-align:right;
}
.letter-box.auth-letter  .lett-faddress .comname{
	color:#517e2e;
	font-size:16px !important;
	line-height:30x;
	text-decoration:underline;
}

.letter-box.auth-letter .auth-letter-head{
	text-align:center;
	margin-top:15px !important;
	margin-bottom:20px !important;
}

.letter-box.auth-letter .auth-letter-head h3{
	font-size:24px !important;
	line-height:32px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'Poppins', sans-serif;
    color: #2e496c;
}


@media print {
 @page {
 size: A4!important;
 margin:3mm;
}
.letter .header .deactive {
	background:red!important;
	color:#fff!important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #000!important;
}
.web-container .refistration_se h4 {
	background:#eee!important;
	color:Red!important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-1 {
	width: 8.333333333333332%;
} 
}






/*My tables*/ 
.dataTables_scrollHeadInner {
 padding:0!important
}
.dataTables_scrollHead { 
    background: #166890;
}
.dataTables_wrapper .dataTables_filter { margin-bottom:10px}
.dataTables_wrapper .dataTables_filter label{ font-weight:normal!important;}
.dataTables_wrapper .dataTables_length {
 margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter {
 margin-top: 1px;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
 padding-top: 18px!important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0!important;
}
/**/
section.contents .mytable {
 table-layout: auto;
 white-space: nowrap;
 border: 0 !important;
 width:100%!important
}
section.contents .mytable caption {
 color:#333333;
 text-align:center;
 margin-bottom:5px;
 padding:0px;
 font-weight:600;
}
section.contents .mytable th, section.contents .mytable td {
 border:0;
 padding:12px 15px;
}
section.contents .mytable th {
 background: #166dbb;
 color: #fff;
 font-weight: 500;
 vertical-align: middle !important;
 font-size: 13px;
}
section.contents .mytable td {
 vertical-align:middle!important;
 font-size: 13px;
}
 section.contents .mytable tr:nth-child(odd) {
background:#f5f8f9;
}
section.contents .mytable .btn-edit, section.contents .mytable .btn-delete {
 width:18px;
 height:18px;
 border-radius:100%;
 display:inline-block;
 margin:0px 3px 0;
 vertical-align:-4px
}
section.contents .mytable .btn-edit {
 background: #21afa3 url(../admin_img/icon-edit.png) no-repeat center center;
 background-size: 12px;
}
section.contents .mytable .btn-delete {
 background: #fb7657 url(../admin_img/icon-close-wht.png) no-repeat center center;
 background-size: 8px;
}
section.contents .mytable .btn-view {
	background: #97ca3c url(../admin_img/icon-show-pwd.png) no-repeat center center;
	background-size: 8px;
	width: auto; 
	height: 20px;
	color: #fff !important;
	padding: 0 10px;border-radius: 25px;
}
section.contents .mytable tr:hover {
/*background:#eee*/
}
/*********************************************************************************
 password show hide
***************/
.toggle-password {
 position: absolute;
 right: 10px;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 32px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../admin_img/icon-show-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.toggle-password.close-eye {
 background: url(../admin_img/icon-hide-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
 background: #eb6e23;
 width: auto;
 font-size: 11px;
 color: #fff !important;
 padding: 0px 5px 2px;
 border-radius: 2px;
 position: absolute;
 bottom: -22px;
 right: 10px;
 z-index: 1;
 text-align: right;
 font-weight:400!important;
}
.form-group .label-err::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #eb6e23;
 position: absolute;
 top: -13px;
 right: 20px;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background-color:#fff;
    border-color:#ddd;
	padding:8px 12px 6px;
	height:auto;
	font-size: 13px;
}
.form-group select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../admin_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	background-color:#fff;
	z-index: 0;
	padding: 8px 20px 8px 4px;
}
.form-group select[disabled], .form-group input[disabled] {
	background-color: #f9f9f9 !important;
	color:#666;
}
.form-group .form-control.date {
 background-image: url(../admin_img/icon-date.png);
 background-repeat: no-repeat;
 background-position: right 10px top 45%;
 padding-right:35px;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
.form-group textarea.form-control {
	resize:none;
}
/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important; 
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background:#ffae00;
 color: #fff;
 border-radius: 50%;
 font-size: 25px;
 display: none;
}
#goDown {
 display:block;
}
#goDown .fa {
 padding-top:6px;
 color: #fff;
}
#goTop .fa, #goDown .fa {
 color: #fff;
}
#goTop:before, #goDown:before {
 content: '';
 position: absolute;
 border: 2px solid #ffae00;
 border-radius: 50%;
 top: -2px;
 right: -2px;
 bottom: -2px;
 left: -2px;
 -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
 animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}
 @-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
