body,
html {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    font-size: 1em;
    vertical-align: baseline;
    background: 0 0;
}

body,
html {
    height: 100%;
}

body {
    background-color: #f1f7fb;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
    font-weight: 400;
}

div.header-shell {
    height: 100px;
    min-width: 950px;
    width: 100%;
    background-color: #707070;
    background-color: var(--Header-shell-background-color);
    background-repeat: repeat-x;
    margin-bottom: 0;
    z-index: 50;
}

div.new-header-shell {
    height: 60px;
    min-width: 950px;
    width: 100%;
    background-color: #306ECD;
    background-color: var(--New-Header-shell-background-color);
    background-repeat: repeat-x;
    margin-bottom: 0;
    padding-top: 10px;
    z-index: 50;
}

div.new-nav-shell {
    height: 60px;
    min-width: 950px;
    width: 100%;
    background-color: #64a3d6;
    background-color: var(--New-Nav-shell-background-color);
    background-repeat: repeat-x;
    margin-bottom: 0;
    z-index: 50;
}

div.accent-color-shell {
    height: 5px;
    min-width: 950px;
    width: 100%;
    background-color: #f7c12b;
    background-color: var(--New-Accent-shell-background-color);
    background-repeat: repeat-x;
    margin-bottom: 0;
    z-index: 50;
}

.PreBlurView {
    z-index: -1;
    display: block;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    opacity: 0;
}

.ServerStyle {
    color: black !important;
    right: 100px;
}

/*New SAM nav menu vars as of 11/30/2023 */

div.NavHeader {
    max-width: 1000px;
    height: 105px;
    margin: 0 auto;
}

div.Navheader .navmenu {
    
}

div.Navheader div.extra-info {
    display: block;
    float: left;
    margin: 7px 0 0 0;
    width: 800px;
    height: 60px;
    font-size: 7pt;
    color: #ddd;
    font-weight: 700;
}


div.Navheader div.separator {
    position: absolute;
    top: 5px;
    right: 315px;
    height: 75px;
    width: 20px;
    background: transparent url(../../Style/images/separator.png) no-repeat;
}



div.Navheader .Navrighticons {
    margin-top: -5px;
    float: right;
    position: relative;
}

div.Navheader .new-shell-logo-bar-placement {
    display: flex;
    justify-content: space-between;
}


    div.Navheader a.NavSamNews_MasterPage {
        display: block;
        position: absolute;
        top: 15px;
        right: 250px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 7px;
        background: transparent url(../../Style/images/new-news-mega.svg) center no-repeat;
        background-size: 35px 35px;
    }

        div.Navheader a.NavSamNews_MasterPage:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/new-news-mega.svg) center no-repeat;
            background-size: 35px 35px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }


    div.Navheader a.NavSamDashboard_MasterPage {
        display: block;
        position: absolute;
        top: 15px;
        right: 400px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 7px;
        background: url(../../Style/images/New-Graphs.svg) center no-repeat;
        background-size: 35px 35px;
    }

        div.Navheader a.NavSamDashboard_MasterPage:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Graphs.svg) center no-repeat;
            background-size: 35px 35px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }



    div.Navheader a.Navuser_logo {
        display: block;
        position: absolute;
        top: 17px;
        right: 100px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 0;
        background: url(../../Style/images/New-Settings.svg) center no-repeat;
        background-size: 35px 35px;
    }

        div.Navheader a.Navuser_logo:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Settings.svg) center no-repeat;
            background-size: 30px 30px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }


    div.Navheader a.Navlogout {
        display: block;
        position: absolute;
        top: 15px;
        right: 50px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 0;
        background: url(../../Style/images/New-Logout.svg) center no-repeat;
        background-size: 35px 35px;
    }

        div.Navheader a.Navlogout:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Logout.svg) center no-repeat;
            background-size: 35px 35px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }

    div.Navheader a.Navhelp {
        display: block;
        position: absolute;
        top: 15px;
        right: 200px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 0;
        background: url(../../Style/images/new-documentation.svg) center no-repeat;
        background-size: 38px 38px;
    }

        div.Navheader a.Navhelp:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/new-documentation.svg) center no-repeat;
            background-size: 35px 35px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }


    div.Navheader a.Navqa {
        display: block;
        position: absolute;
        top: 15px;
        right: 150px;
        height: 35px;
        width: 30px;
        margin: 7px 0 0 0;
        background: url(../../Style/images/New-QuestionMark.svg) center no-repeat;
        background-size: 35px 35px;
    }

        div.Navheader a.Navqa:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-QuestionMark.svg) center no-repeat;
            background-size: 40px 40px, 35px 35px;
            border-radius: 3px 3px 3px 3px;
        }


h1 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 23px;
}

h3 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 23px;
}

p {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}

blockquote {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}

pre {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}



.BookmarkMenu-TopGroup {
    display: block;
    position: absolute;
    top: 15px;
    right: 300px;
    height: 30px;
    width: 30px;
    margin: 7px 0 0 0;
    background: transparent url(../../Style/images/New-Favorties.svg) center no-repeat;
    background-size: 35px 35px;
}

    .BookmarkMenu-TopGroup:hover {
        background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Favorties.svg) center no-repeat;
        background-size: 35px 35px, 35px 35px;
        border-radius: 3px 3px 3px 3px;
    }

.HistoryMenu-TopGroup {
    display: block;
    position: absolute;
    top: 15px;
    right: 350px;
    height: 35px;
    width: 35px;
    margin: 7px 0 0 0;
    background: transparent url(../../Style/images/New-Refresh.svg) center no-repeat;
    background-size: 35px 35px;
}

    .HistoryMenu-TopGroup:hover {
        background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Refresh.svg) center no-repeat;
        background-size: 40px 40px, 35px 35px;
        border-radius: 3px 3px 3px 3px;
    }



div.Navheader div.central_WebServerName {
    display: block;
    position: absolute;
    text-align: center;
    top: 35px;
    right: 150px;
    font-size: 10pt;
    color: #0080d5;
}



/*End of New Sam nav menu vars*/



div.header {
    max-width: 100%;
    height: 75px;
    margin: 0 auto;
}

    div.header div.extra-info {
        display: block;
        float: left;
        margin: 7px 0 0 0;
        width: 300px;
        height: 60px;
        font-size: 7pt;
        color: #ddd;
        font-weight: 700;
    }

    /*depricated*/


    div.header a.sam-logo {
        cursor: pointer;
        display: block;
        float: Left;
        width: 242px;
        height: 76px;
        margin: 3px 0 0 10px;
        background: transparent url(../../Style/images/SpectraLogo_small.png) no-repeat;
    }



    div.header a.new-sam-logo {
        cursor: pointer;
        display: block;
        margin-left: 70px !important;
        margin-bottom: -0px;
        float: left;
        
        width: 300px;
        height: 65px;
        top: 10px;
        margin: 0;
        background: transparent url(../../Style/images/New-Bright-SAM-Logo.svg) no-repeat;
    }


    div.header div.separator {
        position: absolute;
        top: 5px;
        right: 315px;
        height: 75px;
        width: 20px;
        background: transparent url(../../Style/images/separator.png) no-repeat;
    }

    div.header .righticons {
        margin-top: -5px;
        float: right;
        position: relative;
    }



    div.header a.SamNews_MasterPage {
        display: block;
        position: absolute;
        top: 2px;
        right: 195px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 0;
        background: transparent url(../../Style/images/new-news.svg) center no-repeat;
        background-size: 45px 45px;
    }

        div.header a.SamNews_MasterPage:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-QuestionMark.svg) center no-repeat;
            background-size: 60px 60px, 45px 45px;
        }

    div.header a.SamDashboard_MasterPage {
        display: block;
        position: absolute;
        top: 5px;
        right: 255px;
        height: 30px;
        width: 30px;
        margin: 7px 0 0 0;
        background: url(../../Style/images/DashboardImage.svg) center no-repeat;
        background-size: 45px 45px;
    }

        div.header a.SamDashboard_MasterPage:hover {
            background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/DashboardImage.svg) center no-repeat;
            background-size: 60px 60px, 50px 50px;
        }



div.header a.user-logo {
    display: block;
    position: absolute;
    top: 15px;
    right: 150px;
    height: 30px;
    width: 60px;
    margin: 7px 0 0 0;
    background: url(../../Style/images/New-Settings.svg) center no-repeat;
    background-size: 55px 55px;
}

    div.header a.user-logo:hover {
        background: url(../../Style/images/HeaderIconHover.svg) center no-repeat, url(../../Style/images/New-Settings.svg) center no-repeat;
        background-size: 60px 60px, 55px 55px;
    }

    div.header div.central_WebServerName {
        display: block;
        position: absolute;
        text-align: center;
        top: 35px;
        right:  50vw;
        font-size: 10pt;
        color: #64a3d6;
    }

div.header div.quickstudent {
    display: block;
    position: absolute;
    top: 0px;
    right: 80px;
    margin-right: 350px;
    margin-top: 30px;
}

/*div.navbardiv {
    white-space: nowrap;
   overflow-x: auto;
}*/

div.logodiv {
    display: inline-block;
    margin-right: 20px;
}

div.menusearch {
    display: block;
    position: absolute;
    top: 0;
    right: 800px;
    margin: 32px 10px 0 0;
}

div.menu {
    min-width: 940px;
    position: absolute;
    top: 75px;
    width: 100%;
}

    div.menu td {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 8pt;
    }

div.breadcrumb {
    height: 25px;
    width: 98%;
    max-width: 1600px;
    min-width: 950px;
    margin: 0 0 0 13px;
    position: relative;
}

    div.breadcrumb a.sitemap-logo {
        display: block;
        float: left;
        margin-right: 5px;
        height: 25px;
        width: 25px;
        background: transparent url(../../Style/images/sitemap.svg) no-repeat;
    }

    div.breadcrumb a.logout {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        margin: 0 15px 0 0;
        right: 0;
        top: 0;
        background: transparent url(../../Style/images/logout_master.svg) no-repeat;
    }

    div.breadcrumb a.help {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 40px;
        top: 0;
        margin: 0 5px 0 0;
        background: transparent url(../../Style/images/help_master.svg) no-repeat;
    }

    div.breadcrumb a.qa {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        right: 72px;
        top: 0;
        margin: 0 5px 0 0;
        background: transparent url(../../Style/images/qa_master.svg) no-repeat;
        filter: var(--Breadcrumbs-right-images-filter);
    }

div.item_help {
    height: 25px;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    position: relative;
}

    div.item_help a.help {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        background: transparent url(../../Style/images/help.png) no-repeat;
    }

div.wrap {
    width: 100%;
    max-width: 1600px;
    min-width: 940px;
    margin: 0 auto;
    transition: all 0.3s;
    transition: var(--BlurTransition);
}

div.BigloginpageWrapper {
background-color: white;
height: 100vh;
width: 35vw;
float: right;
border-radius: 0 20px 20px 0;
}

div.wrap-login {
    width: 300px;
    margin: 0 auto;
    top: -30px;
}

loginwrapper {
    border-radius: 50% !important;
}


A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

.cbb {
    margin: 1em 0;
    padding: 0 10px;
    border: 1px solid #666;
    background: #fff;
}

    .cbb h1 {
        margin: 0 -10px;
        padding: 0.3em 10px;
        background: #efece6;
        font: bold 1.2em/1 Arial, Helvetica, sans-serif;
    }

.cb {
    margin: 0.5em 0 0.5em 0;
}

.bt {
    height: 0;
    margin: 0 0 0 18px;
}

    .bt div {
        position: relative;
        left: -18px;
        width: 18px;
        height: 17px;
        font-size: 0;
        line-height: 0;
    }

.bb {
    height: 14px;
    margin: 0 0 0 12px;
}

    .bb div {
        position: relative;
        left: -12px;
        width: 12px;
        height: 14px;
        font-size: 0;
        line-height: 0;
    }

.i1 {
    padding: 0 0 0 12px;
}

.i2 {
    padding: 0 12px 0 0;
}

.i3 {
    display: block;
    margin: 0 5px 0;
    padding: 0 10px 10px;
    background: #fefefe;
    background: var(--Main-Background);
    border-radius: 15px 15px 15px 15px;
}

    .i3:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.i3 {
    display: inline-block;
}

.i3 {
    display: block;
}

.nav a,
.nav2 a {
    color: inherit;
    font: inherit;
}

.nav,
.nav2 {
    text-align: center;
    float: left;
    display: block;
    margin: 0;
    padding: 0 4px 0 0;
    list-style: none;
    height: 20px !important;
    width: 30px !important;
    
}

    .nav li,
    .nav2 li {
        font: bold 15px/18px Helvetica;
        color: #000;
        color: var(--Nav-font-color);
        display: block;
        margin-right: -4px;
        position: relative;
        padding: 15px 20px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 999;
    }

        .nav li:hover,
        .nav2 li:hover {
            height: 18px;
            background-color: #555;
            background-color: var(--Nav-background-color-hover);
            border-radius: 0px 5px 0px 0px;
            color: #fff;
            color: var(--Nav-font-color-hover);
        }

    .nav2 > li,
    .nav > li {
        width: 100px;
        text-align: center;
        align-items: center;
        position: relative;
        vertical-align: middle;
        padding: 0px 30px;
        font: 52px Helvetica;
        height: 65px;
        display: table-cell;
    }

        .nav2 > li > span,
        .nav > li > span {
            position: relative;
            vertical-align: middle;
            font: bold 15px helvetica;
            top: -5px;
     
        }

.sectionMenu {
    padding: 0;
    position: absolute;
    top: 75px;
    height: 1500px;
    left: -800em;
    width: 175px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}

    .sectionMenu li {
        text-align: left;
        font: bold 12px/18px Helvetica;
        background-color: #3C8BCB;
        border-bottom: solid #fff 3px;
        background-color: var(--Nav-background-color);
        display: block;
        color: #fff;
        color: var(--SectionMenu-li-font-color);
        /*text-shadow: 0 -1px 0 #000;*/
        padding: 6px 8px;
        margin-right: 5px;
       
    }

    .sectionMenu > li > div {
        float: right;
        text-align: right;
        vertical-align: middle;
        height: inherit;
        
    }

        .sectionMenu > li > div:after {
            content: ">";
        }

.sectionSubMenu > li > div {
    float: right;
    text-align: right;
    vertical-align: middle;
    height: inherit;
    
}

    .sectionSubMenu > li > div:after {
        content: ">";
    }

.sectionMenu li:hover {
    background-color: #3C8BCB;
    background-color: var(--Nav-SectionMenu-color-hover);
    color: #fff;
    color: var(--Nav-font-color-hover);
    /*border-bottom: solid #fff 3px;*/
}

.sectionSubMenu {
    padding: 0;
    position: absolute;
    left: -9999em;
    width: 225px;
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    border-bottom: solid #fff 3px;
    font: bold 10pt Helvetica;
}

    .sectionSubMenu li {
        padding: 3px 8px;
    }

.SiteMap {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
}

.SiteMapRootNode {
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px;
}

.BreadcrumbsRootNode {
    color: #000;
    color: var(--Breadcrumbs-color);
    font-size: 14px;
}

    .BreadcrumbsRootNode a,
    .BreadcrumbsRootNode a:active,
    .BreadcrumbsRootNode a:link,
    .BreadcrumbsRootNode a:visited {
        color: #000;
        color: var(--Breadcrumbs-color);
        text-decoration: none;
    }

        .BreadcrumbsRootNode a:hover {
            color: navy;
            color: var(--Breadcrumbs-color-hover);
            text-decoration: underline;
        }

.BreadcrumbsParentNode {
    color: #000;
    color: var(--Breadcrumbs-color);
    font-size: 14px;
}

    .BreadcrumbsParentNode a,
    .BreadcrumbsParentNode a:active,
    .BreadcrumbsParentNode a:link,
    .BreadcrumbsParentNode a:visited {
        color: #000;
        color: var(--Breadcrumbs-color);
        text-decoration: none;
    }

        .BreadcrumbsParentNode a:hover {
            color: navy;
            color: var(--Breadcrumbs-color-hover);
            text-decoration: underline;
        }

.BreadcrumbsLeafNode {
    color: #000;
    color: var(--Breadcrumbs-color);
    font-size: 16px;
    font-weight: 700;
}

    .BreadcrumbsLeafNode a,
    .BreadcrumbsLeafNode a:active,
    .BreadcrumbsLeafNode a:link,
    .BreadcrumbsLeafNode a:visited {
        color: #000;
        color: var(--Breadcrumbs-color);
        text-decoration: none;
    }

        .BreadcrumbsLeafNode a:hover {
            color: navy;
            color: var(--Breadcrumbs-color-hover);
            text-decoration: underline;
        }

.SAMSiteMap {
    font-weight: 700;
    font-size: 14px;
    color: #444;
}






.HeaderRow {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-weight: 700;
    font-size: 9pt;
    background-color: #d4d4c8;
    background-color: var(--HeaderRow-background-color);
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    text-indent: 3px;
}

.HeaderRowWithoutBackground {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-weight: 700;
    font-size: 9pt;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    text-indent: 3px;
}



.Row1 {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
    background-color: #fffeff;
    background-color: var(--Row1-background-color);
    text-indent: 3px;
}

.Row2 {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
    background-color: #cce3f3;
    background-color: var(--Row2-background-color);
    text-indent: 3px;
}

.HeaderLabel {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
    font-weight: 700;
}

.StdLabel {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
}

.DisplayTable,
.NextYearDisplayTable,
.NonLiveDisplayTable {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-color: var(--DisplayTable-border-color);
    background-color: #f8f8f8;
    background-color: var(--DisplayTable-background-color);
    color: #000;
    color: var(--DisplayTable-text-color);
    border-radius: 2px;
}

.NextYearDisplayTable {
    background-color: #d4ffd4;
}

.NonLiveDisplayTable {
    background-color: #d4d2ff;
}

.OtherAttendanceDayDisplayTable {
    background-color: #9cf;
}

.StdButton_Original {
    background: url(../../Style/images/button.png) repeat-x;
    border-left: solid 1px #ccc;
    border-right: solid 1px #999;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #999;
    padding: 0 5px 0 5px;
    margin: 1px;
    color: #333;
    cursor: pointer;
    font: normal normal normal 15px / normal;
    height: 25px;
    vertical-align: top;
}

.StdButton {
    background-color: #64a3d6;
    background-color: var(--Button-background-color);
    margin: 1px;
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.DeleteButton {
    background-color: #64a3d6;
    background-color: var(--Button-background-color);
    margin: 1px;
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
    border-color: red;
    border-left: solid 2px red;
    border-right: solid 2px red;
    border-top: solid 2px red;
    border-bottom: solid 2px red;
}

.SmallButton_Original {
    background: url(../../Style/images/button.png) repeat-x;
    border-left: solid 1px #ccc;
    border-right: solid 1px #999;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #999;
    padding: 0 5px 0 5px;
    color: #444;
    cursor: pointer;
    font: normal normal normal 15px / normal;
    height: 20px;
    vertical-align: top;
}

.SmallButton {
    background-color: #64a3d6;
    background-color: var(--Button-background-color);
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 12px;
    border: none;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 1px;
}

.ImgButton {
    border-style: none;
    background-color: Transparent;
    background-image: url(../../Style/images/New_Window.gif);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.ImgButton_SpellCheck {
    border-style: ridge;
    border-width: 3px;
    background-color: #dedec0;
    background-image: url(../../Style/images/Spell_16.gif);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.UCaseText {
    text-transform: capitalize;
}

.AllUCaseText {
    text-transform: uppercase;
}

.PrintButton {
    border: none;
    background-color: Transparent;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-weight: 700;
    cursor: pointer;
}

.HelpButton {
    font-weight: 700;
    cursor: help;
}

.DisplayLabel {
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    border-color: var(--DisplayLabel-border-color);
    height: auto;
    background-color: #e9e9e9;
    background-color: var(--DisplayLabel-background-color);
    color: #000;
    color: var(--DisplayLabel-font-color);
    margin-right: 8px;
    min-height: 16px;
    display: block;
    padding-top: 1px;
    padding-left: 3px;
    margin-bottom: 2px;
    margin-top: 1px;
    border-radius: 3px;
}

.ErrorMessage {
    color: Red;
    background-color: Transparent;
    font-family: Arial;
    font-weight: 400;
}

.StatusMessage {
    color: #00f;
    background-color: Transparent;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-weight: 400;
}

.WarningMessage {
    color: #f57e1d;
    background-color: Transparent;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-weight: 400;
}

.VertLine {
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: thick;
}

.DisplayErrorText {
    color: red;
}

.DisplayMessageWindow {
    z-index: 5000;
    height: 200px;
    width: 300px;
    background-color: #fff;
}

.DisplayMessageText {
    color: #00f;
    font-size: large;
}

.BevelTable {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #eee;
    padding: 1px;
    margin: 0;
}

a.tooltip {
    position: relative;
    z-index: 24;
    text-decoration: none;
    border: 0;
}

    a.tooltip:hover {
        z-index: 25;
    }

    a.tooltip span {
        display: none;
    }

    a.tooltip img {
        border: 0;
    }

    a.tooltip:hover span {
        display: block;
        position: absolute;
        top: 2px;
        left: 25px;
        width: 220px;
        padding: 3px 3px 3px 3px;
        border: 1px solid #000;
        background-color: #c9d1e7;
        color: #000;
        text-align: left;
    }

#progressBackgroundFilter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 40%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    -moz-box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
}

.SelectedGridViewRow {
    font-weight: 700;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 9pt;
    text-indent: 3px;
    background-color: #ff0;
}

.MainMenu-TopGroup {
    cursor: default;
    width: 100%;
    line-height: 12px;
}

.MainMenu-MenuGroup {
    background-image: url(../../Style/images/group_background.gif);
    background-color: #fff;
    border: solid 1px #7e7e81;
    cursor: default;
}

.MainMenu-MenuItem {
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    margin: 1px;
    cursor: default;
}

.MainMenu-MenuItemHover {
    background-repeat: repeat-x;
    background-color: #ddd;
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    border: solid 1px #aaa;
    cursor: default;
}

.HistoryMenu-Top {
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.HistoryMenu-MenuGroup {
    background-image: url(../../Style/images/group_background.gif);
    background-color: #fff;
    border: solid 1px #7e7e81;
    cursor: default;
}

.HistoryMenu-MenuItem {
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    margin: 1px;
    cursor: default;
}

.HistoryMenu-MenuItemHover {
    background-repeat: repeat-x;
    background-color: #ddd;
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    border: solid 1px #aaa;
    cursor: default;
}

.BookmarkMenu-Top {
    display: block;
    float: right;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.BookmarkMenu-MenuGroup {
    background-image: url(../../Style/images/group_background.gif);
    background-color: #fff;
    border: solid 1px #7e7e81;
    cursor: default;
}

.BookmarkMenu-MenuItem {
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    margin: 1px;
    cursor: default;
}

.BookmarkMenu-MenuItemHover {
    background-repeat: repeat-x;
    background-color: #ddd;
    color: #000;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    border: solid 1px #aaa;
    cursor: default;
}

.SampleBookmark {
    color: #888;
}

.SelectedBookmark {
    background-color: #c7cfbb;
}

.menuitem-F0F0F0 {
    background-color: #f0f0f0;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-D8A9D4 {
    background-color: #d8a9d4;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-e6d187 {
    background-color: #e6d187;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-BBBEE8 {
    background-color: #bbbee8;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-d97281 {
    background-color: #d97281;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-aebfaf {
    background-color: #aebfaf;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-fbfb9b {
    background-color: #fbfb9b;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-add8e6 {
    background-color: #add8e6;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-99ffcc {
    background-color: #9fc;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-ffcc99 {
    background-color: #fc9;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-f5deb3 {
    background-color: wheat;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-d2b48c {
    background-color: tan;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-ffcccc {
    background-color: #fcc;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-cccc99 {
    background-color: #cc9;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-cccc33 {
    background-color: #cc3;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-8fd1ff {
    background-color: #8fd1ff;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-7BAC75 {
    background-color: #7bac75;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-8AABBE {
    background-color: #8aabbe;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-778899 {
    background-color: #789;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-9ACD32 {
    background-color: #64a3d6;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-ffff00 {
    background-color: #ff0;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.menuitem-4D9AB8 {
    background-color: #4d9ab8;
    padding: 0;
    margin: 0;
    border: solid 1px #555;
}

.comboBox {
    border: 1px solid #a6a7aa;
    background-color: #fff;
}

.comboBoxHover {
    border: 1px solid #555;
    background-color: #fff;
}

.comboDropDown {
    border: 1px solid #868686;
    background-color: #fff;
    padding: 1px;
    padding-right: 0;
    width: 500px;
    cursor: default;
}

.comboTextBox {
    border: 0;
    padding: 5px;
    float: right;
border-radius: 5px 5px 5px 5px;

}

.comboTextBoxHover {
    background-color: #b2b4bf;
}

.comboItem {
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 11px;
    border: 1px solid #fff;
    right: 100px;
}

.comboItemHover {
    background-color: #b2b4bf;
    background-image: url(images/comboItemBg.gif);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 11px;
    border: 1px solid #dbce99;
    right: 100px;
}

.headingRow {
    background-color: #e2e2e2;
}

.headingCell {
    background-color: #e2e2e2;
    border: 1px solid #fff;
    border-right-color: #b5b5b5;
    border-bottom-color: #b5b5b5;
    padding: 3px;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 10px;
    font-weight: 700;
    text-align: left;
}

.dataRow {
    background-color: #fff;
}

.dataCell {
    cursor: default;
    padding: 3px;
    border: 1px solid #fff;
    border-right-color: #eae9e1;
    border-bottom-color: #eae9e1;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 10px;
    right: 90px;
}

.CSCCalendar {
    border: #000 solid 1px;
    font-size: 8pt;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    background-color: Ivory;
}

    .CSCCalendar TABLE {
        font-size: 8pt;
        font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
        background-color: Ivory;
    }

.CSCCalendarNoFilter {
    border-right: #d3d3d3 ridge;
    border-top: #d3d3d3 ridge;
    font-size: 8pt;
    border-left: #d3d3d3 ridge;
    border-bottom: #d3d3d3 ridge;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    background-color: #fff;
}

    .CSCCalendarNoFilter TABLE {
        font-size: 8pt;
        font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
        background-color: #fff;
    }

.CSCWeekRowsTable {
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 8pt;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    background-color: #fff;
}

.CSCDay {
    cursor: pointer;
    cursor: hand;
}

.CSCSelectedDay {
    background-color: #dedea0;
    cursor: pointer;
    cursor: hand;
}

.CSCSelectedToday {
    font-weight: 700;
    background-color: #dedea0;
    cursor: pointer;
    cursor: hand;
}

.CSCToday {
    font-weight: 700;
    cursor: pointer;
    cursor: hand;
}

.CSCSpecialDay {
    cursor: pointer;
    cursor: hand;
    background-color: #fffacd;
}

.CSCOtherMonthDays {
    cursor: hand;
    color: gray;
}




.CSCDayHeader {
    border-bottom: #00f 1px solid;
}

    .CSCDayHeader TR {
        font-size: 7pt;
        background-color: Ivory;
    }

.CSCDayHeaderCell {
    font-size: 7pt;
}

.CSCHeaderTable {
    font-size: 8pt;
    border-bottom: #00f 1px solid;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
}

.CSCHeaderRows {
    font-size: 8pt;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    cursor: hand;
}

    .CSCHeaderRows TR {
        background-color: inherit;
    }

.CSCIncrementalButtons {
    cursor: pointer;
    cursor: hand;
    color: #0000cd;
}

.CSCIncrementalButtonsPressed {
    cursor: pointer;
    cursor: hand;
    color: #00008b;
}

.CSCJumpButtons {
    color: #0000cd;
    cursor: pointer;
    cursor: hand;
}

.CSCJumpButtonsPressed {
    color: #00008b;
    cursor: pointer;
    cursor: hand;
}

.CSCCloseButton {
    cursor: hand;
}

.CSCCloseButtonPressed {
    cursor: hand;
}

.CSCHelpButton {
    cursor: hand;
}

.CSCHelpButtonPressed {
    cursor: hand;
}

.CSCFooterButton {
    border-right: #d3d3d3 thin outset;
    border-top: #d3d3d3 thin outset;
    border-left: #d3d3d3 thin outset;
    color: #000;
    border-bottom: #d3d3d3 thin outset;
    background-color: #add8e6;
    font-size: 8pt;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    cursor: pointer;
    cursor: hand;
}

.CSCFooterButtonPressed {
    border-right: #d3d3d3 thin inset;
    border-top: #d3d3d3 thin inset;
    border-left: #d3d3d3 thin inset;
    border-bottom: #d3d3d3 thin inset;
    background-color: #add8e6;
    color: #000;
    font-size: 8pt;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    cursor: pointer;
    cursor: hand;
}

.SD_Selectable1 {
    background-color: #ffe4e1;
    cursor: pointer;
    cursor: hand;
}

.SD_SelectableOM1 {
    background-color: #b0e0e6;
    cursor: pointer;
    cursor: hand;
}

.SD_Selectable2 {
    background-color: #dedea0;
    cursor: pointer;
    cursor: hand;
}

.SD_SelectableOM2 {
    background-color: #dcdcdc;
    cursor: pointer;
    cursor: hand;
}

.SD_Unselectable1 {
    color: gray;
    background-color: #ffe4e1;
}

.SD_UnselectableOM1 {
    color: gray;
    background-color: #b0e0e6;
}

.SD_Unselectable2 {
    color: gray;
    background-color: #eee8aa;
}

.SD_UnselectableOM2 {
    color: gray;
    background-color: #dcdcdc;
}

.DTBToggleCalendar {
    cursor: hand;
}

.DTBToggleCalendarPressed {
    cursor: hand;
}

.DTBHelpButton {
    cursor: hand;
}

.DTBHelpButtonPressed {
    cursor: hand;
}

.MYPMonthYearPicker {
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 8pt;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    background-color: Ivory;
}

    .MYPMonthYearPicker TABLE {
        font-size: 8pt;
        font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
        background-color: Ivory;
    }

.MYPMonthCell {
    cursor: hand;
}

.MYPSelectedMonthCell {
    background-color: #dedea0;
    cursor: hand;
}

.MYPYearCell {
    cursor: hand;
}

.MYPSelectedYearCell {
    cursor: hand;
    background-color: #dedea0;
}

.MYPOutOfRangeCell {
    color: gray;
}

.MYPMoveYearsButtons {
    cursor: hand;
}

.MYPMoveYearsButtonsPressed {
    cursor: hand;
}

.MYPTogglePicker {
    cursor: hand;
}

.MYPTogglePickerPressed {
    cursor: hand;
}

.PDPContextMenu {
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    font-size: 8pt;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    background-color: #fff;
}

    .PDPContextMenu TABLE {
        font-size: 8pt;
        font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
        background-color: #fff;
    }

.TopGroup {
    z-index: 99;
    position: relative;
}

.DefaultTabV {
    background-color: #dedec0;
    font-size: 10px;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    color: Gray;
    cursor: pointer;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}

.DefaultTabHoverV {
    background-color: #f4f2d4;
    font-size: 10px;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    cursor: pointer;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}

.SelectedTabV {
    background-color: #f4f2d4;
    font-size: 10px;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    cursor: default;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #f4f2d4;
}

.transparent {
    background: 0 0;
}

.MultiPageOutterFrame {
    background-color: #f4f2d4;
    border: 1px solid #000;
    width: 500px;
    height: 500px;
    position: relative;
    left: -2px;
    z-index: 98;
    padding: 5px;
}

.MultiPage {
    width: 100%;
    height: 100%;
}

.CollapsePanel_Head {
    color: #fff;
    background-color: #ccc;
    font: italic bold 11px auto "Trebuchet MS", Verdana;
    font-size: 12px;
    cursor: pointer;
    height: 18px;
    padding: 6px;
}

.CollapsePanel_Body {
    background-color: #ccc;
    padding: 6px;
    padding-top: 7px;
}

.Watermark {
    background-color: #fbfbfb;
    color: #aaa;
}

.HRGroup {
    border: 3px double #000;
    padding: 3px 3px 3px 3px;
}

.HRGroupOperator {
    padding: 3px 3px 3px 3px;
}

.HRElement {
    padding: 3px 3px 3px 3px;
    width: 100%;
}

.HRRuleResultYES {
    border-style: dotted;
    border-width: 1px;
    font-weight: 700;
    padding: 3px 3px 3px 3px;
    color: Green;
    clear: right;
}

.HRRuleResultNO {
    border-style: dotted;
    border-width: 1px;
    font-weight: 700;
    padding: 3px 3px 3px 3px;
    color: Red;
    clear: right;
}

.tooltipContainer {
    z-index: 24;
    text-decoration: none;
    border: 0;
}

    .tooltipContainer:hover {
        position: relative;
    }

    .tooltipContainer .tooltipDisplay {
        display: block;
        visibility: hidden;
        position: absolute;
        top: 2px;
        left: 25px;
        padding: 3px 3px 3px 3px;
        border: 1px solid #000;
        background-color: #c9d1e7;
        color: #000;
        text-align: left;
        z-index: 25;
        -moz-box-shadow: 1px 1px 2px #000;
        -webkit-box-shadow: 1px 1px 2px #000;
        box-shadow: 1px 1px 2px #000;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tooltipContainer:hover .tooltipDisplay {
        visibility: visible;
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }

    .tooltipContainer:not(:hover) .tooltipDisplay {
        -webkit-animation-name: 0;
        animation-name: 0;
    }

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(0.75, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1, 1);
    }
}

.fontIcon {
    padding-right: 14px;
    font-size: larger;
    color: #00f;
    text-shadow: 1px 1px 1px #000;
}

.modalPopup {
    padding: 3px;
    width: 600px !important;
    background-color: #f8f8ff;
    border-color: black;
    border: 2px solid;
        border-radius: 25px;
}

.modalBackground {
    background-color: Gray;
    -ms-opacity: 0.7;
}

.standAloneTooltip {
    display: none;
    position: absolute;
    padding: 3px 3px 3px 3px;
    border: 1px solid #000;
    background-color: #f8f8ff;
    color: #000;
    text-align: left;
    z-index: 25;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.watermarked {
    background-color: #ededed;
    border-style: inset;
    color: #848484;
}

.DMButton {
    background: url(../../Style/images/button.png) repeat-x;
    border-left: solid 2px #db4d4d;
    border-right: solid 2px #581f1f;
    border-top: solid 2px #db4d4d;
    border-bottom: solid 2px #581f1f;
    padding: 0 5px 0 5px;
    margin: 1px;
    color: #03c;
    font-weight: 700;
    cursor: pointer;
    font: normal normal normal 15px / normal;
    height: 25px;
    vertical-align: top;
}

input[type="text"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.WaitButton {
    background-color: #64a3d6;
    background-color: var(--Button-background-color);
    margin: 1px;
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.LoginWaitButton {
    background-color: #306ECD !important;
    margin: 1px;
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 18px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    border-color: #306ECD !important;
    cursor: pointer;
}

.DownloadButton {
    background-color: #64a3d6;
    background-color: var(--Button-background-color);
    margin: 1px;
    color: #fff;
    color: var(--Button-text-color);
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.WaitButtonWithPopup {
    background-color: #64a3d6;
    margin: 1px;
    color: #fff;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.PrintScreenButton {
    -moz-box-shadow: inset 1px 1px 0 0 #fff;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    text-indent: 1.31px;
    border: 1px solid #000;
    display: inline-block;
    color: #050505;
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    height: 25px;
    line-height: 25px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
}

    .PrintScreenButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
        background-color: #dfdfdf;
    }

    .PrintScreenButton:active {
        position: relative;
        top: 1px;
    }

.TableInCell {
    margin-bottom: -2px;
    margin-top: -2px;
    margin-left: -2px;
}

.CellHoldingTable {
    padding: 0;
}

.TableSorter {
    position: relative;
    top: 1px;
    left: 1px;
    height: 11px;
    width: 12px;
    float: left;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.SortDesc {
    position: relative;
    background-image: url(../../Style/images/SortUp.svg);
    top: 0;
    left: 0;
    width: 12px;
    height: 5px;
    float: left;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.SortAsc {
    position: absolute;
    background-image: url(../../Style/images/SortUp.svg);
    top: 6px;
    left: 0;
    width: 12px;
    height: 5px;
    transform: rotate(180deg);
    float: left;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.DeleteButton,
.DownloadButton,
.SmallButton,
.StdButton,
.WaitButton,
.LoginWaitButton,
.WaitButtonWithPopup {
    transition-property: all;
    transition-duration: 0.25s;
}

    .DeleteButton:focus,
    .DownloadButton:focus,
    .SmallButton:focus,
    .StdButton:focus,
    .WaitButton:focus,
    .WaitButtonWithPopup:focus {
        outline: 0;
        box-shadow: 0 0 1.5px 1.5px #0080d5;
        box-shadow: 0 0 1.5px 1.5px var(--Button-focus);
    }

        .DeleteButton:not(:disabled):active,
        .DownloadButton:not(:disabled):active,
        .SmallButton:not(:disabled):active,
        .StdButton:not(:disabled):active,
        .WaitButton:not(:disabled):active,
        .LoginWaitButton:not(:disabled):active,
        .WaitButtonWithPopup:not(:disabled):active {
            transform: scale(0.9);
        }

        .DeleteButton:not(:disabled):hover,
        .DownloadButton:not(:disabled):hover,
        .SmallButton:not(:disabled):hover,
        .StdButton:not(:disabled):hover,
        .WaitButton:not(:disabled):hover,
        .LoginWaitButton:not(:disabled):hover,
        .WaitButtonWithPopup:not(:disabled):hover {
            background: #0080d5;
            background: var(--Button-focus);
        }

        .DeleteButton:disabled,
        .DownloadButton:disabled,
        .SmallButton:disabled,
        .StdButton:disabled,
        .WaitButton:disabled,
        .LoginWaitButton:disabled,
        .WaitButtonWithPopup:disabled {
            cursor: default;
        }

.MultiSelectDiv,
select {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

    .MultiSelectDiv,
    select:not([multiple]):not([class*="MultiSelectListBox"]) {
        color: #000;
        color: var(--DropText-text-color);
        background: #fff;
        background: var(--DropText-background-color);
        display: inline-block;
        border: 1px solid #a9a9a9;
        border: 1px solid var(--DropText-border-color);
        outline: 0;
        border-radius: 3px;
        transition-duration: 0.2s;
        transition-timing-function: linear;
    }

        .MultiSelectDiv_Disabled,
        select:not([multiple]):not([class*="MultiSelectListBox"]):disabled {
            color: grey;
            color: var(--DropText-text-color-disabled);
            border: 1px solid #d0d0d0;
            border: 1px solid var(--DropText-border-color-disabled);
        }

        .MultiSelectDiv_Focus,
        nav,
        select:not([multiple]):not([class*="MultiSelectListBox"]):focus {
            border: 10px solid #fff;
            border: 1px solid var(--DropText-border-color-focus);
            background: #e6e6e6;
            background: var(--DropText-background-color-focus);
            box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px var(--DropText-border-color-focus);
            outline: 0;
        }

input[type="text"]:not(.comboTextBox):not(:disabled) {
    padding: 2px 0 2px 2px;
    color: #000;
    color: var(--DropText-text-color);
    background: #fff;
    background: var(--DropText-background-color);
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--DropText-border-color);
}


.Loginpasswordbox {
    padding: 2px 0 2px 2px;
    color: #000;
    color: var(--DropText-text-color);
    background: #fff;
    background: var(--DropText-background-color);
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    border: 1px solid var(--DropText-border-color);
}

    .Loginpasswordbox:not(:disabled):focus {
        background: #e6e6e6;
        border: 1px solid var(--DropText-border-color-focus);
        border: 1px solid #64a3d6;
        background: var(--DropText-background-color-focus);
        box-shadow: 0 0 0 2px #64a3d6;
        box-shadow: 0 0 0 2px var(--DropText-border-color-focus);
        outline: 0;
    }

    input[type="text"]:not(.comboTextBox):not(:disabled):focus {
        background: #e6e6e6;
        border: 1px solid var(--DropText-border-color-focus);
        border: 1px solid #64a3d6;
        background: var(--DropText-background-color-focus);
        box-shadow: 0 0 0 2px #64a3d6;
        box-shadow: 0 0 0 2px var(--DropText-border-color-focus);
        outline: 0;
    }

.MultiSelectContainer * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.MultiSelectDiv_Disabled:focus {
    outline: 0;
}

.MultiSelectDiv,
.MultiSelectDiv_Disabled {
    cursor: default;
    width: 298px;
    min-height: 16.8px;
    overflow: hidden;
    z-index: 52;
}

.MultiSelectListBox {
    min-width: 298px;
    position: absolute;
    z-index: 50;
    background: #e6e6e6;
    background: var(--DropText-background-color-focus);
    outline: 0;
}

.MultiSelectDiv_Focus + .MultiSelectListBox {
    border-left: 3px solid #64a3d6;
    border-right: 3px solid #64a3d6;
    border-bottom: 3px solid #64a3d6;
    border-left: 3px solid var(--DropText-border-color-focus);
    border-right: 3px solid var(--DropText-border-color-focus);
    border-bottom: 3px solid var(--DropText-border-color-focus);
}

.MultiSelectDropIcon,
.MultiSelectDropIcon_Rotated {
    transform-origin: 50% 50%;
    float: right;
    vertical-align: middle;
}

.MultiSelectDropIcon_Rotated {
    cursor: pointer;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.MultiSelectDefaultText {
    font-size: 13.25px;
    padding-left: 4px;
    top: 1px;
    position: relative;
    text-wrap: none;
    word-break: keep-all;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.MultiSelectListBox > option {
    color: #000;
    background: #e6e6e6;
    background: var(--DropText-background-color-focus);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .MultiSelectListBox > option:hover {
        color: #fff;
        background: #64a3d6;
        background: var(--Button-focus);
    }

.SelectedOptionLink {
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    color: var(--Button-text-color);
    display: inline-block;
    background: #64a3d6;
    background: var(--Button-background-color);
    border-radius: 3px;
    margin: 2px 0 2px 4px;
    padding: 2px;
    border: 1px solid #000;
    border: 1px solid var(--SelectedOption-Border);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .SelectedOptionLink:hover {
        text-decoration: none;
    }

.SelectedOptionLink_Remove {
    height: 100%;
    text-decoration: none;
    margin-left: 2px;
    font-weight: 700;
    color: #fff;
    color: var(--Button-text-color);
}

    .SelectedOptionLink_Remove:hover {
        text-decoration: none;
    }

.SelectedOptionClearAll {
    font-weight: 700;
    background: #dd3409;
    background: var(--SAM-Red);
    color: #fff;
    color: var(--Button-text-color);
    border: 1px solid #000;
    border: 1px solid var(--SelectedOption-Border);
}

    .SelectedOptionClearAll > * {
        color: #fff;
        color: var(--Button-text-color);
    }

.ChangeRow {
    display: none;
}

.CustomField_SingleSelct {
    max-width: 300px;
}

.SVGIcon {
    width: 16px;
    height: 16px;
}


/*nav-menu start*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.pestana {
    border: 1px solid red;
    padding: 4px;
    display: block;
    height: 20px;
    width: 100px;
    margin-top: 50px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}*/


.sam-mt-1 {
    margin-top: 0.25rem !important;
}

.sam-mt-2 {
    margin-top: 0.5rem !important;
}

.sam-mt-3 {
    margin-top: 1rem !important;
}

.sam-mt-4 {
    margin-top: 1.5rem !important;
}

.sam-pt-0 {
    padding-top: 0 !important;
}

.sam-pt-1 {
    padding-top: 0.25rem !important;
}

.sam-pt-2 {
    padding-top: 0.5rem !important;
}

.sam-pt-3 {
    padding-top: 1rem !important;
}

.sam-pt-4 {
    padding-top: 1.5rem !important;
}

.sam-pt-5 {
    padding-top: 3rem !important;
}


.MyTabStyle .ajax__tab_header {
    /*font-family: "Helvetica Neue", Arial, Sans-Serif;*/
    /*font-family: "Helvetica Neue", Arial, Sans-Serif;*/
    font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
    z-index: -1000;
    outline: none;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        /*border-color: #222;
        color: #222;*/
        padding-left: 10px; /*margin-right: 3px;*/
        outline: none;
        border: solid 1px #d7d7d7;
        border-bottom-color: #d7d7d7;
        -webkit-margin-before: 1em;
        -webkit-margin-after: -1px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: -1px;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        /*color: #000;*/
        padding: 0px 5px 0px 5px;
        outline: none;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    border-color: #BBB; /*color #1*/
    /*background: white;
    color: transparent;*/
    outline: none;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    /*color: Black;*/
    cursor: pointer;
    outline: none;
}

.MyTabStyle .ajax__tab_outer {
    padding: 0 16px; /* edit 16px for different tab width */
    display: inline-block;
    font: normal 12px Verdana;
    line-height: 25px; /* height #1 */
    text-decoration: none;
    /*color: #333;*/
    border: 1px solid #999; /*This color can be different from color #2 */
    border-bottom: none;
    background: #306ECD;
    outline: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin: 0 -1px -1px 0;
    outline: none;
    text-align: -webkit-match-parent;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    color: white;
    font-weight: bold;
    border: none; /*color #1*/
    background: var(--Button-focus); /*color #2*/
    /*z-index: 3;*/
    padding: 1px 10px 0px 10px;
    border-bottom-width: 0px;
    outline: none;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: transparent;
    border: none;
    padding: 0px 10px 0px 10px;
    outline: none;
}


    .MyTabStyle .ajax__tab_active .ajax__tab_inner:focus {
        outline: none;
    }

.MyTabStyle .ajax__tab_body {
    font-size: 10pt;
    /*background-color: #fff;*/ /*border-top-width: 0;*/
    border: none;/*border-top-color: #ffffff;*/
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 0 0 8px #CCC;
    background-color: white;
    outline: none;
}

.MyTabStyle .ajax__tab_body:focus {
    outline: none !important;
}



.MyTabStyle .ajax__tab_tab {
    background: transparent;
    color: white;
    border: none !important;
}

*:focus {
    outline: none;
}


.appBackground {
    position: relative;
    background-image: url("/Style/images/testbg.jpeg") !important;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}



:root {
    --main-focus-boxshadow: 0 0 1.5px 1.5px #0080d5;
    --main-button: #64a3d6;
    --ajax__tab_header-filter: none;
    --DisplayTable-background-color: #f8f8f8;
    --DisplayTable-border-color: #999999;
    --HeaderRow-background-color: #a8cfea;
    --Row1-background-color: #fffeff;
    --Row2-background-color: #cce3f3;
    --DisplayTable-text-color: #000000;
    /*--Button-focus: #00c4ff;*/
    --Button-focus: #30BCCD;
    --Button-text-color: #ffffff;
    --Button-background-color: #306ECD;
    --DropText-background-color: #ffffff;
    --DropText-background-color-focus: #ffffff;
    --DropText-border-color: #3C8BCB;
    --DropText-border-color-disabled: #d0d0d0;
    --DropText-border-color-focus: #3C8BCB;
    --DropText-text-color: #000000;
    --DropText-text-color-disabled: #000000;
    --DisplayLabel-border-color: #a9a9a9;
    --DisplayLabel-background-color: #e9e9e9;
    --DisplayLabel-font-color: #000000;
    --Main-Background: #f1f7fb;
    --Header-shell-background-color: #707070;
    --New-Header-shell-background-color: #306ECD;
    --New-Accent-shell-background-color: #f7c12b;
    --New--b-shell-background-color: #306ECD;
    --Nav-font-color: #ffffff;
    --SectionMenu-li-font-color: #ffffff;
    --Nav-font-color-hover: #000080;
    --Nav-background-color: #306ECD;
    --Nav-background-color-hover: #f7c12b;
    --Nav-SectionMenu-color-hover: #f7c12b;
    --Breadcrumbs-color: #000000;
    --Breadcrumbs-color-hover: #000080;
    --Breadcrumbs-right-images-filter: hue-rotate(0);
    --SAM-Red: #dd3409;
    --SelectedOption-Border: #000;
}

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        break-after: page;
    }
}
a