/* Bootstrap overrides */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: slategray;
	color: #fff;
	border: 0;
}

.nav-tabs>li>a {
	color: #333;
	text-decoration: none;
}

.rowC {
	margin: 0;
}

.page-header {
	margin-top: -10px;
	float: left;
	width: 100%;
	border: 0;
}

.page-header h3 {
	font-size: 20px;
	margin-bottom: 2px;
}

.btn-qs {
	background: slategray;
	color: #fff;
	margin: 0 5px;
}

.btn-qs:hover,
.btn-qs:focus,
.btn-qs:active
 {
	background: slategray;
	color: #fff;
	opacity: 0.9;
	border: 1px solid slategray;
	outline: none;
}

.btn-qs[disabled] {
	opacity: 0.6;
}

hr.separator {
	height: 0;
	width: 100%;
	clear: both;
	border: 0;
	margin: 3px;
}

hr.separator.white {
	border-top: 1px solid #fff;
}

hr.separator.gray,
hr.separator.grey  {
	border-top: 1px solid #eee;
}

.qs-modal .modal-header {
	background: slategray;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.qs-modal .modal-header h3 {
	font-size: 120%;
	display: inline-block;
	margin-top: 10px;
}

.modal-header.qs-ng-modal {
	color: #fff;
	background: slategray;
}

.qs-pageload {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.qs-pageload .qs-pageload-content {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 85%;
	font-weight: 200;
	text-align: center;
}

.qs-helper-icon {
	padding: 5px;
	float: right;
	/*margin-right: 5px;*/
	/*margin-top: 2px;*/
	color: #bbb;
	font-size: 13px;
}

.page-header-small {
	color: #777; 
	/*font-style: italic;*/
	font-size: 13px;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.hidden {
	display: none;
}

.font-xxxs {
	font-size: 80%;
}

.font-xxs {
	font-size: 85%;
}

.font-xs {
	font-size: 90%;
}

.center-padding {
	padding: 50px 0;
}

.font-sm {
	font-size: 100%;
}

.font-md {
	font-size: 120%;
}

.font-lg {
	font-size: 150%;
}

.font-xl {
	font-size: 180%;
}

.font-xxl {
	font-size: 200%;
}

.font-xxxl {
	font-size: 220%;
}

.bold-txt {
	font-weight: 700;
}

.normal-txt {
	font-weight: 400;
}

.light-txt {
	font-weight: 200;
}

.italic-txt {
	font-style: italic;
}

.center-txt {
	text-align: center;
}

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

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

.justify-txt {
	text-align: justify;
}

table.qs-table {
	border:0;
}

table.qs-table >thead > tr > th { 
    color: #344644;
    background: #fff;
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 15px 5px;
}

table.qs-table >tbody > tr > td {
	background: #fff !important;
	padding: 15px 5px;
	font-weight: 400;
	font-size: 13px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

table.qs-table >tfoot > tr > td {
	background: #fff !important;
	padding: 15px 5px;
	font-weight: 700;
	font-size: 13px;
	border: 0;
}

table.qs-table >thead > tr > th:first-child { 
    /* border-radius: 5px 0 0 0;*/
}

table.qs-table >thead > tr > th:last-child { 
     /*border-radius: 0 5px 0 0;*/
}

.panel.qs-panel {
	border: 1px solid slategray;
}

.panel.qs-panel .panel-heading {
	font-size: 95%;
	background: slategray;
	color: #fff;
	border-color: slategray;
}

.panel.qs-panel .panel-heading a.panel-title,
.panel.qs-panel .panel-heading a.panel-title:hover,
.panel.qs-panel .panel-heading a.panel-title:visited,
.panel.qs-panel .panel-heading a.panel-title:focus{
	color: #fff;
	font-size: 95%;
}

.panel.qs-panel .panel-body {
	font-size: 85%;
}

#qs-page-error {
	display: none;
}

.form-date {
	height: 25px;
	font-size: 90%;
	width: 150px;
}

.form-btn {
	margin-top: 22px;
	padding: 3px 20px;
}

.pad10 {
	padding: 10px 0;
}

@media (max-width: 420px){
   .phone-stack-down {
       width: 100%;
	   float: left;
    }
}

.qs-table thead tr th a.sortheader {
	color: #363636;
	text-decoration: none;
}
.top-padding {
	padding-top: 1%;
}
.search-box {
	height: 24px;
}

.viewbox-header {
	padding: 3px 6px;
	background: slategray;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	margin: 10px 0;
	/* float: left; */
	width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 24px;
}

.pad-left-0 {
	padding-left: 0;
}

.pad-right-0 {
	padding-right: 0;
}

.pad-top-0 {
	padding-top: 0;
}

.pad-bottom-0 {
	padding-bottom: 0;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-bottom-0 {
	padding-bottom: 10px;
}

/* Overriding JQuery UI CSS */
.files .progress {
	width: 100% !important;
	min-width: 50px;
}
/* End */

@media screen and (max-width: 768px) {
	.btn-sm.btn-qs {
		padding: 5px;
		font-size: 11px;
	}
	
	.btn-default {
		font-size: 11px;
	}
	
	.form-date {
		width: 100%;
	}
}

.commonHeight{
	height:118px;
}

.qs-alert {
	padding: 5px;
	font-size: 12px;
	position: fixed;
	bottom: 20px;
	left: 75px;
	z-index: 10000;
	border-radius: 0;
	padding: 20px 10px;
}

.qs-alert.alert-success {
	border: 1px solid #81C482;
}

.qs-alert.alert-danger {
	border: 1px solid #a94442;
}

.qs-select {
	height: 26px;
	border-radius: 3px;
	padding: 4px 6px;
	font-size: 12px;
	width: auto;
}

.qs-select.qs-select-100 {
	width: 100%;
}