.top-buffer {
	margin-top:20px;
}

IMG { 
    margin: 0px; 
    border: 0px;
}

img.grayscale { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); 
}

HR { color: #666666; }

SELECT {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 5px;
}

.supportWarning {
    margin: 1px;
    border: 2px solid #bb0000;
    padding: 5px;
    color: #bb0000;
}

.progress-bar-message {
    color: gray;
    margin-right: 5px;
}
.progressBar TD {
    width: 8px;
    height: 16px;
}
.progressCell {
    background-color: #999;
}

.submit:hover {
  border-color: #fca #930 #930 #fca;
  color: #930;
  background-color: #fff8df;
}
.submitText {
  border-color: #039;
  padding: 0px;
}

#FrameTime {
  width: 9em;
  text-align: center;
  cursor: pointer;
}

#PresetName {
  width: 6em;
}
.login {
	padding: 15px;
}

TABLE.OrderDetail TD.right {
    padding-left: 2em;
}
TABLE.OrderDetail TD {
    white-space: nowrap;
}
TABLE.orderTree TD.price {
    padding-left: 0.8em;
    text-align: right;
}

.reportDay {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}	  

.contentDiv {
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.storeSelector {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

#storeSelector {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11pt;
    display: none;
}

.select2-selection.store-chooser,
.select2-selection.store-chooser .select2-selection__arrow {
	margin-top: 0px;
}

.storeSelector .select2.select2-container {
	min-width: 170px;
}

.select2-selection.storeset-chooser,
.select2-selection.storeset-chooser .select2-selection__arrow {
	margin-top: 0px;
}

.storeset-chooser-container .select2.select2-container {
	min-width: 170px;
}

#hideFull {
    font-family: sans-serif;
    font-size: 9pt;
    width: 100%;
    text-align: right;
}
#toggleReviewSmall {
    text-decoration: none;
}

.logo-col {
	padding-right: 15px;
}

.camImage {
    cursor: pointer;
    text-decoration: none;
}

.inline {
    display: inline;
}

.HtmlReport TD {
   vertical-align: top;
}

.HtmlReport IMG {
   vertical-align: middle;
}

.HtmlReportHeader {
   background-color: #F5F5F5; 
   border: 1px solid #D3D3D3
}

.report-table > thead > tr:first-child > th.sticky-report-header {
    background: white !important;
    position: sticky !important;
    top: 0 !important;
    border-bottom: 1px solid lightgray !important;
    vertical-align: middle;
}

.report-table > thead > tr:first-child > th.sticky-report-header-legacy {
    background: white !important;
    position: sticky !important;
    top: 0 !important;
    border-bottom: 1px solid lightgray !important;
}

.report-table > thead > tr > th.sticky-report-header {
    background: white !important;
    position: sticky !important;
    border-bottom: 1px solid lightgray !important;
    vertical-align: middle;
}

.report-table > thead > tr > th.sticky-report-header-legacy {
    background: white !important;
    position: sticky !important;
    border-bottom: 1px solid lightgray !important;
}

.last-update {
	margin-left: 10px;
	padding: 2px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC !important;
}

.errorMsg {
    font-style: italic;
    color: #a00;
}

.warnMsg {
    font-style: italic;
    color: #E65C00;
}

.infoMsg {
    font-style: italic;
    color: #005CE6;
}

.successMsg {
    font-style: italic;
    color: #080;
}

DIV.storeSetSecurity {
    margin: 1px;
    border: 2px solid #6666ff;
    padding: 2px;
    margin-bottom: 15px;
}

.createNewUser {
   text-decoration: none;
   font: 11pt sans-serif;
}

/* Forgot password*/
.remind-password-toggle {
    font-size: 10pt;
    text-decoration: underline;
    cursor: pointer;
}

.sign-in-with-another-account {
    font-size: 10pt;
    text-decoration: underline;
    cursor: pointer;
}

.remind-password-toggle-container {
	text-align:left; 
	margin:10px 3px 0;
}

.sign-in-with-another-account-container {
    text-align: left;
    margin: 10px 3px 0;
}

#map-canvas {
    margin: 1em;
}

#mapLegend{
    margin-top: 10px;
    border: 10px solid white;
    text-align: center;
}

#mapLegendTH{
    border: 10px solid white;
    text-align: center;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.HTMLChartWarning {
    color: black;
    padding: 2px;
    margin: auto 5px auto 5px;
    text-align: center;
    background-color: white;
    font-style: italic;
}

.HTMLChartWarningHeader {
    color: black;
    padding: 2px;
    margin: auto 5px auto 5px;
    text-align: center;
    background-color: white;
    font-family: Arial;
    font-size: 12;
    font-weight: bold;
}

.HTMLChartError {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin: auto 5px auto 5px;
}

.two-fa-providers {
	width: 100% !important;
	margin-top: 10px !important;
}

.two-fa-selectpicker {
	width: 39% !important;
	margin-right: 1% !important;
	background: #DDDDDD !important;
	color: #333333 !important;
}

.two-fa-resend-btn {
	width: 60% !important;
}

.two-fa-send-via-email-btn {
	margin-top: 10px !important;
}

.two-fa-form-group {
	width: 100% !important;
}

.two-fa-selectpicker2 {
	width: 40% !important;
}

.two-fa-mobile-input {
	width: 60% !important;
}

.two-fa-mobile-input-full {
	width: 100% !important;
}

.two-fa-another-account {
	color: #333 !important;
	margin-top: 10px !important;
}

.two-fa-siq-panel {
	margin-top: 25px;
}

.two-fa-siq-panel-header {
	margin-top: 25px;
}

.two-fa-siq-panel-body {
	padding-top: 20px;
	padding-bottom: 30px;
}

.two-fa-siq-panel-body-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.two-fa-siq-panel-footer {
	margin-bottom: 20px;
}

.two-fa-siq-verification-link {
	margin-top: 20px;
}

.two-fa-siq-resend-button {
	margin-bottom: 20px;
}

.siqPromoQrCodeSection {
	margin-top: 25px;
}

.siqPromoQrCode {
	margin-top: 4px;
	text-align: center;
}

.siqPromoButtonContainer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.siqPromoButton {
	white-space: normal;
}

.addToSiqSection {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.addToSiqButton {
	white-space: normal;
}

.siqBadge {
	width: 100%;
	height: auto;
}