@import url("opensans.css");

html {
    font-size: 1em;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #f2f2f2;
    height: 100%;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: normal;
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

.lead {
    font-size: 1.2rem;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.2rem;
    border-left: 5px solid #e5e5e5;
}

p,
ol,
ul {
    font-size: 1rem;
    margin-bottom: 15px;
}

.form-control {
    font-weight: 700;
}

a {
    color: #3333FF;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
    transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
    cursor: pointer;
    text-decoration: none;
}

.tableContainer .links a:hover,
.leftSide_bgr p a:hover,
.cookie-alert-container a:hover,
.breadcrumb a:hover,
.modal a:hover {
    border-bottom: 1px solid #3333FF;
}

.close {
    opacity: 1;
}

a:focus,
.close:focus,
.close:hover,
span.torlokod:focus,
img.qrcode:focus,
p.code:focus {
    outline: 2px solid #3333FF;
    outline-offset: 2px;
    text-decoration: none;
    opacity: 1;
    color: #3333FF;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #3333FF;
    color: #3333FF;
}

.movingContent h4 {
    margin-top: 0;
}

.btn {
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    font-size: 0.8rem;
    border: none;
    padding: 8px 12px;
}

.btns {
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 3px solid #fbdc00;
    outline-offset: -1px;
    color: #fff;
}

.btn:hover,
.btn:focus {
    text-decoration: underline;
}

.btn-red,
.btn-red:hover,
.btn-red:active,
.btn-red.active {
    background-color: #c20029;
    color: #fff;
    border: 1px solid #c20029;
}

.btn-blue {
    color: #fff;
    background-color: #004b88;
    border: 1px solid #004b88;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue:active:hover {
    color: #fff;
    text-decoration: underline;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=70);
    border-bottom-color: #004b88;
}

.btn-default {
    border: 1px solid #33f;
    color: #33f;
    text-transform: uppercase;
    background-color: transparent;
}

.btn-default:hover {
    border: 1px solid #33f;
    color: #33f;
    text-transform: uppercase;
    background-color: transparent;
}

.btn-default.active,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:focus:hover {
    outline: 0;
    color: #33f;
    text-transform: uppercase;
    background-color: #fbdc00;
    border-color: #33f;
}

.small,
small {
    font-size: 75%;
}

.btns .btnsCont {
    width: 100%;
    margin: 0 0 0 auto;
}

.btns .btn-default.btn-block {
    white-space: normal;
    min-width: 20%;
    max-width: 50%;
    width: auto;
}

.btns .btn {
    margin-left: 15px !important;
}

.btns .btn-block {
    display: inline-block;
    margin: 0;
}

#logo {
    text-align: center;
    width: 120px;
}

span.icon {
    display: block;
}

.head {
    margin: 0;
    line-height: normal;
}

form textarea {
    resize: none;
}

.label-default {
    background-color: #e7e8eb;
    border-color: #e7e8eb;
    color: #555;
}

.head.underline,
div.underline {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #c2cddb;
}

.block-container {
    margin-bottom: 20px;
}

.block-container img {
    margin: 20px auto;
    height: 100px;
}

.block-container p {
    font-size: 1.2rem
}

.head>small {
    margin-left: 15px;
}

.nav.list-group>a {
    text-transform: uppercase;
    border-color: transparent;
    padding: 5px 10px;
    margin: 0 auto;
    display: block
}

.list-group-item>.badge,
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    background-color: #D82937;
    color: #fff;
    float: none;
    display: inline-block;
    margin: -3px 0 0 5px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: transparent;
}

.sidebar .btn-block {
    width: 60%;
    margin: 15px auto;
}

.sidebar .list-group {
    margin: 0;
}

.bordered-block {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.head-link {
    font-size: 0.8rem;
    position: relative;
    bottom: -12px;
}

a.head.underline,
a.head.underline:hover,
a.head.underline:focus,
a.head.underline:active {
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

a.head.underline>i {
    margin: 10px 0 0 0;
    font-size: 1rem;
    color: #969696;
}

.block-container .btn-lblue {
    margin-right: 30px;
    padding: 5px 10px;
}

.block-container .btn-lblue:last-child {
    margin-right: 0;
}

.dropdownCont {
    position: relative;
    display: inline-block;
}

.content-wrapper {
    margin-left: 300px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

p.more {
    margin-top: 10px;
    padding: 0 10px;
}

p.more a {
    font-size: 0.8rem;
}

span.text-required {
    color: #D82937;
    margin-left: 5px;
}

a.help {
    display: inline-block;
    font-size: 1rem;
    transition: none;
    color: #004b88;
}

a.help:hover {
    border-bottom: none;
}

.has-success .form-control {
    border-color: #3C7C30;
}

.modal.sm .modal-dialog {
    width: 40%;
}

.captcha {
    width: 100%;
    margin-bottom: 30px;
}

.captcha span {
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 10px;
}

.captcha input {
    width: 50%;
    display: inline-block;
}

form.contact .has-feedback label~.form-control-feedback {
    right: 0px;
}

form.contact .help-block {
    margin-top: 5px;
    padding-bottom: 5px;
}

.captcha .form-control-feedback {
    top: 25px;
    right: -5px;
}

.captcha .help-block {
    margin: 0 0 0 55px;
    font-size: 0.8rem;
    display: block;
}

.contactInfo p>button {
    margin: 20px 0;
}

.alert .fa,
.text-danger .fa {
    font-size: 1.2rem;
    margin-right: 5px;
}

.tableContainer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.tableContainer .container {
    display: table-cell;
    vertical-align: middle;
}

.tableContainer .container .subtitle {
	display: block; 
	color: gray; 
	font-size: small;
}

.bgrImage {
    margin: 0 auto;
    padding: 20px 0;
    width: 800px;
    background: url(../img/kau_hatter.svg) no-repeat center right;
    background-size: 80% 80%;
}

.leftSide {
    width: 1000px;
    margin: 50px auto;
}

.bgrImage>.leftSide {
    width: 60%;
    height: 100%;
    margin: 0;
}

.bgrImage.wide>.leftSide {
    width: 1000px;
}

.leftSide>.leftSide_bgr {
    background-color: #FFFFFF;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 30px 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bgrImage.wide {
    width: 1300px;
    background-size: 60% 60%;
}

.leftSide #logo>img {
    width: 120px;
    margin: 0 auto;
}

.leftSide h4.margintopNull {
    margin-top: 0;
}

.tableContainer .buttons {
    width: 100%;
    margin: 25px auto;
}

.tableContainer .buttons>.btn {
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.tableContainer .links p {
    margin: 0 0 15px 0;
}

.tableContainer .leftSide .contactInfo p {
    margin: 0 0 10px 0;
    font-size: 1rem;
}

.tableContainer .leftSide .contactInfo p>small {
    margin-bottom: 30px;
    display: block;
}

.tableContainer footer {
    background-color: transparent;
    margin: 15px 0 0 0;
    text-align: center;
}

.tableContainer footer a {
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin: 0 5px;
    -webkit-transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
    transition: color 0.5s ease-out, border-bottom 0.5s ease-out;
    border-bottom: 1px solid transparent;
}

.tableContainer footer a:hover,
.tableContainer footer a:focus,
.tableContainer footer a:active {
    text-decoration: none;
    border-bottom: 1px solid #000;
    outline: none;
}

.tableContainer footer a:focus {
    outline: 2px solid #3333FF;
    outline-offset: 2px;
}

.tableContainer footer span.divider {
    color: #4AAFE3;
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 5px;
}

.tableContainer .form-group {
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: left;
}

.tableContainer .contact .form-group {
    margin: 0 auto 25px auto;
}

.tableContainer .form-group .form-control,
.dataCont .form-control {
    height: 34px;
}

input.form-control:focus,
textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3333FF !important;
    border-width: 2px;
}

.has-error .form-control:focus {
    border-color: #c20029;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    font-weight: 700;
    font-size: 0.8rem;
}

input.form-control,
textarea.form-control {
    padding: 6px;
}

.tableContainer .form-group>textarea.form-control {
    height: 150px;
}

.tableContainer .has-error .form-control-feedback {
    top: 8px;
    font-size: 1.2rem;
    right: 10px;
}

.tableContainer .loading {
    background: url('../img/loading.gif') center center no-repeat;
    width: 100%;
    height: 150px;
    margin: 0 auto 45px auto;
}

.tableContainer .leftSide p.text-redirect {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.backtotop {
    text-decoration: none;
    color: #000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 100;
    background: #fff;
    transition: none;
}

a.backtotop:hover {
    border-bottom: 1px solid #e3e3e3;
}

label.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}

.links {
    margin-top: 25px;
}

.links p {
    font-size: 0.8rem;
}

.tableContainer .leftSide_bgr p:last-child {
    margin: 0;
}

.alert {
    font-weight: 700;
    font-size: 1.2rem;
}

.alert-success {
    color: #4a8214;
    background-color: #fff;
    border-color: #4a8214;
    border-left: 10px solid #4a8214;
}

.alert-danger {
    background-color: #fff;
    border-color: #c20029;
    color: #c20029;
    border-left: 10px solid #c20029;
}

.alert p {
    margin: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 50;
    font-size: 1.6rem;
}

.text-success,
.progress-bar-text-success {
    color: #4a8214;
    font-weight: 700;
}

.text-danger,
.progress-bar-text-danger {
    color: #c20029;
    font-weight: 700;
}

.text-warning,
.progress-bar-text-warning {
    color: #f0ad4e;
    font-weight: 700;
}

.alert .fa,
.text-danger .fa {
    font-size: 1.2rem;
    margin-right: 10px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #c20029;
}

.has-error .form-control {
    border-color: #c20029 !important;
}

.has-error label {
    color: #c20029;
    font-weight: 700;
}

.has-error .help-block {
    font-size: 0.8rem;
    color: #c20029;
}

label>small,
label+small {
    color: #c20029;
    vertical-align: top;
    margin-left: 5px;
}

span.counter {
    font-size: 0.8rem;
}

a.pswGen {
    float: right;
    font-size: 0.8rem;
    margin: 10px 0 0 0;
    text-decoration: none;
    font-weight: 400;
}

a.visPsw {
    position: absolute;
    display: block;
    right: 5px;
    top: 32px;
    width: 21px;
    height: 23px;
    cursor: pointer;
    color: #000;
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
}

a.visPsw>.fa {
    font-size: 1.3rem;
    color: #000;
}

a.visPsw:hover,
a.visPsw:focus,
a.visPsw:active {
    text-decoration: none;
    border-bottom: none;
}

.list-unstyled.help {
    margin-left: 15px;
}

.list-unstyled.help li {
    margin: 0 0 15px 0;
}

.list-unstyled.help ul {
    margin: 15px;
}

.tableContainer .leftSide p.code {
    font-size: 1.8rem;
    margin: 15px auto;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.input-group.date .form-control {
    border-right-color: transparent;
    background: #fff;
}

.input-group.date .input-group-addon {
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}

.checkbox,
.radio {
    margin-left: 15px;
}

.dataCont {
    margin: 0 0 10px 15px;
}

.tableContainer .leftSide .dataCont p {
    margin: 0;
    font-size: 0.9rem;
}

.tableContainer .leftSide .dataCont p>strong {
    font-size: 1rem;
}

.tableContainer .leftSide .dataCont label {
    font-weight: 200;
    font-size: 0.9rem;
    padding: 0;
}

.tableContainer .leftSide .dataCont.has-error label {
    font-weight: 700;
}

.tableContainer .leftSide .dataCont+h5,
.tableContainer .leftSide .dataCont+.form-group {
    margin-top: 25px;
}

.breadcrumb {
    background-color: transparent;
    padding: 4px 0 6px 0;
    border-top: 1px solid #c2cddb;
    border-bottom: 1px solid #c2cddb;
}

.breadcrumb a {
    font-size: 0.8rem;
}

.breadcrumb a.active {
    color: #000;
    font-size: 0.8rem;
    cursor: unset;
    font-weight: 400;
}

.breadcrumb a.active:hover {
    border-bottom: none;
}

.torlokod {
    font-size: 2.5rem;
    margin: 0 0 25px auto;
    font-weight: 700;
    display: block;
    text-align: center;
    letter-spacing: 5px;
}

h3.name {
    text-align: center;
    font-weight: 400;
    margin: 25px auto;
}

.tableContainer .leftSide .dataCont p.code {
    font-size: 1.2rem;
    margin: 15px auto;
}

.qrcode {
    margin: 0 auto 25px auto;
    display: block;
}

.tableContainer .leftSide p.icon {
    font-size: 7rem;
    margin: -25px 0 0 0;
}

main a#logo:hover,
main a#logo:focus,
main a#logo:active,
main a#logo.active {
    border-bottom: 1px solid transparent;
    color: #000;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}

.control-label,
label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}

.control-label>span {
    font-size: 0.8rem;
    margin-left: 10px;
    text-transform: none;
    font-weight: 400;
    color: #000;
}

p.backToHome,
p.text-danger {
    margin: 0 auto 25px auto;
}

.backToHome a:focus,
a.pswGen:focus,
.links a:focus {
    border-bottom: 1px solid #004b88;
}

.tableContainer footer {
    background-color: transparent;
    margin: 15px auto 0 auto;
    text-align: center;
    width: 90%;
}

.tableContainer footer a {
    font-size: 0.8rem;
    color: #000;
    font-weight: 400;
    padding: 0;
    margin: 0 10px;
    line-height: normal;
    vertical-align: top;
    text-transform: uppercase;
}

.tableContainer footer a:hover,
.tableContainer footer a:focus,
.tableContainer footer a:active {
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.tableContainer footer>a>.fas,
.tableContainer footer>a>.far,
.tableContainer a>.far,
a>span.fa-external-link-alt {
    font-size: 0.6rem;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.tableContainer a>.fa-file-pdf {
    font-size: 0.8rem;
}

.tableContainer a.help>i {
    font-size: 1rem;
}

.tableContainer legend {
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    display: inline-block;
    margin: 15px 0;
    line-height: normal;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
span#messagecounter:focus {
    outline: 2px solid #3333FF;
    outline-offset: 2px;
}

p.desc .fas,
p.desc .far,
p.desc > span  {
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

p.desc span.li {
    width: 80%;
    display: inline-block;
    text-align: left;
}

p.desc span:first-child:before {
    display: inline-block;
    width: 20px;
    text-align: center;
    position: relative;
    top: 0;
}

p.desc span:first-child:after {
    display: inline-block;
    width: 20px;
    text-align: center;
    position: relative;
    top: 0;
    content: "-";
}

.help-block {
    color: #000;
    font-size: 0.8rem;
}

.tooltip-inner {
    max-width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body span {
    word-wrap: break-word;
}

.modal-footer {
    border-top: 1px solid #c2cddb;
}

.modal-header {
    border-bottom: 1px solid #c2cddb;
}

.modal-title {
    text-transform: uppercase;
}

h2.modal-title {
    font-size: 1.2rem;
}

.modal .table-striped td {
    padding: 5px 8px;
}

.modal .table-striped td:last-of-type {
    width: 50%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    padding-right: 8px;
}

.modal-header .close {
    font-size: 1.6rem;
    margin: 0;
}

.modal-content {
    border-radius: 0;
}

.modal-footer .btns {
    margin-bottom: 0;
}

div.divider {
    width: 100%;
    height: 1px;
    margin: 25px auto;
    background-color: #e5e5e5;
}

h3.status {
    text-align: center;
    margin: 0 auto 25px auto;
    font-size: 1.8rem;
}

h3.status.active {
    color: #4a8214;
}

h3.status.inactive {
    color: #c20029;
}

.modal table.genPSW {
    font-size: 0.8rem;
    margin: 0;
}

.modal table.genPSW>tbody>tr:first-child>td {
    border-top: none;
}

:root {
    --widthLogo: 100px;
}

a.logo>img,
img.logo {
    width: var(--widthLogo);
}

a.logo,
img.logo {
    display: block;
    margin: 0 auto 25px auto;
    text-align: center;
    width: var(--widthLogo);
}

a.logo {
    border-bottom: none;
}

.btns .btn-blue.btn-block,
.btns .btn-red.btn-block {
    width: 40%;
}

.visibleCode {
    display: none;
}

.visibleCode.visible {
    height: auto;
    display: block;
}

.visibleQr {
    height: auto;
}

.visibleQr.visible {}

.tableContainer .leftSide_bgr p.visibleCodeP,
.tableContainer .leftSide_bgr p.genNewCodeP {
    margin: 25px 0;
}

table:not(".table-responsive"),
table:not(".modal .table") {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000;
    margin-bottom: 25px;
}

table>tbody>tr>td {
    font-size: 0.8rem;
    padding: 8px;
    line-height: normal;
    vertical-align: top;
}

table>thead>tr>th {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 8px;
    line-height: normal;
    vertical-align: top;
}

.progressCont {
    margin-bottom: 15px;
}

.alertContainerBorder {
    border: 1px solid #eee;
    padding: 5px;
}

.alertContainer {
    margin-left: 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: max-height 800ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
;
}

.alertContainer.top {
    max-height: 600px;
}

.alertContainer p {
    margin: 0 0 5px 0;
}

.alertContainer ul {
    margin: 0 auto;
    padding: 0 0 0 15px;
}

.alertContainer ul li {
    font-size: 0.8rem;
    margin: 5px 0;
}

.alertContainerBorder .checkbox input[type=checkbox] {
    margin-left: -25px;
}

.has-error .alertContainerBorder label {
    color: #000;
    font-weight: 400;
}

.cookie-alert-container {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0;
    left: 0;
    top: -200px;
    padding: 0;
    z-index: 99;
    text-align: center;
    color: #000;
    line-height: 140%;
    padding: 10px;
    border: 1px solid #ccc;
}

.cookie-alert-container .inner {
    position: relative;
    width: 70%;
    margin: 0 auto;
    -webkit-column-count: 2;
    column-count: 2;
}

.cookie-alert-container p {
    font-size: 0.8rem;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}

.cookie-alert-container p span {
    margin-left: 5px;
}

.cookie-alert-container .btn {
    padding: 3px 5px;
    font-size: 0.6rem;
    margin: 0 0 0 10px;
}

.progress {
    margin-bottom: 10px !important;
    height: 5px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type="password"]#newPassword {
    border-radius: 4px 4px 0 0;
}

.progress .password-verdict {
    display: none;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    font-size: 0.8rem;
    font-weight: 400;
}

::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    font-size: 0.8rem;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

::-ms-input-placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

::placeholder {
    color: #000 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(111, 112, 113, 0.3);
    outline: 5px solid #fff;
}

html {
    scrollbar-color: rgba(111, 112, 113, 0.3) #fff;
    scrollbar-width: thin;
    scrollbar-base-color: #f2f2f2;
    scrollbar-shadow-color: #f2f2f2;
    scrollbar-track-color: #fff;
}

#gyorslink {
    margin: 0;
    position: relative;
}

#gyorslink ul {
    list-style: none;
    line-height: 1em;
    margin-bottom: 0
}

#gyorslink li {
    margin-bottom: 0
}

#gyorslink a {
    position: absolute;
    left: 50%;
    top: -100px;
    width: auto;
    background-color: #33f;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: top 0.5s ease-out, border-bottom 0.5s ease-out;
    transition: top 0.5s ease-out, border-bottom 0.5s ease-out;
    display: block;
    z-index: 10;
    opacity: 0;
    border: none;
    outline: none;
}

#gyorslink a:focus,
#gyorslink a:hover {
    top: 0;
    opacity: 1
}

#gyorslink a:before {
    content: "\25BC";
    display: inline;
    padding-right: 5px;
}

a.datepicker-button.bootstrap,
a.datepicker-button.bootstrap:hover,
a.datepicker-button.bootstrap:focus {
    background-color: transparent;
    border: 1px solid #ccc;
    border-left-color: transparent;
    padding: 0 10px;
    position: relative;
    z-index: 5;
}

a.datepicker-button.bootstrap:focus {
    outline: 2px solid #3333FF;
    outline-offset: 0;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
    background-color: #004b88;
    color: #fff;
    border: none;
    outline: none;
}

div.datepicker-calendar.bootstrap {
    font-size: 0.6rem;
}

.selectLang {
    width: 80px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 25px auto;
}

.selectLang a.lang {
    border-radius: 100%;
    background: #fff;
    text-align: center;
    color: #004b88 !important;
    padding: 5px;
    margin: 0;
    font-size: 1rem;
    transition: color .5s ease-in-out, background-color .5s ease-in-out;
    cursor: pointer;
    border: none;
}

.selectLang a.lang.active,
.selectLang a.lang:active,
.selectLang a.lang:focus,
.selectLang a.lang:hover {
    background: #004b88;
    border-radius: 100%;
    text-align: center;
    color: #fff !important;
    padding: 5px;
    margin: 0;
    font-size: 1rem;
}

.selectLang a.lang.active {
    cursor: unset;
}

@media (max-width:767px) {
    html {
        font-size: 0.8em;
    }

    .tableContainer {
        display: block;
        position: relative;
    }

    .tableContainer .container {
        display: block;
        vertical-align: top;
    }

    .bgrImage.wide {
        width: 100%;
        background-size: 80% 80%;
        background-position: center center;
    }

    .bgrImage.wide>.leftSide {
        width: 100%;
    }

    .bgrImage>.leftSide {
        width: 100%;
    }

    .bgrImage {
        background-position: center center;
        width: 100%;
    }

    .contactInfo {
        margin-top: 15px;
    }

    .leftSide {
        margin: 15px 0;
        width: 100%;
    }

    .btn-blue,
    .btn-red,
    .btn-default {
        font-size: 0.8rem;
    }

    .clickableArea {
        margin-bottom: 0;
    }

    .clickableArea.area_b {
        display: none;
    }

    .modal-content {
        padding: 0;
    }

    .cookie-alert-container .cookie-button a {
        margin: 0 0 15px 0;
    }

    .movingArea {
        margin-top: 25px;
    }

    .leftSide>.leftSide_bgr {
        padding: 25px;
    }

    .leftSide #logo>img {
        width: 90px;
        margin: 0 auto;
    }

    .cookie-alert-container .cookie-text {
        width: auto;
    }

    .links {
        margin-top: 25px;
    }

    h2.status {
        margin: 25px auto;
    }

    main h1 {
        margin-bottom: 25px;
    }

    .cookie-alert-container .inner {
        -webkit-column-count: 1;
        column-count: 1;
        width: 95%;
        line-height: 160%;
    }

    :root {
        --logo-width: 60px;
        --logo-width-felirat: 100px;
    }

    a.logo.felirat {
        margin: 0 auto 30px auto;
    }

    .tableContainer .leftSide p.code {
        word-break: break-all;
    }
}

@media(min-width:768px) and (max-width:991px) {
    html {
        font-size: 0.9em;
    }

    .tableContainer {
        display: block;
        position: relative;
    }

    .tableContainer .container {
        display: block;
        vertical-align: top;
    }

    .bgrImage {
        background-size: 60% 60%;
        width: 100%;
    }

    .bgrImage.wide {
        width: 100%;
        background-position: center center;
    }

    .bgrImage>.leftSide {
        width: 80%;
    }

    .leftSide {
        margin: 15px 0;
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .bgrImage.wide {
        width: 100%;
    }

    .leftSide {
        width: 100%;
        margin: 15px 0;
    }
}

@media(min-width:1200px) {}

.marginbot {
    margin-bottom: 20px;
}

.relative {
    position: relative;
}

.underline:after {
    content: " ";
    margin: 5px 0 15px 0;
    background: #ccc;
    height: 1px;
    width: 100%;
    display: block;
}

.minMargin {
    margin-bottom: 15px;
}