/*
	FORM-CONTROL OVERRIDE
*/
label {color: #666; font-weight: normal; letter-spacing: 1px;}
.form-control {background: #FFF; border-radius: 0; box-shadow: none; color: #a5abc5;}
.form-group.has-error .form-control {background: #e4c0c1;}
.input-group-addon {background: #7f86a5; color: #FFF; font-weight: bold;}
.form-group .panel {border: none; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0}
select[disabled] {color: #999;}
.form-group {margin-bottom: 15px;}
.form-group .panel-footer {background: none; display: none; border:none;}
.form-group.has-error .panel-danger > .panel-footer {color: #b94a48; background-color: #f2dede; display: block; border-color: #eed3d7;}
.form-group .panel-body {padding: 0; background: none;}
.form-inline .form-group {margin-right: 4px; margin-bottom:10px;}
.form-inline .form-group:last-child {margin-right: 0px;}
.content-header .section-header h1 {margin-left:0;}
.section-header form {padding-top:18px;}
.qtCount {font-size:28px; border-radius:999px; font-weight:normal;}
.form-inline .has-feedback .form-control-feedback {color:#b94a48; font-size: 10px;}
/* .has-feedback .form-control-feedback {top:0;} */
.form-inline .form-group.has-feedback.width-auto, .form-inline .form-control, .form-inline .form-group.width-auto {width:100%;}
.form-inline .width-10 {width:10%;}
.form-inline .width-15 {width:15%;}
.form-inline .width-20 {width:20%;}
.form-inline .width-30 {width:30%;}
.form-inline .width-35 {width:35%;}
.form-inline .width-40 {width:40%;}
.form-inline .width-45 {width:45%;}
/*
	PANEL OVERRIDES
*/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  /*border: 1px solid transparent;*/
  /*border-radius: 4px;*/
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
          /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}


/*
	NAV BAR OVERRIDES
*/
.content-header.admin-primary {padding-bottom: 14px; padding-top:0; margin-top:0;}
.admin-primary h3 {font-weight:200;}
.navbar .container-wrapper {padding-left: 0;}
#PSApp .navbar {margin-bottom:0; border: none; border-radius: 0; left:250px; }
#PSApp .navbar-nav > li > a {padding:21px 10px;}
#PSApp .navbar-nav a.success {background-color:#73c940; color:#FFF;}
/*#PSApp .navbar-default .navbar-nav > li > a {color:#FFF;}*/
.nav.navbar-nav .active:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(205, 194, 6, 0); border-top-color: #cdc206; border-width: 10px; margin-left: -10px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background: none;
  background-color: none;
  color: none;
}

#quote-nav.navbar, .navbar.qc-navbar {border-radius: 0; -moz-border-radius: :0; -webkit-border-radius: 0; margin: 0; top:0; border: none;}

.alert-message {margin: 40px 0;}
.navbar-fixed-top .content-header.section-header { padding-top: 0px; padding-bottom: 14px; background: #e9e9e9;}

/*
	SIDENAV/SIDEBAR OVERRIDES
*/
#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 70px 0 0;
  overflow-x:hidden;
}

.sidebar-nav li {
  line-height: 44px;
  text-indent: 10px;
}

.sidebar-nav li .icon, .panel-heading .icon {
  font-size: 32px;
  vertical-align: middle;
  margin-bottom: .32em;
}

/*background: none repeat scroll 0% 0% rgb(255, 255, 255); border-color: rgb(204, 0, 0); border-radius: 40px;  border-width: 1px; color: rgb(204, 202, 0); line-height: 0; margin-bottom: 0px; padding: 0px;*/

.sidebar-nav li a {
  font-weight: normal;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  /*border-radius: 4px;*/
  text-decoration: none;
}

.sidebar-nav li a.active,
.sidebar-nav li a:focus {
  text-decoration: none;
  /*border-radius: 4px;*/
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.sidebar-nav li a .glyphicon-chevron-left {color:#CCCA00; margin-right:0; padding-right:0;}
.sidebar-nav li a.active .glyphicon-chevron-left {color:#F6F6F6; font-size:24px; margin-right:-27px; padding-right:0;}


/*
	CONTENT WRAPPER OVERRIDES
*/
#page-content-wrapper {
  width: 100%;
}

.content-header {
  padding-top: 55px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

.page-content.quote-content .form-group{
	margin-left: 8px;
	margin-right: 15px;
}

.quote-content .alert {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 20px;
}

.container-wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

.container-nomargin {
	width: 100%;
	padding: 0 15px;
}

@media (max-width:767px) {

	#PSApp .navbar {left:0;}
	.container-wrapper {
	  padding-left: 0;
	}

	#sidebar-wrapper {
	  left: 0;
	}

	.container-wrapper.active {
	  position: relative;
	  left: 250px;
	}

	.container-wrapper.active #sidebar-wrapper {
	  left: 250px;
	  width: 250px;
	  transition: all 0.4s ease 0s;
	}

	#menu-toggle {
	  display: inline-block;
	}

	.inset {
	  padding: 15px;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.form-inline .width-auto, .form-inline .width-15, .form-inline .width-20, .form-inline .width-30, .form-inline .width-40,
	.form-inline .form-control {width:100%;}
	.btn-toolbar.pull-right .btn-group .nav-label {display: none;}
/* 	#section-title {width:160px; position: absolute; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} */

}

.quote-content {margin-top:100px; padding-top:40px;}
.row.section-header .btn-toolbar .btn-group{
	margin-top:18px;
}


.no-margin-top {margin-top: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-bottom {padding-bottom: 0;}

.spinner {
  margin: 100px auto;
  width: 150px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.indent {text-indent: 15px;}
.navbar-brand {float:none; background-color:#FFF; padding:0;}
/*.navbar-brand { width:350px; padding:6px 15px;}*/
.navbar-brand img {margin-left:0; vertical-align:none;}
.logo {background-color:#FFF; padding-top:16px; padding-bottom:16px; border-bottom:1px solid #e7e7e7; z-index:999;}
.col-sm-6 .btn-toolbar {float: right;}
.mandatory {font-size:12px; margin-top:-6px; margin-left:24px; position:absolute;}

@media only screen and (max-width : 768px) {
	.col-sm-6 .btn-toolbar {float: none;}
	.navbar-header.secondary.qc-navbar h3 {color:#fff; margin-top:14px; font-size: 18px;}
	.navbar-toggle {background-color:none; color: #FFF;}
	.mandatory {font-size:12px; margin-top:-5px; margin-left:12px; position:absolute;}
	#nWQt1 {border-radius: 3px; font-size: 12px; line-height: 1.5;  padding: 5px 10px;}
}

/*.btn {border:none; border-bottom: 2px solid rgba(0, 0, 0, .125); border-radius:0;}*/
.table-hover {cursor: pointer;}

.table-striped > tbody > tr:hover {
  cursor: pointer;
}

.table-striped > tbody > tr:hover,
.table-striped > tbody > tr:hover > th {
	border:1px solid #66AFE9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}

.table-striped > tbody > tr.del {background: #FFEAEA; }
.table-striped > tbody > tr.del:nth-child(2n+1) > td {
    background-color: #FFEAEA;
}

.table-striped > tbody > tr.del {
  border-top:1px solid #FF6666;
  border-bottom:1px solid #FF6666;
}

.table-striped > tbody > tr.del,
.table-striped > tbody > tr.del > th {
/* 	border:1px solid #FF6666;  */
	border-left:none;
	border-right:none;
}

.table-striped > tbody > tr.del:hover,
.table-striped > tbody > tr.del:hover > th {
	border:1px solid #FF6666;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 102, 102, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 102, 102, .6);

}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border-top:none;}

.accordion-toggle {cursor: pointer;}
.accordion-toggle.collapsed td .glyphicon-chevron-right {display: inline-block;}
.accordion-toggle.collapsed td .glyphicon-chevron-down {display: none;}

.accordion-toggle td .glyphicon-chevron-right {display: none;}
.accordion-toggle td .glyphicon-chevron-down {display: inline-block;}

.loginHolder {width: 512px;
	height: 512px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loginHolder .loginContainer2 {border:1px solid #dee2e5; padding:20px; margin-top:4px;}
.loginContainer2 h1 {padding-top:0; margin-top:0; font-size: 48px; font-weight: normal; color:#999; font-family: 'Segoe UI', 'Helvetica', 'Arial';}
.full-width-btn {border-radius: 0; left:0; width:100%; font-size: 28px;}

.alert-message {margin-bottom:0; border: none;}
.alert h4 {line-height: 0.4; padding-top: 8px;}
.dropdown-toggle.selectpicker.btn {border-radius: 0; border:1px solid #D3D9E7; background-color: #FFF;}
.dropdown-toggle.selectpicker.disabled.btn {background-color: #EEEEEE;cursor: not-allowed;opacity: 1;}
.dropdown .dropdown-menu {color:#666; padding:10px;}
.list-group-item-warning.list-group-item {border:none;}
.text-uppercase {text-transform: uppercase;}

.list-group img.pdf-icon {width:40%; padding:10px 0; max-width: 100px;}


.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 50px;
  margin-bottom: 12px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart p {font-size: 11px; color: #666;}
.percent {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 50px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
}
.stat-col {margin: 0 auto; text-align: center;}
.panel-default > .panel-heading.panel-white {background-color: #fff;}
#quote-nav li a:hover, #quote-nav li a:visited {color:#FFF; cursor:default;}
.labelQP {font-size:65%; font-weight:normal; border-radius:60px; color:#333; text-align:center; padding:4px 14px;}
.labelQP.label-default {background:none; border:2px solid #ccc;}
.stats h3 {margin-top:15px; margin-bottom:16px; font-weight:normal;}
.panel {border:none; border-radius:0;box-shadow:none;}
#footer {position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #636463;}

body > .quote-content {
padding: 60px 0 0;
margin-bottom:100px;
}

/* drop down override */
/*.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}*/

.navbar .navbar-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.navbar-right:before {right: 12px; left: auto;} .navbar .navbar-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.navbar-right:after {right: 13px; left: auto;}

a {
  outline: 0;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

.dateDropDown .input-group-addon {background: none; color: inherit; font-weight: normal; border:none; border-radius:0 padding:inherit; text-align:left;}

/*.input-group-addon, .input-group-btn*/

.panel-footer.panel-card .col-sm-6 {
  padding:0;
}

.panel.panel-card {
  color:#FFF !important;
  text-decoration:none;
  cursor:pointer;
}

.panel.panel-card:hover {
  color:#666 !important;
  text-decoration:none;
  cursor:pointer;
}

.panel.panel-card .panel-body {
  background:#E0E0E0 !important;
}

.no-results, .no-results p small {
  text-align:center;
  padding-top:10%;
  color:#BDBDBD;
}
