body{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{ text-shadow:none !important;}
  @font-face {
  font-family: 'Shojumaru';
  font-style: normal;

  font-weight: 400;
  src: local('Shojumaru'), local('Shojumaru-Regular'), url(fonts/shojumaru/pYVcIM206l3F7GUKEvtB3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
select{
background-color:#fff;
}

.span4{
	margin-left: 0px!important;
}
.top-block{
font-size:14px;
text-align: center;
padding: 5px;
margin-bottom:10px;
font-weight:bold;
position: relative;
display: block;
line-height: 22px;
text-shadow: 0 0 1px #DDD;
text-decoration:none;
-webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
-moz-box-shadow: inset 0 0 0 1px #FAFAFA;
box-shadow: inset 0 0 0 1px #FAFAFA;
background: -moz-linear-gradient(top,  rgba(30,87,153,0.2) 0%, rgba(125,185,232,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.2)), color-stop(100%,rgba(125,185,232,0)));
background: -webkit-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: -o-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: -ms-linear-gradient(top,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(30,87,153,0.2) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e5799', endColorstr='#007db9e8',GradientType=0 );
}

.top-block span{
clear:both;
}


.top-block:hover{
text-decoration:none;
}

.notification {
display: block;
position: absolute;
top: -10px;
right: -5px;
line-height: 16px;
height: 16px;
padding: 0 5px;
font-family: Arial, sans-serif;
color: white !important;
text-shadow: 0 1px 
hsla(0, 0%, 0%, 0.25);
border-width: 1px;
border-style: solid;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 1px 1px 
hsla(0, 0%, 0%, 0.08), inset 0 1px 
hsla(0, 100%, 100%, 0.3);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
box-shadow: 0 1px 1px 
hsla(0, 0%, 0%, 0.08), inset 0 1px 
hsla(0, 100%, 100%, 0.3);
}

.notification {
border-color: #2FABE9;
background-color: #67C2EF;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification.green {
border-color: 	#5AAD34;
background-color: 	#78CD51;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 	hsl(101, 54%, 71%)), color-stop(100%, 	hsl(101, 55%, 56%)));
background-image: -webkit-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -moz-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -ms-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: -o-linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
background-image: linear-gradient(top, 	hsl(101, 54%, 71%), 	hsl(101, 55%, 56%));
}

.notification.yellow {
border-color: #F4A506;
background-color: #FABB3D;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
border-color: #FA5833;
background-color: #FA603D;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

#external-events {
float: left;
width: 15%;
padding: 10px;
text-align: left;
}
.external-event{
margin: 5px;
cursor:move;
}
#calendar {
float: right;
width: 80%;
}



.box{
border: 1px solid #DEDEDE;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
margin-top: 10px; 
margin-bottom: 10px ;
box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header{
border:none;
padding-top:5px;
border-bottom: 1px solid #DEDEDE;
border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
height:38px;
min-height:38px;
margin-bottom: 0;
cursor:move;
font-weight:bold;
font-size:16px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000',GradientType=0 );

}

.box-header h2{
font-size:15px;
width:auto;
clear:none;
float:left;
line-height:25px;
white-space: nowrap;
}
.box-header h3{
font-size:13px;
width:auto;
clear:none;
float:left;
line-height:25px;
white-space: nowrap;
}
.box-header h2 > i{
margin-top:1px;
}
.box-icon{
float:right;
}
.box-icon a{
clear:none;
float:left;
margin:0 2px;
height: 18px;
width:5px;
margin-top: -1px;
}
.box-icon .btn.btn-info{
	width: auto;
}


.box-icon a i{
margin-left:-4.5px;
}
.box-content{
padding:10px;
}


.btn-round{
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
font-size:12px;
padding-top:4px;
}

ul.dashboard-list li{
padding: 7px 0;
list-style:none;
border-bottom: 1px solid #EBEBEB;
border-top: 1px solid white;
}

ul.dashboard-list a:hover{
text-decoration:none;
}

ul.dashboard-list{
margin:0;
}

ul.dashboard-list li a span {
display: inline-block;
font-size: 18px;
font-weight: bold;
margin-right: 10px;
text-align: right;
width: 70px;
zoom: 1;
}

.dashboard-avatar{
height: 50px;
width: 50px;
padding: 1px;
float: left;
margin-left: 15px;
margin-right: 15px;
border: 1px solid #EBEBEB;
}

#prependedInput,#appendedPrependedInput,#appendedInputButtons,#appendedInputButton{
width:200px;
}
#appendedInput{
width:75px;
}
.thumbnail{
background-color:white;
z-index:2;
position:relative;
margin-bottom:40px !important;
}
.thumbnails > li{
margin-left:15px;
}
.thumbnail img,.thumbnail > a{
z-index:2;
height:100px;
width:100px;
position:relative;
display: block;
}

img.grayscale{
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
/*filter: url(desaturate.svg#grayscale);
filter: gray;
filter: grayscale(100%); */
}

.thumbnail .gallery-controls{
position:absolute;
z-index:1;
margin-top:-30px;
height:22px;
min-height:22px;
width:80px;
padding:9px;
}
.thumbnail .gallery-controls p{
display:block;
margin:auto;
width:100%;
}
label div.checker,label div.radio{
margin-bottom:3px;
}
div.uploader{
border-radius:14px;
-webkit-border-radius:14px;
-moz-border-radius:14px;
}
footer{
clear:both;
}
footer .pull-right{
float:right;
margin-right:10px;
}
footer .pull-left{
float:left;
margin-left:10px;
}
.docs-input-sizes select, .docs-input-sizes input[type="text"] {
display: block;
margin-bottom: 9px;
}

div.center,p.center,img.center{
margin-left: auto !important;
margin-right: auto !important;
float:none !important;
display: block;
text-align:center;
}

.stackControls{
padding:5px;
}

.clear{
clear:both;
width:0px;
height:0px;
}

.sidebar-nav{
min-height:0;
box-shadow: 0 0 10px #BDBDBD;
-webkit-box-shadow: 0 0 10px #BDBDBD;
-moz-box-shadow: 0 0 10px #BDBDBD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-bottom: 0;
padding-bottom:0;
}
.sidebar-nav > ul > li:not(.nav-header){
margin-right:-2px;
margin-left:-2px;
}
.brand{
font-family: 'Shojumaru', cursive, Arial, serif; 
letter-spacing:2px;
text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
width:226px;
}
.brand img{
float:left;
height:20px;
width:20px;
margin-right:5px;
}
.brand span{
float:left;
}
@media (max-width: 979px){
.sidebar-nav{
padding:0;
margin-bottom:0;
}
.theme-text{
	display:none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.box-icon{
	display:none;	
}
.box-header h2{
	font-size:13px !important;
}
.box-header h3{
	font-size:11px !important;
}
.main-menu-span{
	width:6.2% !important;
	margin-right:4%;
}
}

.navbar{
	position: relative;
	z-index: 99;
}
.navbar-search{
margin-left:10px;
}
.navbar-inner{
border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
padding-top:5px; 
padding-bottom:5px; 
}
/*.modal{
	width: 85%;
	left: 28%;
}*/
div.dataTables_length select {
width: 50px;
}
.dataTables_filter input, .dataTables_length select {
display: inline-block;
margin-bottom: 0;
}
ul.ajax-loaders li{
display:inline-block;
list-style:none;
padding:10px;
}
ul.ajax-loaders{
min-height:80px;
}
.bs-icons li{
list-style:none;
}
#for-is-ajax{
padding-left: 12px;
cursor:pointer;
}
#loading{
margin-top: 20px;
width:128px;
font-weight: bold;
}
#loading div.center{
margin-top:10px;
height:15px;
width:128px;
background:url(../img/ajax-loaders/ajax-loader-6.gif);
}
.row-fluid .box-header .span4 {
	width: 21%;
}

.box-content .nav-tabs{
margin-right:-10px;
margin-left:-10px;
}
#inputIcon{
width:200px;
}
.show-grid [class*="span"] {
background-color: #EDEDED;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 30px;
line-height: 30px;
}
.show-grid {
margin-top: 10px;
margin-bottom: 20px;
color:black;
}
.show-grid:hover [class*="span"] {
background: #DEDEDE;
}
.login-header{
padding-top:30px;
height:120px;
}
.pull-left{
float:left !important;
}
.pull-right{
float:right !important;
}
.remember{
margin-top:3px;
}
.green {
color: #458746;
}
.red {
color: #B94846;
}
.blue {
color: #3986AC;
}
.yellow {
color: #F99406;
}
.login-box{

}
.login-box .input-prepend{
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.login-box .btn{
margin-top:15px;
width:100%
}



.charisma_qr{
height:136px;
width:136px;
border:solid grey 1px;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
box-shadow: 0 0 10px #BDBDBD;
-webkit-box-shadow: 0 0 10px #BDBDBD;
-moz-box-shadow: 0 0 10px #BDBDBD;
}
.box-content.buttons{
min-height:297px;
}
/******* changes by RN Kushwaha *************/
div.box-icon a.btn { 
 width: 30px;
    font-weight: normal;
    height: 27px}
.box-icon a { float: none; }
div.box-icon .dropdown-menu li a{ width: auto; margin: 0;}
.form-actions {
    background-color: transparent;
    border-top: 0px solid #E5E5E5;
    margin-bottom: 0px;
    margin-top: 0px;
 }
.dataTables_filter input{
	width: 80%
}
.tableWrapper{
	width:100%; overflow-x: auto; overflow-y: hidden;
}

#printableContainer{overflow-x: scroll; overflow-y: hidden; clear: both;}

label.required::after {
content: " *";
color: red;
}
.red{
	color:red;
}
#rntable td {
	padding: 3px 7px;
}
.nav-tabs > li > a{
	padding: 6px 8px
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.datepicker {
	autocomplete:off;
}




/*--------07--nov-23-*/

.row-fluid .span9{
	width: auto!important;
}

/*--------------start-menu-header--------------*/
.top-menu li{
	display: inline-block;
}
.header-section{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
	    padding: 10px 10px 10px 36px;
    margin-bottom: 20px;
}
.container-custom{
	max-width: 1228px!important;
	margin-right: auto;
    margin-left: auto;
}
.menu-top-section ul{
	padding-left: 0px;
	margin-left: 0px;
}
.menu-top-section{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.top-menu{
	position: relative;
}
.top-menu  li .nav-link{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	transition: 0.4s ease;
	position: relative;
	color: #444444;
}
.top-menu  .nav-item:hover .menu-drop{
	visibility: visible;
	opacity: 1;
}
.top-menu .sub-dropdown-menu{
	visibility: hidden;
	opacity: 0;
	height: auto;
}
.menu-drop .nav-item:hover .sub-dropdown-menu{
	visibility: visible;
	opacity: 1;
}



.sub-dropdown-menu .nav-item:hover .sub-dropdown-menus3{
	visibility: visible;
	opacity: 1;
}

.sub-dropdown-menus3 .nav-item:hover .sub-dropdown-menus4{
	visibility: visible;
	opacity: 1;
}

.sub-dropdown-menus4,
.sub-dropdown-menus3,
.sub-dropdown-menu{
	left: 100%;
}


.sub-dropdown-menus4,
.sub-dropdown-menus3,
.top-menu .menu-drop,
.sub-dropdown-menu{
	position: absolute;
	width: 200px;
	top: 00px;
	z-index: 9999;
	visibility: hidden;
	transition: 0s ease;
	opacity: 0;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
	background-color: transparent;
}
.top-menu .menu-drop{
	margin-top: 17px;
}
.menu-drop ul li i{
	margin-left: 10px;
}
.menu-drop ul .nav-item{
	position: relative;
}
.top-menu .menu-drop ul li{
	width: 100%;
	border-bottom: 1px solid #e8f1f7;
	background-color: #fff;
}
.menu-top-section .first-ul-list .active{
	margin-top: 20px;
}
.top-menu .menu-drop ul li a{
	display :block;
	width: 100%;
	color: #000;
	text-decoration: none;
	transition: 0.4s ease;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	padding: 15px 20px 15px 15px;
}
.top-menu .menu-drop ul li a:hover{
	margin-left: 10px;
	/*color: #fff;*/
}
/*.menu-drop ul li:hover{
	background-color: #47143D;
}*/
.top-menu  li .nav-link:after{
	position: absolute;
	content: '';
	width: 0%;
	height: 3px;
	transition: 0.4s ease;
	background-color: #0060ff;
	left: 0;
	bottom:0;
}
.top-menu .nav-item .nav-link{
	padding: 0px 0px 0px 0px!important;
	margin: 0px 10px;
	text-decoration: none;
	color: #000;
}
.modal-backdrop{
	display: none!important;
}

.dash {
    border-radius: 6px;
    -webkit-border-radius: 18px;
    padding: 14px;
}

.info-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: 15px;
    min-height: 90px;
    width: 100%;
    border: 1px solid #d7dfe3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 8px;
    transition-duration: 300ms;
    height: 86%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info-box:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.dash .info-box-content {
    margin-left: 0px;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.info-box-number {
    margin: 6px 0px;
    display: block;
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 600;
}
.info-box > .info-box-text {
    width: 100%;
    color: #282828;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
}
.dash .info-box-text.sub {
    font-size: 15px;
    color: #999;
    margin-bottom: 10px;
}
.row-fluid .span10 {
	     width: 96%;
    margin-right: auto;
    margin-left: 25px;
}

.large-info:hover{
		transform:inherit;
    -webkit-transform: inherit;
	}
	.large-info{
		padding: 20px 30px;
		display: inherit;
	}
	.tab-menu ul{
		margin: 0;
		padding: 0;
	}
	.tab-menu ul li{
		list-style-type: none;
		display: inline-block;
	}
	.tab-menu ul li a{
		text-decoration: none;
		color: #000;
		background-color: #f2f2f2;
		padding: 9px 30px;
	    border-radius: 8px;
	    font-size: 16px;
	    font-weight: 700;
	    margin-right: 11px;
	}
	.tab-menu ul li a.active-a{
		background-color: #000;
		color: #ffffff;
	}
	.tab{
		display: none;
		margin-top: 30px;
	}
	.tab h2{
		color: rgba(0,0,0,.7);
	}
	.tab p{
		color: rgba(0,0,0,0.6);
		text-align: justify;
	}
	.tab-active{
		display: block;
	}
	.nav-tabs{
		border-bottom: 0px;
		margin-top: 20px;
	}
	.Sales-Chart-inner-box h2{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.chart-box hr{
		margin-top: 0px;
	}
	.Sales-Chart-header{
		display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	.Sales-Chart-header .select-box span{
		 margin-right: 5px;
	    font-size: 16px;
	    font-weight: 800;
	}
	 
	 /*canvas{
	 	position: relative!important;
	 }*/
	 .Sales-Chart-header .select-box select{
	 	width: 75px;
	 }
	 .select-btn {
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    height: 44px;
	    border: 1px solid #dfdfdf;
	    font-weight: normal;
	    font-size: 14px;
	    padding: 5px 10px 5px 10px;
	}

	.bordered-select {
	    border: 1px solid #c7d1d6;
	    padding: 5px 15px 5px 5px;
	}
	.container-custom .row{
		width: 100%;
	}

.box-wrapper-inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}	

.navigation-dropdown {
  background-color: #fff;
	list-style: none;
	margin: 0;
	padding-left: 0;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.navigation-dropdown li {
  color: #000;
  background: #fff;
	display: block;
	float: left;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
  transition-duration: 0.5s;
}
  
.navigation-dropdown li a {
  color: #000;
}

.navigation-dropdown li:hover {
	background: #fb1715;
	cursor: pointer;
	color: #fff!important;
}

.navigation-dropdown li ul {
	background: #fff;
	visibility: hidden;
  opacity: 0;
  min-width: 100%;
	position: absolute;
  transition: all 0.5s ease;
  margin-top: 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	left: 0;
  display: none;
  margin-left: 0px;
}

.navigation-dropdown li:hover > ul,
.navigation-dropdown li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navigation-dropdown li ul li {
	clear: both;
  width: 100%;
}








.d-none{
    display: none!important;
}
.mt-2{
    margin-top: 20px;
}
.px-0{
    padding-left:0px;
    padding-right: 0px;
}
.form-section .nav{
    display: flex;
}
.main-text-box .nav .nav-item .nav-link:hover{
    background-color: #fff;
}
.btn:focus{
    box-shadow: none!important;
}
.form-section .heading-box .top-heading{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.textarea-box textarea:focus,
.common-input-text .form-control:focus{
    box-shadow: none!important;
    border: 2px solid #0083ff;
    outline: 1px solid  #e2e8f0;
}
.common-input-text .form-control{
    height: 45px;
    width: 100%!important;
    
}


.common-input-text label .input-name p{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 15px;
}
.common-input-text label .input-name p .start{
    color: red;
    margin-left: 4px;
}
.common-input-text label .text-number i{
    font-size: 14px;
    color:  #f7fafc;
}

.common-d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common-input-text .bottom-text p{
    color: #4a5568;
    margin-top: 10px;
    font-size: 14px;
}

.Allow-Category p i{
    color:  #f7fafc;
    cursor: pointer;
    margin-left: 10px;
}
.left-side-box .main-box-white{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid  #edf2f7;
}

.left-side-box .main-box-white .collapse-body{
    padding: 15px 15px;
}
.left-side-box .main-box-white .collapse-header{
    padding: 15px 15px 8px 15px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
}

.left-side-box .main-box-white .collapse-header:hover{
    background-color: #f5f5f5;
}

.header-text h4{
    font-size: 18px;
    font-weight: 600;
}
.header-text  h4 .Optional{
    font-size: 12px;
    padding: 5px 7px;
    font-weight: 500;
    margin-left: 6px;
    color: #718096;
    border-radius: 4px;
    background-color: #edf2f7;
}
.header-text p{
    margin-bottom: 0px;
}

.left-side-box .main-box-white .collapse-header .header-text .arrow{
    position: absolute;
    right: 20px;
    top: 23px;
    font-size: 20px;
    transform: rotateX(0deg);
    transition: 0.3s ease;
}

.left-side-box .main-box-white .active .header-text .arrow{
    transform: rotateX(-180deg);
}


/*.collapse-body .collapse-body-text {
    padding: 0px 15px 0px 15px;
}*/
.collapse-body .collapse-body-text .main-text-box{
    border-top:1px solid  #edf2f7;
}
.main-text-box .nav .nav-item .nav-link {
    color:  #f7fafc;
    display: flex;
    align-items: center;
}
.main-text-box .nav .nav-item.active{
    color: #0083ff;
}
.main-text-box .nav .nav-item .nav-link span{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid #e2e8f0;
    border-radius: 100px;
    display: inline-block;
}

.main-text-box .nav .nav-item.active span{
    border: 4px solid #0083ff;
}
.main-text-box .nav .nav-item .nav-link,
.main-text-box .nav .nav-item .nav-link:hover{
    background-color: #f7fafc;
}

.tab-common-input .form-control{
    height: 35px;
}
.tab-pane .text-box .tab-common-input .bottom-text p{
    font-size: 12px;
    margin-bottom: 0px;
}

.image-box-section{
    padding: 20px 20px 20px 20px;
    border: 2px dashed #e2e8f0;
    border-radius: 8px;
    margin-top: 15px;
    display: flex;
    align-items: center;
     flex-direction: column;
    justify-content: space-between;
    background-color: #f7fafc;
}

.image-box-section .Please-Upload-box{
    background-color: #fff;
    padding: 10px 10px 4px 10px;
    border-radius: 10px;
    position: relative;
    align-items: baseline;
    width: 270px;
    border: 1px solid #e1e1e1;
}


.image-box-section .Please-Upload-box .fa-upload{
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: #e2e8f0;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.image-box-section .file-text-right{
    margin-top: 10px;
}
.image-box-section .file-text-right p{
    font-size: 15px;
    margin-bottom: 0px;
}
.image-box-section .file-text-right .Accepted{
    font-size: 15px;
    text-align: left;
}
::placeholder{
    color: #718096!important;
}
.textarea-box textarea{
    height: 200px;
    resize: none;
}


.comment-form-cookies-consent label{
    cursor: pointer;
}
.comment-form-cookies-consent input[type=checkbox] {
  position: relative;
    border: 2px solid #0083ff;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0px 2px 0px 0px;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
  opacity: .5;
}
label{
	display: inline-block!important;
}

.common-input-text label .input-name p .start {
    color: red;
    margin-left: 4px;
}
.comment-form-cookies-consent input[type=checkbox]:hover {
  opacity: 1;
}

.comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: #0083ff;
  opacity: 1;
}

.comment-form-cookies-consent input[type=checkbox]:before {
  content: '';
    position: absolute;
    right: 48%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0px;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.tab-select-box select{
    height: 35px!important;
}








	@media (max-width:767px){
	.top-menu li{
		display: block;
		margin-bottom: 11px;
	}
	.header-section{
		padding-left: 0px;
	}
	.menu-drop ul li{
		margin-bottom: 0px;
	}
	.top-menu .menu-drop{
		left: 127px;
	}
	 
	.menu-drop .nav-item .sub-dropdown-menu {
	    left: -50px;
	    top: 50px;
	}
	.container-custom .row{
		margin-left: 0px;
	}
	.span10{
		width: 94%;
		margin-left: 12px;
		margin-right: auto;
	}
	.canvasjs-chart-container canvas{
		width: 100%!important;
	}
	.top-menu .menu-drop{
		width:200px;
	}
}
