.gap1 {display:block; height:1px;  clear:both;} 
.gap3 {display:block; height:3px;  clear:both;} 
.gap5 {display:block; height:5px;  clear:both;}
.gap10{display:block; height:10px; clear:both;}
.gap12{height:12px;}
.gap15{display:block; height:15px; clear:both;}
.gap20{display:block; height:20px; clear:both;}
.gap25{display:block; height:25px; clear:both;}
.gap30{display:block; height:30px; clear:both;}
.gap40{display:block; height:40px; clear:both;}
.gap50{display:block; height:50px; clear:both;}
.gap60{display:block; height:60px; clear:both;}
.gap80{display:block;height: 80px;clear: both;}

.gap100{ height: 100px; clear: both;}


.font10{font-size:10px !important; line-height:16px;}
.font11{font-size:11px; line-height:16px;}
.clear{clear:both;}

.red {color: red;}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.sale_amt{
		display:block;
		font-size:14px;
		/*color:#999;*/
}

.content-header>.breadcrumb{
	padding: 0px 5px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #d9dae2 !important;
 }
 
 .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: rgba(255,255,255,0.3) !important;
}

.badge_dashboard {
    display: inline-block;
    width: 35px;
    padding: 7px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 25%;
    height: 35px;
}
.bg_danger{
	background-color: #dd4b39;
	width: 60px;
}

.bg_success{
	background-color: #00a65a;
}

.bg_gray{
	background-color: #999;
}

.bg_warning{
	background-color: #f39c12;
}

.amt_font{
	font-size: 20px;
}

.lh12{
	line-height: 12px !important;
}

.select_color{
	color: #999 !important;
}

.gtotal{
	font-size:24px;
	color: #999;
}
.ptotal{
	font-size:12px;
}

.f14{
	font-size:12px !important;
}

.gray1{
	color:#999;
}

.boxscroll{
	height: 255px; 
	overflow-y: scroll;
}

.font18{
	font-size:18px;
}

.font10{
	font-size:10px;
}

.search_filter{
	float:left; 
	padding:10px;
}

button.dt-button, div.dt-button, a.dt-button{
	padding: 0.25em 1em !important;
}

button.dt-button{
	background-color: #3c8dbc !important;
    background-image: none !important;
    color: #fff !important;
}

div.dt-buttons{
	float: right !important;
}
.popover-content {
    font-size:11px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
	margin: 0px !important;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
	margin: 0px !important;
}
 
.amt_bg{
	background-color:#DCDCDC;
	padding: 5px 10px;
} 

.item_font{
	font-size:10px;
}
.errors {
    clear: both;
    color: red;
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.date_font{
	font-size:10px;
}

.img_left{
	top: 0px;
	left: 0px;
	bottom: 0px;
	/*width: 50%; */
	height: 100%;
	background-image: url("../images/img1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 25%;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.left_bg {
    background-color: #DDC49C !important;
}
.login1 {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    
}

.login-box {
   margin: 25% auto !important;
}


[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
}


td {
    padding-right: 5px;
}

.list_icon{
	font-size: 14px;
    cursor: pointer;
}

.modal-xl{
	width: 1200px;
}

.progress1{
	margin-bottom: 10px!important;
	margin-top: 5px!important;
}

.modal-header {
    background: #3C8DBC none repeat scroll 0 0;
    color: #fff;
    padding: 10px 15px;
}

.close {
    color: #fff !important;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: 0 1px 0 #fff;
}

.box-header{
	cursor: pointer;
}

.thumbs_ico{
font-size:16px;cursor: pointer; font-weight: bold; margin-right:10px;
}

.filterButtons{
float:left; padding:10px 8px 0px 10px;
}



.overlayB {

  background: rgba(0, 0, 0, .75);
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlayB:after{
  content: "Waiting for approval...";
  color:white;
  font-size:16px;
  display: block;
font-weight:bold;

text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);

}

.overlayA {

  background: rgba(0, 0, 0, .50);
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlayA:after{
  content: "Approved...";
  color:white;
  font-size:16px;
  display: block;
font-weight:bold;

text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);

}





@media (max-width:767px) {
	.yes600 { display: block; }
	.no600 { display: none; }
}

@media (max-width:599px) {
	.yes360 { display: block; }
	.no360 { display: none; }
}
