.btn .fa {
    color: white;
}
.card-header{
	line-height: 27px;
}
.requiredsign{
	color: #ff0000;
	font-weight: bold;
	margin-left: 5px;
}
.mce-container{
	/*width: 90% !important;*/
}

.dataTables_wrapper.container-fluid{
	padding: 0;
}

.searchpanel{
	margin-bottom: 24px;
}

.bolder{
	font-weight: bold;
}

.error{
	font-style: italic;
	font-size: 0.8em;
	margin-left: 12px;
	color: #ff0000;
}

.error:before{
	content: "* ";
}

.dataTables_filter{
	float: right;
}
.dataTables_filter .dt-search{
	float: right;
}
.requiredsign{
	color: #ff0000;
}
.no-border td,
.no-border th
{
	border: none;
	padding: 0px;
	background: #fff;
}

.table{
	background: #fff;
}

table th{
	text-transform: uppercase;
}

.slave-header{
	border-bottom: 1px solid #aaa;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}
#map-container{
	position: relative;
}
#map{
	height: 500px;
}
#info-box{
	top: 24px;
	left: 24px;
	height: 450px;
	width: 400px;
	overflow-y: scroll;
	padding: 12px;
	position: absolute;
	background: #fff;
	border: 1px solid;
}

@media screen {
	#barChart_img,
	#pieChart_img {
		display: none !important;
	}
	#barChart,
	#pieChart {
		display: inherit !important;
	}
}

@media print {
	body{
		background-color: #fff;
	}
	table th{
		text-transform: uppercase;
	}
	h1, h2, h3, h4, h5, h6{
		text-transform: uppercase;
	}
	#barChart_img,
	#pieChart_img {
		display: inherit !important;
	}
	#barChart,
	#pieChart {
		display: none !important;
		height: 0 !important;
	}
}

.sidebar .nav-dropdown-items{
	margin-left: 24px !important;
}

.number-format input,
.decimal-format input{
	text-align: right;
}

@media screen {
  #printArea{
    border: 1px solid #333;
  }
}
@media print{
  #printArea{
    border: none;
  } 
}
a.dashboard:hover{
	text-decoration: none !important;
}

.app-name{
	text-transform: none;
	padding-top: 9px;
}

.img-login-logo{
	text-align: center;
	width: 75px;
	margin: 12px;
}

body.login{
	background-size: 100%;
}

@media (max-width: 720px) {
	body.login{
		background-size: auto 100%;
	}
}

.dataTables_length label{
	width: 100%;
}
.dataTables_length label .form-control{
	width: 70px !important;
	display: inline-table;
}
.dataTables_filter label{
	width: 100%;
}
.dataTables_filter label .form-control{
	width: 200px !important;
	display: inline-table;
}

.white-transparent{
	background-color: rgba(255,255,255,0.9);
	opacity: 0.9;
}

.form-separator {
    background: #e4e4e4;
    color: #000;
    padding: 12px;
    font-weight: bold;
    margin: 12px 0px;
}
input.currency {
    text-align: right;
    padding-right: 15px;
}

.tt-suggestion{
	background: #fff;
	padding: 12px 6px;
	z-index: 9;
	width: 100%;
}
.form-group label{
	line-height: 30px;
}

.datepicker{
	z-index: 2000 !important;
}

#printarea{
	background: #fff;
}
@media print {
	#printarea{
		background: #fff;
	}
}