﻿/* General application CSS
-------------------------------------------------- */

a, .page-link, .page-link:hover {
    color: #0072CE;
}

    a:hover {
        color: #1e0e40;
    }

body {
    background-color: #F0F0F0;
}

label {
    margin-bottom: 0.1rem;
}

.body-page {
    margin: 18px;
    background-color: #ffffff;
    min-height: 90vh;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.14);
}

.main-page {
    padding: 20px;
    width: 100%;
}

.content-noflex {
    display: block !important;
}

.form-main {
    margin: 0 auto;
    max-width: 348px;
}

.form-subtitle {
    margin: 40px 0 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;
    color: #222222;
}

i {
    color: #0072CE;
}

input[type=text], input[type=password], input[type=email] {
    height: 31px !important;
    border-radius: 0px !important;
}

.link-return {
    margin-bottom: 20px;
}

html, body {
    font-family: Fira Sans;
}

/* Header and Footer
-------------------------------------------------- */

.top-dock {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #0072CE;
    padding-top: 6px;
}

.top-dock-logo {
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.top-dock-min-height{
    min-height: 30px;
}

/* Modals
-------------------------------------------------- */
.modal-content {
    background: #FAFAFA;
    border: 0 !important;
    border-radius: 2px !important;
    box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    width: auto;
}

.modal-body {
    padding: 40px 20px;
}

.modal-description {
    color: rgba(0, 0, 0, 0.74);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 100%;
}

.modal-icon {
    font-size: 48px !important;
    margin: 0 auto 15px;
}

.modal-icon-helper {
    width: 100%;
}

.fa-check {
    color: #00AB9B;
}

.fa-exclamation-triangle {
    color: #FFA613;
}

/* Login
-------------------------------------------------- */
.card-helper {
    margin-top: 82px;
    height: fit-content;
}

.card-helper-email {
    max-height: 240px;
}

.card-recover {
    padding-bottom: 14px !important;
}

.error-disclaimer {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #EE2E5D;
    margin-right: 18px;
}

/* Navigation menu
-------------------------------------------------- */

#nav-menu {
    float: left;
    height: 96vh;
    width: 200px;
    background-color: #FFFFFF;
    margin-right: 18px;
    padding-top: 30px;
}

    #nav-menu a {
        text-decoration: none !important;
    }

#nav-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEFF2;
}

#nav-user-info {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#nav-user-name {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #192A3E;
}

#nav-user-email {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #90A0B7;
}

#nav-session {
    padding-top: 20px;
}

.nav-list-btn {
    padding: 10px 0 10px 20px;
}

    .nav-list-btn:hover {
        background-color: #F0F0F0;
    }

.nav-list-btn-icon {
    width: 18px;
    height: 16px;
    display: inline-block;
    margin-right: 12px;
}

.nav-list-btn-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #004267;
    display: inline-block;
    margin-bottom: 0 !important;
}

.menu-icon {
    color: #C2CFE0 !important;
}

/* Bootstrap modifications
-------------------------------------------------- */

.btn {
    font-size: 15px !important;
}

.btn-helper {
    margin-top: 7px;
}

.btn-primary {
    background-color: #0072CE;
    border: #0072CE;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(156, 39, 176, 0.2);
}

.btn-primary-tall {
    height: 54px;
}

.custom-card {
    padding: 40px 14px;
    background-color: #FAFAFA;
    width: 384px;
    max-width: 384px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14);
}

.custom-card-body {
    text-align: center;
    padding: 0 !important;
}

.card-force {
    width: 384px;
}

.card-link {
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

.card-text {
    text-align: left !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

.card-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    color: #004267;
    text-align: center;
}

.form {
    width: 384px;
    max-width: 384px;
    padding-top: 82px;
    width: 384px;
}

.form-helper {
    margin-bottom: 7px;
}

.form-group {
    text-align: left;
}

.form-title {
    font-size: 37px;
    line-height: 44px;
    color: #004267;
    display: block;
    padding: 25px 0;
}

.recover-link {
    margin-top: 30px;
}

.help-block ul {
    list-style-type: none;
}

.input-validation-error {
    background: #FFFFFF;
    border: 1px solid #EE2E5D;
    box-sizing: border-box;
}

.opacity-text {
    color: #707070;
}

.session-icon {
    color: #FFFFFF !important;
}

.session-list-btn-icon {
    width: 18px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
}

.business-name-overflow {
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px
}

.search-input-helper {
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    max-width: 257px;
}

#button-navigation {
    color: rgba(0, 0, 0, 0.6);
}

thead {
    font-size: 14px;
}

tbody {
    font-size: 14px;
    color: #707070;
    font-weight: normal;
}

th[scope*="row"] {
    font-weight: normal;
}

.row-page {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 55px;
}

.row-page, #previusButtonContainer, #nextButtonContainer {
    display: inline-block;
}

.table-nav {
    text-align: right;
}

button[id*="next"], button[id*="previous"], .input-search > button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input[type="search"], .action-button-delete, .action-button-edit {
    width: auto !important;
    display: inline-block;
    border: none;
    background-color: transparent;
    border-radius: 3px !important;
}

.input-search > button > i {
    color: rgba(0, 0, 0, 0.54);
}

.input-search {
    border-radius: 3px;
}

.icon-opacity {
    color: #707070;
}

.form-submit-button {
    padding-left: 15px;
    padding-top: 5px;
    border: 0px solid transparent;
    background-color: white;
}

    .form-submit-button:hover {
        padding-left: 15px;
        padding-top: 5px;
        border: 0px solid transparent;
        background-color: transparent;
    }


.modal-title {
    color: rgba(0, 0, 0, 0.74);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 100%;
}

.modal-actions-container {
    text-align: center;
    padding-top: 10px;
}

.btn-primary-modal {
    width: 236px;
    height: 54px;
    text-align: center;
}

.lnk-primary-modal {
    width: 236px;
    height: 54px;
    text-align: center;
    padding-top: 15px
}


.address-card {
    padding: 10px;
    text-align: left;
    width: 265px;
    height: 265px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.address-card2 {
    padding: 10px;
    text-align: left;
    width: 265px;
    height: 240px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin: 10px 10px 10px 0;
    display: inline-block;
    margin-left: 1.8%;
}

.address-card-body span {
    margin: 0;
    padding: 0;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #707070;
}

.address-card-body {
    height: 150px;
}

.main-address-card {
    background-color: #EBF4FB;
}

.main-address-card label {
    font-family: Fira Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #00AB9B;
}

.address-card-overflow {
    width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* The main-address-radio */
.main-address-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 12px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .main-address-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.main-address-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.main-address-radio input:checked ~ .checkmark {
    background-color: #00AB9B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.main-address-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.main-address-radio .checkmark:after {
    border-radius: 50%;
}

.form-submit-button {
    padding-left: 15px;
    padding-top: 5px;
    border: 0px solid transparent;
    background-color: white;
}



    .form-submit-button:hover {
        padding-left: 15px;
        padding-top: 5px;
        border: 0px solid transparent;
        background-color: transparent;
    }

.gray-icon {
    color: rgba(0, 0, 0, 0.54);
}

.modal-subtitle {
    color: rgba(0, 0, 0, 0.74);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 100%;
}