/* Added developer n 01-03-2017 */
.form-horizontal .has-feedback .form-control-feedback  {
	right:0 !important;
}

.form-horizontal .form-group {
    margin-right:0px !important;
    margin-left:0px !important;
}

/* Edited developer n 03-03-2017 */
li.user-footer div.change_password_left_space {
	margin-left:5px;
}

.navbar-nav > .user-menu > .dropdown-menu {
	width:300px;
}

.alert a {
	text-decoration:none;
}
/* Edited developernd */

/** Theme Custom Style **/
.mainsection-title{ margin:0;color: #fff;text-transform: uppercase;font-weight: 500; }
.headeradd-btn{ margin:5px; }
.mrgn-right10 { margin-right: 10px; }
.form-group{ overflow:hidden; }
.box-body{ padding: 25px 10px 10px 10px; }
.alert{ margin:15px 0; }
.alert h4{ display: inline-block; margin-bottom: 0; margin-right: 5px; }
.required-mark{ color:red; }
.radio.inline{ display: inline-block; margin: 2px 10px 0 0; }
.form-control.selectbox{ width: 100%; }
.select2-container{ width: 100% !important; }
.form-group.has-error .select2-selection{ border:1px solid red; }
textarea.resizeverticleonly{ resize:vertical; }
.checkbox.marginnone{ margin: 0; }
tags-input .tags{ border-radius:0; }
tags-input .tags .input{ font:14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; padding: 0 0 0 10px; }
.propertyimage{ height:50px; width:100px; }
.propertyimage_input{ float: left; width: 300px; }
.nav-tabs{ border-top:1px solid #f4f4f4; }
.nav-tabs-custom > .tab-content{ padding:20px 10px 15px; display: inline-block; width: 100%; }
.button-group { padding:0 15px; text-align: center; }
.individual-pricerange{ display:inline-block; width:100%; border:1px solid #000; padding:20px 10px; position: relative; margin-bottom:20px; }
.rooms-container{ display:inline-block; width: 100%; }
.remove-pricebox{ position: absolute; right: 10px; top:7px; cursor: pointer; z-index: 5; }
.remove-pricebox i{ font-size: 20px; }
.pricegroup{ margin-top: 20px; }
.pricegroup .form-control{ margin-bottom:0px; }
.rooms-container label{ padding-top:6px; font-size: 16px; }
/*.addroombtn{ margin-top:10px; }*/
.room-hour-seperator{ height:2px; margin: 20px 0; background: #000; }
.hours_table{ border:none; margin-top: 15px; }
.hours_table td, .hours_table th{ padding:5px 20px;}
.hours_table tr>td:last-child{ text-align:center; }
.individual-amenities{ margin: 15px 0 0; font-size: 16px; }
.individual-amenities .checkbox label{ padding-left: 25px; }
.individual-amenities .checkbox input[type="checkbox"]{ margin-left: -25px; }
.features-container{ margin-bottom:30px; }
.property-tabheadline{ margin-top: 15px; margin-bottom: 20px; }
.otherimages-container{ margin-bottom:20px; }
.property-otherimage{ margin-bottom:20px; position: relative; width: 100%; }
.individualimage-input{ display: block; clear: both; margin-bottom: 15px; }
.property-docimage{ margin-bottom:20px; }
.propertydoc_input{ clear:both; }
.help-block{ margin-bottom:0; }
.removepropertyimage{ position:absolute; top:0; right:15px; padding:4px 7px; background: #000; cursor: pointer; }
.removepropertyimage i{ color:#fff; font-size: 18px; }
.otherimages-container > div:nth-child(6n+1){ clear: both; }
.nopropertyimages{ padding:10px 0 10px 15px; font-size:18px; }
.remove-image{ padding-top:3px; display:inline-block; }
.property-mainimage{ height:100px; width:100px; }
.nobannerimages{ padding:15px 0 10px 0; font-size:18px; }
#banner_image, #sidebar_image, #cms_content_image{ width:350px; float: left; }
.homeimages-container{ margin-top: 20px; }
.banner-otherimage{ margin-bottom:20px; position: relative; width: 100%; height: 120px; }

.switchb {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switchb input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderb {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderb:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderb {
  background-color: #2196F3;
}

input:focus + .sliderb {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderb:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliderbs */
.sliderb.round {
  border-radius: 34px;
}

.sliderb.round:before {
  border-radius: 50%;
}

  #commentdata{width:100%;}
 

  /*Eliminates padding, centers the thumbnail */
 
	
	/* Styles the lightbox, removes it from sight and adds the fade-in transition */
	
	.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: auto;
	z-index: 9999;
	}
	
	/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
	
	.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
	
	/* Styles the close link, adds the slide down transition */
	
	a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
	
	/* Provides part of the "X" to eliminate an image from the close link */
	
	a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	}
	
	/* Provides part of the "X" to eliminate an image from the close link */
	
	a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
	
	@media (min-width:1200px){
		.modal-dialog.docmodaldata {
				min-width: 1000px !important;
		}
	
			}
			.modal-dialog .modal-header {
				background: #7213EA;
				color: #fff;
		}
		.modal-dialog .modal-header .close{
			color:#fff;
		}
	/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
	
	.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	left:0;
	}
	
	.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
	}
	
	.lightbox-target:target a.lightbox-close {
	top: 0px;
	}
	
#favoritesModal1 table{
	box-shadow:1px 1px 2px 0px gray;
}
 
.col-sm-6.leftrdiv h3 {
	background: #002e78;
	color: #fff;
	padding: 10px;
}
.col-sm-6.rightrdiv h3 {
	background: #ffc123;
	padding: 10px;
	color: #002e78;
}
.col-sm-6.leftrdiv,.col-sm-6.rightrdiv {
	margin-bottom:15px;
}
.register-box.clientsider .btn-block.btn-flat {
	max-width: 120px;
	margin: 0 auto;
	background:#7213EA !important;
}

.register-box.clientsider{
	padding: 4% 0% !important;
    margin: 0 auto;
}
.dataTables_wrapper .dt-buttons {
    float: left;
}

@media (min-width:1260px){

	.register-box.clientsider .register-box-body{
		padding:30px !important;
	}
	.col-sm-6.leftrdiv,.col-sm-6.rightrdiv {
		box-shadow: 1px 2px 2px 2px;
		min-height:560px;
		max-width:49%;
	}
	.col-sm-6.leftrdiv {
	margin-right:18px;
	}

}
 
.tabs {
	width:100%;
	display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
	.tab-links:after {
	display:block;
	clear:both;
	content:'';
}

#AdminPannel .tab-links li {
	margin:0px 5px;
	display:inline;
	list-style:none;
}
#AdminPannel .tab-links{
	text-align:center;
}
#AdminPannel .tab-links a {
  background-color: #000;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
	width: 25%;
	display: inline-block;
}

#AdminPannel .tab-links a:hover {
	background:#000;
	text-decoration:none;
}

#AdminPannel .tab-links li.active a, #AdminPannel .tab-links li.active a:hover {
	background:linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%);
	color:#fff;
}

#AdminPannel .tab-content {
	padding:15px;
	border-radius:3px;
	box-shadow:0 1px 1px rgb(0 0 0 / 5%);
	background:#fff;
}

.tab {
	display:none;
}

.tab.active {
	display:block;
}

.iblink {
	padding: 20px;
	background:#fff;
	color: #333;
	text-align: center;
	margin:0px;
	border-radius: 0px;
}
.row.iblink h3 {
	margin: 0;
    font-size: 20px;
    text-align: left;
    line-height: 33px;
}
#iblink {
    opacity: 0.8;
}
.iblink{
	position:relative;
}

.iblink button {
	
	background: #7213EA;
	border: 1px solid;
	box-shadow: none !important;
	padding: 5px 10px;
	font-weight: bold;
}

.blinking{
	animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
	0%{		color: #000;	}
	49%{	color: #fff;	}
	50%{	color: #002e78;	}
	99%{	color:transparent;	}
	100%{	color: #000;	}
}

.content-header.uploddoc .row {
	
	box-shadow: 1px 0px 5px 1px;
	margin-left: 0px;
	margin-right: 0;
}
.comm{
	padding: 20px 10px;
}
.content-header.uploddoc h3 {
	margin: 0;
}
.col-xs-6.col-sm-6.col-md-6.col-lg-6.comm::after {
	content: "";
	position: absolute;
	right: 10px;
	height: 75px;
	border-right: 1px solid;
	top: 0;
}



/**** Theme Custom ***/

/*.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side,
.skin-blue .main-header .navbar,
.skin-blue .main-header .logo,
.skin-blue .main-header li.user-header{
	background-color: #4E4C4C !important;
}*/
#menu li a:hover{
background-color:#2c2c2c !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: #000;
}

.navbar.navbar-static-top{
	background:#fff !important;
}
.skin-blue .main-header .logo{
    background:#fff !important;
}

section.content-header {
	background: linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%) !important;
	padding:25px 15px 25px 15px;
}
.content-wrapper{
	background-color:#eff1f2 !important;
}
header .dropdown-toggle {
	background: linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%) !important;
}
table th{
	color: #002051 !important;
}
.box.box-danger{
	border-top-color:#002051 !important;
}
.label.label-danger {
	background: #000 !important;
	}
.box{
	box-shadow:0 1px 1px rgb(0 0 0 / 5%);
	border-top: 0 !important;
    border-radius: 0 !important;
}
.box-header{
	border-bottom:1px solid #ddd;
	padding: 15px 10px;
}
.box-header .box-title {
    color: #4b545c;
    font-weight: 700;
}
.btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary.hover{
	background: #7213EA  !important;
	border-color:#7213EA  !important;
	border-radius:5px !important;
}
.admindashb .tab-links {
	text-align: left;
}
.admindashb .tab-links a {
	background: none !important;
	color: black !important;
	width: auto;
}
.admindashb .tab-links li.active a,
.admindashb .tab-links li a:hover{
border-bottom:2px solid;
}

.gselect {
	max-width: 25%;
	margin-bottom: 20px;
}
h4.faqtit {
	margin-bottom: 28px;
	padding-bottom: 16px;
	border-bottom: 2px solid #ebebeb;
}
.panel.commentsu.panel-success {
	margin-left: 50px;
}
.subadmintab {
	padding: 0 20px;
}
.btn.btn-primary.changepro {
	position: absolute;
	right: 20px;
	top: 18px;
}
#changeprofile button {
    margin-left: 20px;
    margin-bottom: 20px;
}
.registerlinks {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}
.registerlinks li a {
	padding: 5px 10px;
	border: 1px solid;
	font-size: 20px;
	color:#000;
}
.registerlinks li.active a {
	background: #000;
	color: #fff;
}
.registerlinks li {
	display: inline-block;
	margin-right: 15px;
}
.corporate .form-group{
	overflow: unset !important;
}
.corporate p,.whiterad{
	color:#fff;
}
.uploddoctb .tab-content{
padding:0 !important;
}
.corpodoc label {
	min-height: 40px;
}
.corpodoc form {
	margin-bottom: 22px;
}
.docnot {
    padding-left: 20px;
    color: red;
    font-size: 14px;
}
.form-register label{
	font-size:16px;
	font-weight:400;
}
.corpdiv .col-sm-4:nth-child(1) label, .corpdiv .col-sm-4:nth-child(2) label, .corpdiv .col-sm-4:nth-child(3) label{
min-height:40px;
}
.card.m-t-25 .bank-info ul li {
    padding: 2px 0;
}
.skin-blue .main-header .navbar .sidebar-toggle{
background:linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%) !important;
}
.trdhrdiv{margin-bottom:20px;}
.trdhrdiv .col-lg-3.col-xs-3 {
    background: #fff;
    max-width: 23.7%;
    margin-right: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 10px 0;
}
.trdhrdiv .col-lg-3.col-xs-3 .col-md-6:nth-child(2n) {
    text-align: right;
}
.marketTime {
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 10px;
}
.admindocup input[type="file"] {
    padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
.sidebar-toggle{
position:absolute;
left:-52px;
padding:15px 20px !important;
}

}
@media screen and (min-width: 1900px) {
.trdhrdiv .col-lg-3.col-xs-3 {
margin-right:20px;
}
}
@media (min-width:1500px){
.lgfrm .col-md-4{
min-height:500px !important;
}
}
@media screen and (max-width: 767px) {
.trdhrdiv .col-lg-3.col-xs-3{
margin:0;
max-width:100%;
width:100%;
}
.col-md-4.left-part {
    display:none !important;
}
.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.col-md-6.newmemb {
    float: left;
}
table {
    overflow: scroll !important;
    display: block;
}
.corporate .col-xs-6{
width:100% !important;
}
.registerlinks li{
margin-bottom:18px;
}
.hnfootr .col-lg-4 {
    text-align: center;
}
.col-md-4.phonetop{
text-align:center !important;
}
.tophead .img-responsive{
margin:0 auto;
}
.col-md-10.tickhed {
    display: none;
}
}



.row.tophead {

    background: #fff;
    padding: 15px 0px;
border-bottom: 1px solid #e0e0e0;
}
.row.tophead a, .row.tophead i {
    color: #000 !important;
}
.col-md-4.phonetop p {
    margin: 0;
    padding-top: 14px;
}
.col-md-4.phonetop{
text-align:right;
}
.col-md-4.phonetop p {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.login-logo.text-center a img {
    margin: 0 auto !important;
}
.regbtn {
    max-width: 200px;
    margin: 0 auto;
}
.lognbtn {
    max-width: 100px;
    margin: 10px auto; 
}

.hnfootr{
    padding: 20px 0px 20px 0px !important;
    background-color: #353535 !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}
 
.regbot{margin-bottom:30px;}
.login-box-body,.register-box-body{
box-shadow:0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.login-box.clientlog{
margin:7% auto 3.5%;
}
.row.hnfootr.hnadmnfooter {
    background: #7213EA !important;
}
.depostst button {
    border: none !important;
    min-width: 90px;
}
table {
    border-top: 1px solid #f4f4f4 !important;
    border-bottom: 1px solid #f4f4f4 !important;
}
.clientscrns table tr td{
text-transform:capitalize;
}

div.stars {
  width: auto;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 0 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
  margin-bottom:0;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #ffd401;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #ffd401;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #ffd401; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.divfeed .star {
    pointer-events: none;
}
.givenrate .panel{
border-radius:10px;
}
.col-md-6.givenrate .panel-body {
    background: #000;
    color: #fff;
    text-align: center;
    padding:30px;
    border-radius:10px;
}

.datafeedbk {
    list-style: none;
    padding:0;
}
.depositlogos .inner{
text-align:center;
color:#000 !important;
background:#fff !important;
padding:45px 10px !important;
}
.depositlogos .inner img {
    max-height: 52px;
    margin-bottom:10px;
}
.depositlogos .small-box-footer {
    background: #000 !important;
    color: #fff !important;
}
#bannerlisting tr td {
    vertical-align: middle;
} 
#banner {
    min-height: 90px;
    padding-top: 25px;
}
.row.tophead .img-responsive{
max-height:52px;
}

.small-box.pobg {
    background: #fff;
    min-height: 100px;
    color:#000;
    
}
.blyu { 
    color: green;
}
.myprof .col-lg-6:first-child .small-box {
    padding-top: 20px;
    
     
}
.myprof .pobg {
    background: #000;
    color: #fff;
     
}
.row.myprof .pobg:hover {

    background: #7213EA !important;
    color: #fff;
 
}

.small-box.pobg h3 {
    font-size: 20px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}
.otherbx .row {
    margin: 0;
}
.otherbx .row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #c1c1c1;
}
.otherbx .small-box-footer {
    margin: 10px;
}
.small-box.pobg.otherbx{
font-size:15px;
}
.opnpos .changepro{
top:10px !important;
}
.skin-blue .main-header li.user-header{
background-color:#000  !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.sidebar-toggle{
position:absolute;
left:-52px;
padding:15px 20px !important;
}
.trdhrdiv .col-lg-3.col-xs-3{
max-width:49%;
min-width:48%;
margin-bottom:10px;
}
.trdhrdiv .col-md-6{
width:49%;
float:left;
}
}
@media (max-width:767px){
	#myVideo {display: none;}
	#clientpannel .content-wrapper {
		margin-top: 100px !important;
	}
}
@media (min-width:768px){
	#myVideo {width: 100%;margin-bottom: -5px;}
.login-page .login-box {position: absolute;z-index: 99999;top: 15%;left: 0;right: 0;bottom: 0;}
}
.login-page, .register-page{background:url('/images/pricing.jpeg') !important; background-size: cover !important;}
.admin-master .login-logo {
    margin-bottom: 0;
    
}
.admin-master .login-logo img {
    margin: 0 auto;
    padding: 10px 0px;
}
.img-responsiveimg{width:100%;}
.m-logo .login-logo a>img {
    margin: 0 auto;
}
.m-logo .col-xs-8 {
    padding-top: 10px;
}
.login-box-body{
    background: #000;
}
.login-box-body h4, .login-box-body p {
    color: #fff;
}
.login-logo img {
    width: 180px;
}
.row.tophead{
    background: #fff;
}
.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn {
    float: right;
}
a.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn1 {
    background: #7213EA !important;
    float: left;
	color:#fff !important;
}
a.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn1:hover {
    background: #7213EA !important;
    border-radius: 0px !important;
    transition: 0.5s;
}
.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn:hover{
    background: #7213EA !important;
    border-radius: 0px !important;
    transition: 0.5s; 
}
.row.text-right.login-new-btn{
    display: flex;
    align-items: center;
}
.uniq-ad-btn{
    float:left !important ;
}
.icheckbox_square-blue {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
}
span.con-slot-label {
    color: #3c8dbc;
}

/* login page css */

.lgfrm .right-part,.lgfrm .left-part{border-radius:unset !important;}
 
.setrw{padding-left:15px;padding-right:15px;}
.row.trdhrdiv h3 {
    margin-bottom: 20px;
    margin-top: 15px;
   
}
.marketTime .row .col-md-6:nth-child(2n) {
    text-align: end;
}
.content-header > h1{color:#fff;}

.bottom-21EGGcaf {
    pointer-events: none !important;
}
.table th{border:0 !important;}
.modal-header .close{margin-top:3px !important;}
.box.box-solid.box-default > .box-header{
    background:#262c49 !important;
}
.box.box-solid.box-default > .box-header .btn{
    color:#fff !important;
}

.main-footer .row{display:none !important;}
   .lgfrm {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.lgfrm .left-part{
    background: #ffffff;
    border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
.lgfrm .right-part{
    background: #F7F7F7;
    border-radius: 10px !important;
    border:1px solid #eee;
}
.lgfrm .log-title {
    color:#7213EA;
}
.lgnlogd{margin:0 auto;}
.lgfrm .col-md-4 {
    min-height: 400px;
    display: flex;
    justify-content: left !important;
    align-items: center !important;
}
.fcenter {
    margin: 0 auto;
    width: 90%;
}
.hnt-btn {
    float: right;
}
.row.text-right.login-new-btn {
    padding-top: 15px;
}
.hnt-btn1 a {
    color: #fff;
}
span.con-slot-label {
    color: #7213EA;
}
.lgfrm .text-right a {
    color: #7213EA;
}
.icheckbox_square-blue {
    border: 2px solid #1C66B2;
}
.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn1 {
    background: unset !important;
}
.btn.btn-primary.btn-block.btn-flat.lognbtn.hnt-btn1:hover {
    background: #000 !important;
}
.icheckbox_square-blue {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
}
.login-box-body {
    background: #000;
}
p.login-box-msg {
    color: #fff;
}
button.btn.btn-primary.btn-block.btn-flat {
    border-radius: 5px;
}
.col-xs-8.bck-to-log {
    padding-top: 20px !important;
    text-align: center;
    width: 100%;
}
.form-register .content {
    background-color: #000 !important;
}
.register-box-body {
    background: #fff;
    border:1px solid #eee;
}
.form-register .steps li a .step-number{
    color:#fff !important;
}
.form-register .steps li a .step-text {
    color: #fff !important;
}
.regspage{background:url(/images/registration-bck.png) !important;}
.regspage .row.tophead {
    background:#262c49 !important;
}
.regspage .hnfootr {
    background-color: #262c49 !important;
}
.regspage .phonetop p,.regspage .row.tophead a{color:#fff !important;}
.form-register .steps li.current::after{content:unset !important;}

.col-md-10.tickhed .btn {
    margin-top: 8px;
    border-radius: 6px;
    margin-right: 10px;
}
 
.form-register .steps li a .title span{color:#fff !important;}
.form-control{border-radius:8px;}
.dt-buttons button {
    background: #000;
    border: unset;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
}
.table-responsive.accountsumr tr {
    border-bottom: 1px solid #c1c1c1;
}
.table-responsive.accountsumr tr td,.table-responsive.accountsumr table {
    border: none !important;
}
.reset-title{margin:20px 0px;}
.reset-link-send {
    display: block;
    width: auto;
    margin: 0 auto;
}
.login-footer-part{display:flex; align-items:center;}
span.logo-mini img {max-width: 50px;}
.lgfrm .right-part {
    max-width: 360px;
}
#partnerPortal .main-header .navbar {
    margin-left: 0 !important;
}
#partnerPortal .content-wrapper {
    margin-left: 0 !important;
}
#partnerPortal #clientHeader .navbar {
    background: #000 !important;
}
#partnerPortal #clientHeader .navbar a {
    line-height: 34px;
}
#partnerPortal .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
#partnerPortal .content-header {
    margin-top: 30px;
    border-radius: 3px;
}
#partnerPortal #myChart ,#partnerPortal #myChart1 {
    background: #fff;
    margin-top: 20px;
    border-radius: 3px;
}
body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color:#4b545c;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
}
#partnerPortal #clientHeader .navbar a {
    text-transform: uppercase;
    font-size: 12px !important;
    vertical-align: middle;
    letter-spacing: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#partnerPortal .box {
    border-top: 0 !important;
}
#partnerPortal .box-header {
    background: #383838;
    color: #fff !important;
    border-bottom: 0 !important;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.content-header>h1>small {
    color: #fff;
}
#partnerPortal .content-header .changepro {
    background: #000 !important;
}
#tab2 {
    margin-top: 20px !important;
}

/**********admin*************/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    background: linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%) !important;
    border-left-color: #000 !important;
}
.skin-blue .sidebar a {
    color: #333 !important;
} 
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: linear-gradient(45deg, rgba(58,15,129,1) 0%, rgba(90,16,130,1) 100%) !important;
}
.topbarBtn {
    margin: 20px 0px;
}
.whatsappbtn {
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
    background: #7213EA;
    color: #fff;
}
#telegramLink {
    background: #fff !important;
    box-shadow:0 1px 1px rgb(0 0 0 / 5%);
}
#accordionExample .card-header button {
    width: 100%;
    color: #fff !important;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    border: none;
    box-shadow: none;
	outline: none;
}
#accordionExample .card-header {
    background: #7213EA;
}
tr.folg {
    background: #eab676 !important;
}
tr.mang {
    background: #d86e6e !important;
}
.lgnlogd {
    margin-top: 20px !important;
}
@media (min-width: 1200px){
	#regiClient {
		max-width: 550px;
	}
}
#regiClient .form-register .content {
    padding: 0 !important;
    background: transparent !important;
}
#regiClient .form-register label {
    color: #6f6f6f !important;
}
.clientscrns .main-header .logo {
    padding: 0 5px;
} 

.bg-blue {
    background-color: #000 !important;
}
.table-repsonsive {
    min-height: .01%;
    overflow-x: auto;
}
/*** new footer **/
#footer {
    background: #e6e9eb;
    color: #646f7a;
    padding: 20px 0px;
}
.telphone {
    color: #7213EA;
    font-size: 24px;
    display: block;
    line-height: 1.5em;
}
.support p {
    margin-bottom: 5px;
}
.downloadlink p {
    margin-bottom: 5px;
    text-align: center;
}
.downloadlink ul li a {
    font-size: 24px;
}

.downloadlink ul li {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.downloadlink ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    max-width: 400px;
    margin: 0 auto;
}
@media(min-width:992px){
    #footer {
        padding-left: 230px;
    }
}
 @media (max-width:991px){
    .support {
        text-align: center;
         margin-bottom: 15px;
    }
    .downloadlink {
        margin-bottom: 15px;
    }
    .copyright {
        text-align: center;
    }
}
#clientpannel .main-header {
    box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#clientpannel .content-wrapper {
    margin-top: 50px;
}
#clientpannel aside.main-sidebar {
    background: #0A0809 !important;
}
#clientpannel .sidebar a {
    color: #8695a3 !important;
}
#clientpannel .sidebar-menu>li:hover>a, #clientpannel .sidebar-menu>li.active>a {
    background: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
}
.iconsidebar {
    font-size: 20px;
    vertical-align: middle;
    line-height: 21px;
    margin-right: 5px;
}
.textsidebar {
    line-height: 21px;
    vertical-align: middle;
}
#clientpannel .sidebar-menu>li>.treeview-menu {
    background: #141516 !important;
}
#telegramLink h3 {
    color: #333;
    font-size: 20px;
    text-align: left;
}
#clientpannel .content-header {
    display: none;
}
.mtlogin {
    display: block;
    font-weight: 600;
}
.groupnm {
    display: block;
    font-weight: bold;
}
.accountblnc {
    display: block;
}
.accounteqty {
    display: block;
}
.loginidtext {
    font-size: 12px;
}
.grouptxt {
    font-size: 12px;
}
.blnctxt {
    font-size: 12px;
}
#dashAccount .dropdown-menu a {
    display: block;
    padding: 4px 15px;
    color: #333 !important;
}
.box #accountdetlstbl {
    border-top: none !important;
}
@media(min-width:768px){
    .mtlogin {
    font-size: 18px;
}
.groupnm {
    font-size: 18px;
}
.accountblnc {
    font-size: 18px;
}
.accounteqty {
    font-size: 18px;
}
}
.admin-panel .user-panel>.info>p {
    color: #333;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button { 
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #ccc
}
::-webkit-scrollbar-thumb {
    background: #7213EA
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #7213EA;
    border-color: #7213EA;
}
#regiClient .form-register label.error {
    color: red !important;
}
.downloadlink ul li a {
    color: #7213EA;
}
#AdminPannel .sidebar-menu>li:hover>a, #AdminPannel .sidebar-menu>li.active>a {
    color: #ffffff !important;
}
#AdminPannel .sidebar-menu>li>.treeview-menu {
    margin: 0 !important;
}
#AdminPannel .sidebar-menu .treeview-menu>li>a {
    color: rgba(255,255,255,0.70) !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a {
    background: #7213EA !important;
}