body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    background: #fdfdfd;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none;
}

.transition {
    transition: all 0.25s ease-in-out;
}

.image img, img {
    max-width: 100%;
    vertical-align: middle;
}

.containerWidth {
    max-width: 1300px;
}
/* Font Size */
.font_size_10 {
    font-size: 10px;
}

.font_size_11 {
    font-size: 11px;
}

.font_size_12 {
    font-size: 12px;
}

.font_size_13 {
    font-size: 13px;
}

.font_size_14 {
    font-size: 14px;
}

.font_size_15 {
    font-size: 15px;
}

.font_size_16 {
    font-size: 16px;
}

.font_size_17 {
    font-size: 17px;
}

.font_size_18 {
    font-size: 18px;
}

.font_size_19 {
    font-size: 19px;
}

.font_size_20 {
    font-size: 20px;
}

.font_size_40 {
    font-size: 40px;
}

.right_0 {
    right: 0;
}

.fixed_nav_pad {
    padding-top: 54px;
}

.registerText {
    max-width: 550px;
}

.hrDesign {
    line-height: 8px;
    margin-top: 5px;
}

    .hrDesign > span {
        width: 3px;
        height: 3px;
        display: inline-block;
        background: #e82a2a;
        vertical-align: top;
        margin-right: 3px;
    }

.btn_red {
    letter-spacing: 0.1px;
    border-radius: 0px;
    border: 1px solid #e82a2a;
    background-color: #e82a2a;
    color: #fff;
}

    .btn_red:hover, .btn_red:focus {
        background-color: #fff;
        color: #e82a2a;
    }

.topNavbar {
    background: #ffffff;
    z-index: 9;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.topLogo {
    width: 221px;
    position: relative;
}

.navbar-brand {
    width: 70px;
}

.cirCleWidth {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #4b4b4b;
    color: #fff;
    margin-right: 8px !important;
    vertical-align: middle;
}

.rightNavbar a {
    color: #fff;
}

.boxShadowInset {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.boxShadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bgDark {
    background: rgba(0, 0, 0, 0.5);
}

.cardTxt {
    line-height: 16px;
    display: inline-block;
}

.status {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 17px;
    line-height: 19px;
    background: #ccc;
    font-size: 10px;
    display: inline-block;
    position: relative;
}

    .status:after {
        content: "x";
    }

    .status.active:after {
        content: "\2714";
    }

    .status.active {
        background: #ff0000;
    }

.cardBtn:hover {
    background: #444;
    border-color: #444;
    color: #fff;
}

.cursorPointer {
    cursor: pointer;
}

.leftSiderbar {
    width: 240px;
    float: left;
    background: #30353e;
    height: calc(100vh - 54px);
    position: fixed;
    top: 54px;
    left: 0px;
    z-index: 2;
    overflow-y: auto;
}

.contentMain {
    margin-left: 240px;
    padding-bottom: 60px;
}

.eventName {
    background-color: #080808;
}

.boxStrip {
    background-color: #fff !important;
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.2);
}

.formAdj .form-control {
    height: inherit;
    padding: 7px 10px;
}

.formAdj .form-group label {
    margin-bottom: 4px;
}

.submitPos {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: right;
    padding: 10px 24px;
    background: #fff;
    z-index: 1;
}

.posCard {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.adjDrop a + a {
    margin-left: 10px;
}

.adjDrop a.dropdown-toggle::after {
    display: none;
}

.adjDrop .dropdown-menu {
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

    .adjDrop .dropdown-menu a {
        color: #444;
        font-size: 13px;
        padding: 10px 15px !important;
    }

        .adjDrop .dropdown-menu a + a {
            margin: 0px;
        }

        .adjDrop .dropdown-menu a:hover, .adjDrop .dropdown-menu a:focus {
            background: #f9f9f9;
        }

.sidebarMenu {
    padding: 5px 0px;
}

    .sidebarMenu > a, .sidebarDropDown > a {
        padding: 13px 25px 13px 15px;
        color: #ccc;
        transition: all ease-in 0.3s;
        position: relative;
        font-size: 13px;
        font-weight: 300;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .sidebarMenu > a.active, .sidebarDropDown > a.active {
            color: #fff;
            font-weight: 400;
        }

        .sidebarMenu > a > i, .sidebarDropDown > a > i {
            margin-right: 10px;
            font-size: 10px;
            font-size: 14px;
        }

.sidebarDropDown {
    width: 100%;
}

    .sidebarDropDown .dropdown-menu {
        transform: none !important;
        position: relative !important;
        padding: 3px 5px 5px 5px;
        background: #47505d;
        margin: 0;
        float: none;
        border-radius: 0;
        will-change: unset !important;
        border: 0;
        margin-top: -1px;
    }

        .sidebarDropDown .dropdown-menu a {
            color: #ccc;
            display: block;
            padding: 10px;
            font-size: 13px;
        }

            .sidebarDropDown .dropdown-menu a i {
                font-size: 5px;
                margin-right: 8px;
                vertical-align: middle;
                margin-bottom: 2px;
            }

    .sidebarDropDown > a::after {
        display: none;
    }

    .sidebarDropDown > a::before {
        content: "\e61a";
        font-family: "themify";
        font-size: 10px;
        float: right;
        position: absolute;
        right: 12px;
        top: 16px;
    }

    .sidebarDropDown.show > a::before {
        content: "\e622";
    }

.agendDate {
    width: 70px;
    float: left;
}

.agendTrack {
    float: left;
    width: calc(100% - 70px);
}

.agendDate .year {
    line-height: 20px;
}

.posFull {
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
}

.modalClose {
    position: absolute;
    right: -20px;
    margin: 0 !important;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    background: #fff !important;
    opacity: 1;
    z-index: 1;
    font-size: 14px;
}

.adjFormDesign {
    position: relative;
}

    .adjFormDesign > label {
        position: absolute;
        left: 12px;
        top: 4px;
        color: #777;
        margin: 0;
    }

    .adjFormDesign .form-control {
        height: inherit;
        border-radius: 0;
        color: #000;
        padding-top: 22px;
        font-size: 14px;
        margin-bottom: 26px;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: 13px;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: 13px;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-size: 13px;
}

.sideBarClose .leftSiderbar {
    width: 65px;
    overflow-x: hidden;
}

.sideBarClose .contentMain {
    margin-left: 65px;
}

.sideBarClose .eventName {
    display: none;
}

.sideBarClose .hideOnSidebar {
    display: none;
}

.sideBarClose .sidebarDropDown > a::before {
    display: none;
}

.sideBarClose .leftSiderbar:hover {
    width: 240px;
}

    .sideBarClose .leftSiderbar:hover .eventName {
        display: block;
    }

    .sideBarClose .leftSiderbar:hover .hideOnSidebar {
        display: inline-block;
    }

    .sideBarClose .leftSiderbar:hover a::before {
        display: inline-block;
    }

.tagTip {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ced4da;
}

.tagBtn {
    width: calc(100% - 60px);
    text-align: center;
    margin-right: 20px;
    padding: 11px 10px;
    font-size: 18px;
}

.selectDes {
    border: 1px solid #ced4da;
    padding-top: 10px;
    margin-bottom: 26px;
}

    .selectDes .form-control {
        border: none;
        margin-bottom: 0;
        padding: 9px;
        margin-top: 5px;
        font-size: 13px;
    }

.calIconPos {
    position: absolute;
    top: 0;
    width: 42px;
    font-size: 18px;
    bottom: 0;
    line-height: 51px;
    text-align: center;
}

.calDes label {
    padding-left: 34px;
}

.calDes .form-control {
    padding-left: 45px;
}

.galCol .colFive {
    width: calc((100% / 4 - 20px) + (20px / 4));
    margin-right: 20px;
    margin-bottom: 20px;
}

    .galCol .colFive:nth-child(5n) {
        margin-right: 0;
    }

.checkDes {
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    left: 0;
    top: 0;
    background: #19aaa4;
    color: #fff;
}

.chkd:checked + .checkDes {
    opacity: 1;
    z-index: 1;
}

.moduleInner {
    position: relative;
}

    .moduleInner .cursor_pointer {
        padding: 15px 10px;
    }

.cursor_pointer {
    cursor: pointer;
}

.iconAdj {
    width: 38px;
    height: 38px;
    border: 1px solid #666;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ /* Old versions of Firefox */ /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.poscf {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.iconset {
    position: absolute;
    right: 0px;
    bottom: -15px;
}

    .iconset .circle {
        width: 38px;
        height: 38px;
        border: 1px solid #eeedf2;
        border-radius: 50%;
        display: inline-block;
        line-height: 38px;
        text-align: center;
        background: #fff;
        margin-right: 10px;
    }

.adj_login_box {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.adj_login_sign_tab li {
    padding: 5px 10px;
}

    .adj_login_sign_tab li a {
        padding: 4px;
        color: #fff;
        font-size: 16px;
    }

        .adj_login_sign_tab li a.active {
            border-bottom: 2px solid #fff;
        }

.adjlog_signForm .form-control {
    font-size: 1rem;
}

.list-group-item a {
    padding-left: 10px;
}

.adj_alert {
    top: 0;
    z-index: 9999;
    right: 50%;
    transform: translate(50%, 4px);
}

.close_icon {
    position: relative;
}

    .close_icon:after, .close_icon:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 2px;
        background: #fff;
    }

    .close_icon:after {
        -webkit-transform: rotate(-45deg) translate(0px, 0px);
        transform: rotate(-45deg) translate(0px, 0px);
    }

    .close_icon:before {
        -webkit-transform: rotate(45deg) translate(0px, 0px);
        transform: rotate(45deg) translate(0px, 0px);
    }

.adj_alert .close {
    opacity: 1;
    padding: 0px;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
}

.login_bg {
    background-image: url(../img/flat-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.registerText {
    max-width: 550px;
}

.boxStrip {
    background-color: #fff !important;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

    .boxStrip .text-white {
        color: #444 !important
    }

.bgOpcty {
    background: rgba(0, 0, 0, 0.2);
}

.form-control {
    font-size: 12px;
}

.pad10_20, .app_widget {
    padding: 12px 20px !important;
}

.bg_eee {
    background: #fff;
    border-top: 2px solid #19aaa4;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.site_input_box {
    position: relative;
    margin-top: 20px;
}

    .site_input_box label.label_pos {
        cursor: pointer;
        margin: 0px;
        left: 1px;
        right: 1px;
        padding: 0px 10px;
        color: #19aaa4;
        position: absolute;
        top: 1px;
        background: #fff;
        padding-top: 2px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        font-size: 13px;
    }

.site_input_des {
    padding: 24px 10px 10px 10px;
    font-size: 12px;
}

    .site_input_des:focus {
        box-shadow: none;
    }

.site_file_des {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
}

.pat_btn_pos {
    right: 0px;
    top: 1px;
}

.part_btn_Pad {
    padding-right: 35px;
    word-break: break-all;
}

.upload_img_box {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.popOvdes {
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    color: #666;
}

.agenda_box {
    background-color: #eee !important;
}

.serch_speaker_main {
    height: 410px;
    overflow-y: auto;
}

.spk_box {
    width: 250px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.spk_scrol {
    overflow-y: auto;
    white-space: nowrap
}

.rating img {
    width: 20px;
}

.spk_box > .media {
    padding-right: 30px !important;
}

.spk_del {
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.agen_edit {
    right: 30px;
}

.agen_del {
    right: 0px;
}

.user_image {
    width: 200px;
}

.campos {
    bottom: 10px;
    right: 10px;
}

.delg_img {
    width: 70px;
}

.delgates_67 {
    width: 67px;
}

.delgt_table.table-bordered td, .delgt_table.table-bordered th {
    padding: 8px;
    vertical-align: middle;
}

    .delgt_table.table-bordered th:last-child {
        width: 80px
    }

.adj_login_box {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.modalClose, .modal button.close {
    position: absolute;
    right: -20px;
    margin: 0 !important;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    background: #fff !important;
    opacity: 1;
    z-index: 1;
    font-size: 14px;
}

    .modal button.close > span {
        font-family: 'themify';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 0px !important;
    }

        .modal button.close > span:before {
            content: "\e646";
            font-size: 14px;
        }

#CloseMSG {
    color: #fff;
    font-size: 14px;
    opacity: 1;
    line-height: 26px;
}

#page_message {
    display: none;
    font-size: 15px;
    overflow: visible;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    color: white;
    padding: 15px 50px;
    position: fixed;
}

.page_mess_ok {
    background-color: #48bb5e;
    border-color: #38984b;
}

.page_mess_error {
    background-color: #de4343;
    border-color: #ca2424;
}

.navbar-buddy {
    background: #2C3E50 !important;
}

.bg-menu-header {
    background: #4a6076 !important;
}

.btn-success {
    background-color: #19aaa4;
    border-color: #19aaa4;
}

    .btn-success:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
        background-color: #028067;
        border-color: #028067;
    }

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

.popOvdes {
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    color: #666;
}

.evTilte {
    padding: 24px 20px;
    font-weight: 300;
    position: relative;
}

.cardBg1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.evName {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 28px;
    min-height: 56px
}

.evDet {
    padding-left: 26px;
    position: relative;
    color: #FFFFFF;
    margin-top: 10px;
}

.evIcon {
    position: absolute;
    left: 0px;
    top: 2px;
}

.evStatus {
    margin-top: 20px;
    color: #FFFFFF;
}

.evAppSts {
    margin: 0px;
    padding: 0px;
    display: flex;
}

    .evAppSts li {
        width: 25%;
        font-size: 11px;
        list-style: none;
        padding-top: 20px;
        position: relative;
    }

        .evAppSts li:before {
            content: "";
            width: 6px;
            height: 6px;
            background: #fff;
            position: absolute;
            border-radius: 4px;
            top: 10px;
        }

        .evAppSts li:after {
            content: "";
            width: 82%;
            height: 2px;
            background: #fff;
            position: absolute;
            top: 12px;
            left: 8px;
            border-radius: 1px;
        }

        .evAppSts li.active:before, .evAppSts li.active:after {
            background: #e82a2a;
        }

.evMain:hover .evTilte {
    z-index: 2;
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -moz-transform: scale(1.16);
    transform: scale(1.16);
    position: relative;
}

.onHover {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.evView {
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: center;
}

.iconC {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.evViename {
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 5px;
}

.evPos {
    top: 150px;
}

.evMain:hover .onHover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.checkDesModule {
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    left: 0;
    top: 0;
    background: #30353e;
    color: #fff;
}

.iconBox.active .checkDesModule {
    opacity: 1;
    z-index: 1;
}

.col-md-2_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

    .col-md-2_5 .border {
        margin-left: -1px;
        height: 100%;
        position: relative;
    }

.evPastIcon {
    color: #e82a2a;
    font-size: 54px;
    vertical-align: middle;
}

.evPastText {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

.evPastBox {
    box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: 1px solid #f9f9f9;
    overflow: hidden;
    position: relative;
    padding-right: 55px;
    border: none;
}

.evPastTitle {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    color: #323232;
    display: block;
    z-index: 9;
    position: relative;
    margin-bottom: 5px;
}

.evPastLoc {
    font-weight: 300;
    font-size: 18px;
    z-index: 9;
    position: relative;
}

.evPastBox:after {
    position: absolute;
    content: "";
    border-top: 0em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom-color: inherit;
    right: 0;
    bottom: 0;
}

.evPastBoxBg0 {
    border-color: #fcb613 !important;
}

.evPastBoxBg1 {
    border-color: #19aaa4 !important;
}

.evPastBoxBg2 {
    border-color: #6e4d7d !important;
}

.evPastBoxBg3 {
    border-color: #e82a2a !important;
}
/*Slick Slider css*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track, .slick-loading .slick-slide {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.regular .slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide:focus, .slick-list:focus {
    outline: none;
}

.slick_main .slick-slide {
    height: inherit;
    position: relative;
    overflow: hidden;
}

.slick_main .slick-prev:before, .slick_main .slick-next:before {
    content: "";
    border-bottom: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}

.slick_main .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: none;
    border: none;
    font-size: 0px;
    color: transparent;
    z-index: 1;
    padding: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .slick_main .slick-arrow:focus {
        border-color: #000;
        transition: all 0.25s ease-in-out;
    }

    .slick_main .slick-arrow:hover {
        border-color: #000;
        outline: none;
        transform: scale(1.3);
        transition: all 0.25s ease-in-out;
    }

.slick_main .slick-prev {
    left: 0px;
}

.slick_main .slick-next {
    right: 0px;
}

    .slick_main .slick-next:before {
        transform: rotate(-135deg);
    }

.slick_main .slick-dots {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

    .slick_main .slick-dots > li {
        display: inline-block;
        margin: 0 6px;
        padding: 0;
        line-height: 8px;
    }

        .slick_main .slick-dots > li > button {
            width: 8px;
            height: 8px;
            padding: 0;
            border: 0;
            border-radius: 50%;
            text-indent: -9999px;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            transition: background-color 0.3s;
            cursor: pointer;
            background: #999;
        }

            .slick_main .slick-dots > li > button:focus {
                outline: none;
            }

        .slick_main .slick-dots > li.slick-active > button {
            background-color: #E82A2A;
        }

.arow_dis_none .slick-arrow {
    display: none !important;
}
/*Slick Slider css*/
.multiple-items.slick_main .slick-arrow {
    color: #fff;
    width: 30px;
    height: 40px;
    background: #e82a2a;
    border-radius: 2px;
    opacity: 0;
    margin-top: -40px;
}

.multiple-items.slick_main:hover .slick-arrow {
    opacity: 1;
}

.multiple-items.slick_main .slick-center .onHover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.multiple-items.slick_main .slick-center .evTilte {
    z-index: 2;
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -moz-transform: scale(1.16);
    transform: scale(1.16);
    position: relative;
}

.arowPos.slick_main .slick-arrow {
    color: #e82a2a;
    top: 100%;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

    .arowPos.slick_main .slick-arrow:focus {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) !important;
    }

.arowPos.slick_main .slick-prev {
    left: 0;
    margin-left: 17px;
}

.arowPos.slick_main .slick-next {
    right: 100%;
    margin-right: -90px;
}

.arowPos.slick_main {
    padding-bottom: 26px;
}

    .arowPos.slick_main .slick-slide, .multiple-items.slick_main .slick-slide {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.evSeeAll {
    font-size: 14px;
}

    .evSeeAll a {
        color: #e82a2a;
    }

.cardBg0 {
    background-image: url(../img/cardBg1.jpg);
    background-position: center right;
}

.cardBg1 {
    background-image: url(../img/cardBg2.jpg);
    background-position: center right;
}

.cardBg2 {
    background-image: url(../img/cardBg3.jpg);
    background-position: center right;
}

.evPastBox:hover {
    transform: scale(1.05);
    transition: all 0.25s ease-in-out;
}

.disableHver:hover .evTilte {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.sidebarMenu > a:after {
    content: '\e61a';
    font-family: 'themify';
    font-size: 10px;
    float: right;
    position: absolute;
    right: 12px;
    top: 16px;
}

.sidebarMenu > a:first-child:after {
    display: none;
}

.bootstrap-tagsinput .badge [data-role="remove"]:after {
    content: "x";
    padding: 0px 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: center;
}

.imageGall, .imageGall_1 {
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 9999;
}

    .imageGall.openGalery, .imageGall_1.openGalery_1 {
        display: block;
    }

.imageInner img {
    max-height: 14vw;
    max-width: 100%;
}

.galCol .colFive {
    width: calc((100% / 5 - 12px) + (12px / 5));
    margin-right: 12px;
    margin-bottom: 12px;
    height: 14vw;
    background-color: #efeeea;
    padding: 0px;
    position: relative;
}

    .galCol .colFive:nth-child(5n) {
        margin-right: 0;
    }




.chkd:checked + .checkDes {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 1;
}

.iconBox {
    position: relative;
}

.sidebarDropDown .dropdown-menu a.active {
    color: #FFFFFF;
}

.evMain {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

.galOpen {
    overflow: hidden;
}

    .galOpen .galCol {
        height: calc(100vh - 67px);
        overflow-y: auto;
    }

.bg_eee {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border: none;
}

.triangleDes {
    position: relative;
    border: none;
}

.bg_eee:after {
    position: absolute;
    content: "";
    border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit;
    left: 0;
    top: 0;
}

.imgPrview {
    min-height: 40px;
}
.form_des_line .form-control.imgin{padding: 7px 10px; }

.agendBox {
    width: calc(100% - 40px);
}

.agendAction .btn {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    color: #444;
    font-size: 14px;
}

.agendDate {
    width: 70px;
    float: left;
}

    .agendDate .date {
        color: #e82a2a;
    }

    .agendDate .year {
        font-size: 20px;
        line-height: 20px;
    }

.agendTrack {
    float: left;
    width: calc(100% - 70px);
}

.addrBy {
    font-size: 14px;
    font-weight: 500;
}

.agendShort {
    float: left;
    width: calc(100% - 140px);
}

.agendaReq {
    float: left;
    text-align: center;
    width: 140px;
}

.adjDropAction {
    border: 0;
    margin: 0px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

    .adjDropAction a {
        font-size: 12px;
        padding: 5px 10px;
        cursor: pointer;
    }

.cOpen {
    display: none;
}

.collapsed .cClose {
    display: none;
}

.collapsed .cOpen {
    display: block;
}

.adjDropAction .dropdown-item.active, .adjDropAction .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}

.search {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 50%
}

    .search span.inx {
        position: absolute;
        top: 2px;
        right: 2px;
        padding: 0px 8px;
        line-height: 26px;
        padding-top: 3px;
        background: #fff;
        font-size: 16px;
        z-index: 2;
        cursor: pointer;
    }

    .search #myInput {
        position: relative;
        z-index: 1;
        background: transparent;
        padding-right: 36px;
        width: 0;
        padding-left: 0;
        border-color: #eee;
        border-radius: 0;
        display: inline-block;
        cursor: pointer;
    }

    .search.fulWidth #myInput {
        width: 100%;
        cursor: inherit;
        padding-left: 10px;
        border-radius: 0;
        border-color: #19aaa4 !important;
    }

.mtMiu1 {
    margin-top: -1px;
}

.clSe {
    display: none;
}

.search.fulWidth .clSe {
    display: inline-block;
}

.search.fulWidth .clOp {
    display: none;
}

.autoCo {
    display: none
}

    .autoCo .list-group-item {
        border-radius: 0px;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-right: 30px;
    }

.autoIcon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.srTrs.search #myInput {
    border-color: transparent;
}

.srTrs.search span.inx {
    background: transparent;
}

.btn-dark {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}

.medibtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.bootstrap-tagsinput.focus + input + label.lab_pos {
    top: -10px;
    left: 0px;
    background: #FFFFFF;
    font-size: 11px;
    color: #19aaa4;
    line-height: 18px;
}

.bootstrap-tagsinput .badge {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.audfake {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}

span.tghu {
    display: inline-block;
    padding: 3px 10px;
    background: #eee;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.multiselect-selected-text.tgg {
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
}

.custtomCheckBox {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

    .custtomCheckBox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .custtomCheckBox > label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }

        .custtomCheckBox > label::before {
            position: absolute;
            top: 1px;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px;
        }

        .custtomCheckBox > label::before {
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

    .custtomCheckBox > input:checked + label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custtomCheckBox > label::after {
        position: absolute;
        top: 1px;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

    .custtomCheckBox > input:checked + label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

.adjTb .cirCleWidth {
    float: left;
}

.adjTb .agendTrack {
    width: calc(100% - 38px);
}

.form-control{border-radius: 0px;}


.page-item.active .page-link{    background-color: #19aaa4;
    border-color: #19aaa4;}

.page-link{color: #19aaa4;border-radius: 0px !important;
    line-height: 15px;}

.width_150px {max-width: 150px;}





.loadingBox {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
}
.spinner_main {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: spinner-wrap 1s infinite;
  animation: spinner-wrap 1s infinite;
}
.spinner {
  width: 20px;
  height: 20px;
  background-color: #e82a2a;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.spinner:nth-child(2n + 0) {
  margin-right: 0;
}
#spinner_one {
  -webkit-animation: spinner_one 1s infinite;
  animation: spinner_one 1s infinite;
}
#spinner_two {
  -webkit-animation: spinner_two 1s infinite;
  animation: spinner_two 1s infinite;
}
#spinner_three {
  -webkit-animation: spinner_three 1s infinite;
  animation: spinner_three 1s infinite;
}
#spinner_four {
  -webkit-animation: spinner_four 1s infinite;
  animation: spinner_four 1s infinite;
}
@-webkit-keyframes spinner-wrap {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-wrap {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes spinner_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes spinner_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes spinner_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes spinner_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes spinner_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes spinner_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes spinner_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}















