.cookie-notice {
    display: none;
    background: #52565a;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    color: #cacaca;
    padding: 10px 75px;
    margin: 0;
}

.cookie-notice .btn-close {
    cursor: pointer;
    top: 5px;
    position: absolute;
    right: 10px;
    padding: 10px;
    background: none;
    border: none;
}

.cookie-notice p {
    margin: 0;
    color: #cacaca;
    line-height: 20px;
}

.cookie-notice .ico-btn-close {
    display: block;
    background: url(/assets/images/nav-ir.png) no-repeat -203px -7px;
    line-height: 100px;
    overflow: hidden;
    height: 16px;
    width: 16px;
}

.cookie-warning .cookie-notice {
    display: block;
}

#cookie-warning .modal-cont p {
    line-height: 1.3;
}

.cookie-warning-link {
    color: #ffffff;
    font-weight: bold;
}

.request-form .admin-hdr-btn .frm-tbl-itm button, .comment-form .admin-hdr-btn .frm-tbl-itm button {
    width: 100%;
}

.admin-hdr-btn .frm-tbl-itm:first-child button {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.admin-hdr-btn .frm-tbl-itm:last-child button {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.request-alert p {
    margin: 0;
}

.request-form .table-file label {
    font-family: 'Helvetica Neue';
}

.request-form .table-file strong label {
    font-family: 'Helvetica Neue Bold';
}

.cstm-file label.vert-blck {
    vertical-align: middle;
}

.alert-dismissible {
    display: none;
}

input.min-tariff-input {
    font-weight: bold;
}

.admn-table tr.disable-color td, .admn-table tr.disable-color td input {
    color: #A0A0A0 !important;
}