﻿/* 
    Version 5
    <link rel="stylesheet" type="text/css" href="../Content/Register.css?version=5" />
*/

.bold {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.container-max {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    font-family: Raleway;
    font-size: 18px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

    .container-max.bigSubscriptionSelector {
        z-index: 2000;
        background-color: #ffffff;
        overflow: auto;
    }

    .container-max.loggedIn {
        top: 60px;
        height: calc(100% - 60px);
    }

.container-loggedIn {
    width: 100%;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.white-bgcolor {
    background-color: #ffffff;
}

.country-validator {
    margin-left: -3.2rem;
}

.container-max,
.white-bgcolor {
    color: #173246;
}

.blue-bgcolor {
    background-color: #173246;
    color: #FFFFFF;
}

.lightblue-bgcolor {
    background-color: #D3ECFF;
}

.lightblue-border-2 {
    border: 2px solid;
    padding: 5px;
}

.lightblue-border-4 {
    border: 4px solid;
}

.lightblue-border-2,
.lightblue-border-4 {
    border-color: #D3ECFF;
    border-radius: 10px;
}

h2,
h3,
h4,
h5 {
    font-weight: bold;
    width: 100%;
    text-align: center;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

    h4.productype {
        font-size: 30px;
    }

    h4.firstPayment {
        font-size: 18px;
        text-align: left;
        font-weight: normal;
    }

h5 {
    font-size: 14px;
}

h4.productype > i.productype {
    position: relative;
    font-size: 12px;
    width: 100%;
    left: 0px;
    display: block;
    top: -2px;
}

p {
    margin: 0;
    text-align: left;
}

    p.subscriptionSelected,
    p.subscriptionInfo,
    p.productype {
        font-size: 14px;
    }

    p.productype {
        text-align: center;
    }

    p.subscriptionInfo {
        font-size: 11px;
    }

    p.enterpriceProductype {
        font-size: 12px;
    }

    p.disclaimer.productype {
        font-size: 11px;
    }

    p.disclaimer.enterpriceProductype {
        font-size: 10px;
    }

.haveToolTip > span.tooltip {
    display:none;
    opacity:1;
}

.haveToolTip:hover > span.tooltip {
    display: block !important;
    opacity: 1 !important;
}

p.productype.haveToolTip > span.productype.tooltip {
    max-width: 196px;
    background-color: #173246;
    left: 98px;
    position: relative;
    border-radius: 15px;
    padding: 15px;
    color: #f8f8f8;
    top: 5px;
    font-size:14px;
}

label {
    font-weight: inherit;
}

    label.price,
    label.currentcyCode {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        font-weight: bold;
    }

    label.price {
        font-size: 40px;
        line-height: 40px;
    }

    label.currentcyCode {
        font-size: 14px;
        line-height: 30px;
        vertical-align: text-bottom;
    }

    label.price.firstPayment {
        margin-top: 8px;
        margin-bottom: 0rem;
        font-size: 18px;
        line-height: 18px;
    }


    label.price.productype {
        font-size: 50px;
        line-height: 50px;
    }

    label.currentcyCode.productype {
        font-size: 18px;
        line-height: 37px;
    }

    label.currentcyCode.subscriptionInfo {
        padding-left: 0.5rem;
    }

    label.currentcyCode.firstPayment {
        padding-left: 1rem;
    }

    label.price.businessStep,
    label.currentcyCode.businessStep {
        font-size: 18px !important;
        line-height: 18px !important;
    }

input[type=text],
input[type=email],
input[type=password] {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    width: calc(100% - 0rem);
    border-top: 0 solid;
    border-left: 0 solid;
    border-right: 0 solid;
    border-bottom: 2px solid #eeeeee;
}

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=password]:focus {
        outline: 0 solid;
    }

input[type=number] {
    text-align: right;
    width: 100%;
}

    input[type=number].numericTextBox {
        border: 1px solid #000000;
    }

    input[type=number][disabled],
    input[type=number]:disabled {
        background-color: transparent;
        cursor: no-drop;
    }

input[type='checkbox'] {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 3px;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #173246 !important;
    font-weight: inherit !important;
    opacity: 1 !important;
}

img.phoneLogo {
    max-height: 50px;
}

img.productype {
    height: 196px;
    max-height: 196px;
}

svg.enterpriceProductype,
img.enterpriceProductype {
    max-height: 125px;
}

img.phoneLogo,
img.productype,
img.enterpriceProductype {
    max-width: 100%;
}

.subscriptionInfo {
    text-align: right;
}

div.row.logorow {
    height: 50px;
}

.countryPickerPanel {
    position: relative;
    border: 0 solid;
    margin: 0px;
}

.countryPicker {
    position: absolute;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #eeeeee;
}

    .countryPicker:focus {
        outline: 1px solid #eeeeee;
    }


.businessStepHeaderRow {
    font-size: 12px;
}

.mb-validator {
    color: red;
    font-size: 14px;
    position: relative !important;
    left: 1em;
}

    .mb-validator.noPaddingLeft {
        left: 0em;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
    line-height: 1;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.currentSubscriptionHeader {
    height: 30px;
}

.currentSubScriptionFill {
    width: 100%;
    height: 100%;
    color: white;
    background-color: #2cc185;
}

.summarySharedCarsImg,
.summaryEnterpriseImg {
    height: 300px
}

.mb-registerBlocker {
    position: fixed;
    left: 0;
    top: 53px;
    height: calc(100% - 53px);
    z-index: 1000;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow:auto;
}

.mb-registerModal {
    background-color: #ffffff;
    width: 100%;
}

.phoneSelectorPhoneLogo {
    max-height: 100px !important;
}

p.phoneSelector {
    font-size: 22px !important;
    height: 94px;
}

/*sm*/
@media screen and (min-width: 768px) {
    .mb-registerBlocker {
        top: 60px;
        height: calc(100% - 60px);
        overflow: no-display;
    }

    .mb-registerModal {
        width: 600px;
        margin-left: calc((100% - 600px) / 2);
        margin-top: 100px;
        border-radius: 25px;
    }

    .max-heigth-sm {
        height: 100%;
    }

    .countryPickerPanel,
    input[type=text],
    input[type=email],
    input[type=password] {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        width: calc(100% - 2rem);
    }

    label.price.firstPayment,
    label.currentcyCode.firstPayment {
        line-height: 29px;
    }

    label.price.firstPayment {
        margin-top: 0;
        padding-left: 0.5rem;
    }

    label.currentcyCode.firstPayment {
        padding-left: 0.5rem;
        vertical-align: middle;
    }

    label.price.businessStep,
    label.price.businessStep {
        font-size: 18px;
    }

    .mb-validator {
        position: absolute !important;
        left: 1rem;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .enterpriseFixedHeight {
        height: 33rem;
        max-height: 33rem;
    }


    .container-max.loggedIn {
        left: 240px;
        width: calc(100% - 240px);
    }
}

/*md*/
@media screen and (min-width: 992px) {
    .container-max {
        overflow-y: hidden;
    }

    .max-heigth-md {
        height: 100%;
        overflow-y: auto;
    }

    .countryPickerPanel,
    input[type=text],
    input[type=email],
    input[type=password] {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
        width: calc(100% - 4rem);
    }

    p.subscriptionSelected,
    sp.productype {
        font-size: 12px;
    }

    label.price.subscriptionInfo {
        font-size: 30px;
        line-height: 30px;
    }

    label.currentcyCode.subscriptionInfo {
        font-size: 22px;
        line-height: 25px;
    }

    .enterpriseFixedHeight {
        height: 28rem;
        max-height: 28rem;
    }

    .mb-validator {
        left: 3em;
    }
}

/*lg*/
@media screen and (min-width: 1200px) {
    .max-heigth-lg {
        height: 100%;
    }

    .mt-lg-10 {
        margin-top: 10rem !important;
    }


    .mb-lg-10 {
        margin-bottom: 10rem !important;
    }

    .logorow {
        height: 50px !important;
    }

    img.phoneLogo {
        max-height: 50px;
    }

    .enterpriseFixedHeight {
        height: 25rem;
        max-height: 25rem;
    }
}

@media screen and (max-width: 767px) {
    .container-max {
        top: 50px;
    }
}

/*#region smallselectoritem and smallselectorbox */
div.col-smallSelectorItem {
    width: 100%;
    min-width: 220px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

div.box-smallSelectorItem {
    display: inline-block;
    background-color: #ffffff;
    color: #173246;
    padding-left: 5px;
    padding-right: 5px;
}

/*#region common */
@media screen and (min-width: 488px) {
    div.col-smallSelectorItem {
        width: calc(100% / 2);
    }
}

@media screen and (min-width: 708px) {
    div.col-smallSelectorItem {
        width: 220px;
    }

    div.box-smallSelectorItem {
        max-width: 678px;
    }
}

@media screen and (min-width: 992px) {
    div.box-smallSelectorItem {
        max-width: 458px;
    }
}

@media screen and (min-width: 1416px) {
    div.col-smallSelectorItem {
        width: 220px;
    }

    div.box-smallSelectorItem {
        max-width: 678px;
    }
}

@media screen and (min-width: 1856px) {
    div.box-smallSelectorItem {
        max-width: 898px;
    }
}

/*#endregion */

/*#region upgrade */
@media screen and (min-width: 768px) {
    div.box-smallSelectorItem.upgrade {
        max-width: 468px;
    }
}

@media screen and (min-width: 948px) {
    div.box-smallSelectorItem.upgrade {
        max-width: 688px;
    }
}

@media screen and (min-width: 1168px) {
    div.box-smallSelectorItem.upgrade {
        max-width: 908px;
    }
}

@media screen and (min-width: 1388px) {
    div.box-smallSelectorItem.upgrade {
        max-width: 1128px;
    }
}
/*#endregion */

/*#region large */
@media screen and (min-width: 708px) {
    div.box-smallSelectorItem.large {
        max-width: 100%;
    }
}
/*#endregion */
/*#endregion */

/* #region small compare table */
.smallCompareRow {
    width: 100%;
    margin-bottom: 2rem;
}

    .smallCompareRow > ul {
        margin-top: 0rem;
        padding-left: 3rem;
        text-align: left;
    }

        .smallCompareRow > ul > li {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            list-style-type: circle;
            padding-left: 0rem;
        }

.moreInfoLink {
    cursor: pointer;
}

.btn-current {
    cursor: not-allowed !important;
}
/*#endregion */

/* #region large compare table */
div.col-compareTable {
    max-width: 900px;
}

@media screen and (min-width: 1200px) {
    div.col-compareTable {
        margin-left: calc((100% - 900px) / 2)
    }
}

table.compareTable {
    width: 100%;
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #031C2B;
}

    table.compareTable > thead {
        font-size: 20px;
        background-color: #1e6193;
    }

        table.compareTable > thead > tr > td.header {
            width: 140px;
            min-width: 140px;
            max-width: 140px;
        }

    table.compareTable > tbody {
        font-size: 14px;
    }

        table.compareTable > thead > tr > td,
        table.compareTable > tbody > tr > td {
            border-bottom: 0.5px solid #031C2B;
            border-right: 0.5px solid #031C2B;
            padding: 7px 5px;
        }

            table.compareTable > thead > tr > td.noRightBorder,
            table.compareTable > tbody > tr > td.noRightBorder {
                border-right: 0px solid #ffffff;
            }

            table.compareTable > tbody > tr > td.noBottomBorder {
                border-bottom: 0px solid #ffffff;
            }

            table.compareTable > tbody > tr > td.first {
                text-align: left;
                font-size: 16px;
            }

i.cross,
i.number,
i.header {
    font-style: normal;
    font-weight: bolder;
}

i.fas.fa-check {
    color: #3fa9f5;
}
/*#endregion */
