﻿/******* General styles *******/
html,
body {
    width: 100% !important;
    min-height: 100%;
    height: 100%;
}

body {
    margin: 0;
    color: #3b3b3b;
    font-family: 'Roboto', 'Trebuchet MS', Arial, Verdana;
    font-size: 18px;
    background-color: #14416B;
    -ms-background-attachment: fixed;
    -ms-background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden; /* contents within a body will need to have a scrollable table, as we dont want to see scrollbars due to footer overlapping form */
    overflow-y: hidden; /* IE SUPPORT */
    filter: alpha(opacity=100);
    -ms-opacity: 1;
    opacity: 1;
}

@media (max-height: 800px) {
    body {
        overflow: scroll;
    }
}

input,
textarea,
select,
label {
    font-size: 13px;
    padding: 3px;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.5em;
}

.noDisplay {
    display: none;
}

.hidden {
    visibility: hidden;
}
/*-------------------------------------------------------------------------------------- TABLES --------------------------------------------------------------------------------------*/
.table-td-wrapperScrollable {
    padding: 0 0 0 0;
}

.tableWrapper-scrollable {
    float: left;
    width: 100%;
    overflow: auto;
}

.table-scrollable {
    margin-bottom: 0;
    width: 100%;
}

.table-tr {
    height: 35px;
    text-align: left;
}
/*-------------------------------------------------------------------------------------- COMMON (TO MOBILE & PC) CONTROLS --------------------------------------------------------------------------------------*/
.section a:not(.jspArrow) {
    color: #01B8E2;
}

.section {
    margin-bottom: 20px;
    padding: 15px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.noPointer {
    cursor: default !important;
}
/*-------------------------------------------------------------------------------------- VIRTUAL KEYBOARD --------------------------------------------------------------------------------------*/
/* set background colour of keyboard area */
#keyboardInputMaster {
    border-color: #EEEEEE #888888 #444444 #CCCCCC !important;
}
/* set colours of buttons in keyboard area */
#keyboardInputMaster tbody tr td table tbody tr td {
    background-color: White !important;
    color: #444444 !important;
    max-width: 19px !important;
}

#keyboardInputMaster tbody tr td table tbody tr td.last {
    max-width: none !important;
}

#keyboardInputMaster .long-name {
    max-width: none !important;
}

/* set colours of buttons in header bar */
#keyboardInputMaster thead tr th span,
#keyboardInputMaster thead tr th strong,
#keyboardInputMaster thead tr th small,
#keyboardInputMaster thead tr th big {
    background-color: #595959 !important;
    color: #f5f5f5 !important;
    border: 1px solid #595959 !important;
}

/* hide the language selector */
#keyboardInputMaster thead tr th div {
    display: none;
}

#keyboardInputMaster table {
    border-spacing: 4px 2px !important;
}

#keyboardInputMaster * {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    -ms-border-radius: 0.13em !important;
    border-radius: 0.13em !important;
}

/* -------------------------- MAIN ONLINE-QUEUE SPECIFIC ----------------------------------------------*/
h1 {
    float: none;
    font-weight: normal;
    font-size: 35px;
    margin-left: 5%;
    text-transform: lowercase;
}

@media (max-width: 800px) {
    h1 {
        line-height: 0.5;
        font-size: 24px;
    }
}

h1:first-letter {
    text-transform: capitalize;
}

h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
}

h3 {
    font-size: 20px;
    padding-top: 9px;
    padding-left: 10px;
}

.olq-mandatoryMarker-container {
    color: #FF5555;
    font-size: 30px;
    line-height: 5px;
    vertical-align: bottom;
}

#olq-mandatoryFields-title {
    margin-top: 0;
}

.header-differentiationline {
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 2.5px;
    margin-left: 5%;
    margin-right: 5%;
}

/* -------------------------- NAVIGATION BUTTON -------------------------- */
.olq-navButton {
    float: left;
    background: #283593;
    border: 1px solid #CCCCCC;
    color: #ffffff;
    text-transform: uppercase;
}

.olq-navButton:hover {
    color: Yellow;
    border: 1px solid Yellow;
}

.olq-warning-buttons {
    text-align: right;
    right: 3%;
    bottom: 0;
    vertical-align: bottom;
}

#olq-warning-button-no .olq-navButton,
#olq-warning-button-yes .olq-navButton {
    background-color: transparent;
    color: #283593;
    border: none;
}

.olq-warning-buttons {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.olq-button,
.olq-navButton {
    cursor: pointer;
}

.olq-error-button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#olq-warning-button-no {
    margin: 10px;
    float: left;
}

#olq-warning-button-yes {
    margin: 10px;
    float: right;
}

#olq-error-button-ok {
    margin-top: 20px;
    float: right;
}

#olq-restart .olq-navButton,
#olq-add-service .olq-navButton {
    background-color: #e6e6e6;
    color: #3B3B3B;
    border: none;
}

.olq-navIcon {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px;
    position: relative;
}

.olq-rightArrow-icon {
    background-image: url('../img/arrow-right.png');
}

.olq-rightArrow-iconSmall {
    background-image: url('../img/arrow-rightnew.png');
}

.olq-rightArrow-iconCompact {
    background-image: url('../img/arrow-right-small.png');
    width: 35px;
    height: 35px;
}

.olq-leftArrow-icon {
    background-image: url('../img/arrow-left.png');
}

.olq-leftArrow-iconCompact {
    background-image: url('../img/arrow-left-small.png');
    width: 35px;
    height: 35px;
}

.olq-navText {
    font-size: 16px;
    padding: 8px;
}
/* -------------------------- HEADER -------------------------- */
#olq-header-container {
    height: 80px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    width: 100%;
}
/* -------------------------- FOOTER -------------------------- */
#olq-footer-container {
    position: fixed;
    background-color: transparent;
    width: 100%;
    bottom: 0;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1321px;
}

#olq-footer-restart-container {
    float: left;
    margin-left: 0;
}

#olq-footer-next-container {
    float: right;
}

#olq-footer-prev-container {
    float: right;
    margin-right: 50px;
}

@media (max-width: 800px) {
    #olq-footer-prev-container { margin-right: 1%;  }
    #olq-footer-restart-container { margin-right: 1%; }
    #olq-footer-next-container { margin-right: 0px; }
}


.olq-footer {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
/* -------------------------- TABLE -------------------------- */
.olq-table {
    width: 100%;
}

.olq-table-row td {
    vertical-align: middle;
    padding-bottom: 0;
}

@media (max-width: 800px) {   
    .olq-table-row td {
        font-size: 14px;
    }
}

.noSelect {
    -ms-opacity: 0.5;
    opacity: 0.5;
    pointer-events: none;
}
/* -------------------------- CONTROLS -------------------------- */
.checkboxLabel, .checkboxLabelOption { font-size: 20px; }
@media (max-width: 800px) { .checkboxLabel, .checkboxLabelOption { font-size: 14px; } }

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBottom {
    margin-bottom: -20px !important;
}

.sectionBanner {
    width: 100%;
    height: 40px;
    max-width: 1020px;
}

.olq-textBox {
    max-width: 400px;
    width: 95%;
    height: 50px;
    font-size: 30px !important; /* dont let keyboardinput override */
    border: 2px solid #CCCCCC;
    margin-bottom: 20px;
}

.olq-checkbox {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

@media (max-width: 800px) {
    .olq-checkbox {
        vertical-align: middle;
        -ms-transform: scale(1); /* IE */
        -moz-transform: scale(1); /* FF */
        -webkit-transform: scale(1); /* Safari and Chrome */
        -o-transform: scale(1); /* Opera */
        transform: scale(1);
    }
}


.olq-textBox:focus,
.olq-textBoxSmall:focus,
.olq-comboBox:focus {
    background-color: #FFFFAA;
}

.olq-comboBox-small {
    max-width: 400px;
    height: 35px;
    width: 60px;
    font-size: 20px;
    border: 2px solid #cfcfcf;
    margin-bottom: 20px;
    color: #3B3B3B;
}

@media (max-width: 800px) {
    .olq-comboBox-small {
        max-width: 200px;
        height: 24px;
        width: 60px;
        font-size: 14px;
        border: 2px solid #cfcfcf;
        margin-bottom: 0px;
        color: #3B3B3B;
    }
}

.olq-label {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.olq-camelCase {
    text-transform: capitalize;
}

.headingBanner-button-container {
    float: right;
    margin-top: -9px;
    margin-right: 2px;
}
.olq-btnPrevPanel-container {
    margin-left: 10px;
}

#olq-body {
    background-color: #FFFFFF;
    background-position: center;
    background-size: cover;
}

/*------------------------- DIALOG BOXES --------------------------*/
.dlg-container
{
    background-color: white !important;
    color: #6E6E6E !important;
    position: relative;
    display: none;
    padding: 10px;
}


.dlg-container ul {
    margin-left: 15px;
    list-style-type: disc;
}

.olq-dlg-button {
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}
/*-------------------- EXCEPTION PAGE ----------------------*/
#olq-exception-container {
    height: 100%
}

#olq-exception-siteOffline-title {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 42px;
    font-size: 40px;
    font-weight: bold;
    padding-top: 50px;
}

@media (max-width: 800px) {
    #olq-exception-siteOffline-title {
        font-size: 24px;
    }
}

#olq-exception-siteOffline-description {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.olq-exception-body {
    text-align: center;
    padding-top: 8px;
}

#olq-openclosetimes-comtainer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
}

#olq-openclosetimes-table {
    margin-left: auto;
    margin-right: auto;
}

.olq-openclosetimes-day {
    text-align: left;
    padding: 5px;
}

#olq-custom-siteoffline-div {
    height: 1024px;
}
/*-------------------- GENERIC LOADING OVERLAY ----------------------*/
#genericLoading-overlay {
    display: none;
}

#genericLoading-background {
    background-color: Black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998; /* FOR IE */
    filter: alpha(opacity=50); /* css3 */
    -ms-opacity: 0.5;
    opacity: 0.5;
}

#genericLoading-spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 5rem;
    height: 5rem;
    vertical-align: text-bottom;
    border: .5em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 0.75s linear infinite;
    -moz-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.differentiationline {
    border-bottom-style: solid;
    border-bottom-color: #cfcfcf;
    border-bottom-width: 2px;
}

.tableLayout {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableLayout tr {
    width: 100%;
    line-height: 55px;
    cursor: pointer;
}

@media (max-width: 800px) {
    .tableLayout tr {
        line-height: 0px;
    }
    .tableLayout tr td {
        word-break: break-word;
        line-height: 24px;
        font-size: 14px;
    }
}

.tableLayout .td1 {
    width: 20%;
    text-align: left;
    vertical-align: middle;
}

.tableLayout .td2 {
    width: 20%;
    text-align: left;
    vertical-align: middle;
}

.tableLayout .td3 {
    width: 20%;
    text-align: left;
    vertical-align: middle;
}

.tableLayout .td4 {
    width: 20%;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.tableLayout .td5 {
    width: 20%;
    text-align: left;
    vertical-align: middle;
}

#olq-client-info-prompt-table .cell span {
    font-size: 17px;
}

@media (max-width: 800px) {
    #olq-client-info-prompt-table .cell span {
    font-size: 14px;
    }
}

#olq-client-info-prompt-table .header span {
    font-size: 18px;
    font-weight: bold;
}

#olq-client-info-prompt-table #header-cell1,
#olq-client-info-prompt-table #header-cell2,
#olq-client-info-prompt-table #header-cell3,
#olq-client-info-prompt-table #header-cell4,
#olq-client-info-prompt-table .cell {
    vertical-align: middle;
}

#olq-client-info-prompt-table #header-cell1 {
    width: 25%;
}

#olq-client-info-prompt-table #header-cell2 {
    width: 35%;
}

#olq-client-info-prompt-table #header-cell3 {
    width: 15%;
}

#olq-client-info-prompt-table #header-cell4 {
    width: 15%;
}

#olq-client-info-prompt-table #header-cell5 {
    width: 10%;
}

#olq-client-info-prompt-button-container {
    margin-top: 20px;
    margin-left: unset;
    height: 80px;
    display: inline-block;
    float: right;
}

#olq-client-info-prompt-intro {
    height: 20px;
}

.olq-navIconSmall {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 3px;
    position: relative;
}

.olq-navButtonSmall {
    float: left;
    height: 29px;
    background: url('../img/optionBkgnd.png');
    border: 1px solid #CCCCCC;
    -ms-border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.olq-navButtonSmall:hover {
    color: Yellow;
    border: 1px solid Yellow;
}

.olq-navTextSmall {
    font-size: 100%;
    padding-right: 15px !important;
    padding-top: 7px;
}

.disclaimerText {
    font-size: 11px;
}

.olq-navIconCompact {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 3px;
    position: relative;
    margin-left: -4px;
}

.olq-navTextCompact {
    font-size: 26px;
    padding-right: 17px !important;
    padding-left: 34px !important;
    padding-top: 7px;
}

.olq-TitleText {
    color: #000;
}

.olq-navButtonCompact {
    float: left;
    height: 40px;
    background: url('../img/optionBkgnd.png');
    border: 1px solid #CCCCCC;
    -ms-border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.olq-navButtonCompact:hover {
    color: Yellow;
    border: 1px solid Yellow;
}

.clientNotFoundSectionBanner {
    width: 50%;
    height: 40px;
    max-width: 1020px;
}

.olq-warning-overlay {
    display: none;
}

.olq-error-overlay {
    display: none;
}

.olq-warning-background,
.olq-error-background {
    background-color: Black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998; /* FOR IE */
    filter: alpha(opacity=50); /* css3 */
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.olq-warning-container,
.olq-error-container {
    max-width: 640px;
    background-color: white;
    border: solid 6px #6E6E6E;
    position: fixed;
    z-index: 999;
    padding: 20px;
}

.olq-warning-message,
.olq-error-message {
    margin-top: 10px;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    color: #3B3B3B;
}

.olq-warning-help-text,
.olq-error-help-text {
    text-align: left;
    font-size: 20px;
    color: #6E6E6E;
    margin-top: 25px;
}

@media (max-width: 800px) {
    .olq-warning-message,
    .olq-error-message {
        margin-top: 5px;
        font-size: 16px;
    }  
    .olq-warning-help-text,
    .olq-error-help-text {
        font-size: 14px;
        margin-top: 10px;
    }
}

.scroll-pane {
    -ms-touch-action: none;
}

#olq-next.olq-navDisabled {
    cursor: not-allowed;
    background: #939AC9;
}

[id^=olq-add-service].olq-navDisabled {
    cursor: not-allowed;
    background: #939AC9;
}

.olq-textDisabled {
    color: #cfcfcf;
}

.olq-button-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.olq-inlineBlock {
    display: inline-block;
}

.olq-inline {
    display: inline;
}

.olq-add-profile-container {
    width: 100%;
}

@media (min-width: 800px) {
    .olq-add-profile-container {
        width: 100%;
    }

    .olq-profile-container-right {
        float: right;
        width: 50%;
    }

    .olq-profile-container-left {
        float: left;
        width: 50%;
    }

    .first-cell {
        padding-left: 30px;
    }
}
.olq-group-icon {
    color: #283593;
}

.olq-add-profile-row{
    float: right;
    border-spacing: 0px;
}

.olq-add-profile {
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}

.olq-add-profile-button{
    width: auto;
}

#olq-info-prompt-container {
    background-color: unset;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#olq-info-prompt-container.olq-clients-confirm-checkin-container {
    max-height: 550px;
    overflow: auto;
}

#olq-title {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
}

@media (max-width: 800px) {

    olq-add-profile {
        padding-right: 19px;
    }
    #olq-title {
        padding-left: 0px;
    }
}

#olq-newclient {
    margin-top: 15px;
}

.selected {
    background-color: #dbe0f9
}

.tableHorizontal td {
    border-left: none;
    border-right: none;
    vertical-align: middle;
}

.olq-bodyText {
    font-size: 20px;
    vertical-align: middle;
}

.tableLayout tr td.olq-text-blur {
    font-size: 18px;
    color: #6e6e6e;
}

.tableLayout tr td.olq-subText {
    font-size: 16px;
    color: #6e6e6e;
}

.emp-img-container {
    width: 70px;
}

@media (max-width: 800px) {
    .olq-bodyText {
        font-size: 14px;
    }
    .emp-img-container {
        width: 40px;
    }
    .tableLayout tr td.olq-text-blur {
        font-size: 12px;
    }
    .tableLayout tr td.olq-subText {
        font-size: 10px;
    }
}

.client-details {
    width: 90%;
}

.client-contact-cell {
    width: 68%;
}
.related-client-cell {
    width: 28%;
}

.cell-v2,
.first-name-cell {
    width: 30%;
}

.cell-v3,
.client-cell {
    width: 40%;
    text-align: left;
}

@media (max-width: 800px) {
    .client-contact-cell {
        width: 100%;
    }
    .related-client-cell {
        width: 90%;
    }
    .first-name-cell {
        width: 90%;
    }
}

.padding-cell {
    padding-right: 30px;
}

.price-div {
    float: right;
    padding-right: 50px;
}

.emp-details tr{
    line-height: 30px;
}

@media (max-width: 800px) {
    .price-div {
        padding-right: 10px;
    }
    .padding-cell {
        padding-right: 10px;
    }
}
/*---------------Material design icons---------------*/
.material-navigate-before:before {
    content: "\E408";
    font-family: "Material Icons";
    position: absolute;
}

.material-done:before {
    content: "\E876";
    font-family: "Material Icons";
    position: absolute;
}

.material-navigate-next:before {
    content: "\E409";
    font-family: "Material Icons";
    position: absolute;
}

.material-close:before {
    content: "\E5CD";
    font-family: "Material Icons";
    position: absolute;
}

.material-add:before {
    content: "\E145";
    font-family: "Material Icons";
    position: absolute;
}

.material-delete:before {
    content: "\E872";
    font-family: "Material Icons";
    position: absolute;
}

.material-account_circle:before {
    content: "\E853";
    font-family: "Material Icons";
    position: absolute;
}

.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-26 {
    font-size: 26px;
}

.material-icons.md-32 {
    font-size: 32px;
}

/*---------------Material design components - Textfield---------------*/
.mdl-textfield {
    margin-top: 3px;
    padding: 20px 0 5px 0;
}

.mdl-textfield__input {
    font-size: 18px;
    color: #3B3B3B;
    background-color: #E6E6E6;
    font-family: 'Roboto';
    border-bottom: 2px solid #283593;
    width: 91%;
    padding-left: 3%;
    padding-right: 6%;
    height: 30px;
    margin: auto;
}

.mdl-textfield__helper {
    width: 250px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 3%;
    margin-top: 3px;
    color: #6E6E6E;
}

.mdl-textfield__label:after { 
    content: none;
}

.mdl-textfield__helper.input-error-helper {
    color: #D50000;
}

.mdl-textfield__label {
    font-size: 18px;
    color: #6E6E6E;
    width: 91%;
    padding-left: 3%;
    padding-right: 6%;
    border-bottom: 0;
    margin-top: 3px;
}

.mdl-textfield__error {
    padding-left: 3%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    top: 0;
    margin-top: 0;
    color: #6E6E6E;
}

.mdl-textfield .mdl-js-textfield .mdl-textfield--floating-label .is-dirty .mdl-textfield__label {
    margin-top: 0;
}

.mdl-textfield__label:after {
    content: none;
}

.mdl-textfield--floating-label.is-focused.is-invalid .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__label {
    color: #D50000;
}

.input-validation-error {
    outline: 0 !important;
    border: 0 !important;
    border-bottom: 2px solid #d50000 !important;
    background-color: #E6E6E6 !important;
}

.consent-radio-v2.input-validation-error {
    border: 1px solid #DA4242 !important;
    background-color: #FFBEBE !important;
    outline: 1px solid #DA4242 !important;
}

.field-validation-error {
    color: #D50000;
    background: transparent;
    padding: 0;
    border: none;
}

/*---------------Material design components - Buttons---------------*/
.mdl-button.mdl-button--colored.mdl-button-regular {
    width: 105px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #283593;
    padding-left: 20px;
    text-align: left;
}

.mdl-button.mdl-button--colored.mdl-button-regular.long-btn {
    width: fit-content;
    color: #6E6E6E;
    background-color: #E6E6E6;
}

@media (max-width: 800px) {
    .mdl-textfield {
        width: 100%;
    }
    .mdl-button.mdl-button--colored.mdl-button-regular {
        width: 25px;
        padding-left: 14px;
        font-size: 12px;
    }
    .mdl-button.mdl-button--colored.mdl-button-regular.long-btn {
        width: fit-content;
        color: #6E6E6E;
        background-color: #E6E6E6;
    }
    .mdl-ripple {
        background: #000;
        opacity: 0.001;
    }
}

.mdl-ripple {
     background: #000;
     opacity: 0.001;
}

.mdl-btn-text,
.center-align {
    text-align: center;
}

.mdl-btn-text-long,
.olq-extra-padding {
    padding-left: 22px;
    padding-right: 6px;
}

@media (max-width: 800px) {
    .mdl-btn-text {
        padding-left: 15px;
    }
    .olq-extra-padding {
        padding-left: 10px;
    }
}


.mdl-button.mdl-button--colored.mdl-button-next {
    color: #FFFFFF;
    background-color: #283593;
}

.mdl-button.mdl-button--colored.mdl-button-prev,
.mdl-button.mdl-button--colored.mdl-button-restart {
    color: #6E6E6E;
    background-color: #E6E6E6;
}

.material-icons.md-48 { font-size: 48px; }

@media (max-width: 800px) {
    .material-icons.md-48 { font-size: 35px; }
}

.material-icons.md-dark { 
    color: #283593;  
    vertical-align: middle;
}

/*Fab/Floating button*/
.mdl-button.mdl-button--fab.mdl-button--colored {
    min-width: initial;
    width: 45px;
    height: 45px;
    color: #FFFFFF;
    background-color: #283593;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 800px) {
    .mdl-button.mdl-button--fab.mdl-button--colored {
        width: 35px;
        height: 35px;
    }
}

.gray-delete {
    color: #3b3b3b;
    margin-top: 10px;
    font-size: 35px;
}

.olq-flex-layout {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.olq-content {
    flex: 1;
    overflow: auto;
}

.olq-confirmation-diff {
    margin-bottom: 20px;
}

.olq-secondary-font-size {
    font-size: 15px;
}

#disclaimer-text {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #6E6E6E;
    font-style: italic;
    width: 90%;
    margin-left: 5%;
}

@media (max-height: 400px) {
    .olq-flex-layout {
        display: block;
        overflow: scroll;
    }
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    border: solid 10px #6E6E6E;
    background: white !important;
    padding: 10px;
}
@media (min-width: 800px) {
    #olq-client-info-prompt-title {
        height: 30px;
    }
}

.olq-footer-container-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}

.olq-warning-buttons-center {
    display: inline-block;
    float:right;
}

.divContainer {
    overflow: auto;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sub-heading {
    font-size: 14px;
}

.olq-existing-visit {
    padding-top: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.olq-existing-visit-text {
    padding-bottom: 40px;
    padding-top: 20px;
}

#olq-top-center-logo > img {
    max-height: 200px;
}

.olq-align-center {
    text-align: center;
}

.details-cell {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 800px) {
    .details-cell {
        padding-right: 1%;
        padding-left: 2%;
    }
}

.validation-summary-errors {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: red;
}

.olq-client-collapsed-icon {
    vertical-align: middle;
}
