﻿html,
body {
    min-height: 100%;
    font-family: 'Commissioner', sans-serif;
}

.container {
    margin: 30px 12px;
}

a {
    color: #0aa89e;
    text-decoration: none;
}

.container-white {
    background: #fff;
    margin-bottom: 90px;
}

header .container-white {
    margin-bottom: 0;
}

.container-table {
    display: table;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.bootbox.modal.fade {
    background-color: rgba(0,0,0,.7);
}

.div-padding {
    padding: 5px;
}

.center {
    background-color: #fff;
}

header {
    background-color: #fff;
}

header.header-sm {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}

header h1 {
}

header h2 {
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    color: #555;
}

header h3 {
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
    color: #555;
}


h3 {
    margin: 0 auto;
    padding: 5px;
    font-weight: bold;
    color: #555;
}

label, span {
    color: #555;
}

form div.form-group label[for] {
    display: none;
}

.center-sm-div {
    width: 100%;
    padding: 15px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .center-sm-div {
        width: 400px;
    }

    header.header-sm {
        width: 400px;
    }
}


ul {
    list-style-type: none;
}

a {
    font-weight: bold;
    color: #555;
}

    a:focus, a:hover {
        color: #555;
    }



.form-control {
    background-color: #f0f0f0;
    border: 0px;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px;
    color: #333;
    font-size: 14px;
    outline: none;
    margin: 5px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}


div.modal-dialog {
    padding: 0 0;
}

div.modal-body {
    padding: 0 0;
}

div.bootbox-body {
    padding: 0 1px;
}


body button, body button span {
    color: #fff;
}


button {
    background-color: #D50C22;
    border: 0px;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: #333;
    font-size: 16px;
    outline: none;
    margin: 5px 0;
}


    button.btn {
        font-size: 16px;
        font-weight: 500;
    }

.prosibliromeno {
    background: #DBDFE9!important;
}

input.disabled:hover {
    cursor: not-allowed;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-radius: 0;
    background-color: #dbdfe9 !important;
    background-image: none !important;
    border-left: 1px solid #fff;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #555555;
    line-height: 28px;
    padding-left: 47px;
    font-weight: 500;
    font-size: 15px;
}
.select2-selection__rendered {
    line-height: 44px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    border: 1px solid #dbdfe9!important;
}

.select2-selection__arrow {
    border: 1px solid #DBDFE9;
    height: 44px !important;
    border-radius: 10px;
}

.modal-sm button.close {
    padding-top: 20px;
    padding-right: 10px;
}

button span {
    padding: 1px 0 0 0;
    display: block;
}


.btn-success {
    background-color: #1B84FF;
    border-color: #1B84FF;
    padding: 10px;
}


#btnsignin {
    margin-bottom: 8px;
    margin-top: 0;
}

.btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #333;
    border-color: #333;
    transition: 0.3s;
}

.term-of-use-container {
    margin-bottom: 25px;
    margin-top: 10px;
}

    .term-of-use-container.without-checkbox .term-of-use {
        width: calc(100%);
    }

.term-of-use-container .acceptTermsChBox {
    float: left;
    font-size: 11px;
}

.term-of-use-container .acceptTermsChBox .icheckbox_square-blue {
    border: 1px solid #DBDFE9;
       
}
.msg-red-th {
    border: 1px dashed #ff0000;
    background: #ffecec;
    color: #ff0000;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.msg-blue-th {
    border: 1px dashed #1b84ff;
    background: #eff6ff;
    color: #1b84ff;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.term-of-use-container .acceptTermsChBox .icheckbox_square-blue.checked {
    background-position: -50px 0;
}

    .term-of-use-container .term-of-use {
        font-size: 12px;
        float: right;
        width: calc(100% - 30px);
        padding: 0;
        color: #99A1B7;
        display: block;
        text-align: left;
    }

.term-of-use-container .term-of-use a {
    color: #1b84ff;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-button{
padding-top: 0px;
font-size: 14px;
font-weight: 500;
color: #99a1b7;
}

.register-button span {
    color: #99A1B7;
}

.showPasswordbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 22px;
    color: #999999;
}

#user-pw {
    padding-right: 50px;
}

.modal-content {
    border-radius: 8px 8px 8px 8px;
}

.form-group {
    width: 100%;
    border: 0;
}

.margin-bottom-lg {
    margin-bottom: 24px;
}

.footer {
    margin-bottom: 100px;
    background-color: #000000;
    padding-bottom: 0;
    font-size: 10px;
}

footer .footerMachineName {
    font-size: 7px;
}

.footerInner {
    color: #fff;
    display: inline;
    padding: 0px 8px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #b9b9b9;
    color: #656565;
    opacity: 1;
}

.simform .form-group {
    position: relative;
}

.wrap-input {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 16px;
}

.input {
    background: none;
    border: 1px solid #DBDFE9;
    border-radius: 10px;
    height: 45px;
    font-size: 15px;
    padding: 10px 45px;
    color: #4b5675;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    width: 100%;
    outline: 0;
}

.forgot-pass {
    display: flex;
    position: relative;
    top: -5px;
    margin-bottom: 20px;
    justify-content: flex-end;
}

 .forgot-pass a {
        font-weight: 500;
        color: #1b84ff;
 }

.focus-input {
    display: block;
    position: absolute;
    border: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: rgb(27 132 255 / 60%);
    margin: 0;
}

.symbol-input {
    font-size: 20px;
    color: #99A1B7;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    pointer-events: none;
    transition: all .4s
}

.input:focus + .focus-input {
    animation: inputBoxShadow .5s ease-in-out forwards;
}

.input:focus + .focus-input + .symbol-input {
    color: #1B84FF !important;
    padding-left: 10px !important;
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.espaBannerLoginLeft {
    width: 350px;
    position: absolute;
    bottom: 30px;
}

.espaBannerLoginRight {
    display: none;
    max-width: 350px;
    margin-bottom: 40px;
    margin-top: 26px;
}

.espaBannerLoginLeft img,
.espaBannerLoginRight img{
    width: 100%;
    display:flex;
    object-fit: cover;
    padding: 10px 20px;
    background: white;
}

.two-parts {
    display: flex;
    flex-direction: row;
}

.right-part,
.left-part {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
}

.btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background: #056ee9;
}

input::placeholder {
    color: #99A1B7;
}

.one-provider .btn-ext-login{
    width: 100%!important;
}

.form-horizontal .btn-ext-login.external-auth-btn {
    min-height: 100px;
}

.form-horizontal .btn-ext-login {
    width: calc(50% - 5px);
    border-radius: 10px;
    flex: unset !important;
    height: auto;
    display: flex;
    background: none;
    border: 1px solid #DBDFE9;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
}

.register-btn {
    color: #1B84FF;
    margin-left: 5px;
}

.cont-wrap-450 {
    width: 100%;
    max-width: 450px;
}

.form-horizontal .btn-ext-login:hover {
    background: #F9F9F9;
}

.form-horizontal .btn-ext-login:hover span {
    color: #1B84FF;
}

.form-horizontal .btn-ext-login span {
    color: #4B5675;
    font-size: 15px;
    font-weight: 500;
}

.loginProvidersWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%
}

.form-horizontal .img-icon {
    margin-right: .75rem;
    height: 15px;
}

.form-horizontal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.validation-summary-errors li {
    text-align: center;
}

.form-horizontal .btn-control, .register-menu #btnLocal {
    flex: 0 0 100%;
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    padding: 5px;
}

#btnOrganization {
    width:100%!important;
}

.form-horizontal .btn-ext-login.external-auth-btn .img-ico {
    max-height: 40px;
    max-width: 140px;
    margin: 0;
    margin-bottom: 5px;
}


.img-ico {
    max-height: 40px;
    max-width: 140px;
    margin: 0;
    margin-bottom: 5px;
}


.form-horizontal .bntLoginProviderLg .img-ico {
    max-height: 40px;
    max-width: 40px;
}

.form-horizontal .btn-control span, .register-menu #btnLocal span {
    color: #555;
}

.form-horizontal .btn-control:hover, .register-menu #btnLocal:hover {
    border-color: black;
}

.form-horizontal .btn-control:hover span, .register-menu #btnLocal:hover span {
    color: black;
}

.form-langpicker {
    display: flex;
    justify-content: center;
}

.form-langpicker .btn-lang {
    padding: 0;
    margin: 0;
    width: 10%;
    height: 100%;
}

.or-login {
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    margin: 20px 0;
    display: inline-block;
}

.login-container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/backgrounds/img-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login-animation-cont {
    position: relative;
}

.login-animation-cont .register-content .form-horizontal .btn-control {
    flex: 0 0 100%;
}

.login-animation-cont .register-content #btnLocal {
    border-radius: 3px;
    margin: 10px 0;
}

.login-animation-cont .register-content #btnLocal i {
    margin-right: 10px;
}

.login-animation-cont .register-content #btnLocal:hover {
    text-decoration: none;
}

.login-animation-cont .register-content .form-horizontal .btn-control {
    height: auto!important;
    margin: 10px 0;
}

.login-animation-cont .register-content .form-horizontal #btnGsis .img-ico {
    height: 22px;
    width: 22px;
}

#main-content {
    transition: all .3s ease-in;
}

.hide-effect {
    display: none;
}

.register-content, .more-auth-content {
    display: none;
}

.register-content.active, .more-auth-content.active {
    display: flex;
    flex-direction: column;
}

.register-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.register-subltitle {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 16px;
    color: #99A1B7;
    text-align: center;
}

.back-wrap {
    text-align: center;
}

.back-wrap.register {
    margin-top: auto;
    margin-bottom: 10px;
}

.back-button {
    margin-left: 5px;
    text-decoration: underline;
    color: #1B84FF;
}

.back-button:hover, .back-button:active, .back-button:focus {
    color: #333;
    cursor: pointer;
}

.register-title {
    color: #071437;
    font-size: 26px;
    font-weight: bold;
}

.register {
    position: relative;
    padding: 0;
}

.register-menu {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 90%;
}

.register-menu .img-ico {
    width: 35px !important;
    height: 35px !important;
}

.auth-menu {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
    padding: 0px 10px;
    height: 60vh;
    margin-top: 40px;
    overflow: auto;
    overflow-x: hidden;
}

.auth-menu::-webkit-scrollbar {
    width: 2px;
}
.auth-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.auth-menu::-webkit-scrollbar-thumb {
    background: #888;
}

.auth-menu .form-horizontal {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.form-horizontal.filterable .external-auth-btn:not(.match) {
    display: none;
}

#external-auth-search {
    width: 100%;
    flex: 0 0 56px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.external-auth-btn {
    width: calc(100% / 2 - 2.5px);
    height: unset;
    flex-flow: column !important;
}

.external-auth-btn .img-ico {
    max-height: 30px;
    max-width: 40px;
    margin: 0;
}

.back-button-more-auth, .more-auth-button {
    width: calc(100% - 30px);
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    padding: 5px;
    margin: 0;
    text-decoration: none;
}

.more-auth-button {
    width: 100%;
    background-color: #1B84FFcc;
    color: white;
    font-weight: bold;
}

.more-auth-button:hover, .more-auth-button:active, .more-auth-button:focus {
    background-color: #333;
    cursor: pointer;
}

.back-button-more-auth:hover, .back-button-more-auth:active, .back-button-more-auth:focus {
    color: #1B84FF;
    cursor: pointer;
}

.rm-btn {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 5px 10px;
    background: transparent;
    border-bottom: 1px solid #bfbfbf;
}

.rm-btn span {
    color: black;
    font-size: 13px;
}

.rm-btn i {
    font-size: 18px;
    margin-right: 10px;
}

.register-menu .rm-btn:hover {
    background: #bdbdbd;
    text-decoration: none;
}

.register-dropdown {
    color: #1B84FF!important;
}

.register-dropdown:hover {
    color: #333;
}

.header-inner img {
    /*width: 40% !important;
    max-width: 100%;*/
}

.header-inner h2 {
    margin-top: 20px;
}

.manage-container {
    padding: 20px;
    background: white;
}

.manage-title {
    display: inline-block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 24px;
}

.manage-upper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.manage-container hr {
    margin-top: 16px;
    margin-bottom: 16px;
}

.manage-container .navbar-collapse, .manage-container .container-fluid {
    padding: 0;
}

.selection-title {
    font-size: 20px;
}

.manage-container .home-apps-container {
    margin: 12px 0;
}

.home-apps-container {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    gap: 15px;
}

.clientBox {
    width: calc(50% - 10px);
}

.clientBox img {
    max-width: 100%;
    max-height: 150px;
    background: #00243b;
    width: 55px;
    padding: 10px;
    border-radius: 6px;
}

.clientTitle {
    font-size: 14px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    color: rgb(0 0 0);
}

.clientBox:hover {
    background: #D6DAE6;
    color: #111 !important;
}

#Email {
    margin-top: 0;
}

.manage-container .input-group-addon {
    background-color: #f0f0f0;
    border: 0;
    height: 100%;
}

.manage-container .alert {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.manage-container .btn-link {
    width: auto;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}

.manage-container .bg-info {
    padding: 5px;
}

.manage-container .select2-container {
    margin: 5px 0;
}

.manage-container .select2-selection--single, .manage-container .select2-selection__arrow {
    border-radius: 0 !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    background-image: none !important;
    height: 35px !important;
}

.manage-container .select2-selection__arrow {
    height: 34px !important;
}

.register-only {
    background-color: white;
    position: relative;
}

.d-flex-column {
    display: flex;
    flex-flow: column;
}

.d-flex-column .btn {
    margin-bottom: 10px;
}

.separator-content {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
    height: 0;
    width: 100%;
}

.separator-content::after {
    margin-left: 1.25rem;
}

.separator-content::before {
    margin-right: 1.25rem;
}

.separator-content::after, .separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #F1F1F4;
}

.separator-content span {
    color: #99A1B7;
    width: 150px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.left-part img {
    max-height: 150px;
}
.btn-lang-choose {
    display: flex;
    flex-direction: row;
}

.menu-sub-dropdown-lang {
    visibility: hidden;
    opacity: 0;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    transition: all .3s;
    position: absolute;
    top: -114px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.menu-dropdown-lang:hover .menu-sub-dropdown-lang {
    visibility: visible;
    opacity: 1;
}

.menu-dropdown-lang:hover:after {
    transform: rotate(180deg);
}

.menu-item {
    padding: 10px 15px;
    border-radius: 10px;
}

    .menu-item:hover {
        background-color: #e9f3ff;
    }

        .menu-item:hover span {
            color: #1b84ff;
        }

.btn-lang-choose {
    display: flex;
    flex-direction: row;
    background: unset;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.menu-dropdown-lang:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #99A1B7;
}

.btn-lang-choose,
.menu-dropdown-lang {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

    .menu-dropdown-lang span {
        color: #555;
        font-size: 14px;
        font-weight: 500;
    }

    .menu-dropdown-lang img,
    .btn-lang-choose img {
        width: 20px;
        border-radius: 5px;
    }



/* ANIMATIONS */
@keyframes inputBoxShadow {
    to {
        box-shadow: 0 0 60px 20px;
        opacity: 0
    }
}

@media (max-width: 1024px) {

    .espaBannerLoginLeft {
        display: none;
    }

    .espaBannerLoginRight  {
       display: unset;
     }


    .left-part img {
        max-height: 80px;
    }


    .left-part h2 {
        font-size: 22px;
        display: none;
    }

    .two-parts {
        flex-direction: column-reverse;
    }

    .right-part, .left-part {
        width: 100%;
    }

    .right-part {
        padding: 50px 20px;
    }

    .left-part {
        min-height: 150px !important;
        padding: 20px 20px;
    }
}

@media (max-width: 600px) {
    .right-part {
        padding: 25px 20px;
    }
    .left-part h2 {
        display: none;
    }
    .left-part img {
        max-height: 60px;
    }

    .left-part { 
        min-height: 110px !important;
    }


}