.top-bar {
	width: 100%;
	height: 15px;
	background-color: rgb(244, 156, 0);
	margin-bottom: 20px;
}

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

td.vert > span.label-danger:hover {
	cursor: pointer;
}

td.vert .slider {
	margin-top: 15px;
}

#fixRightCol th {
	background: none !important;
}

#fixRightCol td {
	background: #f5f5f5 !important;
}

#fixRightCol .tableBackground {
	background: #f5f5f5 !important;
}

.logo {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
}
.header2 {display: inline-block;}

.post-checkbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.post-checkbox input {
	margin-right: 5px;
}
.post-checkbox label {
	min-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

#isChrome {
	display: none;
}

.invalid-feedback {
	font-size: 80%;
	margin-top: 0.25rem;
	color: #dc3545;
	display: none;
}

input.not-valid {
	border: 1px solid #dc3545;
}

input.not-valid + .invalid-feedback {
	display: inline-block;
}

.hidden {
	display: none;
}

.well.show {
	display: block;
}

@media (max-width: 768px) {

	.logo {
		margin-left: 0px;
	}

}


/*
@media (min-width: 925px) and (max-width: 1200px) {
	    .header_mobile {
			display: none!important;
		}
		.nav-default {
			display:block !important;
		}

}
@media (max-width: 925px) {
		.nav-default {display:none !important;}
		.navbar-collapse {display: block !important;}

}
*/

@media (max-width: 1012px) {
	.nav>li>a { padding:10px 5px !important;}
} 


/* Navigation */
.active a {font-weight:bold;}
.menufix {padding-left:0px !important;}




.rm-plr {padding-left:0px !important; padding-right:0px !important;}


/* Panel colors */

.blue {background-color: rgba(184, 228, 250, 0.5);}
.yellow {background-color: #FDF2B0;}
.mediumaquamarine {background-color: rgba(107, 204, 168, 0.5);}
.golden {background-color: rgba(238, 232, 170, 0.5);}

/* Panel title overrides */
.panel-title { font-size: 18px; font-weight: bold; }
.panel-heading { background-color: #c1c1c1 !important; }

/* Margins & Paddings */

.mb20 {margin-bottom: 20px;}
.mt25 {margin-top:25px;}
.mt10 {margin-top: 10px;}
.mt0 {margin-top: 0;}
.pt20 {padding-top:20px;}
.pl15 {padding-left:15px;}
/*overrides*/
.pt0 {padding-top:0px !important;}
.mb0 {margin-bottom:0px !important;}
.ptb5 {padding: 5px 15px 5px 15px !important;}

/*Messenger*/
.pull-left>img {
	margin: 10px 10px auto auto;
	width: 40px;
	height: 40px;
}

th.fix.sorting {
	    width: 20px!important;
	}

h1 .warning {
	background-color:#fcf8e3;
	display:none;
}

.month_year_datepicker .ui-datepicker-calendar {
  display: none;
}

.ui-datepicker .ui-datepicker-title select {
  color: #555;
}

[v-cloak] {
  display: none;
}
