﻿.MBLMWrapper {
    position: relative;
}

    .MBLMWrapper .mblmblockform {
        position: absolute;
        top: 60px;
        left: 60px;
        width: 100%;
        max-width: 610px;
        z-index: 20000;
        font-family: FFClanWebProBook,sans-serif !important;
        font-weight: 400;
        font-size: .975rem;
        line-height: 1.5rem;
        text-rendering: optimizeLegibility;
        display:none;
    }

        .MBLMWrapper .mblmblockform .mblmformcontainer {
            background-color: #fff;
            padding: 20px 20px 20px 25px;
            border: solid 1px #333;
            border-radius: 10px;
            width: 100%;
            max-width: 560px;
        }

            .MBLMWrapper .mblmblockform .mblmformcontainer form {
                width: 100%;
                max-width: 500px;
                padding-top: 20px;
            }

.mblm-form-close {
    float: right;
    background-image: url(../img/sprite/build/sprite.svg);
    background-size: 100px 100px;
    background-position: 0 -4px;
    cursor: pointer;
}

    .mblm-form-close .closetext {
        visibility: hidden;
    }

.g-disclaimer {
}

    .g-disclaimer p {
        font-size: 13px;
        line-height: 16px;
        padding: 0 0 8px 0;
    }

    .g-disclaimer a {
        background-color: inherit;
        color: #512d6d;
        text-decoration: none;
        outline: 0;
    }

.form-group {
    padding-bottom: 16px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    height: 42px;
}

.form-group input, .form-group select {
    color: #000;
    border: 1px solid #ccc;
    font-size: 100%;
    font-family: FFClanWebProBook,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin: 0;
    vertical-align: baseline;
    border-radius: 5px;
}

.mblmformsub {
    font-family: FFClanWebProBook,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #4b1f68;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 6px 15px 4px;
    margin: 0 20px 20px 0;
    text-decoration: none;
    position: relative;
    outline: 0;
    font-size: 0.975rem;
    line-height: 1.875rem;
    vertical-align: middle;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

    .mblmformsub :hover {
        color: #fff !important;
        background-color: #4b1f68 !important;        
    }

#FormReturnPlace {
}

    #FormReturnPlace h3 {
        font-size: 1.75rem;
        line-height: 2.375rem;
        font-family: FFClanWebProMedium,sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 16px 0;
    }
#FormReturnPlace p {
}





.MBLMTab {
    display: none;
}
/*.tabcontent1 {
    display: block;
}*/

#tabby-1:checked ~ .tabcontent1,
#tabby-2:checked ~ .tabcontent2,
#tabby-3:checked ~ .tabcontent3,
#tabby-4:checked ~ .tabcontent4,
#tabby-5:checked ~ .tabcontent5,
#tabby-6:checked ~ .tabcontent6 {
    display: block;
}

.tablabel {
    display: inline-block
}
@media only screen and (min-width: 767px) {
    .tabcount-2 {
        width: 49%;
    }

    .tabcount-3 {
        width: 32.5%;
    }

    .tabcount-4 {
        width: 24.3%;
    }
}

.MBLMWrapper input[type=radio].tabbyradio {
    display: none;
}

    .MBLMWrapper input[type=radio].tabbyradio + label { 
        border: 1px solid #999;
        background: #EEE;
        padding: 4px 12px;
        /*border-radius: 4px 4px 0 0;*/
        position: relative;
        top: 1px;
    }

    .MBLMWrapper input[type=radio].tabbyradio:checked + label { /* white background for selected tab */
        background: #FFF;
        border-bottom: 1px solid transparent;
    }

    .MBLMWrapper input[type=radio].tabbyradio ~ .tablabel { /* grey line between tab and contents */
        border-top: 1px solid #999;
        padding: 12px;
    }


span.field-validation-error {
    color:red;
    font-size:0.9rem;
    display:inline-block;
    padding-top:4px;
}
.tabbyr180 {
    font-size: 0.7rem;
}
.tabbyr170 {
    font-size: 0.72rem;
}
.tabbyr160 {
    font-size: 0.75rem;
}
.tabbyr150 {
    font-size: 0.8rem;
}
.tabbyr140 {
    font-size: 0.85rem;
}
.tabbyr130 {
    font-size: 0.9rem;
}
.tabbyr120 {
    font-size: 0.95rem;
}
.tabbyr100 {
    font-size: 1rem;
}


#mblmcontactform .form-group label{
    font-size:0.9em;
}
#mblmcontactform .form-group input[type=text] {
    font-size: 0.85em;
    padding: 4px 0 4px 10px;
}
#mblmcontactform .form-group select {
    padding: 4px 0 4px 10px;
}
#mblmcontactform .form-group select option {
    font-size: 0.85em;
    padding:20px !important;
}
#mblmcontactform .form-group input#ContactNumber{
    padding-left:60px;
}

div.iti--allow-dropdown{
    display:block;
}