﻿
/* File Upload */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn_At{
    font-size: 0.8rem !important;
}
.upload-btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 5px 20px !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}
.minHeight{
    height:11rem !important ;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}



.text-label {
    display: inline-block;
    border: solid 1px #9B9B9B;
    border-radius: 5px;
    padding: .5rem .7rem;
    margin-top: .5rem;
}












/* Pen Title */

.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .pen-title span {
        font-size: 12px;
    }

        .pen-title span .fa {
            color: #650C34;
        }

        .pen-title span a {
            color: #650C34;
            font-weight: 600;
            text-decoration: none;
        }


/* Form Module */

.form-module {
    position: relative;
    background: #ffffff;
    /*min-width: 390px;*/
    width: 100%;
    border-top: 5px solid #650C34;
    box-shadow: 0 0 2px rgba(124, 19, 61, 1);
    margin: 0 auto;
    padding-top: 2rem;
    border-bottom: 5px solid #650C34;
}

.form-module-special {
    background-color: #E8D4DE;
}

.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #650C34;
    /*width: 30px;*/
    height: 30px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
}

    .form-module .toggle .tooltip {
        position: absolute;
        top: 5px;
        right: -165px;
        display: block;
        background: rgba(0, 0, 0, 0.6);
        width: auto;
        padding: 5px;
        font-size: 10px;
        line-height: 1;
        text-transform: uppercase;
    }

        .form-module .toggle .tooltip:before {
            content: '';
            position: absolute;
            top: 5px;
            left: -5px;
            display: block;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid rgba(0, 0, 0, 0.6);
        }

.form-module .form {
    display: none;
    padding: 40px;
}

    .form-module .form:nth-child(2) {
        display: block;
    }

.form-module h2 {
    margin: 0 0 20px;
    color: #650C34;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.form-module input[type=text], input[type=password] {
    border-left: 0 solid #d9d9d9;
    border-right: 0 solid #d9d9d9;
    border-top: 0 solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    outline: none;
    display: block;
    width: 100%;
    background-color: #eee;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    transition: 0.3s ease;
    border-radius: 3px;
    top: 19px;
    right: -173px;
}


.form-module label {
    /*outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-width: 0 0 2px 0;*/
    margin: 0;
    padding: 10px 0px;
    box-sizing: border-box;
    font-wieght: 400;
    color: #9B9B9B;
    /*transition: 0.3s ease;*/
}


.form-module input:focus {
    border: 1px solid #650C34;
    border-width: 0 0 2px 0;
    color: #333333;
}

.form-module button,
.form-module input[type=submit] {
    cursor: pointer;
    background: #650C34;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 15px 15px;
    color: #ffffff;
    transition: 0.3s ease;
    margin-top: 25px;
}


    .form-module button:hover {
        background: #178ab4;
    }


.form-button {
    cursor: pointer;
    background: #650C34;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #ffffff;
    transition: 0.3s ease;
}

    .form-button:hover {
        background: #755c2f; /*#178ab4;*/
    }

.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

    .form-module .cta a {
        color: #333333;
        text-decoration: none;
    }
/******************  Email Textbox *************************/
.email {
    direction: ltr;
}

/******************  Validation *************************/

.msg {
    margin: 0px 17px;
    text-align: right;
    font-size: 11px;
    /*display:block;*/
}

.msg-err {
    color: #cc0000 !important;
}

.msg-info {
    color: #000077 !important;
}

.msg-ok {
    color: #007700 !important;
}

.msg-main {
    font-size: 14px;
}

/******************  Select *************************/
select {
    /*margin-left: 5px;
     
        width: 100%;*/
    margin: 4px 0 0 0;
    font-weight: 300;
    transition: 0.3s ease all;
    border: solid 1px #650C34;
    border-radius: 3px;
}

/******************  Text Area  *************************/
textarea {
    margin: 4px 0 0 0;
    border: solid 1px #9B9B9B; /*#650C34;*/
    border-radius: 5px;
    padding: .5rem .7rem;
}

/******************  Radio Buttons *************************/

/* The container */
.rd-container-en {
    direction: ltr;
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 75%;
}

    /* Hide the browser's default radio button */
    .rd-container-en input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-en {
    position: absolute;
    top: 13px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd-container-en:hover input ~ .checkmark-en {
    background-color: #650C34;
}

/* When the radio button is checked, add a blue background */
.rd-container-en input:checked ~ .checkmark-en {
    background-color: #650C34;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-en:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-container-en input:checked ~ .checkmark:after {
    display: block;
}

.checkmark-en .checked:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.rd-container-en .checkmark-en:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}


/******************  Radio Buttons Ar *************************/

/* The container */
.rd-container {
    display: block;
    position: relative;
    padding-right: 35px !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 75%;
}

    /* Hide the browser's default radio button */
    .rd-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 13px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd-container:hover input ~ .checkmark {
    background-color: #650C34;
}

/* When the radio button is checked, add a blue background */
.rd-container input:checked ~ .checkmark {
    background-color: #650C34;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-container input:checked ~ .checkmark:after {
    display: block;
}

.checkmark .checked:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.rd-container .checkmark:after {
    top: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

/******************  Check Box *************************/

/* The container */
.ch-container {
    display: block;
    position: relative;
    padding-right: 35px !important;
    margin-bottom: 0px !important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

    /* Hide the browser's default radio button */
    .ch-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.ch-checkmark {
    position: absolute;
    top: 13px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.ch-container:hover input ~ .ch-checkmark {
    background-color: #650C34;
}

/* When the radio button is checked, add a blue background */
.ch-container input:checked ~ .ch-checkmark {
    background-color: #650C34;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.ch-checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.ch-container input:checked ~ .ch-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.ch-container .ch-checkmark:after {
    /*top: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #fff;*/
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.app-sections-wrapper {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

    .app-sections-wrapper::after {
        content: '';
        position: absolute;
        height: 3px;
        background-color: transparent; /*#87A39C; #444B51;*/
        left: 50px;
        right: 50px;
        top: 19px;
        /*bottom: 0;*/
        /*top: 10%;*/
        margin-top: -3px;
    }

.app-section-container {
    padding: 10px 5px;
    position: relative;
    background-color: inherit;
    /*width: 12%;*/
    text-align: center;
    cursor: pointer;
}

    .app-section-container:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        left: calc(50% - 12px);
        background-color: white;
        border: 5px solid #ccc; /*#FF9F55;*/
        top: 5px;
        border-radius: 50%;
        z-index: 1;
    }

    .app-section-active::after, .app-section-container:hover:after {
        border: 5px solid #9B9B9B; /*#FF9F55;*/
        /*top:3px;*/
        transition: all 0.2s ease-in-out;
        transform: scale(1.2);
    }

.app-sections-wrapper > a {
    text-decoration: none;
}


.app-section-content {
    padding: 20px 5px;
    /*background-color: #2E2A51; white;*/
    position: relative;
    text-align: center;
}


.field-label-top {
    padding: inherit inherit 0 inherit;
    border: dotted 1px #d9d9d9;
    border-width: 0 0 1px 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    margin-top: 1.7rem;
}


.field-label-q {
    padding: inherit inherit 0 inherit;
    border: dotted 1px #d9d9d9;
    border-width: 0 0 1px 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.3rem;
    margin-top: 1.7rem;
}

.field-label-a {
    /*padding: inherit inherit 0 inherit;*/
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    margin-top: 1.1rem;
}

.field-group {
    padding: 1.5rem;
    /*background-color: #eee;*/
    /*background-color: #e5dbcf;*/
    background-color: #eae5e1;
    background-color: #e5dbcf;
    border-radius: 5px;
}


.field-group-focused {
    padding: 1.5rem;
    background-color: #009dcc;
    border-radius: 5px;
}







.num-field {
    direction: ltr !important;
}
