::-webkit-scrollbar {
	width: 5px;
}
 
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); 
	border-radius: 2px;
}
 
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5); 
}
#overlay {
	display:block;
	position	: fixed; 
	top			: 0;
	left		: 0;
	width		: 100%;
	height		: 300%;
	background	: #000;
	opacity		: 0.5;
	filter		: alpha(opacity=50);
	margin-left	: auto;
}
#loading{
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 9999;
	opacity: 0.7;	
}
#loading .icon-loading{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: fa-spin 1s infinite linear;
	animation: fa-spin 1s infinite linear;
	z-index: 9999;
}
#loading .text-loading{
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 60px 0 0 -50px;
	z-index: 9999;
}
.table th,.table td {
	text-align: center;
}
.table th.left,.table td.left {
	text-align: left;
}
.table th.right,.table td.right {
	text-align: right;
}
em{
	color: red;
}
.form-group label{
	opacity:1;
}
.btn-full{
	width:100%;
}
.fa-sort{
	opacity:0.5;
}
.sorting{
	opacity:1;
}
.modal-body{
	overflow:auto;
}
span.twitter-typeahead{
	min-width	: 100%;
	max-width	: 100%;
	width		: 100%;
}
input.typeahead{
	min-width	: 100%;
	max-width	: 100%;
	width		: 100%;
}
input.tt-input{
	min-width	: 100%;
	max-width	: 100%;
	width		: 100%;
}
.tt-menu {
	min-width	: 100%;
	max-width	: 100%;
	width		: 100%;
	margin		: 0px;
	padding		: 0px;
	border		: 1px solid #ccc;
	border		: 1px solid rgba(0, 0, 0, 0.2);
	background-color		: #fff;
	-webkit-box-shadow		: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow			: 0 5px 10px rgba(0,0,0,.2);
	box-shadow				: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding		: 3px 20px;
  font-size		: 14px;
  line-height	: 24px;
}

.tt-suggestion:hover {
  cursor	: pointer;
  color		: #fff;
  background-color: #0097cf;
}

.btn-sm.disabled,
.btn-sm[disabled],
fieldset[disabled] .btn-sm {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e5e6e6;
  color: #999;
}
.btn{
	padding:6px 12px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{
	text-align:left;
}
table tr td{
	font-size:12px;
}
.dt-print-view h1{
	display:none;
}
.dt-buttons{
	float:right;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
	float:left;
}
@media (max-width: 767px) {
	.dt-buttons{
		float:none;
	}
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
		float:none;
	}
}
.modal-title{
	font-size: 18px;
	line-height: 26px;
}
.panel .panel-heading .pull-right a{
    margin:-5px;
    padding:6px 12px;
    color: #fff !important;
}
.panel .panel-heading .pull-right i{
    color: #fff;
}
.panel .panel-heading .pull-right a.full-screen i{
    color: #000;
}