body h1, h2, h3, h4, h5, h6{
	color: #000;
}
.ui-pnotify-title{
	color: #fff !important;
	font-size: 18px !important;
	margin-bottom: 0 !important;
}
.nofill{
	display: none;
}
.bottom-line-separator{
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
}
.no_results{
	text-align: center;
	vertical-align: middle !important;
	height: 100px;
	background-color: #efefef;
}
.capped_results{
	text-align: center;
	vertical-align: middle !important;
	background-color: #efefef;
}
small{
	color: #999;
}
.card-body-grey{
	background-color: #efefef;
}
body{
	font-size: 14px;
}
.form-group{
	margin-bottom: 15px !important;
}
.center-width{
	width: 110px;
	text-align: center;
}
.set-width{
	width: 110px;
}
.money-column{
	width: 110px;
	text-align: right;
	padding-right: 8px !important;
}

.table-sm td, .table-sm th{
	font-size: 12px !important;
}


h2{
	margin-top: 0px;
	color: #52674d;
	font-size:28px;
}
.monospace{
	font-family: Consolas,monospace;
}
pre{
  	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
	padding: 10px 18px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #efefef;
	line-height: 125%;
}

.icon-nb{
	margin-top: 20px;
}

li.nobullet{
	list-style-type: none;	
}

.text-red{
	color: red;
}

/* BUTTONS */
.btn-ms{
	margin-top: 1px;
	padding-top: 6px;
	padding-bottom: 7px;
}
.btn-xl{
	padding: 0.5rem 1.3em !important;
	font-size: 18px !important;
}
.button-top-padding{
	padding-top: 28px;
}
.btn-primary:focus, .btn-primary:active{
	background-color: #000 !important;
}

/* TABLES */
.no_results{
	height: 100px;
	vertical-align: middle !important;
	text-align: center;
}
.center-width{
	width: 110px;
	text-align: center;
}
.center{
	text-align: center;
}
.table{
	background-color: #FFF;
}
.table thead{
	background-color: #dee2e6; /*fbfbfb*/
}
.table th{
	padding: 5px 7px;
}
.table td{
	padding: 5px 7px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 2px 4px !important;
}


.card-actions{
	float: right;
}

.quota-box{
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 20px;
}
a.modal-close{
	color: #333;
}
.card-header-sm{
	padding: 8px 18px;
}
.card-header-sm .card-title{
	font-size: 16px;
}
.card-body-grey, .bg-grey{
	background-color: #ecedf0;
}
.text-dark-grey{
	color: #666;
}
.limited_results{
	text-align: center;
	background-color: #efefef;
}

.card-header{
	background: #f6f6f6;
	border-radius: 5px 5px 0 0 !important;
	border-bottom: 1px solid #DADADA;
	padding: 13px 18px 12px 18px;
	position: relative;
}

.card-header h2{
	margin-top: 4px;
	display: inline-block;
	
	font-size: 20px !important;
	font-weight: 500;
	padding: 0;
	text-transform: none;
}

.card-header a:not(.accordion-toggle){
	display: inline-block;
	float: right;
}
.card-100{
	height: 100%;
}
.modal-close{
	color: #666;
	margin-top: 3px !important;
	margin-right: 2px !important;
}
.email-data {
    margin: 0px 20px;
}
.email-data-label{
	float: left;
	width: 100px;
	margin: 0 0 0 -20px;
	padding: 0;
	color: #666;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	line-height: 1;
}
.email-data-wrap{
	margin-bottom: 20px;
    margin-left: 100px;
    color: #333;
    line-height: 1;
    font-size: 14px;
}

.ui-autocomplete {
	z-index:2147483647; 
 }

.view-message{
	border: 1px solid #ddd; 
	padding: 30px 30px 20px 30px; 
	box-shadow: 0 0 8px #888; 
	margin-top: 30px; 
	margin-bottom: 30px;
	font-size: 14px;
	
}
.view-message p{
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.text-black{
	color: #000;
}

.dashboard-card-body{
	height: 300px;
}
.pageviewFrame { border: 1px solid #e1e1e1; box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.80); width: 299px; height: 209px; }
.keyword-width{ width: 260px;}
.rank_width{ width: 120px !important; }
.highlight{ background-color: #fffce0 !important; color: #333; }
.highlight2{ background-color: #eeebd0 !important; color: #333; }
.highlight3{ background-color: #f8fff1 !important; color: #333; }
.print-only{ display: none; }
@media print {
	@page
	{
    	size: 8.5in 5.5in;
		size: portrait;
  	}
  	
	.gmnoprint{ /*GOOGLE MAPS SPEECH BUBBLES*/
		display:none;
	}
	.card-invoice{
		padding-top: 0px !important;
	}
	.bill-to{
		padding-top: 0px !important;
	}
	.invoice .bill-to, .invoice .bill-data{
		padding-top: 0px !important;
	}
	a{
		text-decoration: none !important;
		color: #000;
	}	
	body{ margin: 0 !important; padding: 0 !important; } 
    .no-print { display: none !important; }
    .print-break {page-break-after: always;}
    .print-page-title{ display: none !important; }
    .printer_margin-padding{ height: 15px !important; }
    
    .print-larger-font, .print-larger-font th, .print-larger-font td{ font-size: 16px !important; }
    
    .tabs-print-settings ul.nav-tabs{
	    display: none;
    }
    .tabs-print-settings ul.nav-tabs li{
	    display: none;
    }
    .tabs-print-settings .tab-content{
	    border-radius: 0px;
		padding: 0px;
		border: 0px solid #FFF;
    }
    .inner-wrapper{
	    padding-top: 0px !important;
    }
    .header{
	    display: none !important;
    }
    .content-body{
	    padding: 0px;
	    margin-top: 0px;
    }
    .pagebreak{ page-break-after: always !important; }
    .sidebar-left, .page-header{
	    display: none;
    }

    footer {page-break-after: always;}
    .print-only{ display: block; }
    .print-float-left{ float: left !important; }
	.col-print-1 {width:8% !important;  float:left;}
	.col-print-2 {width:16% !important; float:left;}
	.col-print-3 {width:25% !important; float:left;}
	.col-print-4 {width:33% !important; float:left;}
	.col-print-5 {width:42% !important; float:left;}
	.col-print-6 {width:50% !important; float:left;}
	.col-print-7 {width:58% !important; float:left;}
	.col-print-8 {width:66% !important; float:left;}
	.col-print-9 {width:75% !important; float:left;}
	.col-print-10{width:83% !important; float:left;}
	.col-print-11{width:92% !important; float:left;}
	.col-print-12{width:100% !important; float:left;}
	
	.card-header {
    border-bottom: 0px;
    }
    table{
		border-collapse: collapse !important;
		
	}
	.table td, .table th{
	    border:1px solid transparent;
	    border-top: 1px transparent !important;
	}
	table.table-bordered-print-light, table.table-bordered-print-light > thead > tr > th, table.table-bordered-print-light > tbody > tr > td{
		border-top: 1px solid #dee2e6 !important;
		border: 1px solid #dee2e6 !important;
	}
	table.table-bordered-print, table.table-bordered-print > thead > tr > th, table.table-bordered-print > tbody > tr > td{
	    border:1px solid #000 !important;
	}
	.table-borderedless, .table-borderedless > th, .table-borderedless td, .invoice table.table > tbody > tr > td{
	    border:1px transparent;
	}
	table.table-borderless-print th, table.table-borderless-print td{
		border: 1px transparent solid !important;
	}
	table.table-sm th, table table-sm td{
		padding: 0px !important;
	}
	/*
	table td, table th{
		border-color: 1px solid #000 !important;
	}
	table.table-bordered{
	    border:1px solid #000 !important;
	  }
	table.table-bordered > thead > tr > th{
	    border:1px solid #000 !important;
	}
	table.table-bordered > tbody > tr > td{
	    border:1px solid #000 !important;
	}
	*/
	small{ font-size: 12px; color: #000; }
	.card-invoice{
		margin-top: 40px !important;
	}
	body{
		background-color: white;
	}
	
	html, body {
		background: #fff;
	}
	.body-sign .center-sign{
		padding-top: 0px !important;
	}
	.body-sign .card-sign .card-body{
		border-top: 0;
		padding: 0px 0 !important;
	}
	small{
		
	}
}
.table-nonfluid {
   width: auto !important;
}

.col-6{
	width: 50% !important;
}
.invoice header{
	border-bottom: 1px solid #FFF !important;
}
.badge-lg{
    font-size: 12px !important;
}

.bs-wizard {margin-top: 20px;}

.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; width: 100% !important; }
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 12px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 18px 0; border: 0 !important; }
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa !important;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%; #fbe8aa; }
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0088cc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0088cc;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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


.orderby_arrows{  
	float:right; 
	margin-top: -14px;
	margin-bottom: 0 !important;
	margin-left: 3px;
}
.orderbyarrow_top i{ 
	vertical-align: bottom !important;
	padding-bottom: 0 !important;
	height: 10px; 
	width: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}
.orderbyarrow_bottom i{ 
	vertical-align: bottom !important;
	position:relative;
	display: block;
	height: 10px; 
	width: 10px;
	overflow: hidden;
	margin-top: 0px;
}
.orderbyarrownotactive a{ 
	color: #aaa !important; 
	padding: 0 !important;
}
.orderbyarrowactive a{ 
	color: #0000FF !important;  /*#0088cc*/
	padding: 0 !important;  
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
.blinking-red{
    animation:blinkingText-red 1.2s infinite;
}
@keyframes blinkingText-red{
    0%{     color: #ff0000;    }
    49%{    color: #ff0000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ff0000;    }
}

.ui-autocomplete {
            max-height: 200px;
            overflow-y: auto;
            /* prevent horizontal scrollbar */
            overflow-x: hidden;
            /* add padding to account for vertical scrollbar */
            padding-right: 20px;
        } 