html.bg-black{
	margin-top:0px !important;
}

.float-to-left{
	float:left;
}

.float-to-right{
	float:right;
}

.mr10{
	margin:10px;
}

.tab-content.float-to-left{
	width:100%;
}

.w100{
	width:100%;
}

.w45{
	width:45%;
}

.from-to-split{
	float:left;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
}

.text-to-right{
	text-align:right;
}

.text-center, th.text-center{
	text-align:center;
}

.valign-mid td{
	vertical-align:middle !important;
}

.text-to-left{
	text-align:left;
}

.required{
	color:#f56954;
}

.table-hover>tbody>tr.active>td{
	background:#FCE3E3;
}

.progress-bar span{
	display:inline-block;
	width:auto;
	color:#000;
}

.status-msg{
	color:#f56954;
}

.pagination{
	width:100%;
	text-align:center;
}

#ajax-content{
	left:50%;
	margin:0px;
	top:25px;
}

#ajax-content .modal-dialog{
	margin:0px;
}

#ajax-content iframe{
	border:none;
	overflow:hidden;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
}

#ajax-content .modal-body{
	position:relative;
	width:100%;
	height:100%;
}

#ajax-content.user-edit{
	margin-left:-500px;
}

#ajax-content.user-edit .modal-content{
	width:1000px;
	height:600px;
}

#ajax-content.user-edit .modal-body{
	height:550px;
}

.small-spacing-v th, .small-spacing-v td, .small-spacing-v th .checkbox, .small-spacing-v td .checkbox{
	padding-top:2px !important;
	padding-bottom:2px !important;
	margin-top:2px;
	margin-bottom:2px;
}

.ajax-loader{
	background:url('../img/ajax-loader.gif') no-repeat top left;
	width:48px;
	height:48px;
	position:fixed;
	z-index:10000;
}

#ajax-loader{
	display:none;
}

.content.no-overflow{
	overflow:initial !important;
}

tr.closed td{
	color:green;
}


.warn{
	color:red !important;
	font-weight:bold !important;
}

.note-holder{
	position:relative;
	width:18px;
	height:14px;
	float:right;
}

.note-holder .note-block, .note .note-block textarea{
	box-sizing:box-border;
	padding:15px;
}

.note-holder .note-block{
	position:absolute;
	width:300px;
	height:170px;
	position:absolute;
	background:#fff;
	border:1px solid #333;
	left:25px;
	top:-125px;
	text-align:center;
}

.note-holder .note-block textarea{
	width:100%;
	height:98px;
	float:left;
	text-align:left;
}

.note-holder .note-block  input{
	margin-top:6px;
}

.red-color, .red-color:hover{
	color:red !important;
	font-weight:bold !important;
}

.green{
	color:green;
}

#spinner-bg{
	width:100%;
	background:rgba(60, 141, 188, 0.5);
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:10000;
	display:none;
}

.info-text{
	width:100%;
	text-align:center;
	font-size:18px;
	color:#fff;
}

#spinner-bg .spinner{
	margin-bottom:25px;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.b{
	font-weight:bold !important;
}

.data-table th, .data-table a[data-class="user-edit"], .data-table .id-code{
	font-size:12px;
}

.data-table a[data-class="user-edit"], .row-sum{
	font-size:12px;
}

.fixed-height li{
	height:45px;
	float:left;
	font-size:12px;
}


.fixed-height li a{
	padding-left:5px !important;
	padding-right:5px !important;
}

.sum-row-entries.text-danger input[type='text']{
	font-weight: bold;
	color:red;
}