﻿.loading-spinner
{
    z-index: 111111;
}

.request-demo
{
    background-color: rgba(52,73,94,.7);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .request-demo *
    {
        font-family: 'Gotham Pro Reg' !important;
    }

    .request-demo .header
    {
        background-color: #663399;
        color: #ffffff;
        padding: 15px;
    }

    .request-demo span.cvview-close
    {
        float: right;
        padding: 0 5px;
        color: #ffffff;
        font-weight: normal;
        font-size: 20px !important;
        cursor: pointer;
        opacity: 0.7;
        position: relative;
        width: initial;
        height: initial;
        top: -20px;
        right: -7px;
    }

    .request-demo .popupwidth
    {
        width: 30%;
        left: 35% !important;
        top: 10% !important;
    }

    .request-demo div > .data
    {
        overflow-y: auto;
        width: calc(100%);
        overflow-x: hidden;
        margin-top: -14px;
    }

    .request-demo .data .content
    {
        padding-top: 5px;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .request-demo .data .content .label
        {
            color: black;
            font-size: 12px;
            display: inline-block;
            padding-bottom: 5px;
            white-space: nowrap;
        }

    .request-demo .err-msg
    {
        white-space: nowrap;
        color: red;
        font-size: 12px !important;
    }

    .request-demo .data .content .label span
    {
        font-size: 10px;
    }

    .request-demo .data .content input[type=text], .request-demo .data .content select
    {
        font-size: 12px;
        border-radius: 3px;
        background: white;
        border: 1px solid #e5e5e5;
        width: 100%;
        padding: 0 4px;
        line-height: 2.5;
        height: 28px;
        box-sizing: border-box;
    }

    .request-demo .add-btn
    {
        font-family: 'Gotham Pro Medium';
        background-color: #06AA86;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        /* margin-left: 10px; */
        border: 0;
        cursor: pointer;
        font-size: 16px;
        padding: 13px 44px;
        width: 100%;
    }

    .request-demo .demo-request-title
    {
        width: 30%;
    }

@media (max-width:900px)
{
    .request-demo .popupwidth
    {
        width: calc(100% - 10px) !important;
        left: 0 !important;
        margin-left: 5px;
        margin-right: 5px;
    }

    .request-demo .header
    {
        margin-left: 0;
        margin-right: 0;
    }

    .request-demo .demo-request-title
    {
        width: 100%;
    }
}
