﻿@font-face {
    font-family: Roboto-Black;
    src: url(font/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(font/Roboto-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url(font/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(font/Roboto-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Italic;
    src: url(font/Roboto-Italic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Light;
    src: url(font/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(font/Roboto-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    src: url(font/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(font/Roboto-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url(font/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Thin;
    src: url(font/Roboto-Thin.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(font/Roboto-ThinItalic.ttf) format('truetype');
}


@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("font/fontawesome/webfonts/fa-solid-900.eot");
    src: url("font/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("font/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("font/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("font/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("font/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

:root {
    --light-grey-color: #6f6f6f75;
    --grey-color: #555755;
    --positive-color: #4d78a9;
    --energized-color: #20397a;
    --light-blue: #626b76;
    --light-grey: #e1e1e1;
}

body {
    font-family: Roboto-Regular;
    background-color: White;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-darkshadow-color: #cccccc;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: gray;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #666666;
    scrollbar-base-color: #ffffff;
    font-size: 16px !important;
    /* min-height: 100vh; */
    margin: 0;
}


.login-card-wrapper {
    display: flex;
    justify-content: center;
    height: 100vh;
    background-image: url(../Styles/images/Background_7.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    /* padding-bottom: 2rem !important; */
    background-repeat: no-repeat;
}

.login-card {
    height: auto;
    margin-top: 3rem !important;
    margin-bottom: auto;
    width: 19rem;
    border-radius: 1.2rem !important;
    background-color: rgb(255 255 255 / 75%) !important;
    padding: .5rem 1rem 1rem 1rem;
    BORDER: 0 !IMPORTANT;
    box-sizing: border-box;
}


.card-header {
    height: 250px;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent !important;
    box-sizing: border-box;
}

    .card-header img {
        max-width: 180px;
        max-height: 180px;
    }

.card-body {
    padding: .2rem .5rem 1.25rem .5rem;
    box-sizing: border-box;
}


.login_btn {
    background-color: var(--positive-color);
    border-radius: 0.4rem !important;
    width: 80% !important;
    margin: 10px auto 2px !important;
    color: #fff;
    border: 0;
    font-family: roboto-regular;
    font-weight: normal;
    font-size: 14px;
    padding: 0.3rem 0.2rem;
    margin: 0 !important;
    cursor: pointer;
}


.login-footer {
    position: fixed;
    bottom: 0;
    color: #fff;
    padding: .4rem 1rem;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.login-footer-content {
    display: inline-flex !important;
    width: 90% !important;
    margin: 0 auto;
    border-top: 1px solid;
    padding-top: 0.2rem;
    box-sizing: border-box;
}

.login-footer-left {
    flex: 1;
    text-align: left;
}

.login-footer-middle {
    flex: 1;
    text-align: center;
}

.login-footer-right {
    flex: 1;
    text-align: right;
}

.skoolee-logo {
    background-image: url(../Images/MasterPageImages/TopImages/WMT_LOGO.png);
    height: 90px;
    width: 180px;
    display: inline-block;
    background-size: contain;
}

.login-footer-right a {
    color: #FFf;
}
/*html, body 
{
	overflow:auto; 
}*/


.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

    .user-profile-img:hover {
        transition: .6s;
        transform: scale(1.1);
    }

.user-name {
    font-size: 12px;
    font-family: roboto-bold;
}

.groupcontainer {
    width: 100%;
    /*float: left;*/
}

.subgroupcontainer {
    padding: 1rem;
    width: 33%;
    border-bottom: 1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
}



.group {
    border-radius: 6px;
    border: 1px solid var(--light-grey);
    margin: 1rem 1rem 2rem 1rem;
}

    .group > table {
        width: 100%;
    }

    .group table tr td:last-child {
        border-right: none !important;
    }

    .group table tr:last-child td {
        border-bottom: none !important;
    }

    .group h3 {
        background: var(--light-blue);
        margin: 0;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto-medium';
        border-radius: 6px 6px 0 0;
        text-align: center;
        font-weight: normal;
    }


    .group div {
        /*padding: 1rem;
        border-bottom: 1px solid var(--light-grey-color);*/
    }

    .group h4 {
        margin: 0;
    }

        .group h4 a {
            font-family: roboto-bold;
            color: var(--energized-color);
            font-size: 13px;
        }

    .group p {
        font-family: 'Roboto-Regular';
        font-size: 11px;
        color: #555;
        margin: 0;
        line-height: 18px;
        padding-top: 5px;
    }




/*----------------------------------------------------------------------*/
.main_menu {
    min-width: 120px;
    color: var(--light-blue);
    text-align: left;
    font-family: 'Roboto-Medium';
    font-size: 13px;
    z-index: 5;
    cursor: pointer;
    padding: 0 0.9rem;
    line-height: 35px;
    border-bottom: 1px solid var(--light-grey);
}

    .main_menu a:hover {
        text-decoration: none;
        color: #fff;
        font-family: roboto-medium;
        font-size: 13px;
    }

.level_menu {
    min-width: 160px;
    color: var(--light-blue);
    text-align: left;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    z-index: 5;
    cursor: pointer;
    padding: 0 1rem;
    line-height: 35px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #f7f8fa;
}

    .level_menu a:hover {
        text-decoration: none;
        color: #fff;
        font-family: roboto-medium;
        font-size: 13px;
    }

.hover_menu {
    background-color: #767c8e;
    color: #fff;
}


.selected_Menu {
    background-color: #767c8e;
    color: #fff;
}



.welcome-text {
    font-family: 'Roboto-Medium';
    font-size: 1.6rem;
    color: var(--positive-color);
}

.filter-wrapper {
    width: 100%;
    background-color: #f9f9f9cc;
    border-radius: 0.3rem;
}

    .filter-wrapper span {
        font-family: roboto-regular;
    }

    .filter-wrapper select {
        border-radius: 0.3rem;
        border: 1px solid var(--light-grey-color);
        font-family: roboto-regular;
        font-weight: normal;
        font-size: 13px;
        padding: 0px 4px;
    }

.filter-actions-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 1rem;
}

    .filter-actions-wrapper span {
        font-family: roboto-medium !important;
        font-weight: 500 !important;
        font-size: 11px !important;
    }

.menu-header-primary {
    font-size: 12px !important;
    font-family: Roboto-BlackItalic !important;
    font-weight: normal !important;
    color: #555 !important;
    padding: 9px 2px 9px 6px;
    display: block;
}

.menu-header-secondary {
    font-size: 12px !important;
    font-family: Roboto-BlackItalic !important;
    font-weight: normal !important;
    color: var(--orange) !important;
    padding: 9px 2px;
    display: block;
}

table.btn-sis {
    margin: 4px 4px 4px 0;
    width: max-content !important;
}

    table.btn-sis td {
        padding: 3px 4px !important;
        min-width: 50px;
    }

.btn-sis {
    display: inline-table;
    font-size: 11px !important;
    font-family: 'Roboto-Medium' !important;
    background-color: var(--positive-color);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal !important;
    /*min-width: 60px;*/
    width: 100%;
    border: 0;
    /*padding: 4px 6px;*/
}










input {
    font-family: Roboto-Regular !important;
    font-size: 12px !important;
    border-radius: 0.4rem;
    COLOR: var(--energized-color);
    /*BACKGROUND-COLOR: #FFFFFF;*/
    background-color: #ffffff8f;
    /*padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 3px;*/
    padding: 2px 4px 2px 4px;
    BORDER: 1px solid var(--light-blue);
}

/*This will remove the borders of checkboxes and radiobuttons*/
/*input[type=checkbox],
input[type=radio]  
{
    margin: 2px 2px 2px 2px; 
    border: 0px 0px 0px 0px; 
}*/

.RadioClass {
    margin: 2px 2px 2px 2px;
    border: 0px 0px 0px 0px;
    background-color: Transparent;
}

.CheckboxClass {
    margin: 2px 2px 2px 2px;
    border: 0px 0px 0px 0px;
    background-color: Transparent;
}

DisabledInput {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    border-color: #dddddd;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    COLOR: var(--energized-color);
    BORDER-BOTTOM: 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 3px;
}

INPUT.textbox {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    border-color: #dddddd;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    COLOR: var(--energized-color);
    background-color: #ffffff8f;
    BORDER-BOTTOM: 1px solid;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 5px;
}



TEXTAREA {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    border-color: #dddddd;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    COLOR: var(--energized-color);
    BORDER-BOTTOM: 1px solid;
    /*BACKGROUND-COLOR: #ffffff;*/
    background-color: #ffffff8f;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 5px;
}

.EnabledForm {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    border-color: #dddddd;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: 1px solid;
    COLOR: var(--energized-color);
    BORDER-BOTTOM: 1px solid;
    BACKGROUND-COLOR: #ffffff;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 5px;
}

.DisabledForm {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    border-color: #dddddd;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: 1px solid;
    COLOR: #666666;
    BORDER-BOTTOM: 1px solid;
    BACKGROUND-COLOR: #fafafa;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 5px;
}

.RadioEnabled {
    BACKGROUND-COLOR: #ffffff;
    border-style: none;
    border-width: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    font-family: Roboto-Regular;
    font-size: 11px;
    font-weight: bold;
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    FONT-SIZE: 10px;
    BORDER-LEFT: 0px;
    COLOR: var(--energized-color);
    BORDER-BOTTOM: 0px;
    padding-left: 5px;
}

.RadioDisabled {
    font-family: Roboto-Regular;
    font-size: 11px;
    font-weight: bold;
    border-color: var(--energized-color);
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    FONT-SIZE: 10px;
    BORDER-LEFT: 0px;
    COLOR: #d7d7d7;
    BORDER-BOTTOM: 0px;
    BACKGROUND-COLOR: #ffffff;
    padding-bottom: 0px;
    padding-left: 5px;
}

.CheckBoxEnabled {
    BACKGROUND-COLOR: #ffffff;
    border-style: none;
    border-width: 0px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    font-family: Roboto-Regular;
    font-size: 11px;
    font-weight: bold;
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    COLOR: var(--energized-color);
    BORDER-BOTTOM: 0px;
    padding-left: 5px;
}

.CheckBoxDisabled {
    font-family: Roboto-Regular;
    font-size: 11px;
    font-weight: bold;
    border-color: var(--energized-color);
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    COLOR: #d7d7d7;
    BORDER-BOTTOM: 0px;
    BACKGROUND-COLOR: #ffffff;
    padding-bottom: 0px;
    padding-left: 5px;
}


.checkbox {
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
}

SELECT {
    /*height: 20px;*/
    font-family: 'Roboto-Regular' !important;
    border-color: var(--energized-color);
    border-radius: 0.4rem;
    FONT-SIZE: 12px !important;
    COLOR: var(--energized-color);
    /*BACKGROUND-COLOR: #ffffff;*/
    background-color: #ffffff8f;
    padding: 2px 4px 2px 4px;
    BORDER: 1px solid var(--light-blue);
}


.tdbgcopyrights {
    font-family: Roboto-Regular;
    font-size: 11px;
    color: #4a4e4e;
}

.tdbgclr {
    font-family: roboto-Medium;
    font-size: 13px;
    color: var(--energized-color);
    /*padding: 4px 0px;*/
}

.tdHeader {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: var(--energized-color);
    font-weight: bold;
}

.tdbgclrdark {
    background: #E4E6EC;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}

.tdbgclrSelected {
    background: #28bbef;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

.tdbgclrSmall {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: var(--energized-color);
    font-weight: normal;
}

.tdbgclrLogin {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #4a4e4e;
}

.linkLarge {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: var(--energized-color);
    font-weight: bold;
    text-decoration: none;
}

.logout {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.link {
    font-family: Roboto-Regular;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.LinkMasterPage {
    font-family: roboto-regular;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
}

    .LinkMasterPage:hover {
        color: #FFFFFF;
        text-decoration: none !important;
        cursor: pointer;
    }

.LinkSubMenuList {
    font-family: Roboto-Regular;
    font-size: 11px;
    color: var(--energized-color);
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.logInTextBox {
    font-family: Roboto-Regular;
    /*font-size: 13px;
    font-weight: bold;
    text-decoration: none;*/
    box-sizing: border-box;
    background-color: transparent !important;
    border-radius: 0.4rem !important;
    border: 1px solid #5a5959 !important;
    margin-bottom: 0.6rem !important;
    height: 30px !important;
    padding: 0.375rem 0.75rem !important;
    color: #5a5959 !important;
    width: 100%;
}

.logoutmouseover {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #B5D5EA;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

A {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: var(--energized-color);
    font-weight: normal;
}

    A:hover {
        font-family: Roboto-Regular;
        color: orange;
    }



.SubSection {
    background-color: var(--light-grey);
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    color: var(--grey-color);
    font-family: 'Roboto-Medium';
}

.tdGroup {
    background-color: #ffa5006b;
}

.tdBackground {
    background-color: #fee8ba;
}

.Fld_Error {
    /*background-color: #ffffff ;*/
    background-color: #FFF7E7;
}

fieldset {
    padding: 10px;
}

    fieldset legend {
        font-family: Roboto-Regular;
        font-size: 13px;
        color: orange;
        font-weight: bold;
    }


.grid-actions-wrapper {
    margin-bottom: .5rem;
}


/*This is to implement the style for the filter headers along with details.*/

.Filter {
    width: 99% !important;
    background: var(--light);
    border-radius: .5rem;
    margin-bottom: 1rem;
    border-collapse: separate !important;
    border: 1px solid var(--light-grey);
    box-shadow: 2px 3px 4px var(--light-grey);
}

    .Filter td {
        padding: 3px;
    }

/*.Filter tr td {
    padding: 2px 5px 2px 5px;
}*/

.FilterFooter {
    padding-right: 5px;
    margin: 5px;
    padding-top: 5px;
    border-top: var(--light-grey-color) 1px solid;
    margin-left: 0px;
    margin-right: 0px;
}



.ui-widget-header {
    border: 1px !important;
    background: #fff !important;
    color: var(--light-blue) !important;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
}

.ui-icon-closethick {
    background-image: none !important;
    background-position: 0;
    color: var(--light-blue);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-indent: 10px !important;
    height: 20px !important;
    width: 28px !important;
    font-size: 18px;
    margin-left: -26px !important;
}

.ui-dialog-titlebar-close:focus {
    border: 0 !important;
    outline: 0 !important;
}


.ui-icon-closethick:before {
    content: "\f057";
}

.ui-dialog-titlebar-close {
    background: none !important;
    border: 0 !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--light-blue) !important;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent !important;
}


.ui-dialog .ui-dialog-title {
    text-align: left;
    font-family: 'Roboto-bold';
    font-weight: 500;
    font-size: 14px;
}


/*The default label style.*/
.DefaultLabel {
    font-family: Roboto-Regular;
    font-size: 13px;
    color: var(--energized-color);
    padding: 2px;
    margin-bottom: 0;
}

/*The default small label style.*/
.DefaultSmallLabel {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: var(--energized-color);
    font-weight: normal;
}

.GridViewHeader {
    background-image: url("../Images/ComponantImages/GridImages/GridHeader-2.gif");
    background-repeat: repeat-x;
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
.Grid {
    /*width: max-content;
    border: solid 1px #FFFFFF !important;*/
    border: 1px solid var(--light-grey) !important;
    border-radius: 0.5rem;
    width: 99.5% !important;
    margin: 0 auto;
}

    .Grid td {
        /*border: solid 1px #FFFFFF !important;
        margin: 1px 1px 1px 1px !important;
        padding: 1px 1px 1px 1px !important;
        text-align: center;*/
        color: #555;
        border-bottom: 1px solid var(--light-grey-color);
        font-size: 13px;
        text-align: center;
        padding: 0.3rem 0.2rem;
    }

.GridHeader {
    /*font-weight: bold !important;
    background-color: #2c7491 !important;
    color: #F7F7F7 !important;*/
    background-color: var(--light-blue) !important;
    color: #F7F7F7 !important;
    font-size: 13px;
    font-weight: normal !important;
    font-family: 'Roboto-Bold';
}

    .GridHeader th {
        text-align: center;
    }

.GridItem {
    /*background-color: #E7E7FF !important;
    color: #4A3C8C !important;*/
    background-color: transparent !important;
}

.GridAltItem {
    /*background-color: #F7F7F7 !important;
    color: #4A3C8C !important;*/
    background-color: transparent !important;
}

.GridSelectedItem {
    /*background-color: #738A9C !important;
    color: #F7F7F7 !important;
    font-weight: bold !important;*/
    background-color: var(--light-grey-color) !important;
    color: #fff !important;
}


.GridPagerItem {
    background-color: var(--light-grey-color) !important;
    color: #4A3C8C !important;
}

    .GridPagerItem table {
        display: flex;
        justify-content: center;
    }

    .GridPagerItem a {
        color: #555 !important;
        font-family: roboto-medium;
        text-decoration: none;
    }

.PageMumber {
    color: gray;
    font-size: small;
    text-align: center;
    font-weight:bold;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/


