
.container {
    max-width: 1200px !important;
}

.form-control {
    height: 47px !important;
}

.bordered {
    border-color: rgb(169, 169, 169);
    /*border-color: lightgray;*/
}

#SuccessMessage {
    color: green;
}

#ErrorMessage {
    color: red;
}

#PostGraduation {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

    #PostGraduation + input + #PostGraduationlabel span {
        background: url('../images/Checkbox_unchecked.png');
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
    }


    #PostGraduation:checked + input + #PostGraduationlabel span {
        background: url('../images/Checkbox_checked.png');
        width: 47px;
        height: 47px;
        vertical-align: middle;
    }



#Master {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

    #Master + input + #Masterlabel span {
        background: url('../images/Checkbox_unchecked.png');
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
    }


    #Master:checked + input + #Masterlabel span {
        background: url('../images/Checkbox_checked.png');
        width: 47px;
        height: 47px;
        vertical-align: middle;
    }




#Phd {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

    #Phd + input + #Phdlabel span {
        background: url('../images/Checkbox_unchecked.png');
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
    }


    #Phd:checked + input + #Phdlabel span {
        background: url('../images/Checkbox_checked.png');
        width: 47px;
        height: 47px;
        vertical-align: middle;
    }



#AvailabilityNational {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

    #AvailabilityNational + input + #AvailabilityNationallabel span {
        background: url('../images/Checkbox_unchecked.png');
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
    }


    #AvailabilityNational:checked + input + #AvailabilityNationallabel span {
        background: url('../images/Checkbox_checked.png');
        width: 47px;
        height: 47px;
        vertical-align: middle;
    }

#AvailabilityInternational {
    display: none;
    border: none !important;
    box-shadow: none !important;
}

    #AvailabilityInternational + input + #AvailabilityInternationallabel span {
        background: url('../images/Checkbox_unchecked.png');
        width: 47px;
        height: 47px;
        display: inline-block;
        vertical-align: middle;
    }


    #AvailabilityInternational:checked + input + #AvailabilityInternationallabel span {
        background: url('../images/Checkbox_checked.png');
        width: 47px;
        height: 47px;
        vertical-align: middle;
    }




/*#generalcontainer{
    height:1600px;
}*/



.qualificationsgroup, #AvailabilityCountriesGroup {
    opacity: 0.5;
}



/*#knowledgeButtonArea{
    margin-top:60px;

}*/


select::-ms-expand {
    display: none;
}



.errormsgs span {
    display: none;
}

    .errormsgs span:first-child {
        display: block;
    }

.styled-select {
    background: url(/images/selectArrowWhiteBG.png) no-repeat right white;
    -webkit-appearance: none;
    -moz-appearance: none;
}


input[type='radio'] {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px lightgray inset;
}

    input[type='radio']:hover {
        box-shadow: 0 0 5px 0px orange inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 40%;
        height: 40%;
        margin: 31% 31%;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #77CA4E;
    }


#warning {
    font-size: 12px;
}

/*#rectangle{
    text-align:center;
    height: 40px;
    border-radius: 1px;
    border-width: 3px;
    border: solid #77CA4E;
    color:#8BC760;
    background: url(/images/mais-01.svg) no-repeat right;
}*/

#btnsubmit {
    text-align: center;
    height: 40px;
    border-radius: 1px;
    border-width: 3px;
    border: solid #8BC760;
    color: white;
    background-color: #8BC760;
    -webkit-appearance: none;
}

.button {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 140px;
    height: 40px;
    border-radius: 1px;
    border-width: 3px;
    border: solid #77CA4E;
    color: #8BC760;
    background: url(/images/mais-01.svg) no-repeat right;
}



.btnChooseFile {
    height: 30px;
    font-size: 16px;
    font-family: lato;
    background: url(/images/selectArrowWhiteBG.png) no-repeat right white;
    color: #77CA4E;
}


.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    /*font-size: 50px;*/
    font-size: 34px;
    margin-bottom: 50px;
}

.pageTitle {
    /*font-size: 21px;*/
    font-size: 18px;
    color: #0a5b7b;
    font-family: 'Neo Sans Medium';
    margin-bottom: 20px;
    margin-top: 20px;
}

.pagetext {
    /*font-size: 18px;*/
    font-size: 16px;
    font-family: Lato;
    color: #1f1f1f;
    text-align: center;
}


.form-group {
    margin-bottom: 10px;
    margin-top: 10px;
}


.control-label {
    font-size: 16px;
    font-family: lato;
    width: 100%
}

.form-control {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: lato;
    padding-left: 10px;
}

.radiobtn {
    display: inline;
    font-size: 16px;
    font-family: lato;
    margin-right: 20px;
}

.radiobtninput {
    width: 30px;
    height: 30px;
}


.ui-multiselect-header {
    display: none;
}


.ui-multiselect {
    background: url(/images/selectArrowWhiteBG.png) no-repeat right white !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .ui-multiselect span.ui-icon {
        display: none;
    }

    .ui-multiselect span {
        visibility: hidden;
    }

#AvailabilityCountriesGroup > button {
    width: 100% !important;
}


@media (max-width: 992px) {
    .checkgroup {
        margin-bottom: 50px;
    }

    .detailgroup {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #rectangle {
        width: 183px !important;
    }

    #inner_rectangle {
        max-width: 150px;
    }


    /*.form-group {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }


    .qualificationsgroup {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }*/
}
