﻿@import url('https://fonts.googleapis.com/css?family=Cabin:300,400,500,600&display=swap');

/*@font-face {
    font-family: "feather";
    src: url('/auth/app-assets/fonts/feather/fonts/feather.eot?t=1525787366991');*/ /* IE9*/
/*src: url('/auth/app-assets/fonts/feather/fonts/feather.eot?t=1525787366991#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
/*url('/auth/app-assets/fonts/feather/fonts/feather.woff?t=1525787366991') format('woff'),*/ /* chrome, firefox */
/*url('/auth/app-assets/fonts/feather/fonts/feather.ttf?t=1525787366991') format('truetype'),*/ /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
/*url('/auth/app-assets/fonts/feather/fonts/feather.svg?t=1525787366991#feather') format('svg');*/ /* iOS 4.1- */
/*}*/

/* html body.bg-full-screen-image {
   background: url(../images/bg.svg) no-repeat center center fixed;
    background-size: cover;
}

.viewable-content-div {
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "main-page";
}

    .viewable-content-div .main-page {
        overflow-x: hidden;
        overflow-y: auto;
    }*/

.btn {
    border-radius: 9999px;
}

.btn:hover {
    box-shadow: 0 10px 25px rgb(72, 97, 159, 0.30);
}

.card .card {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.authentication-wrapper {
    display: flex;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

    .authentication-wrapper .authentication-inner {
        width: 100%;
    }

    .authentication-wrapper.authentication-basic {
        align-items: center;
        justify-content: center;
    }

        .authentication-wrapper.authentication-basic .card-body {
            padding: 2rem;
        }

    .authentication-wrapper.authentication-cover {
        align-items: flex-start;
    }

        .authentication-wrapper.authentication-cover .authentication-inner {
            height: 100%;
            margin: auto 0;
        }

            .authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
                width: 100%;
                margin: 2rem 0 2rem 2rem;
                height: calc(100vh - 4rem);
                border-radius: 1.125rem;
                position: relative;
            }

                .authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg .auth-illustration {
                    max-height: 65%;
                    z-index: 1;
                }

            .authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
                position: absolute;
                width: 100%;
                bottom: 0%;
                left: 0%;
                height: 35%;
            }

            .authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
                height: 100vh;
            }

                .authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height > img:first-child {
                    z-index: 1;
                }

    .authentication-wrapper.authentication-basic .authentication-inner {
        max-width: 400px;
        position: relative;
    }

        /* .authentication-wrapper.authentication-basic .authentication-inner.eula {
        max-width: 600px!important;
        position: relative;
    }*/

        .authentication-wrapper.authentication-basic .authentication-inner:before {
            width: 238px;
            height: 233px;
            content: " ";
            position: absolute;
            top: -55px;
            left: -40px;
            background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%237367F0' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E%0A");
        }

.authentication-inner label {
    font-size: 0.6rem;
    color: #333333b2;
}

.strengthIndicator * {
    font-size: 0.7rem;
}

@media (max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:before {
        display: none;
    }
}

.authentication-wrapper.authentication-basic .authentication-inner:after {
    width: 180px;
    height: 180px;
    content: " ";
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -56px;
    background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%237367F0' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%237367F0' fill-opacity='0.08'/%3E%3C/svg%3E");
}

@media (max-width: 575.98px) {
    .authentication-wrapper.authentication-basic .authentication-inner:after {
        display: none;
    }
}

.authentication-wrapper .auth-input-wrapper .auth-input {
    max-width: 50px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 150%;
}

@media (max-height: 636px) {
    .auth-multisteps-bg-height {
        height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .authentication-wrapper .auth-input-wrapper .auth-input {
        font-size: 1.125rem;
    }
}

#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
    border-color: #ea5455;
}

.light-style .authentication-wrapper.authentication-bg {
    background-color: #fff;
}

.light-style .auth-cover-bg-color {
    background-color: #f8f7fa;
}

.dark-style .authentication-wrapper.authentication-bg {
    background-color: #2f3349;
}

.dark-style .auth-cover-bg-color {
    background-color: #25293c;
}

.field-validation-error {
    color: #ea5455;
}

.input-validation-error {
    border-color: #ea5455;
}

.rc-anchor-normal {
    height: 74px;
    width: 350px;
    margin: 0;
    border: 0 !important;
}

.field-validation-error {
    font-size: 0.7rem;
}

/*.authentication-form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
    width: 100%;
}

    .authentication-form h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }

    .authentication-form .form-group {
        margin-bottom: 20px;
    }

        .authentication-form .form-group label {
            font-size: 14px;
            font-weight: 500;
        }

        .authentication-form .form-group input {
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            font-size: 14px;
            padding: 10px;
            width: 100%;
        }

            .authentication-form .form-group input:focus {
                border-color: #007bff;
                box-shadow: none;
            }

    .authentication-form .btn-primary {
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }

        .authentication-form .btn-primary:hover {
            background: #0056b3;
        }

    .authentication-form .forgot-password {
        font-size: 14px;
        text-align: center;
    }

        .authentication-form .forgot-password a {
            color: #007bff;
        }

            .authentication-form .forgot-password a:hover {
                text-decoration: none;
            }*/

/*.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}

    .form-label-group .form-control-lg ~ label {
        font-size: 1.25rem;
        padding: 1rem;
    }

    .form-label-group .form-control-sm ~ label {
        font-size: .7rem;
    }

    .form-label-group > label {
        font-size: .85rem;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: .6rem;
        cursor: text;
        transition: all .25s ease-in-out;
        pointer-events: none;
        opacity: 0;
        color: rgba(34, 41, 47, .4);
    }

    .form-label-group > input,
    .form-label-group textarea {
        padding: .6rem;
    }

        .form-label-group > input:focus:not(:placeholder-shown) ~ label,
        .form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
        .form-label-group textarea:focus:not(:placeholder-shown) ~ label,
        .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
            transition: all .25s ease-in-out;
            opacity: 1;
            color: #e41a27 !important;
        }

        .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label,
        .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
            color: rgba(34, 41, 47, .4) !important;
        }

        .form-label-group > input:not(:placeholder-shown) ~ label,
        .form-label-group textarea:not(:placeholder-shown) ~ label {
            font-size: .7rem;
            top: -20px;
            left: 3px;
            padding: .25rem 0;
        }

    .form-label-group.has-icon-left > label {
        left: 36px;
    }*/

/*.navbar-inverse {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.7s;
}

.navbar-toggle .top-bar {
    transform: translateX(3px) rotate(135deg);
    transform-origin: 40% 200%;
}

.navbar-toggle .mid-bar {
    opacity: 0;
}

.navbar-toggle .bot-bar {
    transform: translateX(3px) rotate(-135deg);
    transform-origin: 40% -80%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .mid-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bot-bar {
    transform: rotate(0);
}

.main-menubar-icon {
    font-size: 1.4em;
}

#main-toolbar {
    top: 50px;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    border-width: 0 0 1px 0;
}*/

/* Border X get width  */
/*.borderXwidth a:before, .borderXwidth a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: rgba(230, 230, 230, 0.2);
    transition: all 0.3s;
}

.borderXwidth a:before {
    left: 0px;
    top: 6px;
}

.borderXwidth a:after {
    right: 0px;
    bottom: 6px;
}

.borderXwidth a:hover:before, .borderXwidth a:hover:after {
    opacity: 1;
    width: 100%;
}*/

/* Top menu animation */
/*.topBotomBordersOut .top-menu-item:before, .topBotomBordersOut .top-menu-item:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #7bb106;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

.topBotomBordersOut .top-menu-item:before {
    top: 6px;
    transform: translateY(5px);
}

.topBotomBordersOut .top-menu-item:after {
    bottom: 6px;
    transform: translateY(-5px);
}

.topBotomBordersOut .top-menu-item:hover:before, .topBotomBordersOut .top-menu-item:hover:after {
    opacity: 1;
    transform: translateY(0px);
}*/
/* Top menu animation */

/*#user-menubar li > a > i {
    font-size: 1.2em;
    padding-right: 5px;
}

#user-menubar .dropdown-menu {
    min-width: 230px !important;
}

.item-block {
    height: 140px;
    max-height: 140px;
    width: 265px;
    color: #333;
    border: 1px solid #cacaca;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    margin: 5px;
    padding: 5px 5px 0 5px;
}

    .item-block .selected {
        color: red;
    }

    .item-block .item-icon {
        font-size: 32px;
    }

    .item-block i.new-item-icon {
        font-size: 48px;
        margin: 1px;
    }

    .item-block i {
        font-size: 20px;
        margin: 1px;
    }

    .item-block img {
        height: 32px;
        margin: 5px 1px 0 1px;
    }

    .item-block a {
        color: #333;
    }

    .item-block .document-icon {
        margin: 15px 1px 0 1px;
    }

    .item-block .content {
        width: 100%;
        height: 95px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .item-block p {
        font-size: 14px;
        position: relative;
        color: #fff;
        padding: 5px 5px 5px 0;
        text-align: left;
    }

    .item-block a.link {
        display: inline-block;
        text-decoration: none;
        padding: 0;
        color: #333;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #7c7c7c;
        -moz-box-shadow: 0 0 1px #7c7c7c;
        box-shadow: 0 0 1px #7c7c7c;
    }

    .item-block:hover {
        border-bottom: 1px solid #728ca8;
        -webkit-box-shadow: 0 0 1px #333;
        -moz-box-shadow: 0 0 1px #333;
        box-shadow: 0 0 1px #333;
        cursor: pointer;
    }

    .item-block .info {
        background-color: #f2f2f2;
        color: #222;
    }

    .item-block .video-thumb {
        display: block;
        margin: auto;
        width: auto;
        height: 100px;
        padding-bottom: 5px;
    }

    .item-block .course-image {
        height: 48px;
        margin: 10px;
    }

    .item-block.video {
        height: 140px;
        max-height: 140px;
        width: 200px;
        margin: 5px 10px;
    }

.selected-row {
    background-color: #eceff2;
}

.validation-error {
    display: block;
    margin-left: 15px;
}

.validation-summary-errors {
    border-color: #d7d7d7;
    background: #d51d1d;
    color: #fff;
    padding: 20px;
    text-align: center;
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
    }

    .validation-summary-errors li {
        display: inline;
        list-style: none;
        font-size: 1.3em;
    }

.field-validation-error {
    color: #d51d1d;
    font-weight: 500;
}

.sky-form header {
    display: block;
    padding: 20px 30px 5px;
    border-bottom: 0 solid rgba(0,0,0,.1);
    background: #fff;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
}

.sky-form fieldset {
    display: block;
    padding: 25px 10px 5px;
    border: none;
    background: #fff;
}

    .sky-form fieldset + fieldset {
        border-top: 1px solid rgba(0,0,0,.1);
    }

.sky-form section {
    margin-bottom: 20px;
}

.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 0 solid rgba(0,0,0,.1);
    background: #fff;
}

    .sky-form footer > .button {
        margin: 0;
    }

.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    text-align: left;
    font-weight: normal;
}

.sky-form span.note {
    font-size: 1.1em;
    color: aqua !important;
}

.sky-form section {
    margin-bottom: 0;
}

.hr-vertical {
    width: 1px !important;
    height: 400px;
    background-color: #e6e6e6;
}

.carousel-landing {
    height: 380px;
    overflow: hidden;
    margin: 5px;
}

    .carousel-landing img {
        max-width: 90%;
    }

    .carousel-landing .text-align-center img,
    .carousel-landing .text-align-center div {
        width: 85%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 85%;
    }

    .carousel-landing .item > .row > *:first-child {
        text-align: right;
    }

    .carousel-landing .slide-one-header {
        margin-top: 0;
    }

    .carousel-landing .slide-two-header {
        margin-bottom: 0;
    }

    .carousel-landing .btn-version-preview {
        margin-top: 20px;
    }

    .carousel-landing .carousel-indicators li {
        background-color: #57b7e1;
    }

        .carousel-landing .carousel-indicators li.active {
            background-color: #7c7c7c;
        }

.carousel-fade .carousel-inner > .item {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.carousel-fade .carousel-inner > .next, .carousel-fade .carousel-inner > .prev {
    left: auto;
}

    .carousel-fade .carousel-inner > .next.left, .carousel-fade .carousel-inner > .prev.right {
        opacity: 1;
        left: auto;
    }

.carousel-fade .carousel-inner > .active.left, .carousel-fade .carousel-inner > .active.right, .carousel-fade .carousel-inner > .next, .carousel-fade .carousel-inner > .prev {
    opacity: 0;
    left: auto;
}

.carousel-control-landing {
    width: 2%;
    color: #075c81;
}

    .carousel-control-landing.left, .carousel-control-landing.right {
        background: none;
        color: #ff3f3f;
    }

        .carousel-control-landing.left > span, .carousel-control-landing.right > span {
            font-size: 50px !important;
        }

.widget-container {
    min-height: 30px;
}

.widget-placeholder {
    background: rgba(51,51,51,0.2);
    border: 1px dashed rgba(255,255,255,0.6);
    margin: -1px -1px 29px -1px;
}

.lead {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.1;
}

.auth-form {
    border: 1px solid #d1d1d1;
}

    .auth-form h4 {
        line-height: 1.4em;
    }

    .auth-form i.icon {
        font-size: 2.5em;
    }

    .auth-form h4 > span {
        font-size: 0.6em;
        color: #808080;
        float: right;
        margin-top: 30px;
    }

.auth-right-panel {
    margin-top: 10px;
    border-left: 1px solid #f1eded;
    margin-bottom: 10px;
}

.auth-note {
    margin-top: 60px;
}

.auth-note-small {
    font-size: 0.7em;
}*/

/* Password strength overrides */
/*.verdict {
    font-size: 0.8em;
    font-weight: 900;
    color: #99999a;
    margin-right: 5px;
}

.kv-scorebar-border, .kv-scorebar, .kv-score {
    width: 140px;
}*/

/*Bootstrap overrides*/
/*.list-inline li:after {
    content: '|';
    margin: 0 10px;
}

.list-inline li:last-child:after {
    content: '';
}

@media(max-width: 480px) {
}

@media (max-width: 576px) {
    .authentication-form {
        max-width: 100%;
        margin:0
    }
}*/
