﻿body {
    font-family: 'Lato', sans-serif;
    background-color: #e9e7e7;
}

* {
    box-sizing: border-box;
    font-weight: 200;
}

input[type=text], select, textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=date], select {
    width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 15px;
    display: inline-block;
}

input[type=submit] {
    border-style: none;
    border-color: #000066;
    border-width: medium;
    /*background-color: #ff8500;*/
    color: white;
    padding: 15px 10px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin-left: 170px;
    width: 200px;
    box-shadow: inset 0px 0px 2px 0px #000066, inset 0px 0px 2px 0px #000066, 0px 0px 2px 0px #000066;
    text-align: center;
}

    input[type=submit]:hover {
        background-color: #000066;
        box-shadow: inset 0px 0px 1px 0px #000066, inset 0px 0px 1px 0px #000066, 0px 0px 1px 0px #000066;
    }

.containerSearchingprofiler {
    margin-top: 30px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}
.containerbasicdetails {
    margin-top: 30px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.containerbasicdetailsform1 {
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.containerbasicdetailsform2 {
    margin-top: 10px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.containerbasicdetailsform3 {
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.containerbasicdetailsform4 {
    margin-top: 50px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.containerbasicdetailsform5 {
    margin-top: 40px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.avatarpersonaldetailsSteps {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.PartnerPreformanceforms {
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.buttoncontainer {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: 0px;
    box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
}

.BasicdetailsandExtracariculamactivitiesContainer {
    margin-top: 50px;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.PersonalBasicFamilyInformationContainer {
    margin-top: 10px;
    border-radius: 5px;
    background-color: white;
    padding: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.col-30 {
    float: left;
    width: 30%;
    margin-top: 6px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#output_image {
    max-width: 200px;
    max-height: 200px;
}
/*imageviewwrapper*/
#imageviewwrapper {
    -webkit-border-radius: 5px;
    background-color: #f1efef;
    background: -moz-linear-gradient(top, #f1efef, #f1efef);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f1efef), color-stop(1.0, #f1efef));
    border: 1px solid #dedede;
    color: #484848;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 15px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/*desginfornewusepannel*/
.desginfornewusepannel {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 20;
    text-decoration: none;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    display: inline-flexbox;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    margin-right: 3px;
}

.divider {
    width: 5px;
    height: auto;
    display: inline-block;
    margin-left: 0px;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px;
}

.PersonalDetailsbutton {
    background: linear-gradient(to bottom, #000066 0%, #000066 100%);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
    letter-spacing: .075em;
    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
  
}

.extracariculamactivities {
    /*background-color: #390c80;*/
    padding-top: 8px;
    border: solid 5px #FFFFFF;
    /*box-shadow: inset 0px 0px 0px 0px #ddd, inset 0px 0px 0px 0px #ddd, 0px 0px 2px 2px #ddd;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align:left;
    background-color:#390c80;
    color:white;
    font-size:x-large;
    font-weight:bolder;
    margin-top:-30px;
    margin-left:-22px;
    margin-right:-22px;
    height:60px;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
/*previousvalue 0*/
        margin-top: 10px;
    }

    label {
        padding: 12px 12px 12px 5px;
        display: inline-block;
    }

    .BasicdetailsandExtracariculamactivitiesContainer {
        margin-top: 10px;
        border-radius: 5px;
        background-color: white;
        padding: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .containerSearchingprofiler {
        margin-top: 30px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }


    .containerbasicdetails {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: inset 0px 0px 2px 0px white, inset 0px 0px 2px 0px #dedede, 0px 0px 2px 0px #dedede;
    }

    .PersonalDetailsbutton {
         background: linear-gradient(to bottom, #000066 0%, #000066 100%);
        border: 0;
        border-radius: 4px;
        /*box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
        box-sizing: border-box;*/
        color: #fff;
        cursor: pointer;
        /*font-family: bold .875em/1.25em "Open Sans Condensed", sans-serif;*/
        font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
        letter-spacing: .075em;
        font-size: .9em;
        margin: 5px;
        padding: 10px 15px;
        text-align: center;
        user-select: none;
        /*-webkit-user-select: none;*/
        /*touch-action: manipulation;*/
        text-transform: uppercase;
    }

    .containerbasicdetailsform1 {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .containerbasicdetailsform2 {
        margin-top: 50px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .containerbasicdetailsform3 {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .containerbasicdetailsform4 {
        margin-top: 10px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .containerbasicdetailsform5 {
        margin-top: 0px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .avatarpersonaldetailsSteps {
        vertical-align: middle;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .buttoncontainer {
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 50%;
        margin-left: 0px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .PersonalBasicFamilyInformationContainer {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .PartnerPreformanceforms {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    input[type=submit] {
        background-color: #000066;
        color: white;
        padding: 15px 100px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        margin-left: 0px;
    }

        input[type=submit]:hover {
            background-color: #000066;
        }

    .divider {
        width: 10px;
        height: auto;
        display: inline-block;
        margin-left: 0px;
    }

    .column {
        width: 100%;
    }

    .extracariculamactivities {
        /*background-color: #390c80;*/
        padding-top: 8px;
        border: solid 5px #FFFFFF;
        /*box-shadow: inset 0px 0px 0px 0px #ddd, inset 0px 0px 0px 0px #ddd, 0px 0px 2px 2px #ddd;*/
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        text-align: left;
        background-color: #390c80;
        color: white;
        font-size: x-large;
        font-weight: bolder;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
    input[type=text], select, textarea {
        width: 100%;
        height: 42px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    input[type=date], select {
        width: 100%;
        padding: 2px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }


    label {
        padding: 12px 12px 12px 15px;
        display: inline-block;
    }

    input[type=submit] {
        background-color: #000066;
        color: white;
        padding: 15px 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: left;
        margin-left: 170px;
        width: 250px;
        /*box-shadow: inset 0px 0px 3px 0px #000066, inset 0px 0px 3px 0px #000066, 0px 0px 3px 0px #000066;*/
    }

        input[type=submit]:hover {
            background-color: #000066;
            box-shadow: inset 0px 0px 1px 0px #000066, inset 0px 0px 1px 0px #000066, 0px 0px 1px 0px #000066;
        }

    .containerSearchingprofiler {
        
        margin-top: 30px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }
    .containerbasicdetails {
        margin-top: 30px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        box-shadow: inset 0px 0px 5px 0px white, inset 0px 0px 5px 0px #dedede, 0px 0px 5px 0px #dedede;
    }

    .BasicdetailsandExtracariculamactivitiesContainer {
        margin-top: 10px;
        border-radius: 5px;
        background-color: white;
        padding: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        height: 600px;
    }

    .PartnerPreformanceforms {
        margin-top: 20px;
        border-radius: 5px;
        background-color: white;
        padding: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-25 {
        float: left;
        width: 25%;
        margin-top: 6px;
    }

    .col-75 {
        float: left;
        width: 75%;
        margin-top: 6px;
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    #output_image {
        max-width: 200px;
        max-height: 200px;
    }

    .PersonalDetailsbutton {
         background: linear-gradient(to bottom, #000066 0%, #000066 100%);
        /*border: 0;*/
        border-radius: 4px;
        /*box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;*/
        /*box-sizing: border-box;*/
        color: #fff;
        cursor: pointer;
      
        font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
        letter-spacing: .075em;
        font-size: .9em;
        margin: 5px;
        padding: 10px 15px;
        text-align: center;
        user-select: none;
        /*-webkit-user-select: none;*/
        text-transform: uppercase;
       
    }
     .extracariculamactivities {
        /*background-color: #390c80;*/
        padding-top: 8px;
        border: solid 5px #FFFFFF;
        /*box-shadow: inset 0px 0px 0px 0px #ddd, inset 0px 0px 0px 0px #ddd, 0px 0px 2px 2px #ddd;*/
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        text-align: left;
        background-color: #390c80;
        color: white;
        font-size: x-large;
        font-weight: bolder;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        line-height: 1.5;
    }
}
