.modal { 
	overflow: auto !important; 
}


.modal-xl {
	width: 90%;
	max-width: 1200px;
}

.modal-header {
	cursor: move;
}

.form-group.has-error input {
    border-color: #dd4b39;
    box-shadow: none;
}

span[id$="-error"], input[id$="-error"] {
	color: #dd4b39 !important;
}

.nowrap {
	white-space: nowrap;
}
.text-white { color: #fff; }

.input-group select.form-control {
    margin-left: -4px;
    width: calc(100% + 4px);
}

.input-group .input-group-addon {
    z-index: 5;
    position: relative;
}

.blinking, .text-blinking {
	-webkit-animation-name: blinkingText;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

@keyframes blinkingText{
  from {opacity: 1;}
  to {opacity: 0.5;}
}

.navbar-no-radius {
	border-radius: 0px !important;
}

.bold, .strong, .text-bold {
	font-weight: bold;
}



.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}
.width-100 {
	width: 100%;
}

.display-none {
	display:none;
}

div.errormessage.pre-scrollable {
	background-color:#fff !important;
	max-height: 30vh;
	margin-top: 1vh;
	border: 1px dotted gray;
}

div.errormessage.pre-scrollable pre {
	background-color:#fff !important;
	padding: 30px 1vw;
	height:100%
	border: 0px dotted gray;
}

.label-quality { font-size: 14px; }

.textarea-wide {width: 30vw !important;}
.datepicker-dropdown {
		z-index: 9999 !important;
}
.bootstrap-timepicker-widget.dropdown-menu, .datepicker-dropdown, .dropdown-menu
 {
	-moz-box-shadow: 0 0 3px green;
	-webkit-box-shadow: 0 0 3px green;
	box-shadow: 0 0 3px green;
}


.navbar-actionmenu {
	float:right;
}
.navbar-actionmenu > li {
  
  background-color: #5cb85c;

}

.navbar-actionmenu > li.btn-action-primary {
	background-color: #5bc0de;
}
.navbar-actionmenu > li.btn-action-warning {
	background-color: #f0ad4e;
}

.navbar-actionmenu > li:hover{
	color: hsl(240, 100%, 70%);
}
/*
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
*/
.fbcalendar {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

.fbcalendar th.thhr {

}

.fbcalendar thead tr {
	margin:0;
	padding:0;
	text-align:left;
}
.fbcalendar tbody tr {
	margin:0;
	padding:0;
}

.fbcalendar .Tminblocks {
	border:1px solid lightgray;
	height: .8em;
}

.fbcalendar tbody tr:nth-child(odd){
  background-color: #f8f8f8;
}
.fbcalendar tbody tr:hover {
	background-color: #f7f6eb;
}

.fbcalendar .colh_date {width: 10px; padding-right: 4px; font-weight:bold;}
.fbcalendar .Tminblocks.BUSY { background-color: #db4c3f !important; }
.fbcalendar .Tminblocks.TENTATIVE { background-color: darkgray !important; }

.dateranger-picker .title, .dateranger-picker .to {
	border-left: 1px solid #d2d6de;
	background-color: #eee;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.box .box-heading {
	border-bottom: 1px solid #dbdbdb;
  padding-bottom: 6px;
  margin: 0px;
  margin-bottom: 6px;
}

.panel-heading a:hover { color: #fff; }

.panel-group .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: white;
}

.panel-group .panel-heading a.collapsed:after {
    content:"\e080";
}

.panel-heading h4 {
    margin: 0px;
}
/** DATATABLES **/

div.dataTables_wrapper div.dataTables_processing {
	z-index: 1;
}

.dataTables-btn-padding-r-10 {
	
	margin-right: 10px;
	
}

.dataTables_wrapper .btn-group {
	margin-bottom:10px;
}

.dataTables_wrapper .btn-group .btn-success , .dataTables_wrapper .btn-group .btn-warning {
	color:#fff;
}

/* For Icon Boxes */
.small-box .inner h3 {
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.small-box .inner > p {
	position: relative;
	z-index: 1;
	color: #fff !important;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#TBLreminders tbody td:nth-child(3) {
	white-space: nowrap;
}



.index-content a:hover{
    color:black;
    text-decoration:none;
}
.index-content{
    margin-bottom:20px;
    padding:50px 0px;
    
}
.index-content .row{
    margin-top:20px;
}
.index-content a{
    color: black;
}
.index-content .card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
		    margin-bottom: 25px;
}
.index-content .card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.index-content .card img{
    width:100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.index-content .card h4{
    margin:20px;
}
.index-content .card p{
    margin:20px;
    opacity: 0.65;
}
.index-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
}
.index-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B;
}
@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}

.pagination-state li a:hover {
	font-size: 1.8em !important;
}

.pagination-state li.active a {
	color: black !important;
	font-size: 1.8em !important;
}
.pagination-state li.active a:hover {
	color: black;
}
.county-box {
	border: 1px solid gray;
	padding:15px;
	margin-bottom:10px;
}

.county-box:hover {

	background-color: #edf0fe;
	
}
.active .state-has-rate {
	background-color: unset;
}

.state-has-rate {
	background-color: #dff0d8 !important;
	border: 1px solid darkgreen;
}


.county-box .has-rate { 
	background-color: #dff0d8;
	border: 1px solid darkgreen;
}

#DIVpassword-strength .progress {
	border-radius: 5px;
	border: 1px solid lightgray;
}



#DIVformcontrols.is_stuck {
	border-bottom: 3px solid #616161;
	background-color: rgba(178,182,182, .9);
	border-radius: 0px;
	z-index:9;
  
  -webkit-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
  
}

/*END Form Wizard*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard.bs-void .progress-bar { background: red !important; }
.bs-wizard.bs-void .bs-wizard-dot { background: red !important; }
.bs-wizard.bs-void > .bs-wizard-step > .progress { background-color: #eccdcd !important;}

.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 16px; height: 16px; display: block; background: #09B4AC; top: 45px; left: 50%; margin-top: -7px; margin-left: -8px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color: #e5e5e5; overflow: hidden;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #09B4AC;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e5e5e5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


.bs-wizard-void {
	position: absolute;
  width: 100%;
	text-align: center;
	top: 25%;
	font-size: 2em;
	background: #ff00006e;
	font-weight: bold;
	color: #251111;
}

/*END Form Wizard*/


.dataTables_scrollBody {
	padding-bottom:20px;
}

.order-product-selector {
	margin-bottom:20px;
	border: 1px solid lightgray;
}

.order-product-selector div.tab-content {
	padding:15px;
}

.order-product-selector ul.nav li {
	border-bottom: 1px solid lightgray;
	background-color: #3a85bf40;
	font-weight: bold;
}

table.table-infogrid {
	
}

table.table-infogrid tr td:first-child{
	font-weight: bold;
	width: 100px;
}
table.table-infogrid tr td:nth-child(2) {

	text-align: left;
}

.table-user-information td:first-child { 
	font-weight: bold;
}

.table-hover tr:hover td {
	background-color: #f1f9e3;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.notes-list .note-item {
	background-color: #cccccc38;
	border: 1px solid #cccccc38;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.notes-list .note-item .box-body {
	border-top: 1px solid #ccc9c9;
}
.notes-list .note-item:hover {
	background-color: #f5f2884f;
	border: 1px solid #e0dfce;

}


.notes-list .note-item-history-internal {
	
	background-color: #e80cd740;
}

.notes-list .note-item-history-internal:hover {
	
	background-color: #e80cd75c;
	border: 1px solid purple;
}

.notes-list .note-item-vendor-manager {
	
	background-color: #0ee2783d;
}

.notes-list .note-item-vendor-manager:hover {
	
	background-color: #48ad0940;
	border: 1px solid green;
}

.notes-list .note-item-admin-internal {
	background-color: #ff000021;
}

.notes-list .note-item-admin-internal:hover {
	background-color: #ff000030;
	border: 1px solid red;
}
/* Jquery Datatables Button Fix */
.dataTables_wrapper .btn-group {
	display: block !important;
float: left;
    bottom: 0px;    margin-bottom: 0px;
}



table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
	background-color: #222d32 !important;	
	color: #B6C6CD !important;	
	transition: background-color 0.5s ease-in-out;
}

.dashboard-col-notemsg {
	
	width: 625px !important;
	
}
.dashboard-col-taskmsg {
	
	width: 50vw !important;
	
}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248,249,250);
    border-color: rgb(248,249,250);
    box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52,58,64);
    border-color: rgb(52,58,64);
    box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
    box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}


/*Pref Panel*/
.vendor-prefpan-legend {
    border: 1px solid #b7b7b7;
    color: #626262;
    font-weight: normal;
    font-size: .9em;
}

.vendor-prefpan-b2b {
	background-color: #e0f5e0 !important;
}

.vendor-prefpan-ed123 {
	background-color: #ccdee9 !important;
}

.vendor-prefpan-def {

}

/*Pref Panel*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

	.table-responsive-lg { overflow-x: auto; }
	.table-responsive-lg table { white-space: nowrap }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.table-responsive-md { overflow-x: auto; }
	.table-responsive-md table { white-space: nowrap }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	.table-responsive-sm { overflow-x: auto; }
	.table-responsive-sm table { white-space: nowrap }
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.table-responsive-xs { overflow-x: auto; }
	.table-responsive-xs table { white-space: nowrap }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.table-responsive-xs { overflow-x: auto; }
	.table-responsive-xs table { white-space: nowrap }


}

/* MULTI COLUMN BOOTSTRAP DROPDOWNS */
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;

}
.multi-column-dropdown {
	list-style: none;
	padding:0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

