﻿#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999;
}

#modal {
    position: absolute;
    background: url(tint20.png) 0 0 repeat;
    background: #f2f2f2;
    border-radius: 14px;
    z-index: 9999;
}

#registeredUserLoginContent {
    border-radius: 8px;
    margin: 20px;
    padding-top: 1px;
}

#close {
    position: absolute;
    width: 24px;
    height: 27px;
    display: block;
    font-weight: bold;
    top: 20px;
    right: 60px;
    margin: -10px;
}

#close:hover {
    text-decoration: none;
}

#close:before {
    content: "X";
    width: 48px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: cursive;
    border-radius: 9px;
    padding: 0px 4px;
    margin-right: 5px;
    margin-left: -10px;
    background-color: #444;
}

span.checkbox::before {
    font-family: icons;
    color: #217473;
    content: "\f15e";
    float: right;
    margin-right: 0px;
    font-size: 40px;
    margin-top: -10px;
}

#BaseContentDiv {
    padding: 15px 0px;
}

#BaseContentDiv .row {
    margin-bottom: 20px;
    margin-left: 20px;
}

#BaseContentDiv .row:last-child {
    margin-top: 60px;
}

#confirmMessageSection {
    padding-top: 20px;
}

#additionalInfo {
    float: right;
    margin-right: 40px;
    cursor: pointer;
    margin-top: -2px;
}

#modalTitle {
    height: 30px;
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
}

#modalTitle #close {
    text-decoration: none;
}

/*.buttonWidth {
    min-width: unset;
}*/

/*#nonMemberSelection {
    margin-bottom: 20px;
}*/

/*.PayBox {
    padding: 0 !important;
}*/

/*From caravan-insurance-new.css*/
/*@media only screen and (max-width: 11100px) {
    .paybox-cover-nonmember {
        background-color: green;
    }
}

@media only screen and (max-width: 11200px) {
    .paybox-cover-nonmember {
        background-color: yellow;
    }
}

@media only screen and (max-width: 11305px) {
    .paybox-cover-nonmember {
        background-color: brown;
    }
}

@media only screen and (max-width: 1300px) {
    .paybox-cover-nonmember {
        margin-top: 15px;
        margin-left: 0px;
    }
}


.paybox-cover {
    min-height: 18em;
    min-width: 350px;
}

.paybox-cover-member {
    background-color: rgb(33, 116, 115);
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

.paybox-cover-nonmember {
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #217473;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #217473;
}

@media (min-width: 320px) and (max-width: 480px) {
    .paybox-cover-member .button-member-select {
        margin-top: -20px
    }
}

@media only screen and (max-width : 1120px) {
    .paybox-cover-member {
        width: 100%;
    }

    .paybox-cover-nonmember {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .paybox-modal-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .paybox-modal-area:nth-child(2) {
        margin-left: 0;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .paybox-cover-member {
        margin-left: 2% !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .paybox-cover-member {
        margin-left: 0% !important;
    }
}


.paybox-cover-member h2 {
    color: #ffffff !important;
}

.paybox-cover-nonmember h2 {
    color: #217473 !important;
}

.margintop20 {
    margin-top: 20px;
}

.registeredUserLoginSection h2 {
    color: #333333 !important;
    font-size: 1rem !important;
}

.registeredUserLogin-paybox {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


.registeredUserLogin-paybox h2 {
    min-height: 90px;
    font-size: 23px;
}

.registeredUserLogin-paybox p {
    word-wrap: break-word;
    text-transform: none;
    max-width: 282px;
    text-align: left;
}

.registeredUserLogin-paybox .cover-input-group {
    min-height: 9em;
    min-width: 11em;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 425px) {
    .registeredUserLogin-paybox {
        margin-bottom: 20px;
    }

    .registeredUserLogin-paybox p {
        padding: 0 25px;
    }
}

.cover-input-group {
    min-height: 11em;
    min-width: 21em;
}

.registeredUserLogin-paybox .cover-input-group {
    min-height: 9em;
    min-width: 11em;
}

.cover-select-center {
    padding-top: 15px;
    justify-content: space-around;
    display: inline-grid;
    float: none;
}

.richtext .tick-list li:before {
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    top: 0;
    left: -5px;
    color: #007575;
    mask: unset;
    content: "\f00c";
    background-color: transparent;
}

.white-list li:before {
    color: white !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .paybox-cover-member .button-member-select {
        margin-top: -20px
    }
}

.button-member-select {
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #ffffff;
    text-align: center;
    background-color: #ffffff;
    color: #217473 !important;
}

.button-member-select:hover {
    background-color: #217473 !important;
    color: #ffffff !important;
}

.button-border-teal {
    border-color: #217473;
}*/