﻿/*common css */

.right-align {
    text-align: right;
}


.left-align {
    text-align: left;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5vh {
    margin-top: 5vh !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.mt-11vh {
    margin-top: 11vh;
}

.mt-4vh {
    margin-top: 4vh;
}

.mt-8_5vh {
    margin-top: 8.5vh !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-11vh {
    margin-top: 11vh;
}

.margin-top-130 {
    margin-top: 130px !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-per-2 {
    margin-right: 2% !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-per-2 {
    margin-left: 2% !important;
}

.margin-left-per-10 {
    margin-left: 10% !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.margin-left-per {
    margin-left: 7.7%;
}

.margin-right-per {
    margin-right: 7.7%;
}

.margin-bottom-spotPriceClose {
    margin-bottom: 70px !important;
}

.margin-bottom-spotPriceOpen {
    margin-bottom: 240px !important;
}

.ml-0per {
    margin-left: 0% !important;
}

.ml-20per {
    margin-left: 20% !important;
}

.ml-25per {
    margin-left: 25% !important;
}

.ml-40per {
    margin-left: 40% !important;
}

.ml-50per {
    margin-left: 50% !important;
}

.ml-60per {
    margin-left: 60% !important;
}

.ml-80per {
    margin-left: 80% !important;
}

.font-bold {
    font-weight: bold;
}

.font-700 {
    font-weight: 700;
}

.font-normal {
    font-weight: normal !important;
}

.font-x-large {
    font-size: x-large;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.circleOk {
    color: #5BCF8F !important;
}

.common-button {
    display: inline-block;
    background-color: #295D96 !important;
    color: white !important;
    font-weight: bold;
    font-size: 13px;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    margin-top: 10px;
    border-color: transparent;
    border-radius: 4px;
}

a.common-button:hover,
a.common-button-graybackground:hover {
    text-decoration: none;
}


.common-button-transparent {
    background-color: white;
    color: #295D96;
    border: 1px solid #295D96;
    font-weight: bold;
    font-size: 13px;
    height: 34px;
    margin-top: 10px;
}

.common-button-graybackground {
    display: inline-block;
    background-color: #f5f5f5;
    color: #295D96;
    border: 0px solid #e3e3e3;
    font-weight: bold;
    font-size: 13px;
    height: 34px;
    margin-top: 15px;
}


.error-message {
    font-size: 12px;
    color: red;
    margin: 10px auto;
}

.success-message {
    font-size: 12px;
    color: green;
    margin: 10px auto;
}


.linkColor {
    color: #277EBE;
}


.horizontal-separator {
    height: 1px;
    width: 100%;
    background: #CFD0CF;
}

.header-horizontal-separator {
    height: 1px;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 120px;
    background: #4B4F52 !important;
}

.pl-20 {
    padding-left: 20px;
}

.pt-1 {
    padding-top: 0.8vh !important;
}

.pt-pb10 {
    padding: 10px 0px;
}

.pipe {
    padding-top: 13px;
    font-size: medium;
}


/*VERTICALLY CENTER BOOTSTRAP MODAL POPUP*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.circle {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    text-decoration: none;
    background: #BC9226;
    font-weight: bold;
}

    .circle:hover {
        text-decoration: none;
    }



.d-inherit {
    display: inherit !important;
}



.font-weight-500 {
    font-weight: 500;
}

.button-width-100percent {
    width: 100%;
}

.width-40percent {
    width: 40% !important;
}

.width-100percent {
    width: 100% !important;
}

.width-48percent {
    width: 48% !important;
}

.width-80percent {
    width: 80% !important;
}

.width-16percent {
    width: 16% !important;
}

.width-20percent {
    width: 20% !important;
}

.width-20percent {
    width: 20% !important;
}

.d-webkit-box {
    display: -webkit-box !important;
}

.width-25percent {
    width: 25% !important;
}

.width-96percent {
    width: 96% !important;
}

.height-210px {
    height: 210px !important;
}



/*Institutional login modal classes for desktop & mobile*/
.inst-login {
    width: 320px;
}

    .inst-login .login-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .inst-login .center-title {
        text-align: center;
    }

    .inst-login .logo {
        text-align: center;
    }

    .inst-login .label-text {
        font-weight: bold;
    }

    .inst-login .forgot-password {
        color: #999;
    }

    .inst-login .btn-width {
        width: 100%;
    }

    .inst-login .row-margin {
        margin-bottom: 13px !important;
    }

    .inst-login .back-arrow {
        font-size: 20px;
        color: #295D96;
        float: left;
    }

    .inst-login .instruction-message {
        color: #999;
    }

.lighGreyColor {
    color: #999;
}


.validationErrorMessage {
    color: #EE393E;
    font-size: 11px;
}

.font-size-19px {
    font-size: 19px;
}

.product-detail-image {
    width: 100%;
    padding-top: 25px;
}

.width-5percent {
    width: 5%;
}

.width-29percent {
    width: 29%;
}

.width-11percent {
    width: 11%;
}

.width-22percent {
    width: 22%;
}

.pr-4px {
    padding-right: 4px !important;
}

.padding-3percent {
    padding-right: 3% !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.position-absolute {
    position: absolute;
}

.width-85percent {
    width: 85% !important;
}

.width-50percent {
    width: 50% !important;
}

.removeRoundCorners {
    border-radius: 0 !important;
}

.removeLeftRoundCorners {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*quickView Pop up*/
.plus-minus, .plus-minus:hover, .plus-minus:focus {
    background-color: #fff !important;
    border-color: #C8D3E0 !important;
    color: #94AECA !important;
}

.plusBTn {
    z-index: 0 !important;
}

.quantityField {
    border-color: #a0a1a0 !important;
}

    .quantityField:focus {
        border-color: #a0a1a0 !important;
    }


.premiumError {
    margin-top: 1px !important;
    margin-bottom: -4px !important;
    margin-right: -7px !important;
}

/*end of quick view pop up*/
.mt-minus35 {
    margin-top: -35px !important;
}

.btn-width {
    width: 100%;
}

.width-32percent {
    width: 32%;
}

.width-12percent {
    width: 12%;
}

z-index-100 {
    z-index: 100 !important;
}

.width-60percent {
    width: 60%;
}

.width-25percent {
    width: 25%;
}

.d-flex {
    display: flex !important;
}

.pointer-cursor {
    cursor: pointer;
}

.auto-margin-0 {
    margin: 0 auto !important;
}

.solid-black-border {
    border-top: 1px solid black !important;
}

.nowrap {
    white-space: nowrap;
}

.left-padding-0 {
    padding-left: 0px;
}

.right-padding-0 {
    padding-right: 0px;
}

.width-percent-49 {
    width: 49% !important;
}

.margin-bottom-1 {
    margin-bottom: 1px;
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.font-size-19 {
    font-size: 19px;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-right {
    border-right: 1px solid #ddd;
}

.background-white {
    background: white !important;
}

.background-none {
    background: none !important;
}

.extrasmallfont {
    font-size: x-small !important;
}

.smallfont {
    font-size: small !important;
}

.whiteborder {
    border: 1px solid white !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.left-padding-4 {
    padding-left: 4px !important;
}

.font-Myriad-Pro {
    font-family: Myriad Pro !important;
}

select:invalid {
    color: gray;
}

.warning-icon {
    width: 50px;
}

.capitalize {
    text-transform: capitalize;
}

.margin-top-35 {
    margin-top: 35px;
}


.display-inline_flex {
    display: inline-flex !important;
}

.triangleColor {
    color: #0071BC !important;
}
