﻿/* zFlex/zflex.css */
/* Default zFlex Theme styles */

@import url('/css/font.css');

/* global */

h1 {
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #373737;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 15px;
}

h2 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
    margin: 0;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
}

h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #373737;
}

h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #373737;
}

h5 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373737;
}

h6 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373737;
    margin: 21px 0px;
}

.marginRight10 {
    margin-right: 10px;
}

.flex-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
}

.flex-caption {
    color: #373737;
    font-size: 14px;
    padding-bottom: 10px;
}

.BreakAll,
.wordWrapBreakAll {
    word-break: break-all;
}

/* /global */

/* global fixes*/
.dxRipple { /* hide material ripple */
    opacity: 0 !important;
}
/* <combobrowse in editform fix> */
/* ripple container in Material theme causes problem in listbox in edit form - removed for now.*/
.dxeListBoxItemRow_Material .dxRippleContainer {
    display: none;
}
/* </combobrowse in editform fix> */

/* remove outline of all Material grids */
.dxgvControl_Material {
    outline: none;
}

.ViewImage { /* hide images in main header */
    display: none;
}

.grid_button img { /* grid select/Open button alignment */
    vertical-align: -webkit-baseline-middle;
}

/* photo fix */
.photo_ratio_fix {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 50% 50%;*/
    /*background-image: url();*/
}

/* field border fix */
.dxeMemo_Material {
    border: thin solid #d1d1d1;
}

.dxeFocused_Material {
    border: thin solid #373737;
}
/* /field border fix */

/* /global fixes*/

/*---- profile menu fixes ----*/

.dxmLite_Material .dxm-main .dxm-item.dxm-hovered {
    background-color: transparent; /*menu and menu button fix*/
}

.xafHeaderMenu.profile-menu-top {
    float: none !important;
    width: 50px !important;
    height: 30px !important;
    margin: 0 !important;
}

/*<mainContent>*/
.mainContent__class {
    background-color: #f5f6f7 !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
/*</mainContent>*/

.lmainPageTitle {
    color: #373737;
    font-family: Roboto;
    font-size: 24px;
}

/*<flex common controls TextBox>*/
.flex_textbox {
    border: solid 1px #d1d1d1 !important;
    border-radius: 3px;
    background-color: #ffffff;
    width: 290px;
    height: 32px !important;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    transition: border 0.2s ease 0s;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: unset !important;
}

    .flex_textbox:focus {
        border: 1px solid #373737 !important;
    }
/*</flex common controls TextBox>*/

/* <searchbox> global searchbox */
.ms-sbinput input {
    outline: none;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    box-shadow: 0 0;
    width: 250px;
    height: 34px;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: -15px;
    transition: all 0.2s ease 0s;
}

    .ms-sbinput input:focus {
        border: 1px solid #373737;
    }

.ms-sbgo input {
    position: relative;
    left: -12px;
    top: 2px;
}

    .ms-sbgo input:focus {
        border: 0px !important;
    }

.searchPanel {
    display: inline-block;
}
/* </searchbox> */

/* <breadcrumbs> */
.breadcrumbs,
.breadcrumbs a {
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #888888;
    text-decoration: none;
    display: inline-block;
}

    .breadcrumbs select {
        height: 24px;
        border: 1px solid #d1d1d1;
        border-radius: 3px !important;
        transition: border 0.2s ease 0s;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #fff url(/App_Themes/Material/Editors/dropdown_arrow_select.svg) no-repeat center right;
        padding-right: 30px;
        padding-left: 5px;
    }

.custom_path_breadcrumbs,
.custom_path_breadcrumbs a,
.custom_path_breadcrumbs .flex-label {
    color: #888888;
    font-size: 14px;
    /*padding-bottom: 3px;*/
    text-decoration: none;
}

    .custom_path_breadcrumbs td,
    .custom_path_breadcrumbs a,
    .custom_path_breadcrumbs select {
        padding-right: 5px;
    }

/* </breadcrumbs> */

/* <toolbar menu> */
.menudiv1_class {
    width: 100%;
    float: right;
    /* padding-right: 20px; */
}

.audit-trail-link {
    padding-top: 6px;
    display: block;
}
.audit-trail-link-hide {
    padding-top: 6px;
    display: none;
}
/* </toolbar menu> */

/*<grid and pivotgrid toolbar section>*/
.grdToolbar_left_elements_class {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
/*</grid and pivotgrid toolbar section>*/

/*<grid layout img padding>*/
.grid_layout_toolbar a {
    padding-right: 10px;
}
/*</grid layout img padding>*/

/* customization window */
.cpColumnsCheckBoxes table.checkboxlist_nowrap {
    padding: 15px 25px 15px 25px;
}

.highlight {
    background: yellow;
    text-decoration: underline;
}
/* /customization window */

/* <New login pages> */
.validator_placeholder {
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
}
/* input fields error styles*/
.ui-state-error,
.ui-widget-content .ui-state-error {
    /*border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat !important;*/
    color: #f46242;
    font-size: 12px;
    letter-spacing: 0.2px;
    padding-left: 20px;
}
.ui-state-error-text {
    background: url("../Icons/16x16/error_16.svg") no-repeat;
    height: 16px;
    padding-top: 2px;
}
/* /input fields error styles*/

.login-wrapper {
    position: absolute;
    background-color: white;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*display: flex;
    flex-direction: column;*/
    /*min-height: 100%;
    height: auto;*/
}

.login-content {
    /*flex: 1 0 auto;*/
}

.login-footer {
    /*flex: 0 0 auto;*/
    padding-left: 10px;
    /*margin-bottom: 30px;*/
    text-align: right;
    padding-bottom: 30px;
    padding-right: 40px;
}

.LoginCaption {
    color: #373737;
    font-size: 14px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
}

.LogonTextClassCSS {
    margin-bottom: 0px;
}

    .LogonTextClassCSS span { /* main login header */
        font-weight: 300;
        font-family: Roboto;
        font-size: 36px !important;
    }

.fpLoginWelcomeRText {
    font-size: 22px;
    font-weight: 300;
    font-family: Roboto;
    padding-top: 12px;
    padding-bottom: 43px;
    display: block;
}

.resetText {
    font-weight: 300;
    font-family: Roboto;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.FailureTextPanel {
    color: red;
    width: 335px;
    padding-top: 10px;
}

.lblSignIn_class {
    padding-bottom: 45px;
    display: block;
    width: 350px;
}

.fplblSignIn_class {
    padding-bottom: 15px;
    display: block;
}

.EmptyLabelInfo {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #373737;
}

.erorTestDiv_class {
    margin-top: 10px;
}
    .erorTestDiv_class .infoPanelSmall {
        width: 315px;
    }
        .erorTestDiv_class .infoPanelSmall img {
            width: 16px;
        }
        .erorTestDiv_class .infoPanelSmall span {
            width: 295px;
        }

.LogonMainTable {
    /*border: 1px solid #d4d4d4;
    margin: 0 auto;*/
}

.LoginArea {
}

    .LoginArea .flex-textbox[readonly="readonly"] { /* disabled state on Login page*/
        background-color: transparent !important;
    }

    .LoginPanelMain .flex-textbox[readonly="readonly"] { /* disabled state on Login page*/
        background-color: transparent !important;
    }

.LeftLogo_table {
    /* padding-bottom: 44px; */
    /* margin-top: 68px; */
    height: 100%;
}

.LeftLogo_TD {
    height: 44px;
    padding-top: 50px;
    width: 150px;
}

.LeftLogo_BG_TD {
    vertical-align:middle;
}

.LeftLogo_BG_TD_2 {
    height:89px; /*49*/
}

.LeftLogo {
    width: 33%;
    vertical-align: top;
    /*text-align: center;*/
    background-size: cover;
    background-color: white;
    padding-left: 70px;
}

.LeftLogo_RU_BG {
    width: 33%;
    vertical-align: middle;
    background-image: url(/images/Logo/Login_RU_BG.svg);
    background-size: cover;
}
.LeftLogo_text_ru_flex {
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    color: #f07d00;
}
.LeftLogo_text_ru_motto {
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    color: #373737;
}

.LeftLogo_image {
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    padding-bottom: 0px;
}

    .LeftLogo_image img {
        /* width:50%; */
        max-width: 220px;
        max-height: 220px;
    }

.RightLogo_image {
    /* margin-top: 34px;
    text-align: right; */
    margin-right: 60px;
    height: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.buildLabel_TD_class {
    vertical-align:bottom;
}

.LeftLogo_BG_TD {
    vertical-align: middle;
    /*margin-top: -68px;*/
}

.LeftLogo_BG_image {
    margin-top: 10px;
}

    .LeftLogo_BG_image object {
        width: 100%;
        height: 100%;
    }

.LeftLogo_text {
    text-align: left;
    font-family: 'Roboto';
    font-size: 31px;
    font-weight: 300;
    color: #373737;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.LogonContent {
    padding-left: 15%; /*150px;*/
}

.LogonMainContent {
    width: 400px;
}

.TopLogo {
    display: none;
    width: 320px;
}

.login_eye,
.login_eye1,
.login_eye2,
.login_eye3 {
    z-index: 2;
    width: 24px;
    height: 24px;
}

.login_eye_div {
    left: 300px;
    bottom: 30px;
    position: relative;
    width: 0px;
    height: 0px;
    display: none !important; /* disable eye button */
}

    .login_eye_div img {
        position: absolute;
        z-index: 2;
        width: 24px;
        height: 24px;
        background: url("../Icons/24x24/eye_24.svg") no-repeat;
        cursor: pointer;
    }

.login_eye_div .pressedEye {
    background: url("../Icons/24x24/eye_pressed_24.svg") no-repeat;
    cursor: pointer;
}

.login_pwd {
    padding-right:40px;
}

.PasswordRequirementsPanel {
    border-radius: 3px;
    border: solid 1px #dedede;
    background-color: #eeeeee;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.6;
    color: #373727;
    margin-top: 20px;
    padding: 14px 16px;
    width: 335px;
    box-sizing: border-box;
}

    .PasswordRequirementsPanel .headerText {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
    }

    .PasswordRequirementsPanel ul {
        padding-left: 0px !important;
        margin-top: 5px;
    }

    .PasswordRequirementsPanel li {
        list-style: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAEklEQVQI12P8UMsAB0wMDMRwAEk+AXUUuI5vAAAAAElFTkSuQmCC);
        background-position: 0px 6px;
        background-repeat: no-repeat;
        padding-left: 15px;
        padding-bottom: 5px !important;
    }
        .PasswordRequirementsPanel li:nth-child(3) {
            padding-bottom: 0px !important;
        }
/* win10 edge remove default buttons from pwd field */
.login_pwd::-ms-reveal,
.login_pwd::-ms-clear {
    display: none;
}
/* Responsive login pages */
/* small screens */
@media (max-width: 1200px) {
    .LeftLogo_text,
    .LeftLogo_image {
        /*width: 200px;*/
    }
        .LeftLogo_image img {
            /*width: 70% !important;*/
        }
}

@media (max-width: 1000px) {
    .LeftLogo {
        display: none;
    }

    .RightLogo_image {
        display: none;
    }

    .mainRightContent {
        width: 100% !important;
    }

    .LeftLogo_image {
        padding-bottom: 40px;
    }

    .LeftLogo_text,
    .LeftLogo_image {
        width: 300px;
    }
        .LeftLogo_image img {
            /*width: 50% !important;*/
        }

    .TopLogo {
        display: block;
        width: 300px;
    }

    .LogonContent {
        padding-top: 30px;
        padding-left: 20%;
    }

    .login-footer {
        text-align: left;
        padding-left: 20%;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .LeftLogo_image {
        /*margin-bottom: 0px;*/
        padding-bottom: 40px;
    }
        .LeftLogo_image img {
            /*width: 50%;*/
        }

    .LeftLogo_text {
        display: none;
    }

    .LogonMainContent {
        width: 100%;
    }

    .LoginPanelMain {
        /*width: 80% !important;*/
        width: 400px;
    }

        .LoginPanelMain .flex-button-input input {
            /*width: 100% !important;*/
        }

        .LoginPanelMain .flex-button {
            /*width: 100vw !important;*/
        }

        .LoginPanelMain .flex-textbox {
            /*width: 100% !important;*/
        }

    .custom_path_breadcrumbs {
        display: none;
    }
}

@media (max-width: 520px) {
    .LogonContent {
        padding-left: 30px;
        padding-right: 20px;
        vertical-align: top;
    }

    .LoginPanelMain {
        width: 90% !important;
    }

    .login-footer {
        text-align: left;
        padding-left: 30px;
        padding-top: 10px;
    }

    .LeftLogo_image img {
        /*width: 40% !important;*/
    }

    .LogonMainContent.FlexInfoPanel {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .login_eye_div {
        left: 240px;
    }

    .LogonContent {
        padding-left: 40px;
    }

    .LoginPanelMain {
        width: 260px;
    }

        .LoginPanelMain .flex-button-input input {
            width: 280px !important;
        }

        .LoginPanelMain .flex-button {
            width: 280px !important;
        }

        .LoginPanelMain .flex-textbox {
            width: 280px !important;
        }

        .LoginPanelMain a.flex-button {
            margin-right: 40px;
            width: 280px !important;
         }

        .LoginPanelMain .login_pwd_div {
            width: 280px !important;
        }

    .LogonMainContent .FlexInfoPanel {
        width: 280px !important;
    }

    .login-footer {
        padding-left: 40px;
    }

    .TopLogo {
        width: 260px;
    }

    .PasswordRequirementsPanel {
        width: 280px !important;
    }
}
@media (max-width: 320px) {
    .login_eye_div {
        /*left: 205px;*/
    }

    .LogonContent {
        padding-left: 40px;
}

    .login-footer {
        padding-left: 40px;
    }
}
/* fixes */
.login-wrapper table {
    border-collapse: collapse !important;
}
.LoginPanelMain a.flex-button span {
    margin-top: 7px;
    display: block;
}
/* /small screens */
/* /Responsive login pages */
/* </New login pages> */

/* <defaults> */
.textMainContent { /* default text style */
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #373737;
}

/*<a link>*/
.flex_link {
    color: #008dd6 !important;
    font-family: Roboto;
    font-size: 14px;
    text-decoration: none !important;
}

    .flex_link:hover {
        color: #00A8FF !important;
        cursor: pointer;
        text-decoration: none !important;
    }

.flex_link_nounderline,
.HRCardEmailLink_class,
.HRCardManagerLink_class {
    color: #008dd6;
    font-family: Roboto;
    font-size: 14px;
    text-decoration: none;
}

    .flex_link_nounderline:hover,
    .HRCardEmailLink_class:hover,
    .HRCardManagerLink_class:hover {
        color: #00A8FF;
        cursor: pointer;
        text-decoration: none;
        /*text-decoration: underline;*/
    }

    .flex_link_nounderline:visited,
    .HRCardEmailLink_class:visited,
    .HRCardManagerLink_class:visited {
        color: #3D3BBB;
        text-decoration: none;
    }

.flex_link_details {
    color: #373737;
    font-family: Roboto;
    font-size: 14px;
    border-bottom: 1px #5c5c5c dashed;
}

    .flex_link_details:hover {
        color: #5c5c5c;
        cursor: pointer;
        border-bottom: 1px #5c5c5c dashed;
    }

    .flex_link_details:visited {
        color: #5c5c5c;
    }
/*</a link>*/

/* </defaults> */

/* <home pages> */
/*<news grid>*/
.newsGrid .dxgvTable_Material { /* remove default gridview table style for news */
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.news-container {
    padding: 25px 20px 25px 20px;
    margin-right: 5px;
    background-color: white;
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.news-title a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.2px;
    text-align: left;
    color: #373737;
}

.news-date {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.11;
    text-align: left;
    color: #888888;
}

.news-control-link {
    font-family: Roboto;
    font-size: 14px;
    color: #088dd6 !important;
    text-decoration: none;
}

    .news-control-link:hover {
        color: #016ca3 !important;
        text-decoration: underline;
    }

.news_title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    color: #373737;
}

.news_date {
    float: right;
    font-family: Roboto;
    font-size: 14px;
    /*line-height: 1.5;
    text-align: right;*/
    color: #088dd6;
    padding-right: 5px;
    padding-bottom: 9px;
    text-decoration: none;
}

    .news_date:hover {
        color: #016ca3;
        text-decoration: underline;
    }

.news_body {
    /*padding: 10px 0px 20px 0px;*/ /*fix home page news*/
    clear: both;
    font-family: verdana;
}

.news-sep-top {
    width: 100%;
    border: 1px dotted #cecece;
    margin: 5px 0px;
}

.news-sep-btm {
    width: 100%;
    height: 3px;
    background-color: #0094ff;
}

.news-control-container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.news-control-img {
    margin-bottom: 4px;
}
/*</news grid>*/
/* Calendars */
.mycalendar_toolbar .BtnGray {
    float: right;
}

.mycalendar_toolbar .pnl_sharedc_class {
    display: inline-block;
}
/*<calendar filter>*/
.fieldLabel {
    color: #373737;
    font-size: 14px;
    font-family: 'Roboto';
    padding-bottom: 4px;
    display: inline-block;
}

.filterCalendar td {
    padding-right: 20px;
    padding-bottom: 11px;
    width: 200px;
}

.filterCalendar .ms-sbinput input {
    width: 200px !important;
}

.filterCalendar .ms-sbgo input {
    left: -55px !important;
}
/*</calendar filter>*/
/* /Calendars */
/* </home pages> */

/*<expand-collapse group button>*/
.dxflGroupBoxCaption_Material {
    background-color: transparent;
    color: #373737 !important;
    /* padding-top: 20px !important; */
    padding-bottom: 11px !important;
    padding-left: 0px !important;
    left: 0px !important;
    font-size: 18px;
    font-family: Roboto;
    display: inline-block;
    line-height: 16px;
}

.fLayoutGroup_label__class {
    color: #373737;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.11;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.ColExpImg {
    /*padding-bottom: 3px;*/
    margin-right: 5px;
}

.fLayoutGroup_popup__class {
    color: #373737;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: Roboto;
    /* font-size: 18px; */
    /* line-height: 1.11; */
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

    .fLayoutGroup_popup__class .ColExpImg {
        vertical-align: text-top;
    }

.dxflHeadingLineGroupBoxSys > .dxflGroup_Material {
    margin-top: -36px;
}
/* Layout */
.fields_layout__class .dxflGroupBox_Material.dxflHeadingLineGroupBoxSys {
    border: 0;
}
/*</expand-collapse group button>*/

/* HR employees pages and grid*/
.pcTemplates .dxtc-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
/* /HR employees pages and grid*/

/* HR Employee Letters */
.ms-topnav {
    border-spacing: 10px;
}

    .ms-topnav td {
        width: 24px;
        height: 24px;
        text-align: center;
        border: 1px solid #d1d1d1 !important;
        background-color: #fefefe;
    }

        .ms-topnav td.l_q_s,
        .ms-topnav td:hover {
            border: 1px solid #888888 !important;
        }

    .ms-topnav a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        color: #373737;
        text-decoration: none;
    }
/* /HR Employee Letters */

/* <home page> */
.imagearea {
    padding: 5px;
}

.home_menu {
    margin-left: -20px;
    margin-right: -16px;
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #3a4046;
    min-width: 1200px;
}

    .home_menu a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.4px;
        color: #ffffff;
        text-decoration: none;
    }

        .home_menu a:hover {
            color: #d1d1d1;
        }
/* main captions */
.modules_caption .flex-label {
    font-size: 26px;
    color: #373737;
}

.modules_caption {
    padding-top: 30px;
    padding-bottom: 5px;
}

.pageMainHeader2_calss,
.pageMainHeader_calss,
.pageMainHeader2_calss .flex-label {
    font-size: 26px;
    color: #373737;
    padding-top: 40px;
}

.pageMainHeader2_calss {
    padding-bottom: 35px;
}
/* <home tabs> */
.modules_top_menu {
    font-size: 14px;
    font-family: Roboto;
    color: #373737;
    margin-right: 50px;
    padding-bottom: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    height: 23px;
    display: inline-block;
    height: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .modules_top_menu:hover {
        color: #373737;
    }

    .modules_top_menu.active {
        color: #373737;
        border-bottom: solid 3px #f07d00 !important;
        font-weight: 500;
    }

.modules_top_menu_div {
    padding-top: 16px;
}
/* </home tabs> */
/* </home page> */

/* workflow */
.Table_wf_div_class {
    margin-bottom: 30px;
}
/* /workflow */

/* pv specific styles */
/* pv delete button menu */
.deleteBtn a {
    margin-top: 10px;
    margin-right: 10px;
}
/* /pv delete button menu */
/* pv query popup fields*/
.query_form_dropdown__class {
    margin-right: 10px;
}
/* /pv query popup fields*/
/* /pv specific styles */

/* Dashboard Widget Icons */
.widget-settings_btn__class,
.dxWeb_pcPinButton_Material,
.widget_pin__class,
.dxWeb_pcCheckPinButton_Material,
.dxWeb_pcRefreshButton_Material,
.dxWeb_pcCollapseButton_Material,
.dxWeb_pcExpandButton_Material,
.dxWeb_pcCloseButton_Material,
.dxPivotGrid_pgCustomizationFormCloseButton_Material {
    background-position: 0px 0px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 10px;
    float: right;
}

.widget-settings_btn__class {
    background-image: url(../Icons/16x16/16x16_Settings.svg);
}

.dxWeb_pcPinButton_Material,
.widget_pin__class {
    background-image: url(../Icons/16x16/16x16_Pin.svg);
}

.dxWeb_pcCheckPinButton_Material {
    background-image: url(../Icons/16x16/16x16_Pinned.svg);
}

.dxWeb_pcRefreshButton_Material {
    background-image: url(../Icons/16x16/16x16_Refresh.svg);
}

.dxWeb_pcCollapseButton_Material {
    background-image: url(../Icons/16x16/16x16_Collapse.svg);
}

.dxWeb_pcExpandButton_Material {
    background-image: url(../Icons/16x16/16x16_Expand.svg);
}

.dxWeb_pcCloseButton_Material,
.dxPivotGrid_pgCustomizationFormCloseButton_Material {
    background-image: url(../Icons/16x16/16x16_Close_Delete.svg);
}
/* /Dashboard Widget Icons */

/* filter fields */
.filters {
    display: inline-block;
    font-size: 14px;
}

.filter {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.filter-rigth {
    display: inline-block;
    margin-right: 20px;
}

.filter-caption {
    font-family: Roboto;
    font-size: 14px;
    color: #5c5c5c;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 11px;
}
/* /filter fields */

/* Hyper link */
.hyperLink {
    cursor: pointer;
}
/* /Hyper link */

/* listBox selection colors */
.dxeListBoxItemSelected_Material {
    color: #373737;
    background-color: #e1e1e1;
}

.dxeListBoxItemHover_Material.dxeListBoxItemSelected_Material {
    color: #373737;
    background-color: #d1d1d1;
}
/* /list selection colors */

/* error messages */

.errorDetailsContainer{
    border-radius: 3px;
    background-color: #eeeeee;
    border: solid 1px #dedede;
    padding: 30px;
    padding-bottom: 40px;
    width: auto;
    max-width: 622px;
    margin-top: 1.5em;
}

.flexLinkIconInline{
    height:14px;
    position: relative;
    margin-left:3px;
    margin-right:3px;
    top:2px;
}

/* /error messages */

/* Small Info Panel Classes */
.infoPanelSmall {
    border-radius: 3px;
    background-color: #EEEEEE;
    border: solid 1px #BBBBBB;
    padding: 7px 9px 8px 9px;
    margin-bottom: 15px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #373737;
    display: table;
    border-collapse: separate !important;
}
    .infoPanelSmall span {
        display: table-cell;
        vertical-align: top;
    }
    .infoPanelSmall.PanelError {
        background-color: #ffeae1;
        border: solid 1px #ff8e5e;
        color: #f46242;
    }
    .infoPanelSmall.PanelWarning {
        background-color: #fff1e1;
        border: solid 1px #ff9f46;
        color: #e46e00;
    }
    .infoPanelSmall.PanelSuccess {
        background-color: #f2fff4;
        border: solid 1px #b3e1b2;
        color: #579d56;
    }
    .infoPanelSmall img {
        display: table-cell;
        vertical-align: top;
        padding-right: 7px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url('../Icons/16x16/info_message_16.svg');
    }
    .infoPanelSmall.PanelError img {
        background-image: url('../Icons/16x16/error_16.svg');
    }
    .infoPanelSmall.PanelWarning img {
        background-image: url('../Icons/16x16/warning_16.svg');
    }
    .infoPanelSmall.PanelSuccess img {
        background-image: url('../Icons/16x16/success_message_16.svg');
    }
/* /Small Info Panel Classes */

/* Info Panel */
.FlexInfoPanel h2 img.InfoImage {
    padding-right: 10px !important;
    vertical-align: text-top !important;
}

.FlexInfoPanel h2 {
    margin-bottom: 10px;
}

.FlexInfoPanel .InfoImage {
    float: left;
    clear: left;
}

.FlexInfoPanel .InfoTitle {
    display: table-cell;
}

.flex-infopanel-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #373737;
    margin-left: 35px;
    display: inline-block;
}
/* /Info Panel */

/* Help text toolip */
/* Use icon: /Icons/16x16/info_message_16.svg before text */
.help_tooltip {
    white-space: nowrap;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #888888;
    cursor: pointer;
}
.help_tooltip_ellipsis {
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #888888;
    cursor: pointer;
}
/* /Help text toolip */

/* status labels */
.status-label {
    border: solid 1px #373737;
    background-color: #e1e1e1;
    color: #373737;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    text-transform: uppercase;
}

.status-draft {
    border: solid 1px #615874; /*#373737;*/
    background-color: #d9d4e7; /*#e1e1e1;*/
    color: #373737;
}

.status-closed,
.status-published /*lms*/ {
    border: solid 1px #4aaee1;
    background-color: #d1e7f2;
    color: #1a99da;
}

.status-warning,
.status-locked /*lms*/ {
    border: solid 1px #ffa360;
    background-color: #fdf2e6;
    color: #ff5309;
}

.status-success,
.status-approved {
    border: solid 1px #3fc185;
    background-color: #ddefe8;
    color: #18af69;
}

.status-error,
.status-nullified {
    border: solid 1px #f04c4d;
    background-color: #ffe8e8;
    color: #f52224;
}
/* /status labels */

/* BuildLabel */
.buildLabelDiv_class {
    display: inline-block;
    vertical-align:top;
    padding-left:20px;
    padding-top:5px;
}

.buildLabel_class {
    border-radius: 3px;
    background-color: #888888;
    color: white;
    padding: 5px 7px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
/* /BuildLabel */

/* tooltip style */
.tooltip_js {
    display: none;
    position: absolute;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #5c5c5c;
    min-width: 50px;
    max-width: 300px;
    line-height: 1.5;
    margin: 0;
    margin-top: 8px;
    word-break: break-all;
}
.callout_js_class:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    top: -14px;
    border-bottom-color: #5c5c5c;
    border-width: 7px;
    left: 20px;
}
/* /tooltip style */

/* for design site */
.not-selected-tab {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #888888;
}
/* /for design site */

/* Layout */
.paddingBottom2 {
    padding-bottom: 2px;
}
.marginBottom2 {
    margin-bottom: 2px;
}
.paddingBottom3 {
    padding-bottom: 3px;
}
.marginBottom3 {
    margin-bottom: 3px;
}
/* /Layout */

.mainContent__class {
    padding-bottom: 90px;
}