::-webkit-scrollbar {
  width: .8em;
  height: .8em;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  /*background-image: linear-gradient(90deg, #a42e2e, #c73131, #a42e2e);*/
  background-color: #c73131;
  outline: 1px solid slategrey;
}

.buttons {
    color: #fff;
    background-color: #c73131 !important;
    border-color: #a42e2e !important;
	padding: 4px 12px !important;
}

.buttons  i:hover{
	background-color: #c73131;
	padding: 0;
	margin:0;
}

.btn-link , .btn-link:hover{
	color: #b73333 !important;
}

.help-block {
	color: #e43232 !important;
	font-size: 90% !important;
	font-style:italic;
}

.has-error .control-label, .has-error .form-control {
	color: #e43232 !important;
}

.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #cf0003 !important;
}

.panel-body {
    background-color: #f5f5f5 !important;
}

.selectednav {
	background-color: #cf0003 !important;
}

.selectednav>a {
	color: #fff !important;
}

#infotables, #edittable {
  border-collapse: collapse;
  width: 100%;
}

#infotables td, #infotables th, #edittable td, #edittable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#edittable th {background-color: #f2f2f2;}

#infotables tr:nth-child(even){background-color: #f2f2f2;}

#infotables tr:hover {background-color: #ddd;}

#infotables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #cf0003;
  color: white;
}

#infotables a {
	font-size: 12px;
}

#infotables ul {
	padding: 2px;
}

#infotables ul>li {
	padding: 2px 5px;
}

select {
	border: 1px solid #ccc; 
    border-radius: 4px;
}

select.filter {
	padding: 6px;
	width:100%;
}

#infotables li:hover {
	background-color:whitesmoke;
}

.pagination {
	float: right;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #cf0003 !important;
    border-color: #cf0003 !important;
}

.form-horizontal input.datepicker {
	width: 100%;
    padding: 5px 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.form-horizontal button.downsubmit {
	margin-top: 20px;
}

.reps label {
	margin-left:5px;
	margin-bottom: 0;
	font-weight:normal;
	font-size:87%;
}
.pagination>li>a, .pagination>li>span {
    color: #cf0003;
}

.fixed_headers th {
	position: sticky;
	top: 0;
}

.btn-secondary , .btn-secondary :hover{
	padding: 3px 12px !important;
	background-color: #6d6d6d;
	border-color: #333232;
	color:#fff !important;
}

.noprintstyles {
	height:300px;
	background-color:white;
	overflow:auto;
}

.nostylespontop {
	margin:0 2px;
	padding: 20px 5px;
	overflow:auto;
}

.justprintme {
	display: none;
}

@media print {
	.no-printme  {
		display: none;
	}
	
	.justprintme, .printme  {
		display: block;
	}
	
	.noprintstyles {
		border: none;
		height: auto;
	}
	
	.nostylesontop {
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.panel-default {
		border-color:#fff;
	}
}


/* customization for datepicker */
.ui-widget-header {
    border: 1px solid #c73131;
    background: #c73131;
    color: #f7f5f5;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #222223;
    background: #777676;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #cf0003;
    background: #cf0003;
    color: #e4e4d7;
    font-weight: normal;
}

p.subtitle {
	padding: 5px;
    text-align: center;
    background-color: #636161;
    color: white;
    border-radius: 4px 4px 0 0;
}

div.sectionBordered {
	border: 1px solid #f1eded;
    border-radius: 5px;
}

.sectionBordered div.rowsub {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.rowsub div.col-md-2 {
	border-right: 1px solid #ccc;
}
/*********************************/

.form-group div:not(.row){
	margin-top:10px;
}

.withrowspan {
	font-size:110%;
	vertical-align:top !important;
}

.smallfonts {
	font-size:85% !important;
	margin-top:7px;
}

.modal-header, .modal-footer{
	background-color: #cf0003;
	color: white;
}

.modal-header {
	border-radius: 5px 5px 0 0;
    height: 40px;
}

.modal-footer {
	border-radius: 0 0 5px 5px;
    height: 40px;
	padding:5px;
}

.modal-footer button {
	font-size: 13px;
	line-height: 1.2;
}

.modal-title {
	line-height: 1 !important;
}

.modal-body {
	text-align:center;
}

#infotablesprint {
  border-collapse: collapse;
  width: 100%;
}

#infotablesprint td, #infotablesprint th {
  border: 1px solid #ddd;
  padding: 4px;
}

#infotablesprint tr:nth-child(even){background-color: #f2f2f2;}

#infotablesprint tr:hover {background-color: #ddd;}

#infotablesprint th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #cf0003;
  color: white;
}

#infotablesprint a {
	font-size: 12px;
}

#infotablesprint ul {
	padding: 2px;
}

#infotablesprint ul>li {
	padding: 2px 5px;
}

.nav-stacked {
	border: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}

.nav-stacked >li:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
	margin: 10px;
}

.nav-stacked >li:last-child {
	margin-left: 10px;
}

.nav-stacked >li>a {
	color: #777;
}

.nav-stacked >li>a:hover {
	color: #777;
}

.correctContent {
	padding: 20px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

#missingfields {
	text-align: center;
}

.menuDropdown {
	margin-top: 15px;
	margin-bottom: 15px;
}