html,
body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #393D50;
    background-color: #f7f7f7;
    font-weight: 400;
}

a:focus,
input:focus,
button:focus,
.no-outline {
    outline: 0 !important;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

.input-disable {
    pointer-events: none;
    border: 1px solid #c5c5c5;
    background-color: #e2e2e2;
}

.label-disable {
    pointer-events: none;
    color: #777777;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table {
    display: table;
    margin-bottom: 0;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.td.middle {
    vertical-align: middle;
}

.boundaries {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.pre-loader {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.vertical-middle {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-middle.top40 {
    top: 40%;
}

.vertical-middle.absolute {
    position: absolute;
}

.button {
    font-weight: 600;
    padding: 10px 18px;
    display: inline-block;
    background-color: #073c5e;
    color: #fbfbfb;
    border: 0;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
}

.button.white {
    background-color: #fbfbfb;
    color: #073c5e;
}

.button.blue {
    background-color: #015f88;
    color: #fbfbfb;
}

.button.yellow {
    background-color: #e67b29;
    color: #fbfbfb;
}

.button.reverse {
    border-radius: 0 15px 0 15px;
}

a.button:focus,
a.button:hover,
.button:hover {
    text-decoration: none;
    background-color: #0d6298;
    color: #fbfbfb;
}

.button.blue:focus,
.button.blue:hover {
    background-color: #017ea9;
}

.button.yellow:focus,
.button.yellow:hover {
    background-color: #ff923e;
}

.button[disabled] {
    cursor: not-allowed;
    user-select: none;
    background-color: grey;
}

.base-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.b-padding {
    padding-bottom: 80px;
}

.logo-text {
    font-family: Broadway-Regular, sans-serif;
    letter-spacing: 3px;
}

.main-container {
    min-height: calc(100% - 108px);
}

.main-container > .main-content {
    min-height: calc(100vh - 216px);
    height: 100%;
    color: #073c5e;
}

.sticky-header > .main-content {
    padding-top: 72px;
}

.base-bg-color {
    background: #073c5e;
}

.base-bg-color a,
.base-bg-color {
    color: #fdfdfd;
}

.full-width {
    width: 100%;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

label {
    font-weight: 600;
}

.in-development {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.in-development > .icon {
    font-size: 114px;
}

.in-development > .text {
    font-size: 38px;
    margin-top: 30px;
}

.site-error {
    padding: 40px;
}

.site-error .error {
    padding: 20px 0;
}

.site-error .error > span {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 15px;
}

.empty-result {
    top: 40%;
    width: 100%;
    text-align: center;
}

.empty-result > .icon {
    font-size: 78px;
}

.empty-result > .text {
    font-size: 28px;
    margin-top: 18px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #073c5e;
}

.tooltip-inner {
    max-width: none;
    background-color: #073c5e;
    padding: 6px 12px;
}

.tooltip.in {
    opacity: 1;
}

.list-view {
    padding-bottom: 160px;
    position: relative;
    overflow: auto;
    min-height: 500px;
}

.pagination {
    position: absolute;
    bottom: 25px;
    display: table;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #073c5e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #073c5e;
    border-color: #073c5e;
}

.cookie-consent {
    width: 100%;
    background-color: #211e1c;
    border-top: 1px solid #f58724;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 25px;
    z-index: 99;
}

.cookie-consent .table {
    height: 100%;
}

.cookie-consent .td {
    vertical-align: middle;
}

.cookie-consent .td.left {
    width: calc(100% - 150px);
}

.cookie-consent .td.right {
    width: 150px;
    text-align: center;
}

.cookie-consent p {
    margin: 0;
}

.navigate {
    cursor: pointer;
}

.close {
    opacity: 0.5;
}

.close:hover, .close:focus {
    opacity: 1;
}

.form-label-pointer label {
    cursor: pointer;
}

.form-group-label {
    padding-bottom: 2px;
    font-weight: bold;
}

@media (max-width: 499px) {
    .base-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .attention-bar {
        padding: 10px;
    }
}