body{
font-family: 'Open Sans', sans-serif;
}
strong,.no-skin .nav-list>li.active>a{
font-weight:600;	
}

.admin_login_page {
	color: #797979;
	background-color: #EBEBEB;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table_block {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table_block .table_cell {
	display: table-cell;
	vertical-align: middle;
}
.admin_login_page form {
	padding: 50px 40px 20px;
}
.admin_login_page .panel {
	border: 0;
	border-radius: 0;
	box-shadow: 0px 2px 5px #ccc;
}
.admin_login_page .panel.panel-primary .panel-heading {
	background-color: #438EB9;
	color: #fff;
}
.admin_login_page .form-control {
	border-radius: 0;
}

.user-info small{
color:#fff;
margin:0;	
}
.no-skin .sidebar.menu-min .nav-list>li>a>.menu-text{
color:#555;	
}
.no-skin .sidebar.menu-min .nav-list>li.active>a>.menu-text{
color:#3b98cd;	
}
.no-skin .nav-list>li>a .menu-text{
position:relative;
top:2px;
}
.ace-nav>li>a>.ace-icon{
	
}
.no-skin .sidebar {
    background-color: #1a2942;
}
.no-skin .sidebar-toggle {
    background-color: transparent;
    border-color: #162338;
}
.no-skin .sidebar-toggle>.ace-icon {
    border-color: #111;
    color: #fff;
    background-color: #162338;
}
.no-skin .nav-list>li>a,.no-skin .nav-list>li>a:focus ,.no-skin .nav-list>li.open>a,.no-skin .nav-list .open>a, .no-skin .nav-list .open>a:focus, .no-skin .nav-list .open>a:hover{
    background-color: transparent;
    color: #b4b6bd;
}
.no-skin .nav-list>li {
    border-color: #162338;
}
.nav-list>li>a{
height:auto;
padding:15px;	
}
.sidebar.menu-min .nav-list>li>a{
	height:45px;
}
.no-skin .nav-list>li.active>a, .no-skin .nav-list>li.active>a:focus, .no-skin .nav-list>li.active>a:hover{
	    color: #3b98cd;
    background: #162338;
}
.no-skin .nav-list>li.active:after ,.nav-list li.active>a:after,.nav-list li:hover:before{
    display: none;
    content: "";
}
.no-skin .nav-list>li:hover>a{
background:transparent;
color:#fff;	
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 10px;
    padding-top: 4px;
	color:#797979;
}
.page-header h1{
color:inherit;	
}
@media(min-width:1024px){
.navbar{
background:#2b6e95;	
}
.ace-nav>li>a {
    background-color: #155478;
}
}





/******* dashboard ******/
.bg-pink {
    background-color: rgba(241, 60, 110, 0.8);
}
.widget-panel {
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}

.widget-style-2 h2 {
  font-weight: 500;
    font-size: 45px;
}
.m-0 {
    margin: 0px !important;
}
.bg-info {
    background-color: rgba(28, 168, 221, 0.8);
}
.widget-style-2 i {
    font-size: 40px;
    float: right;
    padding: 0;
    color: #fff; 
    width: 35%;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    opacity: 0.8;
}
.bg-success {
    background-color: rgba(51, 184, 108, 0.8);
}
.nav-list>li a>.arrow{
top:18px;	
}
/*********** dashboard end ********/

@media(max-width:767px){
	#sidebar-collapse{
	display:none;	
	}
	.ace-nav>li>a {
    background-color: transparent;
	}
	}

#dynamic-table th,#dynamic-table td{
	font-size:12px;
}
#dynamic-table .btn-danger,#dynamic-table .btn-success,#dynamic-table .btn-primary,#dynamic-table .btn-default,#dynamic-table  .btn-warning{
padding:2px 5px;
border-radius:4px;	
}
#dynamic-table td:last-child a{
    background-color: #1ca8dd;
    border: 1px solid #1ca8dd;
	padding:2px;
	color:#fff;	
	font-size:1.5rem;
}
#dynamic-table td:last-child span{
background-color: #ac2925;
    border-color: #761c19;	
		padding:2px;
	color:#fff;	
	cursor:pointer;
	margin-left:5px;
	font-size:1.5rem;
}

div.dataTables_info{
font-size:12px;	
}

.general_form .form-group,.df_form .form-group{
margin-bottom:20px;	
float:left;
width:100%;
}
.general_form label,.df_form label{
color:#333;	
}
.red_star {
    color: #DB3236;
    font-size: 1.2rem;
}
#wallet header>small {
    display: block;
    color: #4C8FBD;
    margin-bottom: 5px;
}
#wallet header strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#wallet header strong small {
    font-size: 12px;
}
#wallet header {
    background: #eee;
    color: #000;
    padding: 2rem 0;
    margin-bottom: 30px;
}


.btn-group-xs>.btn, .btn-xs {
    padding:0px 5px !important;
    border-radius: 4px;
    display: inline-block;
	font-size:12px;
	border-width:1px;
}
.topupdetail th{
text-transform:capitalize;	
}
.topupdetail td,.topupdetail th{
	background:#fff;
	font-size:13px;
}



.notification_page .form-group{
	clear:both;
	margin-bottom:15px; 
	float:left;
	width:100%; 
  }
  #imageFromLinkBar .btn.btn-success{
      padding: 1.5px 12px !important;
  }
  #menuBarDiv .btn-group>.btn>.caret {
    margin-top: 0px;
	border-top-color:#fff;
  }
  .toggle_by_cust{
	display:none;  
  }
  
  input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::before {
    content: "Disable\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0 Enable";
	    width: 104px;
  }
  input[type=checkbox].ace.ace-switch.ace-switch-7:checked+.lbl::before{
	text-indent:-64px;  
  }
  input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::after{
	    left: 69px;  
  }
  
  .category_page table th{
	font-size:1.3rem;
	font-weight:600 !important;  
  }
  .category_page table td a.btn{
	  font-size:1.5rem;
  }
  .category_page  #dynamic-table td:last-child a{
	border:none;  
  }
  
  .Editor-container {
    margin-top: 0;
  }
  
  @media(max-width:767px){
	.setting_page{
	padding-top:20px;	
	}
	.navbar-fixed-top+.main-container {
    padding-top: 52px;
}
#dynamic-table_wrapper{
max-width:100%;
overflow:auto;	
}
#dynamic-table th, #dynamic-table td {
    font-size: 10px;
}
#navbar{
    z-index: 999999999;	
}
  }
  
  
  
  
  
  
   .item_accordian  .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f040";
    padding-right: 5px;
	color:#555;
	font-size:1.4rem;
}

.item_accordian .panel-title > a:hover, 
.item_accordian .panel-title > a:active, 
.item_accordian .panel-title > a:focus  {
    text-decoration:none;
}

#webcam{

text-align:center;
}
#webcam>object{
	border:1px solid #ccc;
}
.capture{
margin-bottom:5px;
}
.capture span{
	
	cursor:pointer;
}
.captures_result .row{
margin-left:-2.5px;
margin-right:-2.px;	
}
.captures_result .row>div{
padding-left:2.5px;
padding-right:2.5px;
margin-top:10px;	
}
.captures_result header{
    background: #999;
    padding: 5px 10px;
    color: #fff;	
}
.captures_result header h5{
margin:0;	
}
.captures_result header a.btn-xs{
	position:absolute;
	right:10px;
	top:5px;
}
.captures_result .cap_img{
display:block;
clear:both;	
}
.delete_accor{
position:relative;
top:-2px;	
cursor:pointer;
color:#fff;
}
.delete_accor small{
color:inherit;	
}
.ft-normal{
font-weight:300 !important;	
}

.total_amount>div{
background:#eee;
border:1px solid #ccc;
padding:10px 20px;
margin:10px 0;	
}
.update_all{
	padding:5px;
background:#d9dadb;	
}

.final_update .update_all .btn-default{
background:#38a1d2 !important;
color:#fff !important;	
border-color:transparent;
}

.btn.txt-black{
color:#111 !important;	
}

.admin_login_page h3{
margin:0 auto;	
}

.statics-widget .widget-toolbar{
padding:2px 4px 4px 4px;
line-height:28px;
}

.statics-widget .select-txt{
display:inline-block;
color:#fff;	
line-height:33px;
}

.statics-widget .widget-body{
    height: 282px	
}

.statics-widget .widget-toolbar:before{
border:0;
}
.statics-widget #sales-charts{
height:274px !important;
}

@media (max-width:767px){
  #dynamic-table.table-bordered>tbody>tr>td:last-child{
min-width: 82px;
}  
}

@media (min-width:768px) and (max-width:991px){
#dynamic-table.table-bordered>tbody>tr>td:last-child{
width:12%;	
}
}



#dynamic-table tbody tr td:last-child a.btn,.table tbody tr td:last-child a.btn{
	width: 30px;
    height: 28px;
    display: inline-block;
    padding: 2px 0 0px 0px !important;
	color: #fff;
    font-size: 1.5rem;
  border-radius:0;
}

#dynamic-table tbody tr td:last-child a.btn-success,.table tbody tr td:last-child a.btn-success{
background-color: #1ca8dd !important;
border: 1px solid #1ca8dd !important;
}

#dynamic-table tbody tr td:last-child a.btn-danger, .table tbody tr td:last-child a.btn-danger{
	width: 30px;
    height: 28px;
    display: inline-block;
    padding: 2px 0 0px 0px !important;
	color: #fff;
    font-size: 1.5rem;
  border-radius:0;
	
	
    background-color: #da0000 !important;
    border-color: #da0000 !important;
 }
 .btn, .btn-success,.btn-default,.btn-danger, .btn-primary, .btn-default:hover,.btn-success:hover, .btn-primary:hover, .btn-danger:hover,
 .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open>.btn-primary.dropdown-toggle, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:active, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover
 {
	    border-color: transparent; 
 }
 
 .capture_image a span{
	float:left; 
 }
 #menuBarDiv{
	color: #4c4d5a;
    border-color: #dcdcdc;
    background: #f6f6f6;
    text-shadow: 0 -1px 0 rgba(50,50,50,0); 
 }
 
 #statusbar {
    min-height: 8px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 16px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
 
 #menuBarDiv .btn-group .btn-default{
	color: #000 !important;
    background-color: #fff !important;
    border-color: #ddd; 
	 padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
	border-width: 1px;
	font-family: arial;
	 }
 
 .demo-date {
	position:relative;
	display:inline-block;
	padding-right: 5px;
 }
 
 .demo-date input[name=daterange], .demo-date input[name=daterange_top]{
	 width:205px;
 }
 
 .demo-date i {
    position: absolute;
    bottom: 10px;
    right: 24px;
    top: auto;
    cursor: pointer;
}

#reportrange{
background: #fff;
    cursor: pointer;
    padding: 0 4px;
    border: 1px solid #ccc;
    width: 100%;
    color: #000;	
}

.camera-icon{
display:inline-block;
width:22px;
height:20px;
    margin-top: 0;
    padding-left: 10px;
}

.capture_image a{
background:#cacaca !important;
border:1px solid #999999 !important;
padding: 10px 0px;	
color:#000 !important;
}

.item_list_desc .col-sm-7>.row>.col-sm-5{
padding-right:0;	
}


.search_history .input-group,.search_history .input-group>.demo-date,.search_history .input-group>.demo-date>input{
width:100%;	
}

 .img_icon .remove_icon{
	margin-left:10px;
	cursor:pointer; 
 }
 .img_icon+.below_file{
	display:none;	
	}
	
	
.source_activated .main-content-inner .btn[value="Save"],.source_activated #edit_pay3 .btn[value="Save"]{
display:none;	
}


.admin_panel .demo-date i{
    position: absolute;
    bottom: 21px;
    right: 17px;
    top: auto;
    cursor: pointer;	
}

.captures_result .row>div:nth-child(2n+1){
	clear:both;
}


.videoScreen{
	position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:99999999999;display:none;width:auto;
}

.videoScreen i{
bottom: -25px;
    position: absolute;
    font-size: 25px;
    cursor: pointer;
    color: #000;
  left: 50%;
}
#dynamic-table td:last-child a.wp_icons{
      background: #25D366;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 0;
    width: 30px !important;
    height: 28px !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    position: relative;
}
.status_column{
    width:140px;
}
.status_column>*{
    display: inline-block;
   
}
.status_column>*+*{
  margin-top:2px ;   
}