﻿/* BASE TAGS */


/* BODY */
body {
    padding: 0;
    margin: 0;
    min-height: 240px;
    min-width: 200px;
    font-size: 13px ;
}


td, tr, table, a, span, label, div, body, input, textarea, text, input[type="text"] {
    font-size: 13px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* FORM */
form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
}

/* OTHER TAGS */


/* TABLE */
table, td {
    font-size: 100%;
}

    table.InfoPanelIndent {
        margin-top: 8px;
    }

    table.CodeLabel {
        margin-top: 13px;
    }

    table.DemoButton {
        margin-top: 25px;
    }

    /* TD */
    td.ActionMainLabel {
        padding-bottom: 6px;
        font-size: 12px;
        font-weight: bold;
    }

    td.ActionPanel {
        width: 100%;
        padding-bottom: 4px;
    }

    td.InfoPanel {
        padding-left: 24px;
    }

    td.InfoPanelGroupItem {
        padding-left: 30px;
    }

    td.InfoPanelLabel {
        padding-left: 3px;
    }

/* HR */
hr {
    height: 1px;
    border: 0px;
    border-top: Solid 1px #BBD7DD;
    display: block;
}

.HR3ListTableAltItem {
    /*
	border:none;
	text-align:left;
	background-color: #eeeeee;
	font-size: 11px;
	font-family: arial, verdana, sans-serif, geneva; 
	*/
}
/* P */
p {
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
    font-size: 12px;
}

    p.h1, p.h2, p.h3, h1.DemoHeader, h2.DemoHeader, h3.DemoHeader {
        font-family: Tahoma, Arial;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
        background-color: Transparent !important;
    }

    p.h2, p.h3, h2.DemoHeader, h3.DemoHeader {
        font-size: 12px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 11px;
    }

    p.h3, h3.DemoHeader {
        font-size: 10px;
        margin-bottom: 8px;
    }

/* PRE */
pre {
    margin-top: 23px;
    margin-bottom: 23px;
    font-family: Courier New;
    font-size: 13px;
    padding: 20px;
    color: #000000;
    background-color: #FFFFFF;
}

    pre.NoIndent {
        margin: 0px;
        background-color: transparent;
    }

/* TEXTAREA */
.noborder {
    border-width: 0px;
    background-color: Transparent;
}

textarea, select, input {
    font-size: 11px;
    font-family: Tahoma, Arial;
}

textarea, select {
    background-color: #FFFFFF;
}

    textarea.Code {
        border: 1px solid #9D9D9D;
        font-size: 11px;
        font-family: arial, verdana, sans-serif, geneva;
        background-color: #FFFFFF;
        color: #000000;
    }

    textarea.InactiveColor {
        color: Gray;
    }

    textarea.EditSample {
        width: 398px;
        border: solid 1px #C3D9FF;
        padding: 0px;
        margin: 0px;
        font-size: 11px;
        font-family: arial, verdana, sans-serif, geneva;
        background-color: #FFFFFF;
        overflow: auto;
        height: 200px;
        color: #000000;
        margin-top: -1px;
    }

/* INPUT */
input.DemoButton {
    width: 75px;
    height: 23px;
}

input.BigButton {
    width: 120px;
    height: 23px;
}

/* DIV */
div.Events {
    border: 1px solid #9D9D9D;
    padding: 2px;
    font-size: 11px;
    font-family: arial, verdana, sans-serif, geneva;
    background-color: #FFFFFF;
    overflow: auto;
    height: 200px;
    color: #000000;
}

    div.Events table, div.Events td {
        color: #000000;
    }

div.LoadingDiv {
    vertical-align: middle;
    text-align: center;
}

/* SPAN */
span.blue {
    color: #293ACF;
    font-weight: normal;
}

span.black {
    color: #333333;
}

/* A */
a {
    color: #346DAD;
}

    a.LinkButton {
        color: #0451A7;
        text-decoration: underline;
    }



/* Custom Classes */


.Form {
    padding-left: 20px;
    padding-right: 20px;
}

.Main {
    width: 1%;
}

.Header {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.Navigation {
    width: 1%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
}

.Content {
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 0px;
}

.Footer {
    font-size: 12px;
    padding-left: 1px;
    padding-top: 53px;
    padding-bottom: 19px;
}

.Copyright {
    padding: 12px 0px 4px 0px;
}

.StatusImage {
    margin-left: 5px;
    vertical-align: bottom;
}

.PageStatus img {
    margin-left: 2px;
    vertical-align: bottom;
}

.PageStatusHideImage img {
    display: none;
}

label.BannerVersion {
    font-size: 16px;
}

.OnceBanner {
    margin-top: 20px;
}

.Slogan {
    white-space: nowrap;
    margin-left: -5px;
    color: White;
    font-size: 42px;
    font-family: arial, verdana, sans-serif, geneva;
    position: absolute;
    line-height: 65%;
    padding-top: 8px;
}

.MiniSlogan {
    white-space: nowrap;
    color: #ACDAFA;
    font-size: 17px;
    margin-left: 3px;
}

.BannerLime {
    font-size: 13px;
    line-height: 14px;
}

.ControlActionSpacing {
    padding-left: 17px;
}

.ContentMargin {
    margin-left: 6px;
}

.Title img {
    margin-right: 12px;
}

.Title h1.h1Blue {
    font-family: arial, verdana, sans-serif, geneva;
    font-size: 17px;
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.Title h2.h2Gray {
    font-family: arial, verdana, sans-serif, geneva;
    font-size: 25px;
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #A9A9A9;
}

.DemoInfoLabel {
    color: Red;
    font-size: 11px;
    font-family: Verdana;
    white-space: nowrap;
}

.ActionGroupIndent {
    padding-top: 17px;
}

.ActionItemIndent {
    padding-top: 10px;
}

.DemoLabel {
    padding-left: 6px;
    white-space: nowrap;
    color: #666666;
}

.CaptionLabelIndent {
    padding-left: 0px;
    display: block;
    padding-bottom: 4px;
}

.EventMonitor {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
}

.CheckBoxLeftIndentCorrect {
    padding-left: 6px;
}

.CheckBoxTopIndent {
    padding-bottom: 10px;
}

.TableCheckBoxLeftIndentCorrect {
    margin-left: 4px;
}

.ActionLabel {
    white-space: nowrap;
    width: 1%;
}

.Hint {
    border: solid 1px #A8A8A8;
    background-color: #FEFFDE;
    color: #5A5A5A;
    padding: 10px;
    font-size: 10px;
}

.BlackBorder {
    border: Solid 1px #000000;
}


/* UTILITIES */

.Clear {
    clear: both;
}

div.Spacer {
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.think {
    font-weight: normal;
}

.Cursor {
    cursor: pointer;
    cursor: hand;
}

.NoWrap {
    white-space: nowrap;
}

.NoLeftIndent {
    padding-left: 0px;
}

.Show {
    display: block;
}

.ShowInline {
    display: inline;
}

.Hide {
    display: none;
}

.Bold {
    font-weight: bold;
}

.FontNormal {
    font-weight: normal !important;
}

.FontSmall, .FontSmall * {
    font-size: 11px !important;
}

.ClearIndent {
    margin: 0px;
    padding: 0px;
}

.NoTopIndent {
    margin: 0px;
}

.Gray {
    color: #333333;
}

.centeredContentContainer {
    text-align: center;
}

.UserHelpTopic {
    width: 100%;
    font-size: 11px;
}



/* Code Renderer Styles */

.cr-cs-comment {
    color: Green;
}

.cr-cs-keyword {
    color: Blue;
}

.cr-cs-preproc {
    color: #2B91AF;
}

.cr-cs-string {
    color: #A31515;
}

.cr-region-head {
    display: inline;
    margin: 0px 0px 0px 0px;
    font-size: small;
    font-weight: normal;
    color: Gray;
}

.cr-region-div {
    border-left: solid 1px DarkGray;
    margin-left: 5px;
    padding-left: 10px;
}

.cr-region-span {
    border-left: solid 1px LightGrey;
    width: 1px;
    margin-left: 5px;
    padding-left: 3px;
}

.cr-aspx-region-head {
    display: inline;
    margin: 0px 0px 0px 0px;
    font-size: small;
    font-weight: normal;
    color: Green;
}

.cr-js-comment {
    color: Green;
}

.cr-js-keyword {
    color: Blue;
}

.cr-js-preproc {
    color: #2B91AF;
}

.cr-js-string {
    color: #A31515;
}

.cr-js-pre {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cr-vb-comment {
    color: Green;
}

.cr-vb-keyword {
    color: Blue;
}

.cr-vb-string {
    color: #A31515;
}

.cr-vb-preproc {
    color: #2B91AF;
}

.cr-delphi-comment {
    color: Green;
}

.cr-delphi-keyword {
    color: Blue;
}

.cr-delphi-string {
    color: #A31515;
}

.cr-delphi-preproc {
    color: #2B91AF;
}

.cr-xml-comment {
    color: Green;
}

.cr-xml-keyword {
    color: Blue;
}

.cr-xml-string {
    color: #A31515;
}

.cr-xml-preproc {
    color: #2B91AF;
}

.cr-xml-tag {
    color: #A31515;
}

.cr-xml-attribute {
    color: #FF0000;
}

.cr-xml-bind {
    background-color: #FFEE62;
}

.cr-aspx-comment {
    color: Green;
}

.cr-aspx-preproc {
    background-color: #FFEE62;
    color: Black;
}

.cr-aspx-string {
    color: Black;
}

.cr-aspx-text {
    color: Blue;
}

.cr-aspx-keyword {
    color: #2B91AF;
}

.cr-aspx-tag {
    color: #A31515;
}

.cr-aspx-attribute {
    color: #FF0000;
}

.cr-aspx-bind {
    background-color: #FFEE62;
}

.cr-aspx-pre {
    padding: 0px;
    margin-top: 0px !important;
}

div.cr-div pre {
    font-size: 11px;
    font-family: 'Courier New';
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cr-div {
    width: 606px;
    height: 380px;
    font-size: 11px;
    font-family: 'Courier New';
    overflow: auto;
    padding: 14px 20px 0px;
    background-color: #FFFFFF;
}

.cr-div-description {
    width: 606px;
    height: 380px;
    font-size: 11px;
    overflow: auto;
    padding: 14px 20px 0px;
}

.handcursor {
    cursor: pointer;
}


/* OTHER */

.HeaderPanel {
    padding: 27px 3px 0px 20px;
}

label.defaultLabel, span.defaultLabel {
    color: Black;
}
/* ASPxGridView */
.templateTable {
    border-collapse: collapse;
    background-color: #F3F8F7;
}

    .templateTable td {
        border: Solid 1px #C2D4DA;
    }

.templateCaption {
    background-color: #ECF2F3;
}

.gridviewtd > tbody > tr > td {
    overflow: hidden;
    border: 1px Solid #D5D5D5;
    padding: 4px 5px 5px;
    height:28px;
}


/* Calendar */
.CalendarItemDate {
    background-image: url('../Images/icons/mHorizontalPopOut.gif');
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
}


/* Planner selection */
.win2k3-grid {
    background-color: #fff;
    border: solid 0px #3768B9;
    font-family: Calibri;
    font-size: 12px;
    width: 240px;
}

    .win2k3-grid .datatable {
        width: 100%;
        border-collapse: collapse;
    }

        /* grid headers */
        .win2k3-grid .datatable .header TH {
            background-color: #F0F0F0;
            height: 24px;
            line-height: 24px;
            padding-left: 6px;
            color: #666666;
            text-align: left;
            border-left: solid 1px #75736E;
            border-bottom: solid 1px #75736E;
        }

            .win2k3-grid .datatable .header TH.first {
                width: 10px;
                border-left: none;
            }

        /* group header */
        .win2k3-grid .datatable .group TH {
            padding: 10px 0px 6px 0px;
            color: #3768B9;
            text-align: left;
            border-bottom: solid 1px #3768B9;
        }

            .win2k3-grid .datatable .group TH.first {
                padding-left: 8px;
                text-align: left;
            }

        .win2k3-grid .datatable .group .toggle {
            width: 11px;
            height: 9px;
            display: -moz-inline-box;
            display: inline-block;
            vertical-align: middle;
            padding: 4px;
        }

        .win2k3-grid .datatable .group .expand {
            background: url(../Images/icons/plus.gif) 50% 50% no-repeat;
        }

        .win2k3-grid .datatable .group .collapse {
            background: url(../Images/icons/minus.gif) 50% 50% no-repeat;
        }

        /* data items */
        .win2k3-grid .datatable .item TD {
            border-bottom: solid 1px #EAE9E1;
            color: #222222;
            padding: 4px;
        }

        .win2k3-grid .datatable .altitem TD {
            border-bottom: solid 1px #EAE9E1;
            color: #222222;
            background-color: #FDFDF8;
            padding: 4px;
        }

.hidden {
    display: none;
}

/*time sheet*/

.closebutton {
    background-repeat: no-repeat;
    background-color: Transparent;
    border-width: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/*common use*/
.displayonly {
    background-color: Transparent;
    border-width: 0px;
    color: Black;
}

.Bordertd, .HR3ListTableAltItem {
    overflow: hidden;
    border-bottom: solid 0px #bfd3ee;
    border-right: solid 0px #bfd3ee;
    border-top: 0;
    border-left: 0;
    height: 20px
}

.HiddeRefreshBtn {
    display: none;
}
/*ohs*/
.risktitle {
    width: 80px;
    height: 25px;
    white-space: nowrap;
    text-align: center;
    background-color: #c3d9ff;
    font-weight: bold;
}

.RiskLevelLowBtn {
    height: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #cce2fc
}

.RiskLevelModerateBtn {
    height: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #fff7d7
}

.RiskLevelHighBtn {
    height: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #fad163
}

.RiskLevelExtremeBtn {
    height: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #f89d00
}

.RiskLevelSelect {
    background-color: red;
    color: White;
}

.RiskLevelOver {
    background-color: #ffff00;
    color: Black;
}
/*widget*/
.splitterContainer {
    position: relative;
    width: 100%;
    height: 100%;
    top: -10000px;
    left: -10000px;
}

.ohsimgchart {
    background-color: Red;
    background: url(../Images/Loading.gif) 50% 50% no-repeat;
}

/* droptable*/
.sortabItem {
    border: Solid 1px grey;
    padding: 2px;
    color: Black;
    background-color: White;
    width: 170px
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #sortable li {
        margin: 0 5px 5px 5px;
        padding: 7px;
        font-size: 11px;
        height: 15px;
    }

.buttomElement {
    position: absolute;
    bottom: 0px;
}

/* print */
@media print {
    .non-printable {
        display: none;
    }

    .printable {
        display: block;
    }
}
/*for sortable*/
#sortable1, #sortable2 {
    list-style-type: none;
    margin: 0;
    padding: 0 0 2.5em;
    float: left;
    margin-right: 10px;
    border: 1px solid grey;
    height: 320px;
    width: 350px;
    overflow: auto;
}

    #sortable1 li, #sortable2 li {
        margin: 2px 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 300px;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    color: #363636;
    background: url(../Images/icons/nbBullet.gif) 90% 50% no-repeat;
    background: url(../Images/tab-active.gif) 50% 50% repeat-x;
    cursor: pointer;
    height: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #7a7373;
    font-weight: normal;
    color: #363636;
    cursor: pointer;
    height: 18px;
}

.ui-placeholder {
    border: 1px dotted #3b4b93;
    color: transparent;
    height: 18px;
}

.divReminder {
    /*position: relative;*/
}

.reminberDiv {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -5px;
    right: 12px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    width: 18px;
    height: 18px;
    line-height: 1.0em;
    text-align: center;
    vertical-align: middle;
    text-anchor: middle;
    padding: 0px;
    background-color: crimson; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(purple,red, orangered); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(red, purple, orangered); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ff0000, #d13636, #d87d7d); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#ff0000,#d13636,#d87d7d); /* Standard syntax */
    box-shadow: 1px 1px 2px grey;
    cursor: pointer;
    display:flex;
    align-items:center;
   justify-content:center

}

.reminberLab {
    display: flex;
    margin-top: -1px
}



/*utils*/
.Separator {
    height: 2px;
    background: #e0e0e0;
}

.HR3HeaderFill {
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 62px;
    vertical-align: bottom;
}

.HR3NewLogo::before {
    content: url(../Images/HR3Logo_New.jpg);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: left;
    width: 40px;
}

.HR3NewTitle {
    color: inherit !important;
    font-size: 22px;
    vertical-align: middle;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
}

.LayoutRight .Inner .Header .Buttons .Logo {
    vertical-align: top;
    display: inline-block;
    margin-top: 9px;
    float: left;
}
/*Left employee logo*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.LeftNaveImg {
   
}

.GridEmployeePhoto {
    width: 30px;
    height: 30px;
}

.EmployeeLargePhoto {
    width: 100px;
    height: 120px;
}

.EmployeeStandardPhoto {
    width: auto;
    height: 200px;
}

.GridEmployeePhoto,
.EmployeeLargePhoto,
.EmployeeStandardPhoto {
    border-radius: 4px;
    box-shadow: 0 10px 6px -6px grey;
    border-color: white;
    border-width: 1px;
}

.LeftNaveImg {
    border-radius: 4px;
    border-color: white;
    border-width: 1px;
}


.leftNavaLogoLogo {
    float: left;
    padding: 2px;
    width: 72px;
}

.leftNavaLogoText {
    float: left;
    width: 60%;
    vertical-align:top;
}
    .leftNavaLogoText h3 {
        margin-bottom: .5rem;
        margin-top: 0rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
    }

/*left panel*/
.LeftPanel .dxnb-header, .LeftPanel .dxnb-headerCollapsed {
    display: block;
}

.LeftPanel .menu-icon {
    vertical-align: middle;
    padding-right: 10px;
}

.leftHideDiv {
    position: absolute;
    display: inline;
    height: 100%;
    width: 20px;
    border: 1px solid black;
    float: left;
}

.letExpandAndCollapsed {
}

.expandIcon:hover {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    cursor: pointer
}

.expandIcon {
}

.hrStyle {
    width: 100%;
    border: 2px;
}
/* ThemeSelector */

.ThemeSelectorPopup {
    background-color: transparent !important;
    border: 0 !important;
}

    .ThemeSelectorPopup .dxpc-content {
        padding: 0 !important;
        font: 13px 'Segoe UI', 'Helvetica Neue', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
        color: #3c3c3c;
    }

    .ThemeSelectorPopup .ContainerTopBorder {
        float: left;
        width: 311px;
        height: 2px;
        overflow: hidden;
        padding: 8px 0 0 0;
        margin: 39px -10px -2px 8px;
    }

    .ThemeSelectorPopup .TopBorder {
        float: left;
        width: 316px;
        height: 1px;
        border-top: 1px solid #b0b0b0;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.345);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.345);
    }

    .ThemeSelectorPopup .ButtonWrapper {
        overflow: hidden;
        padding: 8px 10px 0 10px;
        float: right;
    }

        .ThemeSelectorPopup .ButtonWrapper .ThemeButtonBorder {
            border: 1px solid #b0b0b0;
            border-bottom-width: 0;
            width: 136px;
            height: 40px;
        }

    .ThemeSelectorPopup .ButtonWrapperBtmBorder {
        position: absolute;
        width: 136px;
        height: 1px;
        background-color: white;
        z-index: 1000;
        top: 48px;
        left: 321px;
    }

    .ThemeSelectorPopup .ContainerWrapper {
        padding: 0 10px 20px 10px;
        overflow: hidden;
        display: inline-block;
        margin-top: -1px;
    }

        .ThemeSelectorPopup .ContainerWrapper .ThemeContainer {
            background-color: white;
            border: 1px solid #b0b0b0;
            -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
            padding: 17px 25px;
            clear: both;
        }

            .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeColumnLeft {
                width: 170px;
                float: left;
            }

            .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeColumnRight {
                float: right;
                width: 160px;
            }


            .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroup {
                color: #999999;
                font-size: 14px;
                margin: 10px 0 5px 0;
            }

            .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu {
                background-color: transparent !important;
                border: 0 !important;
                padding: 0 !important;
            }

                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .dxm-item,
                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .dxm-hover,
                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .dxm-selected,
                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .dxm-content {
                    background-color: transparent !important;
                    border: 0 !important;
                    padding: 0 !important;
                    font: 13px 'Segoe UI', 'Helvetica Neue', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
                    color: #3c3c3c;
                }

                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .ThemeIco {
                    vertical-align: middle;
                    margin: 1px 7px 3px 2px;
                    display: inline-block;
                    width: 40px;
                    height: 19px;
                    padding: 1px;
                    zoom: 1;
                    *display: inline;
                }

                .ThemeSelectorPopup .ContainerWrapper .ThemeContainer .ThemeGroupMenu .dxm-selected .ThemeIco {
                    border: #ff8400 solid 2px;
                    margin: -1px 4px 1px 0;
                }

/* Themes*/
.Theme,
.ThemeDefault,
.ThemeDevEx,
.ThemeMetropolis,
.ThemeMetropolisBlue,
.ThemeModerno,
.ThemeMaterial,
.ThemeOffice365,
.ThemeOffice2010Blue,
.ThemeOffice2010Black,
.ThemeOffice2010Silver,
.ThemeAqua,
.ThemeMulberry,
.ThemeSoftOrange,
.ThemeYouthful {
    width: 40px;
    height: 19px;
    display: inline-block;
}

.ThemeDefault {
    background-color: #DCDCDC;
}

.ThemeDevEx {
    background-color: #CDCCF5;
}

.ThemeMetropolis {
    background-color: #7F7F7F;
}

.ThemeMetropolisBlue {
    background-color: #0072C6;
}

.ThemeModerno {
    background-color: #1279c0;
}

.ThemeMaterial {
    background-color: #009688;
}

.ThemeOffice365 {
    background-color: #f87c1d;
}
.ThemeOffice2010Blue {
    background-color: #B5CCE5;
}

.ThemeOffice2010Black {
    background-color: #474747;
}

.ThemeOffice2010Silver {
    background-color: #E7EAEF;
}

.ThemeAqua {
    background-color: #96B9EC;
}

.ThemeMulberry {
    background-color: #BF4E6A;
}

.ThemeSoftOrange {
    background-color: #F06F30;
}

.ThemeYouthful {
    background-color: #9CC524;
}
/*table*/
.HeaderPanel {
    border-width: 1px;
    width: 100%;
}

.TabsContent, .HeaderTable, .tblTodoContent {
    width: 96%;
    padding: 4px;
    border-top-width: 0px;
    height: 20px;
    color: Black;
}


.KeepSpace {
    white-space: pre-wrap !important;
}
/*Login*/
.LoginDiv {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 640px;
    margin: auto;
   
}

.thumbnail {
    background-color: transparent;
    border-color: aqua;
    border-width: 2px;
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 0px 0px;
    margin-top: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.LoginTable {
    width: 100%;
    vertical-align: central;
    border-spacing: 2px;
    border-width: 1px;
}

    .LoginTable td {
        text-align: center;
        padding: 3px;
        vertical-align:central;
    }

.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

#footerText {
    font-size: 9px;
    color: #4682b4;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 5%;
    left: 47%;
    text-align: center;
}
/*collapsed bar*/
#tdExpandCollapsed {
    width: 20px;
    display: none;
    height: 100%;
    border-right: solid 1px;
    border-bottom: solid 1px;
}



/*Change devExpress*/
.dxscVerticalResourceHeader,
.dxscVerticalResourceHeader_Youthful,
.dxscVerticalResourceHeader_SoftOrange,
.dxscVerticalResourceHeader_Office2010Silver,
.dxscVerticalResourceHeader_Office2010Blue,
.dxscVerticalResourceHeader_Office2010Black,
.dxscVerticalResourceHeader_Moderno,
.dxscVerticalResourceHeader_MetropolisBlue,
.dxscVerticalResourceHeader_Metropolis,
.dxscVerticalResourceHeader_Material,
.dxscVerticalResourceHeader_Aqua {
    vertical-align: middle !important;
}



.dxsc-rh-content {
    justify-content: flex-start !important;
}

/*out office*/
.divOutOfOffice {
    position: absolute;
    vertical-align: middle !important;
    display: inline-block;
    top: 5px;
    left: 0;
    right: 0;
    width: 320px;
    margin: auto;
    padding: 4px;
    font-size: 14px;
    background-color: #FCF7B6;
    border: 1px solid grey;
    padding-left: 14px;
    overflow: hidden;
    z-index: 100000;
}

.toggleNavigation {
    font-size: 36px;
    top: 14px;
    left: 18px;
    position: absolute;
}

.menu-button {
    float: left;
}

.menu-button {
    height: 57px;
    width: 59px;
    border-width: 20px;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
}

    .menu-button:hover {
        background-color: #f99c4a;
    }

    .menu-button:focus {
        border-width: 0;
    }


.mainMenu {
    float: right !important;
    margin: 8px 0 4px;
}

.expandedPanel .mainMenu {
    width: 100%;
}

.expandedPanel .bannerIcon {
    display: none;
}

.briefNote {
    display: flex;
    flex-direction: row;
    padding-top: 2px;
    width: 300px;
    justify-content: space-between;
    align-items: center
}

.flex-grid {
    display: flex;
}

    .flex-grid .col {
        flex: 1;
    }

.heading-1 {
    position: relative;
    text-align: center;
    margin-top: 0.1em;
}

    .heading-1:before {
        content: "";
        display: block;
        border-top: solid 2px #bebebe;
        width: 78%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 11%;
        z-index: 0;
    }

    .heading-1 span {
        background: #fff;
        padding: 0 5px;
        position: relative;
        z-index: 1;
    }

.email-upload-control {
    margin-left: 5px;
}
    .email-upload-control td[class*="dxucBrowseButton_"] {
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .email-upload-control td[class*="dxucErrorCell_"] {
        padding-top: 4px;
    }

.flex-page-title {
    display: flex;
    flex-wrap: wrap;
}
.flexCenter{
    display:flex;
    width:100%;
    height:200px;
    align-items:center;
   
    justify-content:center;
}
.btn-font-awesome::before {
    position: relative;
    font-size: 1.25em;
    top: 0.25em;
    left: 0.5em;
}
.table-org .btn-font-awesome.dxbButtonSys {
    text-align: left;
}
.timesheetInput {
    padding: .15rem .15rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .timesheetInput:focus {
        color: #495057;
        background-color: #fff;
        border-color: rgba(82, 168, 236, 0.8);
        outline: none;
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    }

#divByDay .fa-calendar-check-o:before,
#divByItem .fa-calendar-check-o:before {
    color: #28a745;
}
#divByDay .fa-calendar-minus-o:before,
#divByItem .fa-calendar-minus-o:before {
    color: #dc3545;
}

.container-sysoptions {
    padding: 5px;
    margin-bottom: 5px;
}

.container-logo {
    background-color: transparent;
    width: 300px;
    height: 300px;
    position: relative;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
}
.imgReadyPeopleLogo {
    max-height: 210px;
    max-width: 210px;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
