﻿/* Inter UI Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Regular.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Italic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Italic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBold.woff2?v=3.13") format("woff2"), url("/fonts/Inter-SemiBold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'segoe-fluent-icons';
    src: url('../fonts/SegoeFluentIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-doc-icon {
    font-family: 'segoe-fluent-icons' !important;
    padding-left: 4px;
    color: #2896c7;
}

    .e-doc-icon::before {
        content: "\e8a5";
        font-size: 17px;
    }

.e-video-icon {
    font-family: 'segoe-fluent-icons' !important;
    padding-left: 4px;
    color: #2896c7;
}

    .e-video-icon::before {
        content: "\e714";
        font-size: 17px;
    }
 

.b-send {
    margin-top: 2px;
    background: green !important;
    float: right;
    width:80px;
}

.body-text {
    font-size: 13px;
    font-family: Inter;
    font-weight: 400;
    color: #333333;
}

.ctrl-text {
    font-size: 13px !important;
    font-family: Inter;
    font-weight: 400;
    color: #333333;
}

.ctrl-label {
    margin-bottom: 1px;
}

.header1-text {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #333333;
}

.header2-text {
    font-size: 13px;
    font-family: Inter;
    font-weight: 600;
    color: #262626;
}

/* Tab items */

.tab-top-no-sub-tabs {
    background-color: white;
    height: 10px;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.tab-spacer {
    background-color: transparent;
    height:10px !important;
    width: 100%;
}

/*.e-tab, .e-tab .e-content, .e-tab .e-content .e-item, .e-tab .e-content .e-item > div, .e-tab .e-content .e-blazor-template {
    height: 100% !important;
}*/
.e-tab, .e-tab .e-content, .e-tab .e-content .e-item, .e-tab .e-content .e-item > div, .e-tab .e-content {
    height: 100% !important;
}
.tab-box {
    background-color: white;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    overflow-y: auto !important;
    /*    padding-bottom: 20px !important;*/
}

.tab-box-welcome {
    background-color: white;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;    
    overflow-y: auto !important;
    /*    padding-bottom: 20px !important;*/
}

.tab-box-test-bank-web {
    background-color: white;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow-y: auto !important;
    /*    padding-bottom: 20px !important;*/
}

.iframe-model {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    height:100%
}

.tab-box2 {
    background-color: white !important;
    position: absolute;
    top: 10px;
    bottom: 80px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    overflow-y: auto !important;
    padding-bottom: 20px !important;
}
.tab-box3 {
    background-color: white !important;
    position: absolute;
    top: 0px;
    bottom: 80px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;
    overflow-y: auto !important;
    padding-bottom: 20px !important;
}
.tab-heading {
    font-size: 15px;
    font-family: Inter;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

/* Sidebar */

.e-menu-item {
    /* height: 50px !important;
    padding: 0px 0px !important;*/
    padding-top: 10px;
    vertical-align: middle;
    padding-bottom: 10px;
}
    .e-menu-item.e-focused {
        cursor: pointer;
        background-color: #31A7F4 !important;
    }
    .e-menu-item.e-selected {
        cursor: pointer;
        background-color: #31A7F4 !important;
    }
.e-menu {
    padding: unset;
}
.e-menu-wrapper, .e-menu-container {
    background-color: #4276BA !important;
}

.e-contextmenu-container {
    position: absolute;
    background-color: #4276BA !important;
}
.e-menu-parent{
    padding:unset;
}
.sidebar-text {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #e5e8ff;
    padding-left: 10px;
    padding-right: 10px !important;
}

#sidebar-item {
    display: table-cell;
    cursor: pointer;
    height: 50px !important;
    line-height: 50px !important;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    vertical-align: middle;
    /*background-color: #4276BA !important;*/
    color: #fff !important;
    padding: 0px 0px;
}

#sidebar-item:hover {
    background-color: #31A7F4 !important;
    color: #fff;
    height: 50px !important;
}

/* Sidebar icons */           

@font-face {
    font-family: 'graph-03';
    src: url('../fonts/graph-03.ttf') format('truetype'), url('../fonts/graph-03.woff') format('woff'), url('../fonts/graph-03.eot') format('eot'), url('../fonts/graph-03.svg?#graph-03') format('svg');
    font-weight: normal;
    font-style: normal;
}
.sf-icon {
    font-family: 'graph-03' !important;
    speak: none;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-icon-graph-03::before {
    content: "\e700";
    font-size: x-large;
    padding-top: 4px;
}

@font-face {
    font-family: 'column-chart-01';
    src: url('../fonts/column-chart-01.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-progress {
    font-family: 'column-chart-01' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color:white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-progress::before {
    content: "\e700";
    font-size: 14px;
}


@font-face {
    font-family: 'Entry-wf';
    src: url('/fonts/Entry-wf.ttf') format('truetype'), url('/fonts/Entry-wf.woff') format('woff'), url('/fonts/Entry-wf.eot') format('eot'), url('/fonts/Entry-wf.svg?#Entry-wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-welcome {
    font-family: 'Entry-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-left: 4px;
}

.sf-icon-welcome::before {
        content: "\e700";
        font-size: 14px;
}

@font-face {
    font-family: 'calendar-01-wf';
    src: url('../fonts/calendar-01-wf.ttf') format('truetype');
}

.sf-icon-study-calendar {
    font-family: 'calendar-01-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-study-calendar::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'Document-wf';
    src: url('../fonts/Document-wf.ttf') format('truetype');
}

.sf-icon-e-document {
    font-family: 'Document-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-e-document::before {
    content: "\e700";
    font-size: 14px;
}

 @font-face {
        font-family: 'learning-wf';
        src: url('../fonts/learning-wf.ttf') format('truetype');
    }

.sf-icon-courses {
    font-family: 'learning-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-courses::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'apps-on-computer-wf';
    src: url('../fonts/apps-on-computer-wf.ttf') format('truetype');
}

.sf-icon-testbank-web {
    font-family: 'apps-on-computer-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-testbank-web::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'download-02';
    src: url('../fonts/download-02.ttf') format('truetype');
}

.sf-icon-downloads {
    font-family: 'download-02' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-downloads::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'Question-01';
    src: url('../fonts/Question-01.ttf') format('truetype');
}
.sf-icon-help-desk {
    font-family: 'Question-01' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-help-desk::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'pencil-wf';
    src: url('../fonts/pencil-wf.ttf') format('truetype');
}
.sf-icon-exam-sign-up {
    font-family: 'pencil-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-exam-sign-up::before {
    content: "\e700";
    font-size: 14px;
}
@font-face {
    font-family: 'message-mail';
    src: url('../fonts/message-mail.ttf') format('truetype');
}
.sf-icon10 {
    font-family: 'message-mail' !important;
    speak: none;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-icon-message-mail::before {
    content: "\e700";
    font-size: x-large;
    padding-top: 4px;
}

@font-face {
    font-family: 'Video-Record';
    src: url('../fonts/video-record.ttf') format('truetype'), url('../fonts/video-record.woff') format('woff'), url('../fonts/video-record.eot') format('eot'), url('../fonts/video-record.svg?#Video-Record') format('svg');
    font-weight: normal;
    font-style: normal;
}
.sf-icon11 {
    font-family: 'Video-Record' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-icon-video-record-wf:before {
    content: "\e700";
}


@font-face {
    font-family: 'Teacher';
    src: url('../fonts/teacher.ttf') format('truetype'), url('../fonts/teacher.woff') format('woff'), url('../fonts/teacher.eot') format('eot'), url('../fonts/teacher.svg?#Teacher') format('svg');
    font-weight: normal;
    font-style: normal;
}
.sf-icon12 {
    font-family: 'Teacher' !important;
    speak: none;
    font-size: 55px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-icon-teacher-02-wf:before {
    content: "\e700";
}
a:hover {
    text-decoration: none;
}


@font-face {
    font-family: 'User-wf';
    src: url('../fonts/User-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.sf-icon-user-wf {
    font-family: 'User-wf' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

    .sf-icon-user-wf::before {
        content: "\e700";
        font-size: 14px;
    }

@font-face {
    font-family: 'Lock';
    src: url('../fonts/Lock.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sf-icon-lock {
    font-family: 'Lock' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

    .sf-icon-lock::before {
        content: "\e700";
        font-size: 14px;
    }

@font-face {
    font-family: 'Download';
    src: url('../fonts/Download.ttf') format('truetype');
}

.sf-icon13 {
    font-family: 'Download' !important;
    speak: none;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top:10px !important;
}

.sf-icon-download::before {
    content: "\e700";
    font-size: x-large;
}

@font-face {
    font-family: 'Note';
    src: url('../fonts/Note.ttf') format('truetype');
}

.sf-icon-final-prep {
    font-family: 'Note' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: white;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 4px;
}

.sf-icon-final-prep::before {
    content: "\e700";
    font-size: 14px;
}

@font-face {
    font-family: 'Date';
    src: url('../fonts/Date.ttf') format('truetype');
}

.sf-icon15 {
    font-family: 'Date' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding-top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-icon-date::before {
    content: "\e700";
    font-size: 20px;
}
@font-face {
    font-family: 'signout';
    src: url('../fonts/signout.ttf') format('truetype');
}

.sf-icon-signout {
    font-family: 'signout' !important;
    speak: none;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

    .sf-icon-signout::before {
        content: "\e700";
        font-size: 22px;
    }

@font-face {
    font-family: 'Reminder-2-WF';
    src: url('../fonts/Reminder-2-WF.ttf') format('truetype');
}

.sf-icon-Reminder-2-WF {
    font-family: 'Reminder-2-WF' !important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .sf-icon-Reminder-2-WF::before {
        content: "\e700";
        font-size: 16px;
    }


@font-face {
    font-family: 'ArrowheadLeft';
    src: url('../fonts/ArrowheadLeft.ttf') format('truetype');
}

.sf-icon-ArrowheadLeft {
    font-family: 'ArrowheadLeft' !important;
    speak: none;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0px;
}

    .sf-icon-ArrowheadLeft::before {
        content: "\e700";
        font-size: 8px;
    }

@font-face {
    font-family: 'ArrowheadRight';
    src: url('../fonts/ArrowheadRight.ttf') format('truetype');
}

.sf-icon-ArrowheadRight {
    font-family: 'ArrowheadRight' !important;
    speak: none;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0px;
}

.sf-icon-ArrowheadRight::before {
    content: "\e700";
    font-size: 8px;
}

@font-face {
    font-family: 'check_mark';
    src: url('../fonts/check_mark.ttf') format('truetype');
}

.sf-icon-check_mark {
    font-family: 'check_mark' !important;
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

.sf-icon-check_mark::before {
    content: "\e700";
    font-size: 12px;
}

@font-face {
    font-family: 'close';
    src: url('../fonts/close.ttf') format('truetype');
}

.sf-icon-close {
    font-family: 'close' !important;
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
    color:gray;
}

    .sf-icon-close::before {
        content: "\e700";
        font-size: 12px;
    }

.sf-icon-delete {
    font-family: 'close' !important;
    speak: none;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
    color: gray;
}

    .sf-icon-delete::before {
        content: "\e700";
        font-size: 10px;
    }

.shutterstock_397470379 {
    width: 100%;
}
.Welcome-to-Study-Cen {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-top:28px;
    margin-left:60px
}
.Micro-learning-for-O {
    width: 404px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 24px;
    margin-left: 35px
}
.Motivation-is-the-dr {
    font-family: Inter;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-left: 35px
}
.col-welcome {
    width: 150px;
    max-width: 150px !important;
    position: absolute;
}
.col-welcome-text {
    margin-left: 100px
}

.welcome1 {
    margin-left: 60px;
    margin-top: 34px;
    /*cursor:pointer;*/
}
.welcome2 {
    margin-left: 60px;
    margin-top: 17px;
    cursor: pointer;
}
.welcome3 {
    margin-left: 60px;
    margin-top: 30px;
}
.faq {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.col-faq-menu {
    width: 160px;
    position: absolute;
    padding-top:20px;
}
.col-faq-question {
    width: auto;
    margin-left: 160px;
    padding-top: 20px;
}
.faq-category {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    width: 150px;
    padding: 10px 0;
}

.faq-question {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}
.faq-answer {
    font-family: Inter;
    font-size: 13px;
    color: #333333 !important;
    padding: 5px 5px 5px 15px;
    background-color: #F0F0F0 !important;
}
.faq-selected {
    color: #2F68AC !important
}

.handbook-item {
    display: block;
}
    .handbook-item:hover {
        cursor: pointer;
        background: #F7F7F7;
    }
.handbook-category {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #333333;    
    padding: 10px 10px;
}

.handbook-selected {
    color: #2F68AC !important;
    background-color: #F7F7F7;
}

.e-document-header {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}
/*
    css calender
*/
.rj {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.Table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 85%;
    margin: 0px -5px 0px;
}

.e-textlabel {
    font-weight: bold !important;
}

.e-dialog .e-dlg-header-content {
   /* border-bottom: none;
    padding: 10px 23px 10px;
    background: #8C92CA !important;*/
}

.e-dlg-header, .e-dlg-header * {
   /* color: white;
    font-size: 21px;
    font-weight: 100;*/
}

.e-dialog .e-icon-dlg-close::before {
    content: '\e7a7';
    position: relative;
    color: gray !important;
    font-size: 12px;
}

.e-dialog .e-footer-content {
    padding: 10px 25px 10px;
}

.e-treeview {
    -webkit-tap-highlight-color: transparent;
}

    .e-treeview .e-list-item {
        list-style: none;
    }

.property-section .e-checkbox-wrapper {
    margin: 10px;
}

.control-section.checkbox {
    margin-top: 20px;
}

.multiselect-checkbox {
    width: 70%;
    margin-left: 70px;
}

.footer {
    text-indent: 1.2em;
    display: block;
/*    font-size: 15px;
    line-height: 40px;
    border-top: 1px solid #e0e0e0;*/
}

.title-add-exception {
    width: 100%;
    height: 21px;
    line-height: 21px;
    text-align: left;
    padding: 0px;
    margin: 7px 0px 2px 0px;
    font-size: 10pt;
}

.input-add-exception {
    width: 100%;
    text-align: left;
}

fieldset {
    margin-top: 10px;
    border: 1px solid silver;
    padding: 6px;
    border-radius: 4px;
}

legend {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 15px;
    width: fit-content;
}

/*.e-custom {
    background-color: #31BACA;
    border-color: #31BACA;
    box-shadow: none;
    color: #333;
    padding: 0px 5px;
    margin-right: 5px;
    font-weight: bold;*/
    /*                    line-height: 1.572em;*/
/*}

    .e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
        background-color: #31BACA;
        color: #333;
    }*/

.titleeditappointment {
    width: 100%;
    height: 21px;
    line-height: 21px;
    text-align: left;
    padding: 0px;
    margin: -7px 0px 2px 0px;
    font-size: 9pt;
}

.inputeditappointment {
    width: 100%;
    /* line-height: 30px; */
    text-align: left;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.e-spinner-pane.e-customClass .e-spinner-inner .e-spin-material {
    stroke: #808080;
    stroke-width: 10;
}

.e-schedule .e-month-view .e-appointment {
    background: #f4f4f4;
    border: 1px solid #f4f4f4 !important;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    height: 25px !important;
    overflow: hidden;
    position: absolute;
}

.e-treeview .e-fullrow {
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /*                    border: 1px solid;*/
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin-left: 15px;
}

.e-treeview .e-level-2 > .e-text-content .e-list-text {
    /*display: inline;
    position: absolute;
    font-size: small;*/
}

.e-treeview {
    display: inline-flex;
    overflow: hidden;
    /*position: inherit;*/
    white-space: nowrap;
}

    .e-treeview > .e-ul {
        /*-webkit-overflow-scrolling: touch;*/
        overflow: hidden !important;
    }

.e-schedule .e-month-view .e-work-cells {
    position: relative;
}

.e-schedule .templatewrap {
    text-align: center;
    position: absolute;
    width: 100%;
}

.e-schedule .caption {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.e-schedule .e-month-view .e-work-cells {
    position: inherit;
}

.e-schedule .e-agenda-view .e-agenda-parent {
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}

.e-schedule .e-agenda-view .e-agenda-item {
    padding: 10px 0px 10px 0px;
    display: list-item;
}

.e-calendar .e-content.e-decade table tbody, .e-calendar .e-content.e-year table tbody, .e-calendar .e-content.e-month table tbody {
    animation: none !important;
}

.e-numeric.e-style .e-control.e-numerictextbox {
    text-align: center;
    padding-left: 0;
}

.e-custom {
    background-color: #55ADC0 !important;
    border-color: #55ADC0 !important;
    outline-style: none;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 62px;
    box-shadow: none;
}

    .e-custom, .e-custom:hover, .e-custom:focus, .e-custom:active {
        background-color: #55ADC0;
        border-color: #55ADC0;
        color: white;
        outline: none;
        border-radius: 5px;
    }

.e-custom-gray {
    background-color: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    outline-style: none;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 62px;
    box-shadow: none;
    margin-right:5px;
}

    .e-custom-gray, .e-custom-gray:hover, .e-custom-gray:focus, .e-custom-gray:active {
        background-color: #D0D0D0;
        border-color: #D0D0D0;
        color: black;
        outline: none;
        border-radius: 5px;
    }
.e-close-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
    outline-style: none;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 62px;
    box-shadow: none;
}

    .e-close-transparent, .e-close-transparent:hover, .e-close-transparent:focus, .e-close-transparent:active {
        background-color: transparent;
        border-color: transparent;
        color: black;
        outline: none;
        border-radius: 5px;
    }
.e-attend {
    background-color: #17A5F5;
    border-color: #17A5F5;
    box-shadow: none;
    color: white;
    outline-style: none;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 62px;
}
    .e-attend, .e-attend:hover, .e-attend:focus, .e-attend:active {
        background-color: #17A5F5;
        border-color: #17A5F5;
        color: white;
        outline: none;
        border-radius: 5px;
    }

.right-accordion {
    position: absolute;
    margin-left: 250px
}

.container {
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    background-color: white;
}

.e-acrdn-item .e-acrdn-content {
    padding: 5px !important;
}

.e-handbook-progress {
    background-color: #00AE71;
    border-color: #00AE71;
    box-shadow: none;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    font-weight: 400;
    width: 117px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .e-handbook-progress, .e-handbook-progress:hover, .e-handbook-progress:focus, .e-handbook-progress:active {
        background-color: #00AE71;
        color: white !important;
        border-color: #00AE71;
        border-radius: 5px;
        outline: none;
    }

.e-complete {
    background-color: #00AE71;
    border-color: #00AE71;
    box-shadow: none;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    font-weight: 400;
}
.e-complete, .e-complete:hover, .e-complete:focus, .e-complete:active {
        background-color: #00AE71;
        color: white !important;
        border-color: #00AE71;
        border-radius: 5px;
        outline: none;
    }
.email-checked {
    background-color: #4276BA;
    border-color: #4276BA;
    box-shadow: none;
    color: white !important;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    font-weight: 300;
}
    .email-checked, .email-checked:hover, .email-checked:focus, .email-checked:active {
        background-color: #4276BA;
        color: white !important;
        border-color: #4276BA;
        border-radius: 5px;
        outline: none;
    }

.e-noon-handbook-progress {
    background-color: transparent !important;
    border-color: #005ba3 !important;
    box-shadow: none;
    color: #17A5F5 !important;
    border-radius: 5px;
    outline: none;
    font-weight: 400;
    width: 117px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .e-noon-handbook-progress, .e-noon-handbook-progress:hover, .e-noon-handbook-progress:focus, .e-noon-handbook-progress:active {
        background-color: transparent !important;
        border-color: #00AE71 !important;
        box-shadow: none;
        color: #00AE71 !important;
        border-radius: 5px;
        outline: none;
    }

.e-noonComplete {
    background-color: transparent !important;
    border-color: #005ba3 !important;
    box-shadow: none;
    color: #17A5F5 !important;
    border-radius: 5px;
    outline: none;
    font-weight: 400;
}

    .e-noonComplete, .e-noonComplete:hover, .e-noonComplete:focus, .e-noonComplete:active {
        background-color: transparent !important;
        border-color: #00AE71 !important;
        box-shadow: none;
        color: #00AE71 !important;
        border-radius: 5px;
        outline: none;
    }

.responsive-video {
    position: relative;
    /*padding-bottom: 40%;*/ /* 16:9 -> 9/16x100 */
    overflow: hidden;
    height: 100%;
    background-color: #F4F4F4;
    color: #262626;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.SelectedItem {
    background-color: #d4e8fa;
    color: #333;
}

.e-dialog .e-dlg-header {
    font-weight: bold;
    font-size: 16px;
    color: black !important;
    padding-top: 17px;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    font-size: 16px !important;
    height: 32px;
    width: 32px;
    padding: 0px !important;
    outline:none;
}
.e-btn.e-flat, .e-css.e-btn.e-flat {
    border-radius: 7px;
}

.e-dialog .e-dlg-header-content {
    background: #fff !important;
    border-top-style: outset;
    border-top-color: #3F73B0;
    border-top-width: 8px;
    padding: 0px 10px 10px;
}
/*.e-dialog .e-footer-content .e-btn {
        width:75px;
    }*/
.e-dialog .e-dlg-content {
    font-size: 13px;
}
.e-dlg-overlay {
    background-color:transparent !important;
}
.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
    background-color: #3F73B0 !important;
    border-color: #3F73B0 !important;
    outline-style: none;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 400;
    min-width: 62px;
}

.e-dialog .e-footer-content .e-btn {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    outline-style: none;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0px 5px;
    min-width: 62px;
    border-radius: 5px !important;
}

.e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon {
    /*margin-top: -5px;*/
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    min-width: 25px !important;
}

.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    min-width: 22px !important;
}

/*.e-control, .e-control [class^='e-'], .e-control [class*=' e-'] {
    list-style-type: none;
}*/
.e-accordion {
    border: 0px solid #eaeaea !important;
}
    .e-accordion .e-acrdn-item.e-selected.e-select {
        border-bottom: 0px solid #fff !important;
        border-top: 0px solid #fff !important;
    }
    .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
        border: 0px solid #eff3f8 !important;
        background: #eff3f8 !important;
    }
.e-menu-wrapper ul.e-menu, .e-menu-container ul.e-menu {
    width: 160px;
}
.e-menu-wrapper ul .e-menu-item .e-caret, .e-menu-container ul .e-menu-item .e-caret{
    display:none;
}
@media only screen and (max-height: 650px) {
    .size-creen-1 {
        display: flex;
        text-align: center;
        flex-direction: row;
        position: relative;
        justify-content: center;
    }
}    
@media only screen and (max-height: 800px) {
    .size-creen-2 {
        display: flex;
        text-align: center;
        flex-direction: row;
        position: relative;
        justify-content: center;
    }
}