﻿html body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

html, body {
    height: 100%;
    /*overflow: hidden;*/
}

footer {
    text-align: center;
}

.reglamentDocuments {
    line-height: 1.66;
    padding-bottom: 6rem;
    font-size: 11px;
}

    .reglamentDocuments li + li {
        margin-top: .5rem;
    }

.page_Congradulation .body-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



.bold {
    font-weight: bold;
}

body h1 {
    font-size: 2rem;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

h3 {
    /*text-align: center;*/
}

h2 {
    text-align: left;
}

body .dropzone {
    border: 1px dashed skyblue;
    padding: 1rem;
    cursor: pointer;
    /*margin-left: auto;*/
    margin-right: auto;
    overflow: auto;
    padding-top: 0;
    padding-bottom: 0;
}

    body .dropzone .dz-message {
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -.5rem;
        flex-direction: column;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dropzone .fileUploadZone {
    }

.fileUploadZone {
    /*width: 400px;*/
    width: 380px;
    /* height: 100px; */
    height: 160px;
    min-height: 100px;
    /*border: 1px dashed skyblue;fileUploadZone
    padding: 1rem;
    cursor: pointer;*/
}

.dropzone .dz-preview {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*.uploadZone-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}*/

.uploadZoneTitle {
    height: 50px;
}

.uploadedFileInfo {
    z-index: 1000;
    max-width: 400px;
    font-size: 1.5rem;
    margin-top: .2rem;
}


.attachedFiles h3,
.attachedFiles h4,
.attachedFiles .uploadZoneDescription {
    text-align: center;
}

.attachedFiles .uploadZoneDescription {
    max-width: 400px;
    /*margin-left: auto;
        margin-right: auto;*/
    font-size: 1.33rem;
    line-height: 1.6;
}

p.desc {
    font-size: 1.44rem;
    text-align: right;
    line-height: 1.6;
}

body label {
    font-weight: normal;
}

body select {
    padding: 5px 8px;
}

label[disabled],
.checkboxInlineLabel.disabled {
    color: rgb(205, 205, 205);
    pointer-events: none;
}



.labelDescription {
    font-size: 1.6rem;
    text-align: right;
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .labelDescription {
        text-align: left;
    }
    p.desc {
        text-align: left;
    }
    .addWorkExpirienceButton {
        float: left !important;
    }
}

.expirienceTable {
    
}
table.expirienceTable > tbody > tr > td {
        /*padding-left: 0;
        padding-right: 0;*/
    }

    table.expirienceTable > tbody > tr > td input[type="text"],
    table.expirienceTable > tbody > tr > td textarea {
        width: 100%;
        /*max-width: 200px;*/
    }

table.expirienceTable > tbody > tr > td:nth-child(1) {
    width: 150px;
}
table.expirienceTable > tbody > tr > td:nth-child(2) {
    width: 150px;
}
table.expirienceTable > tbody > tr > td:nth-child(3) {
    width: 220px;
}
table.expirienceTable > tbody > tr > td:nth-child(4) {
    width: 220px;
}
table.expirienceTable > tbody > tr > td:nth-child(5) {
    width: 200px;
}
    table.expirienceTable > tbody > tr > td:nth-child(6) {
        width: 40px;
    }

@media screen and (max-width: 767px) {
    table.expirienceTable tr {
        display: flex;
        flex-direction: column;
        align-items:center;
    }
    table.expirienceTable td input[type="text"] {
        width: 100% !important;
    }

    table.expirienceTable > tbody > tr > td:nth-child(1) {
        width: 320px;
    }

    table.expirienceTable > tbody > tr > td:nth-child(2) {
        width: 320px;
    }

    table.expirienceTable > tbody > tr > td:nth-child(3) {
        width: 320px;
    }

    table.expirienceTable > tbody > tr > td:nth-child(4) {
        width: 320px;
    }

    table.expirienceTable > tbody > tr > td:nth-child(5) {
        width: 320px;
    }
}


.row {
    margin-top: 2.15rem;
}
body .addWorkExpirienceButton {
    margin-bottom: 1rem;
}

.removeExpirienceButton {
    background-color: #fff0;
    border: none;
    color: red;
    width: 15px;
    font-size: 1.6rem;
    margin-top: 4px;
}

    .removeExpirienceButton .hidden {
        display:none;
    }


    .removefileIcon {
        width: 10px;
        color: red;
        margin-left: 2px;
        font-family: monospace;
        font-style: initial;
        cursor: pointer;
        /*text-decoration: underline;*/
        font-size: 1.6rem;
        transition: opacity .23s;
        font-weight: bold;
    }
    .removefileIcon:hover {
        opacity: .8;
        transform: scale(1.2);
    }
    
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="date"],
    textarea {
        padding: .4rem;
        font-size: 1.5rem;
        padding-left: .7rem;
        padding-right: .7rem;
        width: 400px;
        border: 1px solid rgba(204, 204, 204, 0.65);
        border-radius: 2px;
        max-width: 100%;
    }

td input [type="text"],
td input[type="email"],
td input[type="number"],
#expirienceListContainer input[type="date"] {
    /*width: 200px !important;*/
    width: 150px !important;
}



div input[type="checkbox"],
input[type="checkbox"],
input[type="radio"] {
    margin: auto;
    margin-top: 0;
    margin-bottom: auto;
    vertical-align: top;
    /*margin-top: 3px;*/
    width: 19px;
    height: 19px;
    border-radius: 3px;
}

p + textarea,
label + textarea {
    margin-top: .6rem;
}

.publicOrganisationsTextarea {
    width: 400px;
}

.recommendationsTextarea {
    width: 400px;
}

.certificateIssuedByTextarea {
    width: 400px;
}

.officePropertyTextarea {
    width: 400px;
}

.lawyerOrganizationTextarea {
}

.addWorkExpirienceButton {
    /*margin-top: .5rem;*/
    margin-bottom: 1rem;
}

.removeExpirienceLink {
}

.surveyRow {
    margin-bottom: 4rem;
}

    .surveyRow p {
        margin-bottom: 0;
    }

.surveyInputRow {
    padding-left: 1.8rem;
}



body .submitContestFormButton {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.8rem;
}

.checkboxDescription {
    font-size: 1.33rem;
    padding-left: 1.8rem;
}

.checkboxInlineLabel {
    user-select: none;
    max-width: 90%;
    margin-top: .8rem;
}

    .checkboxInlineLabel input[type="checkbox"],
    .checkboxInlineLabel input[type="radio"] {
        margin-right: .45rem;
    }

input[type="number"].expirienceTimeInput {
    width: 60px;
}

.navbar,
.navbar.navbar-inverse {
    background-color: #fff;
    border-color: rgba(204, 204, 204, 0.65);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.03);
}

.navbar-header {
    width: 100%;
    padding: .8rem;
}

.navbar-brand,
a.navbar-brand {
    padding: .1rem;
    height: 100px;
}

    .navbar-brand img {
        height: 100%;
    }

.headerTopRow {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.body-content {
    margin-top: 80px;
}

.field-validation-error {
    font-weight: bold;
}
.fileUploadZone-incorrectFileType {
    font-weight: bold;
    color: #a94442; /*.text-danger*/
}


/* .field-validation-valid + br { */
/* .input-validation-error + br {
    display: none;
} */
/*Checkbox*/
/*.checkboxContainer {
    position: relative;
    display: flex;
    align-content: center;
}

    .checkboxContainer label {
        top: 4px;
        left: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .checkboxContainer label span {
            margin-top: 5px;
        }

        .checkboxContainer label:before {
            content: '';
            width: 32px;
            height: 32px;
            position: relative;
            top: 2px;
            left: 2px;
            background-color: skyblue;
            opacity: 1;
            border-radius: 5px;
            margin-right: .7rem;
        }

    .checkboxContainer .checkboxLabel.disableTextSelection {
        user-select: none;
    }

    .checkboxContainer input[type=checkbox] {
        visibility: hidden;
    }

        .checkboxContainer input[type=checkbox]:checked + label:before {
            background-image: url("/Assets/images/ui/checkbox_icon.png");
            background-repeat: no-repeat;
            background-position: center;
            opacity: 1;
            border: 1px solid red;
        }*/
.checkbox {
    margin: 20px auto;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .headerTopRow {
        flex-wrap: wrap;
    }

    .navbar > .container .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand, a.navbar-brand {
        height: 50px;
    }
    .container > .navbar-header {
        margin-left: auto;
        margin-right: auto;
    }
    body h1 {
        font-size: 1.4rem;
    }
}


@media print {
    p.desc {
        font-size: 1.44rem;
        text-align: left;
        line-height: 1.6;
    }

    label {
        font-weight: normal;
    }

    .labelDescription {
        font-size: 1.6rem;
        text-align: left;
        display: block;
        font-weight: bold;
    }

    .row {
        margin-top: 2.15rem;
    }
}