body {
    font-family: 'Open Sans', sans-serif;
}

html {
	scroll-behavior: smooth;
}

.mb-10 {
    margin-bottom: 10px
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px
}
.visible {
    display: block !important;
}
.icon-caret-down {
    width: 24px;
    height: 24px;
    background: url('../images/caret-down.jpg') no-repeat #003366;
}
.text-and-logo {
    margin: auto;
    width: 210px;
    height: 60px;
    background: url('../images/text-and-logo.png') no-repeat;
}
.text-and-logo-xs {
    margin: auto;
    width: 160px;
    height: 60px;
    background: url('../images/text-and-logo-xs.png') no-repeat center;
}
.logo {
    width: 480px;
    padding-top:15px;
    padding-right: 180px;
    height: 141px;
    text-align: left;
    font-size: 12px;
    margin: auto;
    color: #fff;
    background: url('../images/logo.png') no-repeat right bottom;
}
.logo-xs {
    padding-top: 15px;
    padding-right:50px;
    height: 98px;
    font-size: 12px;
    margin: auto;
    color: #fff;
    background: url('../images/logo-xs.png') no-repeat right bottom;
}
.user-icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: -25px;
    border:none;
    background: url('../images/user-icon.png') no-repeat;
}
.user-icon:hover {
    background: url('../images/user-icon-h.png') no-repeat;
}
.user-name {
    color: #1c3560;
    margin: 20px 5px;
}
.title {
    margin: 6px;
    color: #ffffff;
}
.my-footer {
    height: 240px;
    bottom: 0px;
    margin-top: 20px;
    background: url('../images/footer-bg.jpg');
}
.my-panel-block {
    border-bottom: 1px solid #000;
    padding: 1px 0px 0px 0px;
    cursor: default;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.my-panel-block p {
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal
}
.my-panel-block .shownext:hover {
    color: #000;
    background-color: #FFECC3;
}
.my-panel-block .shownext.sign:hover {
    color: #fff;
}
.my-panel-block span {
    color: red;
    font-weight: normal
}
.my-panel-block .my-items {
    display: none;
}
.my-panel-block .my-items p{
    padding-top: 10px;
    margin-bottom: 0px;
    word-wrap: break-word;
}
.my-panel-block span {
    margin-left: 5px;
}
.my-panel-block :last-child {
    border-bottom: none;
}
.my-branch-box {
    margin: 20px auto;
    padding: 10px;
    max-width: 540px;
    font-size: 14px;
    border: 1px solid #bbb;
}
.my-branch-box.noborder {
    border:none;
    padding: 0px;
}
.my-branch-box span {
    color: #797979;
}
.my-branch-box span.blue {
    color: #0069C8;
}
.my-branch-btn-box{
    float: right;
    top:0px;
    padding-left: 5px;   
}
.hidden-content {
    display: none;
    margin-top: 10px;
}
.my-branch-btn {
    color: #ffffff;
    background-color: #0069C8;
    margin: 2px;
}
.my-branch-btn.silver {
    background-color: #9d9d9d;
    color: #fff;
}
.my-branch-btn.edit {
    height:34px;
    width: 34px;
    color: #ffffff;
    background-color: #9b9b9b;
}
.appl {
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.appl:last-child {
    border-bottom: none;
}
.appl-move-box {
    width: 34px;
    height: 34px;
    float: right;
}
.appl-move-box .up {
    display: block;
    width: 34px;
    height: 17px;
    background: url('../images/icon-up-silver.png') no-repeat;
}
.appl-move-box .down {
    display: block;
    width: 34px;
    height: 17px;
    background: url('../images/icon-down-silver.png') no-repeat;
}
.icon {
    height: 41px;
    padding-left: 45px;
    padding-top: 12px;
    text-align: left;
}
.sign, .sign span {
    color: #fff;
}
.icon.help {
    background: url('../images/icon-help.png') no-repeat;
}
.icon.help.sign {
    background: url('../images/icon-help-orange.png') no-repeat #FF881D;
}
.icon.search {
    background: url('../images/icon-search.png') no-repeat;
}
.icon.search.sign {
    background: url('../images/icon-search-orange.png') no-repeat #FF881D;
}
.icon.bag {
    background: url('../images/icon-bag.png') no-repeat;
}
.icon.bag.sign {
    background: url('../images/icon-bag-orange.png') no-repeat #FF881D;
}
.icon.calendar {
    background: url('../images/icon-calendar.png') no-repeat;
}
.icon.calendar.sign {
    background: url('../images/icon-calendar-orange.png') no-repeat #FF881D;
}
.icon.info {
    background: url('../images/icon-info.png') no-repeat;
}
.icon.info.sign {
    background: url('../images/icon-info-orange.png') no-repeat #FF881D;
}
.icon.news {
    background: url('../images/icon-news.png') no-repeat;
}
.icon.news.sign {
    background: url('../images/icon-news-orange.png') no-repeat #FF881D;
}
.icon.user {
    background: url('../images/icon-user.png') no-repeat;
}
.icon.user.sign {
    background: url('../images/icon-user-orange.png') no-repeat #FF881D;
}
.icon.settings {
    background: url('../images/icon-settings.png') no-repeat;
}
.icon.settings.sign {
    background: url('../images/icon-settings-orange.png') no-repeat #FF881D;
}
.icon.home {
    background: url('../images/icon-home.png') no-repeat;
}
.icon.home.sign {
    background: url('../images/icon-home-orange.png') no-repeat #FF881D;
}
.icon.app {
    background: url('../images/icon-app.png') no-repeat;
}
.icon.app.sign {
    background: url('../images/icon-app-orange.png') no-repeat #FF881D;
}
.icon.user-profile {
    background: url('../images/icon-user-profile.png') no-repeat;
}
.icon.user-profile.sign {
    background: url('../images/icon-user-profile-orange.png') no-repeat #FF881D;
}
.icon.filter {
    background: url('../images/icon-filter.png') no-repeat;
}
.icon.filter.sign {
    background: url('../images/icon-filter-orange.png') no-repeat #FF881D;
}
.icon-warning-app {
    position: absolute;
    left: 20px;
    margin-top: 5px;
    height: 25px;
    width: 25px;
    background: url('../images/icon-warning-app.png') no-repeat;
}
.icon-info-app {
    position: absolute;
    left: 20px;
    margin-top: 5px;
    height: 25px;
    width: 25px;
    background: url('../images/icon-info-app.png') no-repeat;
}
.icon-times {
    float: right;
    height:34px;
    width: 34px;
    margin-left: 3px;
    background: url('../images/icon-times-silver.png') no-repeat center center #9d9d9d;
}
.icon-silver {
    float: right;
    margin-bottom: -10px;
    width: 32px;
    height: 32px;
    background-color: #9b9b9b;
    background: url('../images/icon-open-silver.png') no-repeat;
}
.icon-silver.closed {
    background: url('../images/icon-close-silver.png') no-repeat;
}
.three-icons {
    width: 460px;
    height: 100px;
    margin: 0px auto;
}
.three-icons.selected-1 {
    background: url('../images/three-icons-1.png') no-repeat top center;
    background-size:contain
}
.three-icons.selected-2 {
    background: url('../images/three-icons-2.png') no-repeat top center;
    background-size:contain
}
.three-icons.selected-3 {
    background: url('../images/three-icons-3.png') no-repeat top center;
    background-size:contain
}
.my-inline {
    display: inline-block;
    padding-right: 30px;
    margin-top: 3px;
    min-width: 120px;
    background-color: #8ee4ff
}
.my-inline-menu {
    background-color: #8ee4ff;
    min-height: 53px;
    border-bottom: 3px solid #ffffff;
}
.my-navbar {
    margin-top: -27px;
}
.my-navbar ul {
    background-color: #8ee4ff;
}
.my-navbar a {
    border-bottom: 1px solid #cccccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #6FCCEC;
}
.navbar-default {
    height: 92px;
    background: url('../images/header-bg.jpg') repeat-x;
}
.menu-btn {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: -20px;
    cursor: default;
    border: none;
    background: url('../images/icon-menu.png') no-repeat;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    background: url('../images/icon-menu.png') no-repeat;
}
.my-dropdown {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc
}
.my-dropdown:hover {
    background-color: #eee;
    cursor: pointer
}
.my-dropdown li {
    padding: 10px;
    border-bottom: 1px solid #fff
}
.my-dropdown li a {
    border:none;
}
.my-dropdown a:hover {
    text-decoration: none;
}
.my-dropdown-select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #fff;
}
.my-dropdown-select a {
    padding-left: 10px !important
}
.my-content-image {
    background: url('../images/top-content.jpg') no-repeat top center;
    margin: 30px auto;
    background-size:contain
}
.my-content-pages-image {
    background: url('../images/top-content-pages.jpg') no-repeat bottom center;
    margin: 20px auto;
    width: 550px;
    height: 200px;
}
.form-control-my {
    box-shadow: none;
    border-radius: 0px;
    border: none;
}
.form-control-my:focus {
    box-shadow: none;
    background-color: #FFECC3;
}
.btn {
    border-radius: 0px;
}
.btn-blue-dark {
    border: 1px solid #0069C8;
    background-color: #0069C8;
    font-size: 18px;
    color: #fff;
    padding: 4px 10px;
}
.btn-blue-light {
    border: 1px solid #0069C8;
    background-color: #6fccec;
    font-size: 18px;
    color: #0069C8;
    padding: 4px 10px;
}
.btn-silver {
    background-color: #9d9d9d;
    font-size: 18px;
    padding: 4px 10px;
    color: #fff;
    margin-right: 5px;
}
.btn-registration {
    margin-top: 13px;
    white-space: nowrap;
}
.btn-login {
    margin-top: 13px;
    white-space: nowrap;
}
.lng-menu {
    float: right;
    margin-right: 80px;
}
.lng-menu button {
    background-color: #003296;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin-top: 2px;
    padding-top: 5px;
    height: 29px
}
.lng-menu button:hover, .lng-menu button:active {
    background: none;
    background-color: #003296;
    color: #fff;
}
.lng-menu ul {
    background-color: #0069C8;
    border-radius: 0px;
    margin-top: -1px;
}
.lng-menu ul li a {
    color: #fff
}
.input-group-addon {
    border-radius: 0px;
    border: none;
    background-color: #fff;
    padding: 0px;
}
.my-text-busy {
	margin-bottom: 14px;
    text-align: left;
}
.my-text-1 {
	margin: 7px auto;
    font-size: 16px;
    max-width: 540px;
    color: #0069C8;
    text-align: left;
}
.my-text-2 {
    font-size: 16px;
    color: #0069C8;
    text-align: center;
}
.my-text-3 {
    font-size: 32px;
    color: #FF881D;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.my-text-4 {
    color: #FF881D;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.my-text-5 {
    font-size: 32px;
    max-width: 540px;
    color: #FF881D;
    margin: 1px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.filter-title {
	display: inline-block;
    border: 1px solid #bbb;
    padding: 6px 10px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #0069C8;
	width: min-content
}
.filter-item-title {
    color: #0069C8;
    margin-top: 15px;
    font-weight: bold;
    margin-left: 10px;
}
.filter-item-text {
    font-weight: normal;
    margin-left: 10px;
}
.filter-item-text span {
    color: #0069C8;
}
.form-body {
    background-color: #F9F9F9;
    padding: 100px 50px 130px 50px;
    margin-top: 10%;
    border: 1px solid #eee;
}
.form-body input {
    border-radius: 0px;
    border-color: #88898a;
}
.form-body input:focus {
    border-color: #0069C8;
    box-shadow: none;
}
.form-body label {
    color: #666666;
}
.forget:hover {
    text-decoration: none;
    cursor: pointer
}
.form-body .text-and-logo {
    margin-bottom: 30px;
}
.form-body .help-block {
    font-size: 12px;
}
.login-form {
    margin-top: 40px;
}
.paginator {
    padding: 10px;
    text-align: center;
}
.paginator .number {
    display: inline-block;
    color: #0069C8;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0px 5px;
    margin-top: 10px;
}
.paginator .number.selected {
    background-color: #0069C8;
    color: #fff;
    border-radius: 50%;
}
.paginator .number:hover {
    background-color: #FF881D;
    border-radius: 50%;
}
.paginator .first {
    background-color: #9b9b9b;
    color: #fff;
    float: left;
    text-transform: uppercase;
    margin-top: 10px;
}
.paginator .last {
    background-color: #9b9b9b;
    color: #fff;
    float: right;
    text-transform: uppercase;
    margin-top: 10px;
}
.app-item {
    border: 1px solid red;
    padding: 10px;
    margin: 10px 0px;
}
.app-item .title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    display: inline-block
}
.app-item.with-icon {
    margin-left: 40px;
}
.app-item.closed {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
}
.btn-margin-bottom {
    margin-bottom: 4px;
}

/*MEDIA XS*/
@media (max-width: 767px) {
    .my-content-image {
        width: 300px;
        height: 265px;
    }
    .my-content-image .search-panel {
        margin-top: 105px;
    }
    .mb-10 {
        margin-bottom: 5px
    }
    .my-content-pages-image {
        width: 300px;
    }
    .my-content-pages-image .search-panel {
        margin-top: 48px;
    }
    .three-icons {
        width: 300px;
        height: 65px;
    }
}

/*MEDIA SM, MD, LG*/
@media (min-width: 768px) {
    .my-content-image {
        width: 460px;
        height: 345px;
    }
    .my-content-image .search-panel {
        margin-top: 185px;
    }
    .my-content-pages-image .search-panel {
        margin-top: 40px;
    }
}

/*MEDIA SM*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
}

/*MEDIA MD*/
@media (min-width: 992px) and (max-width: 1199px) {
	.my-content-pages-image {
        width: 440px;
    }
}

/*MEDIA LG*/
@media (min-width: 1200px) {
    .btn {
        letter-spacing: 2px;
    }
}

/* Style for the cookie consent banner */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333; /* Background color */
    color: #fff; /* Text color */
    padding: 10px 20px;
    text-align: center;
    z-index: 1000; /* Ensure it's above other content */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

/* Style for the accept and decline buttons */
#accept-cookies,
#decline-cookies {
    background-color: #4CAF50; /* Accept button color */
    color: #fff;
    padding: 5px 15px;
    border: none;
    margin: 0 10px;
    cursor: pointer;
}

#decline-cookies {
    background-color: #D32F2F; /* Decline button color */
}

/* Hover effect for buttons */
#accept-cookies:hover,
#decline-cookies:hover {
    opacity: 0.8;
}

/* Style for the message */
.cookie-banner p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
}


/* Cookie info page style */
.cookie{
    background-color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
}
.navbar {
    margin-bottom: 5px;
    border-bottom: 3px solid #FF881D;
}
.navbar-inverse {
    background-color: #535250; color: #fff;
}
.table-scrollable {
    max-width: 100%;
    overflow-x: auto;
}
.table-scrollable, .table-scrollable table, .table-scrollable td, .table-scrollable th {
    margin: 0;
    padding: 0;
}