
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Readex+Pro:wght@400;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none; /* for iOS Safari */
    text-size-adjust: none; /* for other mobile browsers */
}

body {
    color: var(--body-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background-color: var(--body-bg-color);

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.625;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    color: var(--header-color);
    font-family: 'Readex Pro', sans-serif !important;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

ul, ol {
    color: #ffffff;
}

.logoText {
    font-size: 5vw;
    color: #76d0d9;
    text-align: center;
    margin-top: 30px;
}

.navbarlogoText {
    height: 4rem;
    color: #76d0d9;
    text-align: left;

}

h1::after {
    content: attr(data-end) ;
    color: #e88e00 ;
}

/*
 * Buttons
 */
.btn-success, .btn-warning, .btn-danger, .btn-primary, .btn-info, .btn-secondary, .btn-dark,
.btn-outline-success, .btn-outline-warning, .btn-outline-danger, .btn-outline-primary, .btn-outline-info, .btn-outline-secondary, .btn-outline-dark {
    /*
    box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.7);
    */
}
.btn-success {
    background: var(--btn-success);
    border: 0;
}
.btn-outline-success.active, .btn-outline-success:focus, .btn-outline-success:hover, .btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
    background: var(--btn-success);
    border: 1px solid var(--btn-success);
}
.btn-outline-success {
    border: 1px solid var(--btn-success);
    color: var(--btn-success);
}
.btn-success:hover, .btn-success:focus {
    background: var(--btn-success-hover) !important;
}
.btn-warning {
    background: var(--btn-warning);
    border: 0;
}
.btn-outline-warning.active, .btn-outline-warning:focus, .btn-outline-warning:hover, .btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
    background: var(--btn-warning);
    border: 1px solid var(--btn-warning);
}
.btn-outline-warning {
    border: 1px solid var(--btn-warning);
    color: var(--btn-warning);
}
.btn-warning:hover, .btn-warning:focus {
    background: var(--btn-warning-hover) !important;
}
.btn-danger {
    background: var(--btn-danger);
    border: 0;
}
.btn-outline-danger.active, .btn-outline-danger:focus, .btn-outline-danger:hover, .btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
    background: var(--btn-danger);
    border: 1px solid var(--btn-danger);
}
.btn-outline-danger {
    border: 1px solid var(--btn-danger);
    color: var(--btn-danger);
}
.btn-danger:hover, .btn-danger:focus {
    background: var(--btn-danger-hover) !important;
}
.btn-primary {
    background: var(--btn-primary) !important;
    border: 0;
}
.btn-outline-primary.active, .btn-outline-primary:focus, .btn-outline-primary:hover, .btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    background: var(--btn-primary) !important;
    border: 1px solid var(--btn-primary);
}
.btn-outline-primary {
    border: 1px solid var(--btn-primary);
    color: var(--btn-primary);
}
.btn-primary:hover, .btn-primary:focus {
    background: var(--btn-primary-hover) !important;
}
.btn-info {
    background: var(--btn-info);
    border: 0;
}
.btn-outline-info.active, .btn-outline-info:focus, .btn-outline-info:hover, .btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
    background: var(--btn-info);
    border: 1px solid var(--btn-info);
}
.btn-outline-info {
    border: 1px solid var(--btn-info);
    color: var(--btn-info);
}
.btn-info:hover, .btn-info:focus {
    background: var(--btn-info-hover) !important;
}
.btn-secondrary {
    background: var(--btn-secondary);
    border: 0;
}
.btn-outline-secondary.active, .btn-outline-secondary:focus, .btn-outline-secondary:hover, .btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
    background: var(--btn-secondary);
    border: 1px solid var(--btn-secondary);
}
.btn-outline-secondary {
    border: 1px solid var(--btn-secondary);
    color: var(--btn-secondary);
}
.btn-secondary:hover, .btn-secondary:focus {
    background: var(--btn-secondary-hover) !important;
}
.btn-dark {
    background: var(--btn-dark);
    border: 0;
}
.btn-outline-dark.active, .btn-outline-dark:focus, .btn-outline-dark:hover, .btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
    background: var(--btn-dark);
    border: 1px solid var(--btn-dark);
}
.btn-outline-dark {
    border: 1px solid var(--btn-dark);
    color: var(--btn-dark);
}
.btn-dark:hover, .btn-dark:focus {
    background: var(--btn-dark-hover) !important;
}
.btn-light {
    background: var(--btn-light);
    border: 0;
}
.btn-outline-light.active, .btn-outline-light:focus, .btn-outline-light:hover, .btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
    background: var(--btn-light);
    border: 1px solid var(--btn-light);
}
.btn-outline-light {
    border: 1px solid var(--btn-light);
    color: var(--btn-light);
}
.btn-light:hover, .btn-light:focus {
    background: var(--btn-light-hover) !important;
}


/*
 * Background, Badges
 */
.bg-success {
    background: var(--btn-success) !important;
    border: 0;
}
.bg-success-light {
    background: var(--btn-success-light) !important;
    border: 0;
}
.bg-warning {
    background: var(--btn-warning) !important;
    border: 0;
}
.bg-warning-light {
    background: var(--btn-warning-light) !important;
    border: 0;
}
.bg-danger {
    background: var(--btn-danger) !important;
    border: 0;
}
.bg-danger-light {
    background: var(--btn-danger-light) !important;
    border: 0;
}
.bg-primary {
    background: var(--btn-primary) !important;
    border: 0;
}
.bg-primary-light {
    background: var(--btn-primary-light) !important;
    border: 0;
}
.bg-info {
    background: var(--btn-info) !important;
    border: 0;
}
.bg-info-light {
    background: var(--btn-info-light) !important;
    border: 0;
}
.bg-secondary {
    background: var(--btn-secondary) !important;
    border: 0;
}
.bg-dark {
    background: var(--btn-dark) !important;
    border: 0;
}
.bg-light {
    background: var(--btn-light) !important;
    border: 0;
}


.table-dark a {
    color: #ffffff;
    text-decoration: none;
}

.btn-toolbar .btn {
    margin-left: 0.25rem;
}

pre {
    background-color: #e9e9e9;
    border-radius: 0.25rem;
    border: 1px solid #bbbbbb;
    padding: 0.5rem;
}

.hidden {
    display: none;
}

/* Fix printer */
@media print {
    a[href]:after {
        content: none !important;
    }
    .pagebreak {
        /* page-break-after works, as well */
        page-break-before: always;
    }

    .input-group-addon {
        display: none;
    }
    form .btn-success {
        display: none;
    }
    .form-control {
        border: none;
        font-size: 20px;
    }
}

/* Modal */
.modal-body-iframe {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.modal-iframe {
    width: 100% !important;
    display: block !important;
    border: none !important;
}


/* Other */
.opacity-65 {
    opacity: 65%;
}


/* Alerts */
.alert-info {
    background-color: var(--alert-info-bg-color) !important;
    color: var(--alert-info-text-color) !important;
}
.alert-info .alert-heading {
    color: var(--alert-info-topic-color) !important;
}

/* Buttons */

.btn-xs {
    padding: 0.10rem 0.20rem;
    font-size: 0.8rem;
    border-radius: 0.2rem;
}

/* Top bar */
.top-bar-menu-link {
    font-weight: 500;
    text-decoration: none !important;
}
.top-bar-menu-link-light {
    color: #727272 !important;
}
.top-bar-menu-link-dark {
    color: #fff !important;
}
.top-bar-menu-text-light {
    color: #727272 !important;
}
.top-bar-menu-text-dark {
    color: #fff !important;
}

.top-bar-menu-link-light .bi {
    margin-right: 4px;
    color: #727272 !important;
}
.top-bar-menu-link-dark .bi {
    margin-right: 4px;
    color: #fff !important;
}



.top-bar-middle {
    top: 0;
    padding: 0.75rem;
}
.top-bar-end {
    top: 0;
}
@media (max-width: 991px) {
    .top-bar-middle-end-content {
        height: 3rem !important;
    }
    .top-bar-middle {
        top: 3rem !important;
    }
    .top-bar-end {
        top: 3rem !important;
    }
}


/*
 * Sidebar
 */

.sidebar .nav-link .bi {
    margin-right: 4px;
    color: #000056;
}
.sidebar .nav-link {
    font-weight: 200;
    color: #000056;
    font-family: 'Readex Pro', sans-serif;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar .nav-item {
    padding-left: 10px;
}

.sidebar .nav-link.active .bi, .sidebar .nav-link:hover .bi {
    color: var(--sidebar-link-active-color);
}
.sidebar .nav-link.active {
    background-color: rgb(8,208,217);opacity:0.6;
    color: var(--sidebar-link-active-color);
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
    background-color: rgb(8,208,217);opacity:0.6;
    color: var(--sidebar-link-active-color);
}
.sidebar-heading {
    color: #000056;
    font-size: 14px !important;
}

.sidebar .main-menu-item:hover {
    cursor: pointer;
}

.sidebar {
    position: fixed;
    top: 5rem;
    color: #000;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */

    padding-left: 0;
    padding-right: 10px;

    background: #fff !important;
    box-shadow: inset -1px 0 0 rgba(75, 213, 36, 0.1);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    /*
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Scrollbar
 */

/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Side bar */
.sidebar::-webkit-scrollbar-track {
    background: none;
    margin-top: 3rem;
}



/*
 * Navbar
 */




/* Logo */
.navbar {
    background: #fff !important;
    position: fixed;
    min-height: 90px;
    width: 100%;

    box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);
    -webkit-box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);

}

.navbar-brand img {
    max-width: 100%;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #fff;
    color: #fff !important;
    box-shadow: none !important;
}


.navbar .navbar-toggler {
    top: 1rem;
    right: 1rem;
    color: #39afd1 !important;
    background-color: #e88e00;
    z-index: 1;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
    color: #39afd1 !important;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*
 * Navbar tabs
 */
.nav-tabs .nav-link {
    color: var(--link-color);
    font-weight: bold;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: var(--btn-primary);
    font-weight: bold;
    /*border: 1px solid #cccccc;*/
    border-top: 0 transparent;
    border-left: 0 transparent;
    border-right: 0 transparent;
    border-bottom: 2px solid var(--btn-primary);
    border-radius: 0;
    transition: none;
}


/*
 * Cards
 */

.card {
    border-radius: 10px;
    border: 0;
    color: var(--card-color);
    background-color: #ffffff;
    box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);
    -webkit-box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);
}
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: var(--header-color) !important;
}
.card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 0;
}
.card-title {
    margin-top: 3px;
    margin-bottom: 3px;
}


.card-header-blue {
    background-color: var(--card-header-blue-bg-color);
}
.card-header-blue h5, .card-text-blue, .card-text-blue h2, .card-text-blue h3, .card-text-blue h4, .card-text-blue h5, .card-text-blue h6 {
    color: var(--card-header-blue-topic-color) !important;
}
.card-header-dark {
    background-color: #343a40;
}
.card-header-dark h5, .card-text-dark, .card-text-dark h2, .card-text-dark h3, .card-text-dark h4, .card-text-dark h5, .card-text-dark h6 {
    color: #f2f0f4 !important;
}
.card-header-green {
    background-color: var(--card-header-green-bg-color);
}
.card-header-green h5, .card-text-green, .card-text-green h2, .card-text-green h3, .card-text-green h4, .card-text-green h5, .card-text-green h6 {
    color: var(--card-header-green-topic-color) !important;
}
.card-header-lightgray {
    background-color: #ececec;
}
.card-header-lightgray h5, .card-text-lightgray, .card-text-lightgray h2, .card-text-lightgray h3, .card-text-lightgray h4, .card-text-lightgray h5, .card-text-lightgray h6 {
    color: #a8a8a8 !important;
}
.card-header-gray {
    background-color: #d2d2d2;
}
.card-header-gray h5, .card-text-gray, .card-text-gray h2, .card-text-gray h3, .card-text-gray h4, .card-text-gray h5, .card-text-gray h6 {
    color: #777777 !important;
}
.card-header-red {
    background-color: var(--card-header-red-bg-color);
}
.card-header-red h5, .card-text-red, .card-text-red h2, .card-text-red h3, .card-text-red h4, .card-text-red h5, .card-text-red h6 {
    color: var(--card-header-red-topic-color) !important;
}
.card-header-pink {
    background-color: #CEB2C4;
}
.card-header-pink h5, .card-text-pink, .card-text-pink h2, .card-text-pink h3, .card-text-pink h4, .card-text-pink h5, .card-text-pink h6 {
    color: #5F073E !important;
}
.card-header-purple {
    background-color: #dadcf8;
}
.card-header-purple h5, .card-text-purple, .card-text-purple h2, .card-text-purple h3, .card-text-purple h4, .card-text-purple h5, .card-text-purple h6 {
    color: #4650dd !important;
}
.card-header-yellow {
    background-color: #f8f7da;
}
.card-header-yellow h5, .card-text-yellow, .card-text-yellow h2, .card-text-yellow h3, .card-text-yellow h4, .card-text-yellow h5, .card-text-yellow h6 {
    color: #8f8d09 !important;
}


/* Newer cards */
.section_courses .row {
    align-items: stretch;
    flex-wrap: wrap;
}

.course_cards_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.course_cards_box .course_card {

    background: #76d0d9;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 30px 8px 30px 0;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 300px;
    transition: 0.7s;
    width: 100%;
    min-width: 350px;
}

.course_cards_box .course_card:hover .course_description button {
    background: #fff !important;
    color: #309df0;
}


.course_card .course_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.course_card .course_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.course_card .course_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
            140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.course_cards_box .course_card:hover .hover_color_bubble {
    top: 0;
}

.course_cards_box .course_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_cards_box .course_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

/*start media query*/
@media screen and (max-width: 500px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }


    .course_cards_box {
        flex: auto;
    }

    .course_card {
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    .course_cards_box {
        flex: 1;
    }
}
@media only screen and (max-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }
}

/* End newer cards */

.course-banner {
    width: 100%;
    min-height: 300px;
    padding: 30px 20px 30px 30px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);
    -webkit-box-shadow: 10px 10px 15px rgba(102, 102, 111, 0.25);
    border-radius: 6px;
}

.course-banner h1 {
    color: #000056;
    font-size: 32px;
    font-weight: bolder;
    font-family: 'Readex Pro', sans-serif;
}


.module-info {
    overflow-x: auto;
    padding: 50px 0 0 0;
}

.module-start {
    width: 50%;
}

.course-img {
    width: 200px;
}
/*
 * Columns
 */
@media (min-width: 1910px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxxl-3 {
        flex:0 0 auto;
        width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width:41.66666667%;
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width:50%;
    }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width:75%;
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }


    .offset-xxxl-0 { margin-left: 0; }
    .offset-xxxl-1 { margin-left: 8.33333333%; }
    .offset-xxxl-2 { margin-left: 16.66666667%; }
    .offset-xxxl-3 { margin-left: 25%; }
    .offset-xxxl-4 { margin-left: 33.33333333%; }
    .offset-xxxl-5 { margin-left: 41.66666667%; }
    .offset-xxxl-6 { margin-left: 50%; }
    .offset-xxxl-7 { margin-left: 58.33333333%; }
    .offset-xxxl-8 { margin-left: 66.66666667%; }
    .offset-xxxl-9 { margin-left: 75%; }
    .offset-xxxl-10 { margin-left: 83.33333333%; }
    .offset-xxxl-11 { margin-left: 91.66666667%; }
}

@media (min-width: 2500px) {
    .col-xxxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxxxl-3 {
        flex:0 0 auto;
        width: 25%;
    }
    .col-xxxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxxxl-5 {
        flex: 0 0 auto;
        width:41.66666667%;
    }
    .col-xxxxl-6 {
        flex: 0 0 auto;
        width:50%;
    }
    .col-xxxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxxxl-9 {
        flex: 0 0 auto;
        width:75%;
    }
    .col-xxxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



/*
 * Tables
 */
table thead {
    color: #6c757d !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f4f7f9;
}
.tablecontrol table td {
    color: #6c757d;
}
.tablecontrol .table-link,
.phonelist a {
    color: #6c757d;
}
.tablecontrol .table-link:hover,
.phonelist a:hover {
    color: #333;
}
.tablecontrol table th {
    color: #6c757d;
}
.tablecontrol table thead td {
    border: none;
}
.tablecontrol table tbody tr:last-child td {
    border: none;
}
.articlecontracts_table th:first-child {
    padding-left: 1rem;
}
.articlecontracts_table td:first-child {
    padding-left: 1rem;
}
.badge {
    font-family: Arial, Helvetica, sans-serif !important;
}


th {
    border: 1px solid #eef2f7 !important;
}

td {
    border: 1px solid #eef2f7 !important;
}


/* Calendar */
.calendar-diagonal-lines {
    /*
    width: 200px;
    height: 200px;
    */
    border:solid 1px;
    background-color: #fff;
    background-image: repeating-linear-gradient(
            135deg,
            transparent,
            transparent 15px,
            #ccc 10px,
            #ccc 20px
    );
}
.calendar-crossed-lines {
    /*
    width: 200px;
    height: 200px;
    */
    border:solid 1px;
    background-color: #fff;
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            #ccc 10px,
            #ccc 20px
    ),
    repeating-linear-gradient(
            135deg,
            transparent,
            transparent 15px,
            #ccc 10px,
            #ccc 20px
    );
}


.event {
    border: 1px solid #bbbbbb;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 5px;
    padding: 5px;
}
.calendar-events .dropdown a {
    color: #000000;
}
.ui-helper {
    height: 100px !important;
}
.event-ampm-box {
    max-height: 310px;
    height: 310px;
}
.calendar-holiday {
    background-color: #E9A6AB !important;
}
.simplecalendar .event-ampm-box {
    max-height: 120px !important;
    height: 120px !important;
}

.mobilecalendar table {
    min-height: 200px;
}



/* Calendar */
@keyframes breakfastwalk {
    0% {
        /*color: red;*/
        background-color: #bb2d3b;
    }
    100% {
        /*color: black;*/
        background-color: #e28f96;
    }
}
@-webkit-keyframes breakfastwalk {
    0% {
        /*color: red;*/
        background-color: #bb2d3b;
    }
    100% {
        /*color: black;*/
        background-color: #e28f96;
    }
}
.breakfastwalk {
    -webkit-animation: breakfastwalk 1s linear infinite;
    -moz-animation: breakfastwalk 1s linear infinite;
    animation: breakfastwalk 1s linear infinite;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
}


@keyframes jackpot {
    0% {
        /*color: red;*/
        background-color: #bb2d3b;
    }
    100% {
        /*color: black;*/
        background-color: #ffc107;
    }
}
@-webkit-keyframes jackpot {
    0% {
        /*color: red;*/
        background-color: #bb2d3b;
    }
    100% {
        /*color: black;*/
        background-color: #ffc107;
    }
}
.jackpot {
    -webkit-animation: jackpot 1s linear infinite;
    -moz-animation: jackpot 1s linear infinite;
    animation: jackpot 1s linear infinite;
}


.calendar-events td {
    min-height: 100px;
    margin: 0;
    padding: 0;
}

/*
 * Statistics
 */

/* Statistics Build Goal Status Chart */
.statisticsbuild_goal_outer {
    position: relative;
    width: 100%;
    height: 350px;
}
.statisticsbuild_goal_outer canvas {
    position: absolute;
}
.statisticsbuild_goal_outer .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    font-size: 40px;
}

@media (max-width: 600px) {
    .statisticsbuild_goal_outer {
        height: 200px;
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    .statisticsbuild_goal_outer {
        height: 340px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .statisticsbuild_goal_outer {
        height: 310px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .statisticsbuild_goal_outer {
        height: 170px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .statisticsbuild_goal_outer {
        height: 260px;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .statisticsbuild_goal_outer {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .statistics_build_goal_order h4 {
        font-size: 16px;
    }
    .status_diagram {
        min-height: 55vw;
        height: 55vw;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .status_diagram {
        min-height: 35vw;
        height: 35vw;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .status_diagram {
        min-height: 38vw;
        height: 38vw;
    }
}
@media (min-width: 1400px) {
    .status_diagram {
        min-height: 22vw;
        height: 22vw;
    }
}


/* Economy Private */
.economyprivate .price-topic-text {
    padding-left: 90px;
}
@media (max-width: 767px) {
    .economyprivate .price {
        font-size: 14px;
    }
    .economyprivate .price-topic-text {
        padding-left: 80px;
        font-size: 14px;
    }
}
.economyprivate .price-text {
    padding-left: 200px;
}
.economyprivate .price-text2 {
    padding-left: 320px;
}
.economyprivate .price {
    padding-right: 100px;
}
@media (max-width: 767px) {
    .economyprivate table td, .economyprivate table th {
        padding-left: 0 !important;
    }
}
@media (max-width: 991px) {
    .economyprivate .price {
        padding-right: 50px;
    }
    .economyprivate table tr td:last-child, .economyprivate table th:last-child {
        padding-right: 30px !important;
    }
}
.economyprivate table tr:last-child td {
    border: 0;
}
.economyprivate table tr td:first-child {
    width: 37%;
}
.economyprivate table tr td:last-child, .economyprivate table th:last-child {
    text-align: right;
    padding-right: 80px;
}


/* Fix printer */


/* Org chart */
.orgtree,
.orgtree ul,
.orgtree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.orgtree {
    text-align: center;
}

.orgtree,
.orgtree ul {
    display: table;
}

.orgtree ul {
    width: 100%;
}

.orgtree li {
    display: table-cell;
    padding-top: 30px;
    vertical-align: top;
}

.orgtree li:before {
    outline: solid 1px #666;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.orgtree li:first-child:before {
    left: 50%;
}

.orgtree li:last-child:before {
    right: 50%;
}

.orgtree span {
    border: solid 1px #666;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}

.orgtree ul:before,
.orgtree span:before {
    outline: solid 1px #666;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
}

/* linje mellan ul */
.orgtree ul:before {
    top: -30px;
    height: 30px;
}

/* linje nerÃ¥t mot span */
.orgtree span:before {
    top: -31px;
}

.orgtree > li:before,
.orgtree > li:after,
.orgtree > li > span:before {
    outline: none;
}

.adjustheight:before {
    top: -71px !important;
    height: 70px !important;
}

/* Log in page */
.row {
    margin: 0 0 0 0;
}

.column {
    color: #fff;
    float: left;
    width: 50%;
    padding: 10px 50px 0 100px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        padding: 20px;
    }
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:-webkit-autofill{-webkit-box-shadow: 0 0 0 30px white inset !important;}
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}


/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



/*------------------------------------------------------------------
[ Form ]*/

.login-form {
    width: 100%;
}

.login-form-title {
    display: block;
    font-family: 'Readex Pro', sans-serif;
    font-weight: bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.label-input {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding-left: 7px;
}

.input {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 55px;
    background: transparent !important;
    padding: 0 7px 0 7px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-login-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;

    box-shadow: 0 5px 30px 0 rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, 0.2);
}

.login-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #fff;
    background: -webkit-linear-gradient(right, #76d0d9, #000055, #76d0d9, #000055);
    background: -o-linear-gradient(right, #76d0d9, #000055, #76d0d9, #000055);
    background: -moz-linear-gradient(right, #76d0d9, #000055, #76d0d9, #000055);
    background: linear-gradient(right, #76d0d9, #000055, #76d0d9, #000055);
    top: 0;
    left: -100%;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-form-btn {
    font-family: 'Readex Pro', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login-form-btn:hover .login-form-bgbtn {
    left: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.quiz_form
{
    max-width: 1000px;
}