@font-face
{
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
}

@font-face
{
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto/Roboto-Bold.woff') format('woff');
}


@font-face
{
    font-family: 'Roboto-Italic';
    src: url('/fonts/Roboto/Roboto-Italic.woff') format('woff');
}

@font-face
{
    font-family: 'Roboto-BoldItalic';
    src: url('/fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
}


@font-face
{
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    /* src: url('/fonts/MaterialIcons-Outlined.woff2') format('woff2'); */
    src: url('/fonts/MaterialSymbols-Outlined.woff2') format('woff2');
}

.material-symbols-outlined
{
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}


.material-symbols-outlined
{
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}


*
{
    box-sizing: border-box;
}

body
{
    height: 100%;
    color: #333;
    font-weight: 300;
}

b,
strong
{
    font-weight: 800;

}

html,
body,
h1,
h2,
h3,
h4,
h5
{
    font-family: 'Roboto-Regular';
    line-height: 1.5em;

    margin-bottom: 15px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

a:link
{
    text-decoration: none;
}


.subject-title
{
    font-family: 'Roboto-Medium';
    color: black;
    /* font-weight: bold; */
    font-size: 1.1em !important;

    color: #0176d3;

}

.subject-title-no-hover
{
    font-family: 'Roboto-Medium';
    /* color: black; */
    /* font-weight: bold; */
    font-size: 1.1em !important;

    color: #0176d3;
}

.subject-title-large
{
    font-family: 'Roboto-Medium';
    color: black;
    /* font-weight: bold; */
    font-size: 1.3em !important;

    color: #0176d3;

}

.preview-truncated
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 300px;
}

.preview-truncated-2
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.preview-truncated-1
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.avatar
{
    width: 56px !important;
    border-radius: 4px !important;
    /* text-align: center; */
}


.avatar-title
{
    font-size: 0.8em;
    /* text-align: center; */
}

.w3-row,
.w3-container
{
    color: #333 !important;
    /* font-size: 16px !important; */
    font-size: 15px !important;
}

.page-title
{
    font-family: 'Roboto-Medium';
    color: #333 !important;
    font-size: 26px !important;
    margin-top: 0px !important;
}


.margin-left-64
{
    margin-left: 64px !important;
}


table
{
    border-collapse: separate !important;
}


.fixed_table_header
{
    overflow-y: auto;
    overflow-x: auto;
}

.fixed_table_header thead th
{
    position: sticky;
    top: 0px;
}

.fixed_table_header th,
.fixed_table_header td
{
    z-index: 2;
}

.fixed_table_header th
{
    background: #eee;
}


.tablink
{
    border-bottom-width: thick !important;
    color: #032d60 !important;
    font-weight: normal;
    border-bottom-color: #d8edff !important;
}

.tablink-active
{
    border-bottom-width: thick !important;
    color: #0176d3 !important;
    font-weight: bold;

    border-color: #0176d3 !important;
    box-shadow: 0 8px 12px -12px #111;

}

.tablink:hover
{
    color: #032d60 !important;
    background-color: white !important;
}

.tablink-wrapper-3
{
    white-space: nowrap; 
    display: grid; 
    gap: 0rem; 
    grid-template-columns: auto auto auto;
    overflow-x: auto;
    padding-bottom: 20px;
}

.tablink-wrapper-2
{
    white-space: nowrap; 
    display: grid; 
    gap: 0rem; 
    grid-template-columns: auto auto;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-top: 32px;
}


.tablink-container
{
    display: inline-block;
}


.dashboard-tablink-wrapper-4
{
    white-space: nowrap; 
    display: grid; 
    gap: 0rem; 
    grid-template-columns: auto auto auto auto;
    margin-top: 32px;
    overflow-x: auto;
    padding-bottom: 0px;
}


.dashboard-tablink-wrapper-2
{
    white-space: nowrap; 
    display: grid; 
    gap: 0rem; 
    grid-template-columns: auto auto;
    margin-top: 32px;
    overflow-x: auto;
    padding-bottom: 20px;
}



.dashboard-tab
{
    font-size: 1.1em;
}

.dashboard-tablink-container
{
    display: inline-block;
}


.dashboard-tablink
{
    border-bottom-width: thick !important;
    font-weight: 300 !important;
    color: #032d60 !important;
    font-size: 1.1em !important;
    letter-spacing: 2px !important;
    border-bottom-color: #d8edff !important;
}


.dashboard-tablink-active
{
    border-bottom-width: thick !important;

    border-color: black !important;
    font-weight: 900 !important;

    box-shadow: 0 8px 12px -12px #111;

    color: #0176d3 !important;
    border-color: #0176d3 !important;
}

.dashboard-tablink-active:hover
{
    background-color: #fafafa !important;
    color: #0176d3 !important;
}


.customer-logo
{
    max-height: 64px !important;
}


.w3-round-medium
{
    border-radius: 6px !important;
    border: 2px solid darkgrey !important;
}


.w3-round-medium-light
{
    border-radius: 6px !important;
    border: 2px solid lightgrey !important;
}

.cke_chrome
{
    border-radius: 6px !important;
    border: 2px solid darkgrey !important;
    padding: 1px !important;
    border-width: thin;
}

.cke_top
{
    border-radius: 6px 6px 0px 0px !important;
    padding: 8px !important;
    /* border: none !important; */
    border-width: thin;

}

.cke_bottom
{
    border-radius: 0px 0px 6px 6px !important;
    padding: 8px !important;
    /* border: none !important; */
    border-width: thin;

}

.notification
{
    position: relative;
}

.notification[data-badge-messages]:after
{
    content: attr(data-badge-messages);
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: .7em;
    color: white !important;
    width: 26px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    border-radius: 20%;
    box-shadow: 0 0 1px #333;
    background-color: red;
}

.notification[data-badge-tasks]:after
{
    content: attr(data-badge-tasks);
    position: relative;
    top: 1px;
    right: 1px;
    font-size: .7em;
    color: white !important;
    width: 26px;
    height: 20px;
    text-align: center;
    padding: 6px;
    line-height: 22px;
    border-radius: 20%;
    box-shadow: 0 0 1px #333;
    background-color: red;
}

.tasks-active
{
    position: relative;
    top: -10px;
    left: -8px;
    color: red !important;
}


#scroll2TopButton
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    border: none;
    outline: none;

    cursor: pointer;
}


.circle
{
    height: 32px;
    width: 32px;
    background-color: #fafafa !important;
    border-radius: 50%;

    padding: 0px !important;
    margin: 0px !important;
    padding-top: 0px !important;

    color: #032d60 !important;
}


.w3-button.circle:hover
{
    background-color: #fafafa !important;
}


.iqadot-no-border
{
    border: none !important;
}

.iqadot-large
{
    font-size: 32px;
}


/* for keeping images within borders of div */
img
{
    max-width: 100%;
    height: auto;
}

input[type=text]
{
    height: 3rem;
}


.footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgb(242, 242, 247);
    z-index: 400;
}

.seperator
{
    color: rgba(180, 180, 180);
}

.center
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader
{
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #607d8b;
    border-bottom: 4px solid #607d8b;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.clickable
{
    cursor: pointer;
}


.w3-dialog-button
{
    padding: 6px 30px !important;
}

.process-button
{
    padding: 14px;
}

.expand-button
{
    font-size: 28px !important;
    margin-top: -10px !important;
}

.material-symbols-outlined
{
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -2px;
    margin-right: 4px;
}



blockquote
{
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;

    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}



pre
{
    white-space: pre-wrap !important;
    overflow-wrap: break-word !important;
}


.date-time
{
    font-size: 0.9em !important;
}

.material-symbols-outlined.date-time
{
    font-size: 16px !important;
    margin-top: 4px;
}



/* theme  w3-blue-grey*/

.w3-theme-l5
{
    color: #000 !important;
    background-color: #f5f7f8 !important
}

.w3-theme-l4
{
    color: #000 !important;
    background-color: #dfe5e8 !important
}

.w3-theme-l3
{
    color: #000 !important;
    background-color: #becbd2 !important
}

.w3-theme-l2
{
    color: #000 !important;
    background-color: #9eb1bb !important
}

.w3-theme-l1
{
    color: #fff !important;
    background-color: #7d97a5 !important
}

.w3-theme-d1
{
    color: #fff !important;
    background-color: #57707d !important
}

.w3-theme-d2
{
    color: #fff !important;
    background-color: #4d636f !important
}

.w3-theme-d3
{
    color: #fff !important;
    background-color: #435761 !important
}

.w3-theme-d4
{
    color: #fff !important;
    background-color: #3a4b53 !important
}

.w3-theme-d5
{
    color: #fff !important;
    background-color: #303e45 !important
}

.w3-theme-light
{
    color: #000 !important;
    background-color: #f5f7f8 !important
}

.w3-theme-dark
{
    color: #fff !important;
    background-color: #303e45 !important
}

.w3-theme-action
{
    color: #fff !important;
    background-color: #303e45 !important
}

.w3-theme
{
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-text-theme
{
    color: #607d8b !important
}

.w3-border-theme
{
    border-color: #607d8b !important
}

.w3-hover-theme:hover
{
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-hover-text-theme:hover
{
    color: #607d8b !important
}

.w3-hover-border-theme:hover
{
    border-color: #607d8b !important
}



button.w3-blue-grey
{
    background-color: #7d97a5 !important;
    color: #fff !important;
}

.material-symbols-outlined.w3-text-white
{
    color: #fff !important;
}


.bold
{
    font-weight: 900 !important;
}


.menu-hr
{
    margin: 0;
}




.iqadot-text-color
{
    color: black;
}

.iqadot-textface-color
{
    /* background-color: black; */
    background-color: #0176d3;
    color: white;
}


.iqadot-button
{
    border-radius: 4px !important;
    border: 4px !important;

    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: white;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #0176d3 !important;
}

.iqadot-button:hover
{
    background-color: #032d60 !important;
    color: white !important;
    /* background-color: #fafafa !important; */

}


.iqadot-button-transparant
{
    background-color: #fafafa !important;
    color: #0176d3 !important;
    border-color: #032d60 !important;
    border: 2px solid #0176d3 !important;
}


.iqadot-button-transparant:hover
{
    background-color: #d8edff !important;
    color: #032d60 !important;
    border-color: #032d60 !important;
    /* border-radius: 6px !important; */
    /* border: 2px solid darkgrey !important; */
    /* border: 2px solid #032d60 !important; */
}


.w3-button
{
    color: #032d60 !important;
}

.w3-button:hover
{
    /* color: #0176d3; */
    background-color: #d8edff !important;
    /* color: #0176d3 !important; */
    /* background-color: #fafafa !important; */
}


.w3-col
{
    font-size: 15px;
}

input
{
    font-size: 15px !important;
}

.full-width
{
    width: 100%;
}



.w3-dropdown-hover
{
    color: #032d60 !important;
}



.navbar
{
    overflow: hidden;

    /* color: #0176d3; */
    color: #032d60;
}

.navbar a
{
    float: left;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.navbar a:hover
{
    background-color: #d8edff !important;
}

.dropdown
{
    float: left;
    overflow: hidden;
}


.dropdown-content
{
    display: none;
    position:absolute;
    background-color: white !important;
    width: 100%;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.dropdown-content .header
{
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content
{
    display: block;
}


.w3-bar-item
{
    color: #032d60 !important;
}

.w3-bar-item:hover
{
    background-color: #d8edff !important;
    color: #032d60 !important;
}


.top-bar-item
{
    color: #032d60 !important;
}

.top-bar-item:hover
{
    background-color: #d8edff !important;
    color: #032d60 !important;
}


.column
{
    /* float: left;
    width: 20%; */
    margin-right: 20px !important;
    margin-left: 20px !important;

    /* padding-bottom: 500em !important;
    margin-bottom: -500em !important; */

    flex: 1;
}

.column a
{
    float: none;
    /* color: black; */
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.0em !important;
    color: #0176d3;
}

.column a:hover
{
    /* background-color: #ddd !important; */

    background-color: #d8edff !important;
    color: #032d60 !important;

}

.dashboard-menu-row
{
    display: flex;
    overflow-x: auto;
}

/* Clear floats after the columns */
.dashboard-menu-row:after
{
    content: "";
    display: table;
    clear: both;
}

.menu-header
{
    font-family: 'Roboto-Medium';
    font-size: 1.1em;
}

.vert-menu-item
{
    /* border-left: 4px solid lightgrey !important; */
    color: grey;
    color: #555;

    font-size: 0.9em !important;
}

.sticky-menu
{
    padding: 8px 8px !important;
}


.w3-leftbar
{
    border-left: 4px solid rgb(36, 96, 156) !important;
    color: black;
}


.content-wrapper
{
    width: 0px !important;
    min-width: 100% !important;

    /* border-color: #333 !important; */
    /* border-color: #032d60 !important; */
    border-color: #fafafa !important;
    background-color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);

    /* box-shadow: 0 2px 10px 0 rgba(1, 118, 211, 0.2), 0 2px 20px 0 rgba(1, 118, 211, 0.19); */
}

.round-content-wrapper
{
    /* border-color: #333 !important; */
    /* border-color: #032d60 !important; */
    border-color: #fafafa !important;
    background-color: white;
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); */

    box-shadow: 0 4px 10px 0 rgba(1, 118, 211, 0.2), 0 4px 20px 0 rgba(1, 118, 211, 0.19);

}

body
{
    min-height: 100vh !important;
    max-width: 1160px !important;
    margin: 0 auto !important;

    background-color: #fafafa !important;
}

.body-background-color
{
    background-color: #fafafa !important;
}


/* For CKedtior 5 */
.ck-editor__editable
{
    min-height: 320px !important;
    padding-top: 8px !important;
}

.ck.ck-toolbar
{
    border: 0px !important;
    border-radius: 6px 6px 0px 0px !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused)
{
    border: 0px !important;
    border-radius: 0px 0px 6px 6px !important;
}

.ck-focused
{
    border: none !important;
}


.answer
{
    background-color: white;
}


.guru-feedback
{
    /* background-color:rgb(239, 242, 255); */
}

.user-feedback
{
    /* background-color:rgb(247, 255, 252); */
}

.dismissed
{
    /* background-color:rgb(240, 240, 240); */
}



.center-in-menu
{
    position: absolute;
    top: calc(50% - 12px);
}

.inner
{
    margin-left: -12px;
}

.show-side-menu
{
    width: 100%;
    display: block;
}

.hide-side-menu
{
    width: 0.1px !important;
    display: none;
}

#side-menu-wrapper
{
    width: 64px !important;
    margin-top: -80px !important;
    transition: 0.3s;
}

#side-menu
{
    background-color: white !important;
}

.fade
{
    opacity: 0;
}

.fadeable
{
    animation: fade-in-out 5s linear forwards;
}

@keyframes fade-in-out
{
    0%
    {
        opacity: 0;
    }

    20%
    {
        opacity: 1;
    }

    75%
    {
        opacity: 0;
    }
}




@media screen and (max-width: 600px)
{
    .remove-padding-when-small
    {
        width: 100% !important;
        /* background-color: yellow !important; */
        margin-left: 0px !important;
        /* margin-right: -0px !important; */
    }

    .remove-padding-when-small-2
    {
        width: 102% !important;
        /* background-color: orange !important; */
        margin-left: -8px !important;
        /* margin-right: -16px !important; */
    }
}


.w3-cell-row
{
  padding-left: 0px !important;
  margin-left: -4px !important;
  margin-right: 0px !important;
}

.iqadot-open-in-new
{
    color: #032d60;
    font-size: 1.1em !important;
}

input[type="checkbox"]
{
    height: 18px;
    width: 18px;

    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -2px;
    margin-right: 4px;

}

.iqadot-circle-color
{
  color: #0176d3;
}

/*

subject: #0176d3

hover: #d8edff

dark: #032d60;

*/