﻿body {
    -webkit-font-smoothing: antialiased;
}

/*body {
    font-size: 10pt !important;
}*/

.ddi_Prime-Blue {
    color: #2980B9 !important;
}

.ddi_PleasantBlue {
    color: #09F;
}

.ddi_PleasantBlue1 {
    color: #09F;
}

.ddi_PageHeader {
    font-size: 24px !important;
    color: #09F !important;
}

.ddi_PageSubHeader {
    font-size: 12px !important;
    color: #F7941d !important;
    position: relative !important;
    margin: 5px;
    display: block;
}

.ddi-sm-pad {
    padding: 5px;
}

.ddi-FlexContainer {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sizer {
    width: 100%;
    min-height: 900px;
}

div.ddi_Login {
    background-color: #e5e5e5;
    -webkit-flex: 1 1 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    min-width: 250px;
    max-width: 300px;
    border-radius: 4px;
}

.ddi_LoginContent {
    -webkit-flex: 2 1 500px;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 500px;
    flex: 2 1 500px;
    margin-right: 1%;
    background-color: #fff;
    min-height: 80vh;
    border-radius: 4px;
}

.ddi_HeaderImg {
    display: inline-block !important;
    vertical-align: top !important;
    height: 48px !important;
    margin-left: 10px !important;
}

#DownloadBtnCont, .ddi-NoteRight, .ddi-formGroupHoriz {
    vertical-align: top;
}

.ddi_DashHeader {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #09F;
    background: #f9f6f1;
    background: -moz-linear-gradient(top,#f9f6f1 0,#f2efea 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f6f1),color-stop(100%,#f2efea));
    background: -webkit-linear-gradient(top,#f9f6f1 0,#f2efea 100%);
    background: -o-linear-gradient(top,#f9f6f1 0,#f2efea 100%);
    background: -ms-linear-gradient(top,#f9f6f1 0,#f2efea 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
}

    .ddi_DashHeader h3 {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 800;
        color: #525252;
        line-height: 18px;
        -ms-text-shadow: 1px 1px 2px #fff;
        -ms-text-shadow: 1px 1px 2px rgba(255,255,255,.5);
        text-shadow: 1px 1px 2px rgba(255,255,255,.5);
        margin-top: 10px;
    }

.HeaderBanner, .fixedHeader {
    position: fixed;
    left: 0;
    top: 0;
}

.noBGbtn {
    background-color: inherit;
    border: none;
    text-decoration: underline;
    font-size: 12px;
    color: #09F;
}

.singleLink {
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 35px;
}

    .singleLink:hover {
        cursor: default;
        border-width: 0;
        border-style: none;
        color: #fff;
        background-color: dimgray !important;
    }

a:hover, a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

.ddi_GridLink {
    color: #337ab7 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

    .ddi_GridLink:hover {
        text-decoration: underline !important;
    }

a.mainlink:link, a.mainlink:visited {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.fixedHeader {
    width: 100%;
    z-index: 999;
}

.HeaderBanner {
    height: 68px;
    right: 0;
}

.HeaderFill {
    height: 115px;
}

.ddi_navbar {
    background-image: url(../images/navbar_bg.png);
    background-color: #D3D3D3;
    background-repeat: repeat-x;
    min-height: 35px !important;
    height: 34px !important;
    -moz-min-width: 1100px;
    -ms-min-width: 1100px;
    -o-min-width: 1100px;
    -webkit-min-width: 1100px;
    min-width: 1100px;
    z-index: 999;
    top: 65px;
}

.ddi_NavLeft, .ddi_NavMiddle {
    display: inline-block;
    float: left;
}

.ddi_NavLeft {
    margin-left: -11px;
}

.ddi_NavRight {
    float: right !important;
    margin-right: 10px !important;
}

.ddi_NavMiddle {
    padding-left: 75px;
}

.navBar table {
    border-collapse: separate !important;
}

.ddi_navbar a {
    text-decoration: none !important;
    padding: 6px;
    cursor: pointer;
}

.Menu, .MenuIslandStyle {
    padding: 0;
    display: block;
}

.Menu {
    background-color: transparent;
}

.MenuIslandStyle {
    font-size: 11pt;
    color: #000;
    border: 1px solid #CCC;
    background-color: #F2F2F2;
    cursor: default;
}

.MenuHoverItemStyle, .MenuHoverItemStyle:hover {
    cursor: pointer;
    border-width: 0;
    border-style: none;
    color: #fff;
    background-color: dimgray !important;
}

.MenuItemStyle {
    font-size: 11pt;
    color: #000;
    border-style: none;
    border-width: 0;
    background-color: transparent;
    padding: 4px !important;
    text-align: left;
    height: 28px !important;
}

    .MenuItemStyle img {
        margin-right: 2px;
    }

    .MenuItemStyle td {
        margin-right: 4px;
        margin-left: 4px;
        cursor: pointer;
    }

.TopLevelHoverItemStyle, .TopLevelHoverItemStyle:hover {
    background-color: dimgray !important;
    color: #fff;
}

.TopLevelParentItemStyle {
    font-size: 11pt !important;
    display: block;
    background-color: transparent;
    color: #000;
    height: 36px;
    text-align: center;
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin: 0;
}

.ddi_TabContent {
    padding: 15px !important;
    min-height: 150px !important;
}

.ug_TabContent {
    min-height: 550px !important;
}

.ddi_TabBtnGroup {
    position: absolute;
    right: 0;
    top: 16px;
}

.ddi_TabMessage {
    float: right;
    top: 60px;
    right: 20px;
    position: relative;
}

.InTab {
    position: relative;
    top: -50px;
}

.ddi_TabPane {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    border-top: none;
    padding: 15px;
}

.DDI_UM_FLEX {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.DDI_UM_FlexItem {
    flex-grow: 1;
    margin: 15px;
    width: 30%;
}

.DDI_UM_UG_Panel {
    height: 350px;
    overflow-y: hidden;
}

.txtRight {
    text-align: right !important;
}

.ddi_SectionBar, .txtLeft {
    text-align: left;
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}

.inlineTable {
    display: inline-table !important;
}

.extendScreen {
    left: 35px;
    top: 115px;
    position: absolute;
    padding: 15px;
    min-height: 85%;
    -moz-min-width: 96%;
    -ms-min-width: 96%;
    -o-min-width: 96%;
    -webkit-min-width: 96%;
    min-width: 96%;
}

a[href*=Skip] {
    display: none !important;
    height: 0 !important;
}

.centerDiv {
    margin: 0 auto;
}

.minHeight {
    min-height: 800px !important;
}

.input-xs {
    height: 20px !important;
    padding: 2px 5px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
}

.ddi_TreeList {
    margin-left: 5px;
    padding: 5px;
}

.ddi_SectionBar {
    padding: 4px;
    background-color: silver;
    color: #fff;
    font-size: 10pt;
    display: block;
    width: 100%;
}

.ddi_SubSectionBar {
    background-color: #d3d3d3;
}

/*.ddi_eCabinetMessage {
    width: 92%;
    margin-left: 4%;
    padding: 15px;
}*/
.ddi_eCabinetMessage {
    margin: 0px 21px;
}
.ddi-Label-sm {
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.ddi-SuccessLbl {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.ddi-WarnLbl {
    color: #9F6000;
    background-color: #FEEFB3;
}

.ddi-OrngLbl {
    color: #D63301;
    background-color: #FFCCBA;
}

.ddi-ErrorLbl {
    color: #D8000C;
    background-color: #FFBABA;
}

.ddi-InfoLbl {
    color: #00529B;
    background-color: #BDE5F8;
}

.LblTitle {
    text-align: center;
    display: block;
    font-weight: 700;
    padding: 10px;
}

.ddi_DashContainer {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.ddi_DashContent {
    padding: 10px;
    background-color: #fff !important;
}

.ddi_HeaderContainer {
    display: inline-block !important;
}

.ddi_LoginContainer {
    background-color: #E5E5E5;
    bottom: 0;
}

.ddi_NoteList {
    max-height: 400px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    padding: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #F7F6F3;
}

    .ddi_NoteList:hover {
        overflow-y: scroll;
    }

.DDI_UM_UG_Panel #M_UltraWebTab1ctl3UserAccess1UltraWebTree1, .DDI_UM_UG_Panel select {
    overflow: inherit;
}

.ddi_NoteContainer {
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    border-left: 15px solid #567D8C;
    border-top: 1px solid #567D8C;
    border-right: 1px solid #567D8C;
    border-bottom: 1px solid #567D8C;
    background-color: #fff;
}

.ddi_CenterContainer {
    width: 650px;
    margin: 0 auto;
}

.ddi_NoteUser {
    font-size: 12px;
    font-weight: 600;
    color: #567D8C;
    display: block;
    clear: right;
}

.ddi_noteDate {
    color: #F7941d;
    font-size: 10px;
}

.ddi_NoteContent {
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.ddi_RotateChart {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -100px;
}

#donut-ChartLegend, #pie-ChartLegend {
    width: 100%;
    padding: 15px;
}

.chart-legend span {
    text-indent: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 200;
    display: block;
    float: left;
    width: 50%;
    font-size: .8em;
}

    .chart-legend span:before {
        display: block;
        width: 10px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 3px;
        content: "";
    }

.stats-box-all-info {
    position: absolute;
    top: 25px;
    margin-left: 50px;
}

.GroupDragGroup {
    border: 1px solid #000;
    background-color: #f5f5f5;
}

.GroupDragItemOver {
    color: Red;
    font-size: 8pt;
    text-decoration: Underline;
    margin-top: 5px;
    padding-left: 5px;
    cursor: pointer;
    cursor: move;
}

.GroupDragItemTitle, .GroupDragItemTitle_ {
    color: #000;
    font-size: 8pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 4px;
    text-decoration: Underline;
    cursor: hand;
}

#menu li a, .pageHeader, .workflowHeader {
    text-decoration: none;
}

.GroupDragDisabledGroupHeader_ {
    background-color: #639CCE;
    color: #ddd;
    font-size: 8pt;
    font-weight: Bold;
    cursor: default;
}

.GroupDragDisabledItem_ {
    color: #a9a9a9;
    font-size: 8pt;
    margin-top: 5px;
    padding-left: 5px;
    cursor: default;
}

.GroupDragItemSelect_ {
    color: #00008b;
    font-size: 12pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 5px;
}

.GroupDragGroupHeaderSelect_ {
    background-color: #639CCE;
    color: #fff;
    font-size: 8pt;
    font-weight: Bold;
}

.GroupDragPanel_ {
    background-color: #000;
}

.GroupDragGroupHeader_ {
    background-color: #3e68c0;
    color: navy;
    font-size: 8pt;
    font-weight: Bold;
}

.pageHeader {
    font-size: 24px;
    font-style: normal;
    font-weight: lighter;
    color: #2980B9;
}

.italic, .workflowHeader {
    font-style: italic;
}

.menuBorderColor {
    border-color: #A2A2A2;
}

.menuColor {
    padding: 4px;
    background-color: #A2A2A2;
    color: #fff;
    font-size: 10pt;
    display: block;
    width: 100%;
    text-align: left;
}

.containerDC, .containerWF {
    border: 1px solid silver;
    background-color: #fff;
}

.txtColor {
    font-size: 9pt;
    color: #333;
}

.smalltxtColor {
    font-size: 8pt;
    color: #333;
}

.containerWF {
    top: 20px;
}

#content, .content {
    background-color: transparent;
    padding: 10px;
}

.errorMsg, .statusFailed, .statusMsg, .statusSuccess, .warningMsg {
    font-weight: 700;
    font-size: Medium;
    margin: 2px;
    display: block;
}

.formField, .generalButton {
    font-size: 14pt;
}

.errorMsg, .statusFailed, .statusMsg {
    color: red;
}

.warningMsg {
    color: #06F;
}

.statusSuccess {
    color: #090;
}

#ImageButton1 a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/deletex.png) no-repeat;
}

    #ImageButton1 a:hover {
        background-position: -16px,0;
    }

.headerBackgroundColor {
    background-color: #2980B9;
}

.generalButton {
    background: url(../Images/button_bg.png) left top repeat-x #666;
    border: 1px solid #e5e5e5;
    color: #FFF;
    padding: 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .generalButton:disabled {
        background-color: grey;
        color: silver;
    }

    .generalButton:hover:enabled {
        background: url(../images/button_bgH.png) left top repeat-x #666;
    }

.accept, .accept:hover {
    background-color: #060;
}

.reject, .reject:hover {
    background-color: #600;
}

.generalColor {
    background-color: #000;
}

.formField, .formField_Small {
    background-color: #f9f9f9;
    border: 1px solid silver;
    padding: 2px;
    color: #000;
}

div.appstores {
    display: none;
    text-align: center;
}

.formField_Small {
    font-size: 9pt;
}

.formLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.formLabel_Small {
    font-size: 8pt;
    color: #000;
    padding: 3px 5px 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.wfButton_Small, .workflowButton {
    background-color: #E0E0E0;
    background-repeat: repeat-x;
    border: 1px solid silver;
    margin-bottom: 3px;
    padding: 3px;
}

.workflowHeader {
    font-size: 9pt;
    font-weight: 700;
    color: #696969;
}

.workflowButton {
    font-size: 11pt;
    color: #000;
    height: 35px;
}

.wfButton_Small {
    font-size: 8pt;
    color: #000;
    height: 20px;
}

.wfDefaultTab, .wfSelectedTab {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #000;
    margin: 3px;
}

.wfButton_Small:hover, .workflowButton:hover {
    background: repeat-x #EFEFEF;
}

.wfTab {
    font-size: 10pt;
    cursor: default;
}

.wfDefaultTab {
    font-size: 10pt;
    background-color: #CCC;
    padding: 6px;
}

.wfSelectedTab, .wfTree {
    background-color: #F2F2F2;
}

.wfSelectedTab {
    font-size: 10pt;
    font-weight: 700;
    padding: 8px;
    cursor: default;
}

.wfTree {
    font-size: 9pt;
    padding: 3px;
    border: 1px solid #CCC;
}

.wfSelectedNode {
    background-color: #9CF;
    padding: 3px;
}

.ddi-NotesPanel {
    width: 100%;
    overflow: auto;
}

.ddi-NoteLeft {
    -webkit-flex: 0 0 0;
    flex: 0 0 0;
    width: 125px;
    margin-right: 10px;
}

    .ddi-NoteLeft span {
        font-size: 14px;
        font-weight: 700;
        margin-top: 4px;
    }

.ddi-NoteDateTime {
    text-align: right;
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    padding: 4px;
    width: 65px;
    float: right;
    clear: right;
}

#dataListNotes {
    width: 100%;
}

    #dataListNotes td {
        padding: 0;
    }

    #dataListNotes tr:last-child .ddi-NoteRight {
        border-bottom: 0;
    }

.ddi-NoteRight {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    min-height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    word-wrap: break-word;
}

#dataListNotes > tbody > tr > td {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

#WorkflowNotesHTMLEditor_ts, #WorkflowNotesHTMLEditor_ts > tbody > tr > td > table > tbody > tr:nth-child(3), #share_menu {
    display: none;
}

#WorkflowNotesHTMLEditor_ts_d > tbody > tr > td > table > tbody > tr:nth-child(1) > td {
    padding: 5px;
}

#WorkflowNotesHTMLEditor_tb img {
    margin: 20px;
    height: 22px;
    width: 22px;
}

#btnAddNote {
    margin-bottom: 15px;
}

#WorkflowNotesHTMLEditor_tw {
    border-style: none !important;
}

.Tab {
    font-size: 11pt;
    cursor: default;
    margin: -2px;
    padding: 8px;
}

.DefaultTabStyle, .SelectedTabStyle {
    font-size: 11pt;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin: 8px;
    color: #000;
    padding: 8px;
}

.DefaultTabStyle {
    background-color: #CCC;
}

.SelectedTabStyle {
    font-weight: 700;
    background-color: #e5e5e5;
    cursor: default;
}

.ddi_TreeContainer, .inf_Tree {
    font-size: 11pt;
    border: 1px solid #CCC;
}

.DefaultTabStyle:hover, .SelectedTabStyle:hover {
    cursor: hand;
}

.inf_Tree {
    background-color: #F2F2F2 !important;
    padding: 5px;
}

.inf_SelectedNodeStyle {
    color: #fff !important;
    padding: 3px;
    background-color: #2980B9;
}

    .inf_SelectedNodeStyle:active, .inf_SelectedNodeStyle:hover {
        color: #fff;
        background-color: #2980B9;
    }

.inf_NodeStyle, .inf_ParentNodeStyle {
    padding: 5px;
}

.ddi_TreeContainer {
    background-color: #F2F2F2;
    padding: 10px;
}

.CrossIndexingToolBar, .ToolBar {
    border: 1px solid #E0E0E4;
    font-size: 8pt;
    color: #000;
}

.ddi_TreeNode {
    padding: 5px;
    width: 100%;
    margin-left: 5px;
}

.ddi_TreeContainer .SelectedNodeStyle {
    background-color: #62a4bd !important;
    padding: 5px;
    margin-right: 5px;
}

.ddi_TreeContainer .Tree {
    padding: 5px;
}

.ddi_TreeContainer img {
    margin-right: 5px;
}

.WFToolBar {
    font-size: 8pt;
    color: #000;
}

.CrossIndexingToolBar {
    background-color: #A2A2A2;
}

.TBarButtonHoverStyle {
    background-color: #C1D2EE;
    border: 0 solid #888;
    font-size: 8pt;
    color: #000;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;
    border-left-color: #fff;
    border-top-color: #fff;
    text-align: center;
    cursor: default;
}

.TBarButtonSelectedStyle {
    background-color: #81ABEF;
    border: solid;
    border-width: 0;
    font-size: 8pt;
    border-color: #E0E0E0 #fff #fff #E0E0E0;
    color: #000;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;
    text-align: center;
    cursor: default;
}

.TBarButtonDefaultStyle {
    background-color: #E4E4E8;
    border-style: solid double double;
    border-width: 0;
    font-size: 8pt;
    border-color: #fff #888 #888 #fff;
    color: #000;
    text-align: center;
    cursor: default;
}

.Combo, .ComboRowStyle {
    background-color: #fff;
}

.Combo, .GroupBox {
    font-size: 10pt;
}

.Combo {
    color: #000;
    border: 1px solid #D3D3D3;
}

.ComboRowStyle {
    font-size: 13px;
    border: 1px solid #004E98;
    border-left-width: 0;
    border-top-width: 0;
}

.ComboSelectedRowStyle {
    color: #fff;
    background-color: #004E98;
}

.Line {
    border-right: solid 1px #000;
}

.gridView {
    padding: 1px 0px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 1px !important;
    -ms-border-radius: 1px !important;
    border-radius: 1px !important;
    background-color: silver;
}

.ListHead a, .ListHead span {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.DataGrid {
    font-size: 8pt;
    border: 2px solid silver !important;
    background-color: #fff;
    width: 100%;
}

.DataGridPage, .ListHead, .ddi_DataGridHeader {
    background-color: silver !important;
    font-weight: 700;
    height: 34px;
}

    .ListHead a {
        background-color: transparent !important;
        color: #000 !important;
        font-size: 12px !important;
        line-height: 10pt !important;
    }

    .ListHead span {
        background-color: #DFE0E4;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        line-height: 10pt;
    }

.ListItem td, .ListItemAlt td {
    padding: 4px !important;
}

.ListItem {
    background-color: #fff;
    color: #000;
    font-size: 14px !important;
}

.ListItemAlt {
    background-color: #e5e5e5;
    color: #000;
    font-size: 14px;
}

.ListItemLarge, .ListItemLargeAlt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}

.ListItemLarge {
    background-color: #fff;
}

.ListItemLargeAlt {
    background-color: #f2f2f2;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

tr.ddi-dataTables_paginate > td > table > tbody > tr > td {
    padding: 2px;
}

.ddi-dataGird_paginate > td {
    padding: 15px 10px !important;
}

.ddi-dataGird_paginate a:hover, .ddi-dataGird_paginate span, tr.ddi-dataTables_paginate > td > table > tbody > tr > td > a:hover, tr.ddi-dataTables_paginate > td > table > tbody > tr > td > span {
    background-color: silver;
    color: #fff;
    font-weight: 700;
}

.ddi-dataGird_paginate a, .ddi-dataGird_paginate span, tr.ddi-dataTables_paginate > td > table > tbody > tr > td > a, tr.ddi-dataTables_paginate > td > table > tbody > tr > td > span {
    height: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 2px;
    padding: 8px 5px;
}

.ddi-dataGird_paginate a, .ddi-dataGird_paginate span {
    padding: 8px 5px;
}

.round_box_div {
    width: 915px;
    text-align: center;
    float: left;
    background-color: transparent;
}

.round_box_center_left {
    background: url(../Images/box_center_left.gif) left repeat-y silver;
    float: left;
}

.round_box_center_right {
    background: url(../Images/box_center_right.gif) right repeat-y;
    float: left;
}

.round_box_top_middle {
    background: url(../Images/box_top_middle.gif) top repeat-x;
    float: left;
}

.round_box_bottom_middle {
    background: url(../Images/box_bottom_middle.gif) bottom repeat-x;
    float: left;
}

.round_box_top_left {
    background: url(../Images/box_top_left.gif) top left no-repeat;
    float: left;
}

.round_box_top_right {
    background: url(../Images/box_top_right.gif) top right no-repeat;
    float: left;
}

.round_box_bottom_left {
    background: url(../Images/box_bottom_left.gif) bottom left no-repeat;
    width: 100%;
    float: left;
}

.round_box_bottom_right {
    background: url(../Images/box_bottom_right.gif) bottom right no-repeat;
    width: 100%;
    float: left;
}

    .round_box_bottom_right .wrap {
        padding: 0 7px 7px;
    }

.round_box_div_user {
    width: 350px;
    text-align: center;
    float: left;
    background-color: transparent;
}

.round_box_center_left_user {
    background: url(../Images/box_center_left.gif) left repeat-y silver;
    float: left;
}

.round_box_center_right_user {
    background: url(../Images/box_center_right.gif) right repeat-y;
    float: left;
}

.round_box_top_middle_user {
    background: url(../Images/box_top_middle.gif) top repeat-x;
    float: left;
}

.round_box_bottom_middle_user {
    background: url(../Images/box_bottom_middle.gif) bottom repeat-x;
    float: left;
}

.round_box_top_left_user {
    background: url(../Images/box_top_left_1.gif) top left no-repeat;
    float: left;
}

.round_box_top_right_user {
    background: url(../Images/box_top_right_1.gif) top right no-repeat;
    float: left;
}

.round_box_bottom_left_user {
    background: url(../Images/box_bottom_left_1.gif) bottom left no-repeat;
    width: 100%;
    float: left;
}

.round_box_bottom_right_user {
    background: url(../Images/box_bottom_right_1.gif) bottom right no-repeat;
    width: 100%;
    float: left;
}

    .round_box_bottom_right_user .wrap_user {
        padding: 0 8px 8px;
    }

.round_box_div_keys {
    width: 270px;
    text-align: center;
    float: left;
}

.modalBackground {
    background-color: #B3B3B3;
    filter: alpha(opacity=70);
    opacity: .7;
}

.modalPopup {
    background-color: #fff;
    border: 1px solid #606060;
    padding: 10px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    width: auto;
    margin: auto;
}

.ajaxTabBody .ajax__tab_body {
    font-size: 10pt;
    border: 1px solid #999;
    border-top: 0;
    padding: 8px;
    background-color: #666;
}

.visoft__tab_xpie7 .ajax__tab_header {
    background: url(tab-line.gif) bottom repeat-x;
}

.visoft__tab_xpie7 .ajax__tab_outer {
    background: url(tab-right.gif) right no-repeat;
    height: 29px;
    font-size: 11px;
    padding: 8px 40px 8px 3px;
    margin: 0;
}

.visoft__tab_xpie7 .ajax__tab_inner {
    background: url(tab-left.gif) no-repeat;
}

.visoft__tab_xpie7 .ajax__tab_tab {
    background: url(tab.gif) repeat-x;
}

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer {
    background: url(tab-hover-right.gif) right no-repeat;
}

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner {
    background: url(tab-hover-left.gif) no-repeat;
}

.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab {
    background: url(tab-hover.gif) repeat-x;
}

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer {
    background: url(tab-active-right.gif) right no-repeat;
}

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner {
    background: url(tab-active-left.gif) no-repeat;
}

.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab {
    background: url(tab-active.gif) repeat-x;
}

.visoft__tab_xpie7 .ajax__tab_body {
    font-size: 10pt;
    border: 1px solid #999;
    border-top: 0;
    padding: 8px;
    background-color: #fff;
}

#menu {
    list-style: none;
    width: 40px;
    height: 30px;
    margin: 10px auto 0;
    padding: 0 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #014464;
    background: -moz-linear-gradient(top,#0272a7,#013953);
    background: -webkit-gradient(linear,0 0,0 100%,from(#0272a7),to(#013953));
    border: 1px solid #002232;
    -moz-box-shadow: inset 0 0 1px #edf9ff;
    -webkit-box-shadow: inset 0 0 1px #edf9ff;
    box-shadow: inset 0 0 1px #edf9ff;
}

    #menu li {
        float: left;
        text-align: center;
        position: relative;
        margin-top: 7px;
        border: none;
    }

        #menu li:hover {
            border: 1px solid #777;
            padding: 4px 9px;
            background: #F4F4F4;
            background: -moz-linear-gradient(top,#F4F4F4,#EEE);
            background: -webkit-gradient(linear,0 0,0 100%,from(#F4F4F4),to(#EEE));
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

        #menu li a {
            font-size: 14px;
            color: #EEE;
            display: block;
            outline: 0;
            text-shadow: 1px 1px 1px #000;
        }

        #menu li:hover a {
            color: #161616;
            text-shadow: 1px 1px 1px #FFF;
        }

        #menu li .drop {
            padding-right: 21px;
            background: url(img/drop.png) right 8px no-repeat;
        }

        #menu li:hover .drop {
            background: url(img/drop.png) right 7px no-repeat;
        }

.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 10px 5px;
    border: 1px solid #777;
    border-top: none;
    background: #F4F4F4;
    background: -moz-linear-gradient(top,#EEE,#BBB);
    background: -webkit-gradient(linear,0 0,0 100%,from(#EEE),to(#BBB));
    -moz-border-radius: 0 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px;
}

.dropdown_1column {
    width: 140px;
}

.dropdown_2columns {
    width: 280px;
}

.dropdown_3columns {
    width: 420px;
}

.dropdown_4columns {
    width: 560px;
}

.dropdown_5columns {
    width: 700px;
}

#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
    left: -1px;
    top: auto;
}

.col_1, .col_2, .col_3, .col_4, .col_5 {
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 130px;
}

.col_2 {
    width: 270px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}

#menu .menu_right {
    float: right;
    margin-right: 0;
}

#menu h2, #menu h3 {
    margin: 7px 0 14px;
}

#menu li .align_right {
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

#menu h2, #menu h3, #menu p, #menu ul li {
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
    z-index: 9999;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 14px;
    border-bottom: 1px solid #666;
}

#menu h3 {
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid #888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px;
}

#menu li:hover div a {
    font-size: 12px;
    color: #015b86;
}

    #menu li:hover div a:hover {
        color: #029feb;
    }

.strong {
    font-weight: 700;
}

.imgshadow {
    background: #FFF;
    padding: 4px;
    border: 1px solid #777;
    margin-top: 5px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

.img_left {
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu li .black_box {
    background-color: #333;
    color: #eee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px #000;
    -moz-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
}

.ddi_PageContent, .ug_flex_PageContent {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

    #menu li ul li {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        text-shadow: 1px 1px 1px #fff;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 130px;
    }

        #menu li ul li:hover {
            background: 0 0;
            border: none;
            padding: 0;
            margin: 0;
        }

#menu li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbb;
    margin: 0 0 4px;
    padding: 4px 6px;
    width: 116px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #menu li .greybox li:hover {
        background: #fff;
        border: 1px solid #aaa;
        padding: 4px 6px;
        margin: 0 0 4px;
    }

#share_menu {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ddeef6;
    position: absolute;
    width: 210px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 12px;
    top: 24.5px;
    right: 0;
    margin-top: 5px;
    margin-right: 0;
    color: #789;
    font-size: 11px;
}

    #share_menu input[type=password], #share_menu input[type=text] {
        display: block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ACE;
        font-size: 13px;
        margin: 0 0 5px;
        padding: 5px;
        width: 203px;
    }

    #share_menu p {
        margin: 0;
    }

    #share_menu a {
        color: #6AC;
    }

    #share_menu label {
        font-weight: 400;
    }

    #share_menu p.remember {
        padding: 10px 0;
    }

    #share_menu p.complete, #share_menu p.forgot {
        clear: both;
        margin: 5px 0;
    }

    #share_menu p a {
        color: #27B !important;
    }

#share_submit {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(images/bg-btn-blue.png) repeat-x #39d;
    border: 1px solid #39D;
    color: #fff;
    text-shadow: 0 -1px 0 #39d;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: 700;
}

    #share_submit::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    #share_submit:focus, #share_submit:hover {
        background-position: 0 -5px;
        cursor: pointer;
    }

.Bracket_Placement_UP_box {
    float: left;
    width: 286px;
}

.DCViewer_Background {
    background-color: #F0F0F0;
}

.ajax__tab_panel {
    height: 100%;
    overflow: hidden;
}

.MyTabStyle .ajax__tab_header {
    font-size: 12pt;
    font-weight: 400;
    display: block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        color: #222;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-right: 3px;
        border: 1px solid #d7d7d7;
        border-bottom: 0;
        border-bottom-color: transparent;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        cursor: hand;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #2980B9;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #fff;
    background-color: #FFF;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-size: 14pt;
    background-color: #FFF;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.marg5 {
    margin: 5px !important;
}

.ddi_PageContent {
    margin-bottom: 20px;
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    min-height: 80vh;
    padding: 10px;
}

.ug_flex_PageContent, .ug_flex_Row {
    display: flex;
    width: 98%;
    margin: auto;
}

.ug_flex_PageContent {
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 10px;
}

#DownloadBtnCont, #rptParams, .aspLabelToBS, .ddi-formGroupHoriz {
    display: inline-block;
}

.ug_flex_Item {
    -webkit-flex: 2 1 70%;
    -ms-flex: 2 1 70%;
    -o-flex: 2 1 70%;
    flex: 2 1 70%;
}

.ddi-sm-pd {
    padding: 10px;
}

.ddi-md-pd {
    padding: 15px;
}

.ddi-lg-pd {
    padding: 20px;
}

.ddi-sm-mg {
    margin: 10px;
}

.usg_searchBtn {
    margin-left: 10px;
    margin-right: 10px;
}

.group_Select, .group_Select:focus {
    height: 100%;
    border: none;
    outline: 0;
}

.fgm_FlexItem {
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 15px;
    width: 30%;
}

#DownloadBtnCont {
    margin-left: 10px;
    margin-top: 25px;
}

.aspLabelToBS {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#rptParams td {
    border: none;
    width: 250px;
    padding: 0 5px;
}

.ddi-FullPageContainer {
    display: inline-block;
    width: 98%;
    margin: 1%;
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 10px;
}

#RD_Body, #WFN_Body, .testIframe, .testIframeCont {
    background-color: #d3d3d3;
}

.testIframeCont {
    position: relative;
    min-height: 600px;
}

.testIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    height: 100%;
}

.ddi-VDiFrame, .ddi-VDiFrame iframe {
    min-height: 1300px; /*min-height: 700px;  */
    width: 100%;
    background-color: #d3d3d3;
    height: 100%;
    overflow: auto;
}

.ddi-RdContainer {
    display: flex;
    padding: 20px;
}

.ddi-rd-aside {
    flex-shrink: 0;
    width: 280px;
    margin-right: 10px;
    overflow: auto;
}

    .ddi-rd-aside .panel-heading {
        padding-bottom: 0;
    }

.ddi-rd-TabContainer, ddi-PannelRight {
    flex-grow: 1;
}

@media all and (max-width:800px) {
    .ddi-RdContainer {
        flex-flow: column;
    }

    .ddi-rd-aside {
        width: auto;
    }
}

#RelatedDocumentTabContainer_body {
    margin-left: 1px;
    margin-bottom: 20px;
}

#RelatedDocumentTabContainer .ajax__tab_panel, #ViewDocTabContainer .ajax__tab_panel {
    min-height: 600px;
}

#ViewDocTabContainer_WorkflowNotesTab {
    overflow: visible;
}

.noMargin {
    margin: 0;
}

#DDI-Banner {
    height: 72px;
    width: 100%;
}

.BannerImage {
    height: 68px;
    width: 628px;
    display: inline-block;
}

#DDIBannerLogo {
    margin-top: 16px;
    position: absolute;
    right: 25px;
    top: 0;
}

#WebHtmlEditor1_tb > tbody > tr > td > table > tbody > tr:nth-child(2) {
    display: none;
}

#InboxHeaderRow {
    margin-left: 1%;
    position: absolute;
    margin-top: 85px;
    bottom: 0;
    top: 35px;
    min-width: 98%;
}

#inboxSearch {
    position: absolute;
    left: 300px;
    top: 10px;
}

    #inboxSearch > label {
        display: inline;
    }

    #inboxSearch > input {
        display: inline-block;
        width: 175px;
    }

.ddi-WfDataTable {
    margin-left: 20px;
    margin-right: 20px;
}

.dataTables_filter, .dataTables_length {
    display: none;
}

.ddi-WfDataTable .dataTables_paginate {
    float: left !important;
    clear: left;
    margin-top: -30px;
}

.ddi-WfDataTable .paginate_button {
    padding: 5px !important;
    margin-bottom: 2px;
}

.ddi-WfDataTable th.sorting, .ddi-WfDataTable th.sorting_asc, .ddi-WfDataTable th.sorting_desc {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-top: none !important;
    border-left: none !important;
}

.ddi-WfDataTable .dataTables_info {
    position: relative;
    top: 30px;
    left: 15px;
}

.ddi-WfDataTable td {
    border-left: 0;
    border-right: 0;
}

.ddi-WfDataTable table.dataTable thead td, .ddi-WfDataTable table.dataTable thead th {
    border: none;
}

.align-middle {
    vertical-align: middle !important;
}

.errorMsg2, .sucessMsg2 {
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.errorMsg2 {
    background-color: #d9534f;
}

.sucessMsg2 {
    background-color: #5cb85c;
}

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #337ab7;
    border-radius: 8px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


/*Feed back */
.ec {
    font-family: monospace;
    color: #000;
}

.ec-star:before {
    content: "⭐";
    color: transparent;
    /*text-shadow: 0 0 0 #CBE3EB !important;*/
}
/*.ec-star:hover:before {
    content: "⭐";
    color: transparent;
    text-shadow: 0 0 0 orange !important;
}*/

.BeforeRating {
    content: "⭐";
    color: transparent;
    text-shadow: 0 0 0 #CBE3EB !important;
}

.afterRatring {
    content: "⭐";
    color: transparent;
    text-shadow: 0 0 0 green !important;
}

.wordWrap {
    word-wrap: break-word;
}

/*.popover {
    width: 635px;
    max-width: 635px !important;
    min-width: 256px !important;
}*/

ul .btnAction {
    list-style: none;
    padding-right: 20px;
    text-align: right;
}

/*Bootstrap 4.3.1 changes by sai*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

label {
    max-width: 100%;
    font-weight: bold;
}

.checkbox label, .radio label {
    font-weight: normal;
}

.btn-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background-color: #204d74 !important;
        border-color: #122b40 !important;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: #286090 !important;
        border-color: #204d74 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #286090 !important;
        border-color: #122b40 !important;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px !important;
}

.btn-primary:hover {
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.btn-default {
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-default:hover {
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.badge-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

.card-title {
    margin-bottom: 0 !important; 
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.badge-danger {
    background-color: #d9534f !important;
}

.cancelBtn {
    background-color: #d9534f !important;
}

.cancelBtn:hover {
    background-color: #d9534f !important;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 3px 0;
}
.jqgfirstrow {
    visibility: collapse;
}
.navbar-toggler-icon {
    width: 1.0em !important;
    height: 1.0em !important;
}
.ddi_HeadermenuBar {
    top: -5px;
    min-height: 36px !important;
    background-color: #d6d2d2;
    /*background-image: url(../images/navbar_bg.png);*/
}
    .ddi_HeadermenuBar a {
        text-decoration: none !important;
        padding: 8px 0px;
        cursor: pointer;
    }
.nav-tabs .nav-item.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 4px 4px 0 0;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 14px;
    padding-left: 5px;
}

.table-striped > tbody > tr:nth-child(odd) { /*background-color: #e7d90e ;*/
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 14px;
    padding-left: 5px;
}
.table th, .table td {
    padding: 0.5rem !important;
}
tr.ddi-dataGird_paginate {
    line-height:35px;
}
.popover {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}