

/* Start:/local/templates/empty/style.css?165359309610200*/
.overlay,
.form-panel.one:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.form {
    z-index: 15;
    position: relative;
    background: #FFFFFF;
    width: 600px;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 40px auto 10px;
    overflow: hidden;
}

.form-toggle {
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 60px;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(0, -25%) scale(0);
    transform: translate(0, -25%) scale(0);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-toggle:before,
.form-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background: #4285F4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-toggle:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.form-toggle.visible {
    -webkit-transform: translate(0, -25%) scale(1);
    transform: translate(0, -25%) scale(1);
    opacity: 1;
}

.form-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 0 0 20px;
}

.form-group:last-child {
    margin: 0;
}

.form-group label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
}



.form-group input,.form-group select {
    outline: none;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-group input:focus {
    color: rgba(0, 0, 0, 0.8);
}

.form-group button {
    outline: none;
    background: #4285F4;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.form-panel {
    padding: 60px calc(5% + 60px) 60px 60px;
    box-sizing: border-box;
}

.form-panel.one:before {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-panel.one.hidden:before {
    display: block;
    opacity: 1;
    visibility: visible;
}


.form-header {
    margin: 0 0 40px;
}

.form-header h1 {
    padding: 4px 0;
    color: #4285F4;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.header_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.header_logo img {
    max-width: 200px;
}

.page {
    min-height: 100%;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}

.form-group .form-access {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: flex;
    align-items: center;
}

.form-group .politic-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}


.form-group .form-access input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}

footer {
    background: #f2f2f2;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #d5d6d6;
    font-size: 12px;
    text-align: center;
    padding-top: 18px;
}



#accordion {
    max-width: 90%;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item-header {
    padding: 10px 15px;
    background: #426c9e;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #426c9e;
    border-right: 1px solid #426c9e;

}

.accordion-item-content {
    border-left: 1px solid #426c9e;
    border-right: 1px solid #426c9e;
    border-bottom: 1px solid #426c9e;
    background: #ffffff;
    color: #000;
    display: none;
}

.accordion-item-content img {
    width: 50%;
}

.accordion-item.show .accordion-item-content {
    padding: 10px 15px;
    display: block;
    overflow-x:scroll;
}

.column-exams {
    font-size: 0.8em;
    border-right: 1px solid #FFF;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 5px 7px;
}

.column-exams:last-child {
    border-right: none
}

.exam-name, .exam-date {
    display: flex;
    align-content: center;
}

.column-exams>div:first-child {
    font-weight: 700;
}
.column-exams>div{
    text-align: center;
    flex: 0 1 100%;
}

.first-row {
    display: flex;
    border: 1px solid #fff;
}

.second-row {
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
}

.accordion-item .accordion-activator:after {
    content: '';
    width: 10px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
    transform: rotate(90deg);
    margin-left: 15px;
    -webkit-transition: transform 0.3s ease-out 0.15s;
    -moz-transition: transform 0.3s ease-out 0.15s;
    -o-transition: transform 0.3s ease-out 0.15s;
    transition: transform 0.3s ease-out 0.15s;
}

.accordion-item.show .accordion-activator:after {
    transform: rotate(-90deg);
}

.downloads-blanks {
    color: #007bff;
    text-decoration: none;
}

.downloads-blanks:hover {
    color: #0056b3;
    text-decoration: underline;
}

.anonce-text {
    max-width: 90%;
    margin: 20px auto;
}

#login_name {
    background-repeat: repeat-x;
    background-size: 200% 1px;
    background-position: 0 100%;
    padding-bottom: 0.125rem;
    text-decoration: none !important;
    color: #1b86c0;
}

.overlay-loader {
    background: rgb(144, 144, 144);
    opacity: 0.3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.circle-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #0071bb;
    animation: spin 1s infinite linear;
}

@keyframes bouncy {
    40% {
        height: 40px;
    }

    50% {
        transform: translate(0, 65px);
        height: 34px;
        border-radius: 20px;
    }

    65% {
        height: 40px;
    }
}

@keyframes push {
    50% {
        left: 56px;
    }
}

@keyframes slide {
    50% {
        margin-top: 25px;
    }
}

@keyframes pulse {
    50% {
        border-width: 30px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cross {
    50% {
        margin-left: 60px;
    }
}

.form-group.captcha {
    display: flex;
    flex-direction: row;
}

#captcha_word {
    flex: 0 0 50%;
}

.form-group.captcha>img {
    flex: 0 0 30%;
    margin-left: 10%;
}

#captcha_word:invalid {
    border: 2px solid red
}

table {
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    width:100%;
    margin-bottom:10px
}

th {
    background: #426c9e;
    color: white;
    text-shadow: 0 1px 1px #2D2020;
    padding: 10px 20px;
}

th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

th:first-child, td:first-child {
    text-align: left;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

td {
    padding: 10px 20px;
    background: #F8E391;
}

tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

tr td:last-child {
    border-right: none;
}
.exams-none{
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 3em;
}
@media(max-width:1000px) {
    .page {
        width: 100%;
    }

    .form {
        width: 100%;
    }

    .form-group.captcha>img {
        margin-left: 0px;
    }

    .first-row {
        flex-direction: column;
    }

    .column-exams {
        justify-content: space-between;
    }

}

@media (max-width: 767px) {
    .form-group label, .form-group input {
        font-size: 16px;
    }

    .column-exams {
        border-right: 0;
    }

    .header_content .header_logo {
        flex: 30%;
    }

    .form-panel, .header_content {
        padding: 20px calc(5% + 20px) 20px 20px;
    }

    .header_content, .footer {
        font-size: 16px;
    }

    #captcha_word {
        flex: 1 1 90%;
    }

    .form-group.captcha>img {
        margin-top: 10px;
        flex: 1 1 100%;
    }
}
/* End */
/* /local/templates/empty/style.css?165359309610200 */
