/*************************************************************************/
/*Customization content*/
/*************************************************************************/
/*Configuration of page body */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:'Fira Sans';
    /*background-image: url("/JMS/private/images/background.png"); The background image used */
    background-repeat: no-repeat;
    background-size: cover;
}

/*Show/Hide Welcome Title*/
.welcome-header{
    display: none;
}

/*Show/Hide block of regular tokens*/
.regular-token-styles {
    display: none;
}

/*Show/Hide block of OTP tokens*/
.otp-token-styles {
    display: block;
}

/*splash waiting window settings*/
.splash-screen {
    content: url("../images/favicon-32x32-blue.png"); /*The splash screen ancor*/
    animation: spin 4s linear reverse infinite;
}


/*Buttons configuration*/
.btn-default, .btn-default:visited, .btn-default:focus {
    color: rgb(70, 70, 70);
    background-color: rgb(255, 255, 255);
    border-color: rgb(2, 94, 161); /*Pantone 660 C*/
}

.btn-warning, .btn-warning:visited, .btn-warning:focus {
    color: rgb(2, 94, 161); /*Pantone 660 C*/
    background-color: rgb(255, 255, 255);
    border-color: rgb(2, 94, 161); /*Pantone 660 C*/
}

.btn-primary, .btn-primary:visited, .btn-primary:focus {
    color: rgb(70, 70, 70);
    background-color: rgba(255, 255, 255, .5);
    border-color: rgb(2, 94, 161); /*Pantone 660 C*/
    border-width: 2px;
}

.btn-primary:hover, .btn-default:hover, .btn-warning:hover {
    color: #fff;
    background-color: rgb(2, 94, 161); /*Pantone 660 C*/
    border-color: rgb(2, 94, 161); /*Pantone 660 C*/
}

/*general color*/
.brand-color {
    color: rgb(2, 94, 161);
}

/*Brand line settings*/
.brand-border {
    border-color: rgb(2, 94, 161) !important; /*Pantone 660 C*/
    border-width: 1px !important;
}

/*Tabs settings*/
.nav-tabs {
    border-color: rgb(2, 94, 161) !important; /*Pantone 660 C*/
}

.tabs-item > a {
    border-bottom-color: rgb(2, 94, 161) !important;  /*Pantone 660 C*/
    background-color: rgb(236, 236, 236);
    color: rgb(70, 70, 70);
}

.tabs-item.active > a:hover, .tabs-item.active > a:focus, .tabs-item.active > a {
    border: 1px solid rgb(2, 94, 161) !important; /*Pantone 660 C*/
    border-bottom-color: white !important;
    color: black !important;
}

.brand-navbar .nav > .active > a {
    background-color: rgb(2, 94, 161) !important; /*Pantone 660 C*/
    color: white !important;
}

/*Dialogs*/
.inmodal .modal-header {
    padding: 10px;
    text-align: center;
    display: block;
    background-color: rgb(2, 94, 161) !important; /*Pantone 660 C*/
}
/*************************************************************************/


/*****************************Footer**************************************/
/*Show/Hide copyright*/
.copyright {
    display: none; /*change 'none' to the 'block' to show element*/
}

.footer {
  display: block; /*change 'none' to the 'block' to show element*/
  height: 370px;
  background-color: #002f6c;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 80px 0 32px;
}

body {
   padding-bottom: 0px;
}

.content {
  min-height: calc(100vh - 420px);
}

.footer__wrapper__text-area {
    font-size: 14px;
    line-height: 21px;
    opacity: .5;
    width: 65%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .footer__wrapper__text-area {
        width: 100%
    }
}

.footer__wrapper__links-area {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.footer__wrapper__links-area a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}

.footer__wrapper__links-area a:hover {
    opacity: .5
}

.footer__wrapper__contacts-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10.125rem;
    margin-bottom: 55px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer__wrapper__contacts-area {
        flex-direction: column;
        gap: .625rem;
    }
}

.footer__wrapper__contacts-area a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    transition: .4s cubic-bezier(.25,.1,.25,1);
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .footer__wrapper__contacts-area a {
        font-size: 1rem;
        line-height: 20px
    }
}

.footer__wrapper__contacts-area a:hover {
    opacity: .5
}

.footer__wrapper hr {
    opacity: .1;
    margin-bottom: 20px;
}

.footer__wrapper__copyright-area {
    font-size: 12px;
    line-height: 16px;
    opacity: .5
}
/*************************************************************************/
