﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}
.login-logo-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.sidebar-logo-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
[class*=sidebar-dark-] .sidebar a {
    color: #002873;
}
[class*=sidebar-dark-] {
    background-color: #ffffff;
}
    [class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
        background-color: #4f206f;
        color: #fff;
    }
.btn-primary {
    color: #fff;
    background-color: #4f206f;
    border-color: #4f206f;
    box-shadow: none;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #72309f;
        border-color: #4f206f;
        box-shadow: none;
    }
.famfamfam-flags {
    display: inline-block;
}

body.login-page small {
    color: white;
}

body.login-page h4.text-center {
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
}
body.login-page {
    background: #fff;
    height: auto;
}

.login-background-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-logo-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sidebar-logo-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.card-body.login-card-body {
    background: #fff;
}
@media (min-width: 991px) {
    .login-box {
        display: inline-block;
        width: 29%;
        margin: auto;
        height: 100%;
        vertical-align: middle;
        /*padding-top: 8%;*/
    }

    .login-box-image {
        display: inline-block;
        width: 70%;
    }

    body.login-page {
        display: block;
        overflow: hidden !important;
        background: #fff;
    }

    .login-logo {
        margin-bottom: 0;
    }

    .login-box .card, .card-body.login-card-body {
        background: transparent;
    }
}




.calendar-wrapper {
    height: auto;
    max-width: 730px;
    margin: 0 auto;
}

.calendar-header {
    background-color: rgba(18, 15, 25, 0.25);
    height: 100%;
    padding: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
}

.header-title {
    padding-left: 15%;
}

.header-background {
    background-image: url("https://raw.githubusercontent.com/JustMonk/codepen-resource-project/master/img/compressed-header.jpg");
    height: 200px;
    background-position: center right;
    background-size: cover;
}

.calendar-content {
    background-color: #fff;
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
    overflow: hidden;
}

.event-mark {
    width: 5px;
    height: 5px;
    background-color: teal;
    border-radius: 100px;
    position: absolute;
    left: 46%;
    top: 70%;
}

.calendar-footer {
    height: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color: #4b6289 !important;
    position: relative;
    overflow: hidden;
}

.addForm {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #4b5889 !important;
    transition: top 0.5s cubic-bezier(1, 0, 0, 1);
    padding: 0 5px 0 5px;
}

div#sidebar {
    position: absolute;
    margin-top: 50px;
}

    .addForm .row {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-bottom: 0;
    }

    .addForm h4 {
        color: #fff;
        margin-bottom: 1rem;
    }

.addEventButtons {
    text-align: right;
    padding: 0 0.75rem 0 0.75rem;
}

    .addEventButtons a {
        color: black;
        font-weight: 300;
    }

.emptyForm {
    padding: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

    .emptyForm h4 {
        color: #fff;
        margin-bottom: 2rem;
    }

.sidebar-wrapper {
    color: #fff;
    background-color: #5a649c !important;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-title {
    padding: 50px 6% 50px 12%;
}

    .sidebar-title h4 {
        margin-top: 0;
    }

.sidebar-events {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 70px;
}

.empty-message {
    font-size: 1.2rem;
    padding: 15px 6% 15px 12%;
}

.eventCard {
    background-color: #fff;
    color: black;
    padding: 12px 24px 12px 24px;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    position: relative;
    animation: slideInDown 0.5s;
}

.eventCard-header {
    font-weight: bold;
}

.eventCard-description {
    color: grey;
}

.eventCard-mark-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}

.eventCard-mark {
    width: 8px;
    height: 8px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 45%;
}

.day-mark {
    width: 7px;
    height: 7px;
    background-color: #b39ddb;
    border-radius: 100px;
    position: absolute;
    left: 47%;
    top: 67%;
}

.content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 300px;
}

#table-body .col:hover {
    cursor: pointer;
    /*border: 1px solid grey;*/
    background-color: #E0E0E0;
}

.empty-day:hover {
    cursor: default !important;
    background-color: #fff !important;
}

#table-body .row .col {
    padding: .75rem;
}

#table-body .col {
    border: 1px solid transparent;
}

#table-body {
}

    #table-body .row {
        margin-bottom: 0;
    }

    #table-body .col {
        padding-top: 1.3rem !important;
        padding-bottom: 1.3rem !important;
    }

#calendar-table {
    text-align: center;
}

.prev-button {
    position: absolute;
    cursor: pointer;
    left: 0%;
    top: 35%;
    color: grey !important;
}

    .prev-button i {
        font-size: 4em;
    }

.next-button {
    position: absolute;
    cursor: pointer;
    right: 0%;
    top: 35%;
    color: grey !important;
}

    .next-button i {
        font-size: 4em;
    }

.addEvent {
    box-shadow: 0 5px 15px rgb(57, 168, 228);
    background-color: #39a8e4;
    padding: 10px;
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
    border-radius: 25px;
    color: #fff !important;
    background-image: linear-gradient(135deg, #8d8dd4, #45ced4);
}

    .addEvent:hover {
        transition: box-shadow 0.5s;
        box-shadow: 0 4px 25px rgb(57, 168, 228);
    }

.mobile-header {
    padding: 0;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #5a649c !important;
}

    .mobile-header a i {
        color: #fff;
        font-size: 38px;
    }

    .mobile-header h4 {
        color: #fff;
    }

    .mobile-header .row {
        margin-bottom: 0;
    }

    .mobile-header h4 {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }

@media (max-width:992px) {
    .content-wrapper {
        margin-left: 0;
    }

    .mobile-header {
        display: block;
    }

    .calendar-wrapper {
        margin-top: 80px;
    }

    .sidebar-wrapper {
        background-color: #EEEEEE !important;
    }

    .sidebar-title {
        background-color: #5A649C !important;
    }

    .empty-message {
        color: black;
    }
}

@media (max-width:767px) {
    .content-wrapper .container {
        width: auto;
    }

    .calendar-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    body .row {
        margin-bottom: 0;
    }
}

@media (max-width:450px) {
    .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

        .content-wrapper .container {
            padding-left: 0;
            padding-right: 0;
        }
}

.col.blue.lighten-3 {
    background: #90CAF9 !important;
}
button.btn.btn-secondary.float-sm-right {
    margin-left: 5px;
}


.event-schedule-area .section-title .title-text {
    margin-bottom: 50px;
}

.event-schedule-area .tab-area .nav-tabs {
    border-bottom: inherit;
}

.event-schedule-area .tab-area .nav {
    border-bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
}

.event-schedule-area .tab-area .nav-item {
    margin-bottom: 75px;
}

    .event-schedule-area .tab-area .nav-item .nav-link {
        text-align: center;
        font-size: 22px;
        color: #333;
        font-weight: 600;
        border-radius: inherit;
        border: inherit;
        padding: 0px;
        text-transform: capitalize !important;
    }

        .event-schedule-area .tab-area .nav-item .nav-link.active {
            color: #4125dd;
            background-color: transparent;
        }

.event-schedule-area .tab-area .tab-content .table {
    margin-bottom: 0;
    width: 80%;
}

    .event-schedule-area .tab-area .tab-content .table thead td,
    .event-schedule-area .tab-area .tab-content .table thead th {
        border-bottom-width: 1px;
        font-size: 20px;
        font-weight: 600;
        color: #252525;
    }

    .event-schedule-area .tab-area .tab-content .table td,
    .event-schedule-area .tab-area .tab-content .table th {
        border: 1px solid #b7b7b7;
        padding-left: 30px;
    }

    .event-schedule-area .tab-area .tab-content .table tbody th .heading,
    .event-schedule-area .tab-area .tab-content .table tbody td .heading {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: 16px;
        font-weight: 500;
        color: #252525;
        margin-bottom: 6px;
    }

    .event-schedule-area .tab-area .tab-content .table tbody th span,
    .event-schedule-area .tab-area .tab-content .table tbody td span {
        color: #4125dd;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
    }

        .event-schedule-area .tab-area .tab-content .table tbody th span.date,
        .event-schedule-area .tab-area .tab-content .table tbody td span.date {
            color: #656565;
            font-size: 14px;
            font-weight: 500;
            margin-top: 15px;
        }

    .event-schedule-area .tab-area .tab-content .table tbody th p {
        font-size: 14px;
        margin: 0;
        font-weight: normal;
    }

.event-schedule-area-two .section-title .title-text h2 {
    margin: 0px 0 15px;
}

.event-schedule-area-two ul.custom-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

    .event-schedule-area-two ul.custom-tab li {
        margin-right: 70px;
        position: relative;
    }

        .event-schedule-area-two ul.custom-tab li a {
            color: #252525;
            font-size: 25px;
            line-height: 25px;
            font-weight: 600;
            text-transform: capitalize;
            padding: 35px 0;
            position: relative;
        }

            .event-schedule-area-two ul.custom-tab li a:hover:before {
                width: 100%;
            }

            .event-schedule-area-two ul.custom-tab li a:before {
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                background: #4125dd;
                width: 0;
                height: 2px;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

            .event-schedule-area-two ul.custom-tab li a.active {
                color: #4125dd;
            }

.event-schedule-area-two .primary-btn {
    margin-top: 40px;
}

.event-schedule-area-two .tab-content .table {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

    .event-schedule-area-two .tab-content .table thead {
        background-color: #502171;
        color: #fff;
        font-size: 20px;
    }
.bg-blue {
    background-color: #502171 !important;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #4f206f;
    color: #fff;
}
ul.nav.nav-treeview a.nav-link.active p {
    color: black !important;
}
        .event-schedule-area-two .tab-content .table thead tr th {
            padding: 20px;
            border: 0;
        }

    .event-schedule-area-two .tab-content .table tbody {
        background: #fff;
    }

        .event-schedule-area-two .tab-content .table tbody tr.inner-box {
            border-bottom: 1px solid #dee2e6;
        }

        .event-schedule-area-two .tab-content .table tbody tr th {
            border: 0;
            padding: 30px 20px;
            vertical-align: middle;
        }

            .event-schedule-area-two .tab-content .table tbody tr th .event-date {
                color: #252525;
                text-align: center;
            }

                .event-schedule-area-two .tab-content .table tbody tr th .event-date span {
                    font-size: 50px;
                    line-height: 50px;
                    font-weight: normal;
                }

       /* .event-schedule-area-two .tab-content .table tbody tr td {
            padding: 30px 20px;
            vertical-align: middle;
        }*/
.event-schedule-area-two.bg-color.pad100 th {
    border-bottom: 1px solid #dee2e6 !important;
}
            .event-schedule-area-two .tab-content .table tbody tr td .r-no span {
                color: #252525;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
                font-size: 20px;
                line-height: 20px;
                color: #cf057c;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a:hover {
                    color: #4125dd;
                }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 10px 0;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a {
                    color: #252525;
                    font-size: 16px;
                    margin-left: 10px;
                    -webkit-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .categories a:before {
                        content: "\f07b";
                        font-family: fontawesome;
                        padding-right: 5px;
                    }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .time span {
                color: #252525;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 10px 0;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a {
                    color: #4125dd;
                    font-size: 16px;
                    -webkit-transition: all 0.4s;
                    -o-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:hover {
                        color: #4125dd;
                    }

                    .event-schedule-area-two .tab-content .table tbody tr td .event-wrap .organizers a:before {
                        content: "\f007";
                        font-family: fontawesome;
                        padding-right: 5px;
                    }

            .event-schedule-area-two .tab-content .table tbody tr td .primary-btn {
                margin-top: 0;
                text-align: center;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-img img {
                width: 60px;
                height: 60px;
                border-radius: 8px;
                margin-top: 5px;
            }
img.login-logo-img.foxit {
    margin-bottom: 15px;
}







body {
    margin: 0;
    padding: 0;
   /* background-color: #0e6cc4;*/
  /*  overflow-x: hidden;
    overflow-y: hidden;*/
}

/*waves****************************/

.box {
    position: fixed;
    top: 0;
    transform: rotate(80deg);
    left: 0;
}

.wave {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 3%;
    left: 10%;
    background: #0af;
    width: 1500px;
    height: 1300px;
    margin-left: -150px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 7000ms infinite linear;
}

    .wave.-three {
        animation: drift 7500ms infinite linear;
        position: fixed;
        background-color: #77daff;
    }

    .wave.-two {
        animation: drift 3000ms infinite linear;
        opacity: 0.1;
        background: black;
        position: fixed;
    }

.box:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/*LOADING SPACE*/

.contain {
    animation-delay: 4s;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #25a7d7;
    background: -webkit-linear-gradient(#25a7d7, #2962ff);
    background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
    width: 100px;
    height: 100px;
    margin: 0 5px;
}

    /*Animation*/
    .icon:nth-child(2) img {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .icon:nth-child(3) img {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .icon:nth-child(4) img {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .icon img {
        -webkit-animation: anim 2s ease infinite;
        animation: anim 2s ease infinite;
        -webkit-transform: scale(0, 0) rotateZ(180deg);
        transform: scale(0, 0) rotateZ(180deg);
    }

@-webkit-keyframes anim {
    0% {
        -webkit-transform: scale(0, 0) rotateZ(-90deg);
        transform: scale(0, 0) rotateZ(-90deg);
        opacity: 0;
    }

    30% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0, 0) rotateZ(90deg);
        transform: scale(0, 0) rotateZ(90deg);
        opacity: 0;
    }
}

@keyframes anim {
    0% {
        -webkit-transform: scale(0, 0) rotateZ(-90deg);
        transform: scale(0, 0) rotateZ(-90deg);
        opacity: 0;
    }

    30% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0, 0) rotateZ(90deg);
        transform: scale(0, 0) rotateZ(90deg);
        opacity: 0;
    }
}

.welcome_text {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    font-size: 47px;
    font-weight: 900;
    background: -webkit-linear-gradient(right,#362bb0, #000000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome_text {
    width: 8em;
    animation: sentence1 4s steps(40,end) 1s 1 normal forwards;
}




@keyframes sentence1 {
    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}
body.login-page .card {
    border: none;
    box-shadow: none !important;
}
.select2-selection__rendered {
    margin-top: -9px !important;
}
ul.select2-selection__rendered {
    margin-top: 0px !important;
}

/*.btn-primary {
    color: #fff;
    background-color: #274470 !important;
    border-color: #274470 !important;
    box-shadow: none;
}*/

a.nav-link.active p {
    color: white !important;
}
a.nav-link p {
    color: black !important;
}
a#exportToExcel {
   
    background: #518651 !important;
}
li.select2-selection__choice {
    background: black !important;
}
.sticky-header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 99999;
}
li.paginate_button.page-item {
    padding: 0 3px !important;
}
span.select2-dropdown {
    z-index: 999999;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
    width: 50px;
}
.bottom-table {
    float: right;
    margin-top: 40px;
}