/*.debtor-text{*/
/*    font-size: 16px;*/
/*    line-height: normal;*/
/*}*/

.alert-crit-header {
    color: #fff;
    font-size: 20px;
    background: #F00;
    background: linear-gradient(to bottom, #F44 0%, #F00 100%);
    border: none;
    margin: 0;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    /*height: 114px;*/
    z-index: 1010;
    display: block;
    padding-top: 24px;
}
.alert-crit-header a{
    color: #fff;
}

.alert-crit-header a:hover, .alert-crit-header a:focus{
    color: #115A75;
}

.alert-crit-header + .container-full-width {
    margin-top: 114px;
}

.blink {
    -webkit-animation: blink 1s step-end infinite;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    67% { opacity: 0 }
}

@-moz-keyframes blink {
    67% { opacity: 0 }
}

@-o-keyframes blink {
    67% { opacity: 0 }
}

@keyframes blink {
    67% { opacity: 0 }
}

@media (max-width: 1000px) {
    .debtor-text{
        font-size: 12px;
    }

}

.navbar-default .btn.btn-esia {
    text-transform: none;
    font-weight: normal;
    font-size: 12px !important;
    letter-spacing: 1px;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
    background-color: rgb(60, 60, 60);
    opacity: 0.3;
}

.header-logo img {height: 36px;}

