﻿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: 3px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: #333;
    font-size: 16px;
    outline: none;
    margin: 5px 0;
}


    button.btn {
        font-size: 16px;
        font-weight: bold;
    }



    button.bootbox-close-button.close {
        width: 0;
    }

.modal-sm button.close {
    padding-top: 20px;
    padding-right: 10px;
}

button span {
    padding: 1px 0 0 0;
    display: block;
}


.btn-success {
    background-color: #f15633;
    border-color: #f15633;
    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 {
    padding: 5px 15px 20px;
}

    .term-of-use-container .acceptTermsChBox {
        float: left;
        font-size: 11px;
        min-height: 38px;
        width: 10%;
        padding: 3px 0 0 0;
    }

        .term-of-use-container .acceptTermsChBox .icheckbox_square-blue {
            border: 2px solid black;
        }

            .term-of-use-container .acceptTermsChBox .icheckbox_square-blue.checked {
                background-position: -50px 0;
            }

    .term-of-use-container .term-of-use {
        font-size: 11px;
        float: right;
        width: 89%;
        padding: 0;
    }

.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 {
    font-size: 16px;
    line-height: 1.2;
    color: black;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 56px;
    padding: 0 30px 0 50px;
    border: 0;
    outline: 0;
    font-weight: bold;
}

.focus-input {
    display: block;
    position: absolute;
    border: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 30px);
    height: 100%;
    box-shadow: 0 0;
    color: rgba(211,63,141,.6);
    margin: 0 15px;
}

.symbol-input {
    font-size: 20px;
    color: #999;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    pointer-events: none;
    transition: all .4s
}

.input:focus + .focus-input {
    animation: inputBoxShadow .5s ease-in-out forwards;
}

    .input:focus + .focus-input + .symbol-input {
        color: #f15633 !important;
        padding-left: 10px !important;
    }

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-horizontal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .form-horizontal .btn-control, .register-menu #btnLocal {
        flex: 0 0 49%;
        background-color: white;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        font-size: 15px;
        padding: 5px;
    }

.img-ico {
    max-height: 22px;
    max-width: 22px;
    margin-right: 10px;
}

.form-horizontal .bntLoginProviderLg {
    flex: 0 0 100%;
    height: 56px;
}

    .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 {
    opacity: 0;
    z-index: -1;
}

.register-content, .more-auth-content {
    display: flex;
    opacity: 0;
    flex-flow: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    z-index: -999;
    transition: all .3s ease-in;
    padding-bottom: 10px;
}

    .register-content.active, .more-auth-content.active {
        opacity: 1;
        z-index: 1;
        height: 100%;
    }

.register-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.back-wrap {
    text-align: center;
}

    .back-wrap.register {
        margin-top: auto;
        margin-bottom: 10px;
    }

.back-button {
    margin-left: 5px;
    text-decoration: underline;
    color: #f15633;
}

    .back-button:hover, .back-button:active, .back-button:focus {
        color: #333;
        cursor: pointer;
    }

.register-title {
    font-size: 20px;
    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: 0 15px;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}

    .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 {
    padding: 15px 0;
}

.more-auth-button {
    width: 100%;
    background-color: #f15633cc;
    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: #f15633;
    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 {
    text-decoration: underline;
    color: #f15633;
}

    .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;
}

.clientBox {
    flex: 0 0 calc((100% / 3) - 20px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}

    .clientBox img {
        margin-bottom: 20px;
        max-width: 100%;
        max-height: 150px;
    }

.clientTitle {
    font-size: 17px;
}

.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;
    }

/* ANIMATIONS */
@keyframes inputBoxShadow {
    to {
        box-shadow: 0 0 60px 20px;
        opacity: 0
    }
}
