@font-face {
    font-family: 'sekureid';
    src: url("../assets/fonts/sekureid.eot?gjh64t");
    src: url("../assets/fonts/sekureid.eot?gjh64t#iefix") format("embedded-opentype"), url("../assets/fonts/sekureid.woff2?p8jfbp") format("woff2"), url("../assets/fonts/sekureid.ttf?gjh64t") format("truetype"), url("../assets/fonts/sekureid.woff?gjh64t") format("woff"), url("../assets/fonts/sekureid.svg?gjh64t#sekureid") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sekureid' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hide:before {
    content: "\e950";
}

.icon-eye:before {
    content: "\e907";
}

.icon-checked:before {
    content: "\e910";
}

.icon-users:before {
    content: "\e649";
}

.icon-user:before {
    content: "\e925";
}

.icon-exclamation:before {
    content: "\e990";
}

.icon-gear:before {
    content: "\f02f";
}

.icon-flag:before {
    content: "\e944";
}

.icon-phone:before {
    content: "\f095";
}

.icon-alert:before {
    content: "\e600";
}

.icon-support:before {
    content: "\e952";
}

.icon-key:before {
    content: "\e928";
}

.icon-locked:before {
    content: "\e95f";
}

.icon-mail:before {
    content: "\e94c";
}

.icon-ok:before {
    content: "\e98c";
}

.icon-ok-job:before {
    content: "\e937";
}

.icon-left-hand:before {
    content: "\e958";
}

.icon-check-empty:before {
    content: "\e963";
}

.icon-publish:before {
    content: "\e975";
}

.icon-tr-down:before {
    content: "\f05b";
}

.icon-power-off:before {
    content: "\e9b6";
}

.icon-calendar:before, .glyphicon-calendar:before {
    content: "\f068";
}

.icon-sphere:before {
    content: "\e996";
}

:root {
    height: 100%;
    --primary-color: #132F45;
    --main-placeholder-color: #97A6B0;
    --main-red-color: #FF3600;
    --main-error-color: #E24949;
    --form-select-bg-img: url("../assets/chevron.svg");
}

.light-red-c {
    color: #e57373;
}

/*Cards*/
.cards-container {
    width: 100%;
    text-align: center;
}

.cards-container .card-block {
    display: inline-flex;
    float: none;
    background-color: #FFFFFF;
    margin: 20px;
    width: 340px;
    height: 190px;
    cursor: pointer;
    vertical-align: top;
}

.cards-container a:hover {
    text-decoration: none;
}

.cards-container .card-block:hover {
    background-color: #FFF;
}

.cards-container .card-block.stripe-card:not(.sunken-effect) {
    color: #FFF;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.cards-container .card-block.stripe-card:not(.sunken-effect) p {
    color: #FFF;
}

.cards-container .card-block.archived {
    background-color: #ffcdd2;
    color: #FFF;
}

.cards-container .card-block.archived p {
    color: #FFF;
}

.cards-container .card-block.archived.sunken-effect {
    background-color: #e57373;
}

.cards-container .card-block p {
    color: #4a4949;
}

.cards-container .card-block label {
    font-size: 18px;
    cursor: pointer;
}

.cards-container .card-block i {
    font-size: 55px;
    margin: 14px 0;
    color: #78858E;
}

.cards-container .card-block i.number {
    color: #ede7f6;
}

.cards-container .card-block i, .cards-container .card-block p, .cards-container .card-block label {
    display: block;
}

.raised {
    transition: all .2s ease-in-out;
}

.raised:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/*radio and check*/
.opt {
    
    color: #dfcaca;
    display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    z-index: 1;
    /*check*/
}

.opt:not(.disabled):hover label {
    color: #072F47;
}

.opt:not(.disabled):hover .check {
    border: 1px solid #072F47;
}

.opt.checked .check::before {
    background: #072F47;
}

.opt.checked label {
    color: #6e7479;
}

.opt label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    padding: 5px 15px 5px 50px;
    margin: 5px auto;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.opt .check {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    z-index: 5;
    transition: border .15s linear;
    -webkit-transition: border .15s linear;
    box-sizing: border-box;
    border: 1px solid #072F47;
}

.opt .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.15s linear;
    -webkit-transition: background 0.15s linear;
}

.opt.sq .check {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.opt.sq .check:before {
    border-radius: 0;
}

.opt.sq.checked:not(.partial) .check {
    display: inline-block;
}

.opt.sq.checked:not(.partial) .check::before {
    background: none;
    content: '\e931';
    color: #072F47;
    font-size: 10px;
    line-height: 11px;
    left: 2.5px;
    top: 3px;
    font-family: 'sekureid' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: 700;
}

.opt.disabled {
    opacity: 0.4;
}

.opt ~ .info-label, .opt ~ .control-label {
    line-height: 16px;
    padding-top: 3px;
}

/*menu*/

.user-menu-wrapper {
    position: absolute;
    height: 50px;
    padding: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    color: #78858E;
    z-index: 1;
}

.user-menu-wrapper span {
    vertical-align: middle;
}

.user-menu-wrapper .user-name {
    font-size: 10px;
    display: block;
    position: absolute;
    right: 80px;
    top: 32px;
}

.user-menu-wrapper .user-name.impersonated {
    top: 42px !important;
}

.user-menu-wrapper .user-company {
    position: absolute;
    top: 16px;
    right: 80px;
    color: #072F47;
    font-size: 12px;
    text-transform: uppercase;
}

.user-menu-wrapper .btn-circle {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    line-height: 19px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #2A3F54;
    border-color: #2A3F54 !important;
}

.user-menu-wrapper .btn-circle:hover {
    background-color: #5098c3;
    border-color: #5098c3 !important;
}

.user-menu-wrapper .btn-circle:focus {
    background-color: #2A3F54;
    border-color: #2A3F54 !important;
    color: #FFF;
}

.user-menu-wrapper .btn-circle:active {
    background-color: #81d4fa;
    border-color: #81d4fa !important;
    color: #FFF;
}

.user-menu-wrapper .icon {
    margin: 2px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.user-menu-wrapper .icon.icon-user, .user-menu-wrapper .icon.icon-support {
    font-size: 20px;
}

.user-menu-wrapper .icon.icon-tr-down, .user-menu-wrapper .icon.icon-tag-down {
    margin-right: 5px;
}

.user-menu-wrapper .icon.icon-user {
    margin-top: 6px;
}

.user-menu-wrapper .icon.icon-tag-down {
    margin-top: 8px;
}

.user-menu-wrapper .drop-menu .icon.icon-tr-down {
    margin-right: 2px;
}

ul {
    list-style: none;
    padding: 0;
}

ul.user-menu {
    display: none;
    position: absolute;
    background-color: #F8F8F8;
    color: #FFF;
    border: 1px solid #e8e2e2;
    right: 15px;
    top: 45px;
    border-radius: 3px;
    width: 190px;
    text-align: left;
    z-index: 10;
}

ul.user-menu .user-title {
    background-color: #F1F1F1;
}

ul.user-menu:after {
    content: "\f0aa";
    font-family: 'sekureid';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6px;
    right: 8px;
    z-index: 0;
    color: #F1F1F1;
    font-size: 8px;
    border-left: 1px solid #e8e2e2;
    border-bottom: 1px solid #e8e2e2;
    background-color: #F1F1F1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

ul.user-menu.open {
    display: inline-block;
}

ul.user-menu a, ul.user-menu span {
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}

ul.user-menu li {
    padding: 3px 10px;
}

ul.user-menu li .icon {
    float: right;
    margin-top: 3px;
    font-size: 13px;
}

ul.user-menu li:hover {
    background-color: #F1F1F1;
}

ul.user-menu li:hover a {
    font-weight: 700;
}

ul.user-menu hr {
    margin: 0;
}

/*layout*/
body {
    height: 100%;
    background-color: #EFF4F8;
    color: #072F47;
}

body.contact-scene {
    background: url(../assets/map.png) no-repeat center;
}

.form-wrapper {
    width: 420px;
}

label, .form-label {
    color: #78858E;
}

.title {
    font-size: 1.43rem;
    font-weight: 800;
}

.subtitle{
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: var(--main-placeholder-color) !important;
}

input:-moz-placeholder {
    color: var(--main-placeholder-color) !important;
    opacity: 1;
}

input:-ms-input-placeholder { 
    color: var(--main-placeholder-color) !important;
}

input::placeholder { 
    color: var(--main-placeholder-color) !important;
}

.login-logo {
    width: 100%;
    position: relative;
    text-align: center;
}

.login-body {
    display: flex;
    justify-content: center;
}

.form-company-login {
    display: flex;
    justify-content: center;
    align-items: center;
    /*align-content: center;
    flex-wrap: wrap;*/
    width: 631px;
    height: 465px;
    background: #ffffff;
    border: 1px solid #DBDFE2;
    border-radius: 12px;
}

.login-error-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100px;
}

.login-wrong {
    width: 631px;
    height: 42px;
    background: #FCE4E4;
    border-radius: 5px;
    border: 1px solid var(--main-error-color);
    padding: 10px;
}

.login-wrong .error-message {
    display: flex;
    color: var(--main-error-color);
    font-size: 12px;
}

.login-wrong .icon-exclamation {
    background-color: var(--main-error-color);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-weight: initial;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 7px;
}

.form-company-login .btn-login, .form-company-login .btn-login:active {
    width: 420px;
    height: 40px;
    line-height: 28px;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    text-transform: capitalize;
}

.form-company-login .my-link {
    font-size: 0.857rem;
    color: #349bec;
    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
}

.form-company-login .my-link:hover {
    text-decoration: underline;
}

.form-company-login .check {
    border: 1px solid #78858E;
    cursor: pointer;
}

.form-company-login .check.active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.form-company-login .check.active:before {
    background: none;
    content: "\e931";
    color: #ffffff;
    font-size: 10px;
    line-height: 11px;
    left: 2.5px;
    top: 3px;
    font-family: "sekureid" !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: 700;
}

.form-company-login .icon-locked,
.form-company-login .icon-publish,
.form-company-login .icon-alert,
.form-company-login .icon-ok,
.form-company-login .icon-power-off,
.form-company-login .icon-left-hand,
.form-company-login .icon-ok-job {
    font-size: 42px;
    bottom: 20px;
    float: initial;
}

.form-company-login .icon-check-empty {
    font-size: 50px;
    color: #1CB05C;
}

.form-company-login .message {
    font-size: 16px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 112px;
}

.btn {
    min-width: 80px;
    text-transform: capitalize;
}

.btn.btn-success, .btn.btn-success:active {
    background-color: #132F45;
    border-color: #132F45;
}

.btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    pointer-events: initial;
}

.form-company-login .btn-cancel {
    background-color: transparent;
    border: 1px solid #78858E;
    color: #78858E;
    margin-right: 30px !important;
}

.form-company-login .btn-cancel:active {
    background-color: transparent !important;
    border: 1px solid #78858E;
    color: #78858E;
}

.form-company-login span {
    position: relative;
    bottom: 24px;
    float: right;
    right: 0;
    cursor: pointer;
}

.form-company-login.change-password {
    height: auto;
    min-height: 465px;
    padding: 42px 105px;
    margin-bottom: 15px;
}

.login-wrapper .remember-group .check-remember:checked ~ .check {
    display: none !important;
}

.login-wrapper .remember-group .check-remember:checked ~ .check.active {
    display: inline !important;
}

.login-wrapper .remember-group label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    cursor: pointer;
    font-size: 12px;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 732px;
    overflow: auto;
}

.login-wrapper.half {
    width: 50%;
}

.login-wrapper.contact-scenario {
    background: url(../assets/map.png);
    background-size: cover;
    align-items: initial;
    height: 100%;
    overflow: initial;
}

.contact-scene .btn-ok {
    background: linear-gradient(135deg, #3833D7 0%, #6F39E5 53%, #A73AFB 100%);
    color: #ffffff;
    padding: 10px 22px;
    border: none;
}

.wrapper-half {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
}

.wrapper-half.we {
    background-image: none;
    background-color: #140547;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-wrapper p {
    color: #ffffff;
    width: 500px;
    margin: 0 0 30px;
}

.content-wrapper p:first-child {
    text-transform: uppercase;
    font-size: 22px;
}

.content-wrapper p:nth-child(2) {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    padding: 0 50px;
}

.wrapper-half .btn-checkout {
    background: linear-gradient(135deg, #3833D7 0%, #6F39E5 53%, #A73AFB 100%);
    color: #ffffff;
    padding: 10px 22px;
    border: none;
}

.password-validation, .password-validation .icon-checked {
    font-size: 14px;
    margin-right: 4px;
    top: 5px;
}

.password-validation .ok {
    color: #1CB05C;
}

.password-validation .fail {
    color: var(--main-error-color);
}

.change_password_submit_btn {
    bottom: 30px;
    width: 100%;
}

.password_validation {
    margin-bottom: 5px;
}

.password_validation > .control_label {
    font-size: 12px;
}

.validation_summary {
    display: inline-flex;
}

.login-wrapper .login-splash {
    width: 600px;
    vertical-align: top;
}

.login-wrapper .waitting {
    width: 530px;
    margin-right: 35px;
}

.form-company-login .field-validation-error {
    top: 10px;
}

.form-company-login .field-validation-error span {
    bottom: initial !important;
    clear: both;
    color: #a94442;
    font-size: 10px;
    letter-spacing: 2px;
    min-height: 16px;
    margin: 0;
    white-space: normal;
}

.remember-group {
    clear: both;
}

.remember-group .forgot-pass {
    margin-top: 0px;
    margin-right: initial !important;
}

.pass-form-group .field-validation-error {
    top: -70px;
}

/***********************************************************************************************/
.form-select {
    background-image: var(--form-select-bg-img);
}
/***********************************************************************************************/

.contact-scene .title {
    font-weight: 700;
    font-size: 35px;
}

.contact-scene .separator {
    width: 1px;
    border-left: 2px solid #DBDFE2;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
}

.contact-scene .contact-title, .contact-scene .contact-subtitle, .contact-scene .contact-img {
    display: block;
    position: relative;
    width: 100%;
}

.contact-scene .contact-title, .contact-scene .contact-subtitle {
    margin: 15px 0;
    padding: 0 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: initial;
    font-size: 12px;
    font-weight: normal;
    color: #072F47;
    text-align: left;
}

.contact-scene .map-spot {
    position: relative;
    background: url(/assets/map-spot.png) no-repeat center;
    width: 300px;
    height: 270px;
    margin: 86px 86px 0;
    padding: 12px;
}

/*************************************    VALIDATION     ****************************************************/
.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input-validation-error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.form-company-login.info-box {
    width: 85%;
}

.check-container {
    padding: 15px 25px;
    background-color: beige;
    border: 1px solid burlywood;
    border-radius: 5px;
    min-height: 75px;
    margin-top: 20px;
}

#check_content {
    display: none
}

.check-container .icon {
    min-width: 14px;
    display: inline-block;
}

.btn_section {
    padding-top: 10px
}

.alert {
    margin: 0;
    padding: 7px;
}

.alert .validation-summary-errors, .alert .validation-summary-errors ul {
    margin-bottom: 0px;
}

.container-fluid {
    flex-direction: row-reverse;
}

/************************* WorkEasy.Team Marketing Styles *******************************/

.we-head {
    color: #fff;
    margin: 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
}

.we-text {
    color: #fff;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 27px;
}

.we-text-2 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.we-btn {
    color: #140547;
    background-color: #fff;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding: 9px 15px;
    text-decoration: none;
}

/****************************************************************************************/

.we-head {
    color: #fff;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
}

@media only screen and (max-width: 991px) {
    .wrapper-half, .user-menu-wrapper {
        display: none;
    }

    .login-wrapper {
        padding: 3rem 0px !important;
    }

    .login-body {
        padding: 0 14px;
    }
       
    .form-company-login .btn-login, .form-company-login .btn-login:active, .title, .subtitle {
        width: 320px;
    }

    .form-wrapper {
        width: initial;
    }
}

@media (max-width: 1199px) {
    .wrapper-half {
        display: none;
    }
    .half{
        width: 100% !important;
    }
}

.forgot-help, .forgot-help .my-link {
    font-size: 0.75rem;
}

.forgot-help .question {
    font-weight: bold;
}