﻿/* ------------------------*/ /* ---------->>> Can be Changed by Client <<<-----------*/ /* ------------------------*/
body {
    background-color: #F2F2F2;
    -webkit-font-smoothing: antialiased;
}

/* ------------------------*/ /* ---------->>> Default Colors <<<-----------*/ /* ------------------------*/

.ddi_Prime-Blue {
    color: #2980B9 !important;
}

.ddi_PleasantBlue {
    color: #0099FF;
}

/* ------------------------*/ /* ---------->>> Text Styles <<<-----------*/ /* ------------------------*/

.ddi_PageHeader {
    font-size: 24px !important;
    color: #0099FF !important;
}

.ddi_PageSubHeader {
    font-size: 12px !important;
    color: #F7941d !important;
    position: relative !important;
    margin: 5px;
    display: block;
}

/* ------------------------*/ /* ---------->>>Padding<<<-----------*/ /* ------------------------*/
.ddi-sm-pad {
    padding: 5px;
}

/* ------------------------*/ /* ---------->>> Default Page<<<-----------*/ /* ------------------------*/

.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: 700px;
    border-radius: 4px;
}

.ddi_HeaderImg {
    display: inline-block !important;
    vertical-align: top !important;
    height: 48px !important;
    margin-left: 10px !important;
}


.ddi_DashHeader {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #0099FF;
    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 #ffffff;
        -ms-text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
        text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
        margin-top: 10px;
    }

/* ------------------------*/ /* ---------->>> Button and Link Styles <<<-----------*/ /* ------------------------*/

/*Button with no Backgroud Example Forgot Password*/
.noBGbtn {
    background-color: inherit;
    border: none;
    text-decoration: underline;
    font-size: 12px;
    color: #0099FF;
}

.singleLink {
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 35px;
}

    .singleLink:hover {
        cursor: default;
        border-width: 0;
        border-style: none;
        color: #000000;
        background-color: #AFC9D1 !important;
    }

a:link,
a:hover,
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 {
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

a.mainlink:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

/* ------------------------*/ /* ---------->>> Navigation and Menus <<<-----------*/ /* ------------------------*/
.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.HeaderBanner {
    height: 68px;
    position: fixed;
    left: 0;
    top: 0;
    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 {
    padding-left: 25px;
}

.ddi_NavRight {
    float: right !important;
    margin-right: 35px !important;
}

.ddi_NavMiddle {
    padding-left: 75px;
}

.navBar table {
    border-collapse: separate !important;
}

.ddi_navbar a {
    text-decoration: none !important;
    padding: 6px;
    cursor: pointer;
}

/* ---------->>> Infragistics Menu <<<-----------*/
.Menu {
    background-color: transparent;
    display: block;
    padding: 0;
}

.MenuIslandStyle {
    font-size: 11pt;
    display: block;
    color: #000000;
    border: solid 1px #CCCCCC;
    background-color: #F2F2F2;
    padding: 0;
    cursor: default;
}

.MenuHoverItemStyle,
.MenuHoverItemStyle:hover {
    cursor: pointer;
    border-width: 0;
    border-style: none;
    color: #000000;
    background-color: #CBE3EB !important;
}

.MenuItemStyle {
    border-width: 0;
    font-size: 11pt;
    color: #000000;
    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: #AFC9D1 !important;
}

.TopLevelParentItemStyle {
    font-size: 11pt;
    display: block;
    background-color: transparent;
    color: #000000;
    height: 34px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
}

/* ---------->>> Tabs <<<-----------*/
.ddi_TabContent {
    padding: 15px !important;
    min-height: 150px !important; /*550px*/
}

.ug_TabContent {
    min-height: 550px !important;
}

.ddi_TabBtnGroup {
    position: absolute;
    right: 0;
    top: 16px; /*30px*/
    /*z-index: 999;*/
}

.ddi_TabMessage {
    float: right;
    top: 60px;
    right: 20px;
    position: relative;
    /*position: absolute;*/
}

.InTab {
    position: relative;
    top: -50px;
}

.ddi_TabPane {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: white;
    border-top: none;
    padding: 15px;
}

/*Pannels*/
.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: auto;
}

/* ------------------------*/ /* ---------->>> Tools <<<-----------*/ /* ------------------------*/
.txtRight {
    text-align: right !important;
}

.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;
}

/*Need to remove but must check first.*/
.minHeight {
    min-height: 800px !important;
}

/* ------------------------*/ /* ---------->>> Input and Forms <<<-----------*/ /* ------------------------*/


.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;
}

/* ---------->>> Trees <<<-----------*/
.ddi_TreeList {
    margin-left: 5px;
    padding: 5px;
}

/* ------------------------*/ /* ---------->>> Dividers <<<-----------*/ /* ------------------------*/
.ddi_SectionBar {
    padding: 4px;
    background-color: #c0c0c0;
    color: White;
    font-size: 10pt;
    display: block;
    width: 100%;
    text-align: left;
}

.ddi_SubSectionBar {
    background-color: #d3d3d3;
}
/* ------------------------*/ /* ---------->>> Messages and Alerts <<<-----------*/ /* ------------------------*/

.ddi_eCabinetMessage {
    width: 92%;
    margin-left: 4%;
    padding: 15px;
}

.ddi-Label-sm {
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*Custom Labels*/

.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: bold;
    padding: 10px;
}
/* ------------------------*/ /* ---------->>> Containers <<<-----------*/ /* ------------------------*/
.ddi_DashContainer {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.ddi_DashContent {
    padding: 10px;
    background-color: white !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: solid 1px #E5E5E5;
    padding: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #F7F6F3;
}


    .ddi_NoteList:hover {
        overflow-y: scroll;
    }

.DDI_UM_UG_Panel select, .DDI_UM_UG_Panel #M_UltraWebTab1ctl3UserAccess1UltraWebTree1 {
    /*overflow: auto;*/
    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: white;
}

.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;
}
/* ------------------------*/ /* ---------->>> Special Effects <<<-----------*/ /* ------------------------*/

.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;
}
/* ------------------------*/ /* ---------->>> Chart Styles <<<-----------*/ /* ------------------------*/
#pie-ChartLegend,
#donut-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: 0.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;
}








/*--------------------------------------------------------------*/
/* Strays*/
/*--------------------------------------------------------------*/










/*--------------------------------------------------------------*/
/* Group Drag Items */
/*--------------------------------------------------------------*/

.GroupDragGroup {
    border: solid 1px black;
    background-color: #f5f5f5;
}

.GroupDragItemOver {
    color: Red;
    font-size: 8pt;
    text-decoration: Underline;
    margin-top: 5px;
    padding-left: 5px;
    cursor: pointer;
    cursor: move;
}

.GroupDragItemTitle {
    color: Black;
    font-size: 8pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 4px;
    text-decoration: Underline;
    cursor: hand;
}

.GroupDragItemTitle_ {
    color: Black;
    font-size: 8pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 4px;
    text-decoration: Underline;
    cursor: hand;
}

.GroupDragDisabledGroupHeader_ {
    background-color: #639CCE;
    color: #dddddd;
    font-size: 8pt;
    font-weight: Bold;
    cursor: default;
}

.GroupDragDisabledItem_ {
    color: #a9a9a9;
    font-size: 8pt;
    margin-top: 5px;
    padding-left: 5px;
    cursor: default;
}

.GroupDragItemSelect_ {
    color: DarkBlue;
    font-size: 12pt;
    font-weight: Bold;
    margin-top: 5px;
    padding-left: 5px;
}

.GroupDragGroupHeaderSelect_ {
    background-color: #639CCE;
    color: #ffffff;
    font-size: 8pt;
    font-weight: Bold;
}

.GroupDragPanel_ {
    background-color: black;
}

.GroupDragGroupHeader_ {
    background-color: #3e68c0;
    color: #000080;
    font-size: 8pt;
    font-weight: Bold;
}

.pageHeader {
    font-size: 24px;
    font-style: normal;
    font-weight: lighter;
    text-decoration: none;
    color: #2980B9;
}
/*--------------------------------------------------------------*/
/* Default Styles of the Application */
/*--------------------------------------------------------------*/

.menuBorderColor {
    border-color: #A2A2A2;
}

.menuColor {
    padding: 4px;
    background-color: #c0c0c0;
    color: White;
    font-size: 10pt;
    display: block;
    width: 100%;
    text-align: left;
}



.txtColor {
    font-size: 9pt;
    color: #333333;
}

.smalltxtColor {
    font-size: 8pt;
    color: #333333;
}

.containerDC {
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
}

.containerWF {
    top: 20px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
}

#content {
    background-color: transparent;
    padding: 10px;
}

.content {
    background-color: transparent;
    padding: 10px;
}

/*--------------------------------------------------------------*/
/* Status Messages */
/*--------------------------------------------------------------*/
.errorMsg, .warningMsg, .statusSuccess, .statusFailed, .statusMsg {
    font-weight: bold;
    /*font-size: small;*/
    font-size: Medium;
    margin: 2px;
    display: block;
}

.errorMsg, .statusFailed, .statusMsg {
    /*color: #C00000;*/
    color: red;
}

.warningMsg {
    color: #0066FF;
}

.statusSuccess {
    color: #009900;
}



#ImageButton1 a {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url("../images/deletex.png") no-repeat;
}

    #ImageButton1 a:hover {
        background-position: -16px, 0;
    }
/*--------------------------------------------------------------*/
/* Default Page Header Elements */
/*--------------------------------------------------------------*/

.headerBackgroundColor {
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
/* Buttons and Links */
/*--------------------------------------------------------------*/

.generalButton {
    background: url('../Images/button_bg.png') left top #666666;
    background-repeat: repeat-x;
    border: 1px solid #e5e5e5;
    font-size: 14pt;
    color: #FFFFFF;
    padding: 3px 6px 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .generalButton:disabled {
        background-color: #808080;
        color: #C0C0C0;
    }

    .generalButton:hover:enabled {
        background: url('../images/button_bgH.png') left top #666666;
        background-repeat: repeat-x;
    }

.accept,
.accept:hover {
    background-color: #006600;
}

.reject,
.reject:hover {
    background-color: #660000;
}

.generalColor {
    background-color: #000000;
}

div.appstores {
    display: none;
    text-align: center;
}
/*--------------------------------------------------------------*/
/* Form Elements */
/*--------------------------------------------------------------*/

.formField {
    font-size: 14pt;
    color: #000000;
    background-color: #f9f9f9;
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.formField_Small {
    font-size: 9pt;
    color: #000000;
    background-color: #f9f9f9;
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.formLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.formLabel_Small {
    font-size: 8pt;
    color: #000000;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

/*--------------------------------------------------------------*/
/* Workflow Options */
/*--------------------------------------------------------------*/

.workflowHeader {
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #696969;
}
/*--------------------------------------------------------------*/
/* Workflow Buttons */
/*--------------------------------------------------------------*/

.workflowButton {
    background-color: #E0E0E0;
    background-repeat: repeat-x;
    border: 1px solid #C0C0C0;
    font-size: 11pt;
    color: #000000;
    height: 35px;
    margin-bottom: 3px;
    padding: 3px;
}

.wfButton_Small {
    background-color: #E0E0E0;
    background-repeat: repeat-x;
    border: 1px solid #C0C0C0;
    font-size: 8pt;
    color: #000000;
    height: 20px;
    margin-bottom: 3px;
    padding: 3px;
}

    .workflowButton:hover,
    .wfButton_Small:hover {
        background: #EFEFEF;
        background-repeat: repeat-x;
    }
/*--------------------------------------------------------------*/
/* Workflow Manager Tabs */
/*--------------------------------------------------------------*/

.wfTab {
    font-size: 10pt;
    cursor: default;
}

.wfDefaultTab {
    font-size: 10pt;
    background-color: #CCCCCC;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: Black;
    margin: 3px;
    padding: 6px;
}

.wfSelectedTab {
    font-size: 10pt;
    font-weight: bold;
    background-color: #F2F2F2;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: Black;
    margin: 3px;
    padding: 8px;
    cursor: default;
}

.wfTree {
    background-color: #F2F2F2;
    font-size: 9pt;
    padding: 3px;
    border: 1px solid #CCCCCC;
}

.wfSelectedNode {
    background-color: #99CCFF;
    padding: 3px;
}
/*--------------------------------------------------------------*/
/* Workflow Notes */
/*--------------------------------------------------------------*/


.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: bold;
        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);
    vertical-align: top;
    word-wrap: break-word;
}

#dataListNotes > tbody > tr > td {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

#WorkflowNotesHTMLEditor_ts > tbody > tr > td > table > tbody > tr:nth-child(3), #WorkflowNotesHTMLEditor_ts {
    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;
}

/*--------------------------------------------------------------*/
/* Infragistics Tabs */
/*--------------------------------------------------------------*/

.Tab {
    font-size: 11pt;
    cursor: default;
    margin: 3px;
    padding: 8px;
}

.DefaultTabStyle {
    font-size: 11pt;
    background-color: #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 8px 8px 8px 8px;
    color: Black;
    padding: 8px;
}

.SelectedTabStyle {
    font-size: 11pt;
    font-weight: bold;
    background-color: #e5e5e5;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 8px 8px 8px 8px;
    color: Black;
    padding: 8px;
    cursor: default;
}

    .SelectedTabStyle:hover,
    .DefaultTabStyle:hover {
        cursor: hand;
    }
/*--------------------------------------------------------------*/
/* Infragistics Tree View */
/*--------------------------------------------------------------*/

.inf_Tree {
    background-color: #F2F2F2 !important;
    font-size: 11pt;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.inf_SelectedNodeStyle {
    color: #ffffff !important;
    padding: 3px;
    background-color: #2980B9;
}

    .inf_SelectedNodeStyle:active,
    .inf_SelectedNodeStyle:hover {
        color: #ffffff;
        background-color: #2980B9;
    }

.inf_ParentNodeStyle {
    padding: 5px;
}

.inf_NodeStyle {
    padding: 5px;
}
/*--------------------------------------------------------------*/
/* Infragistics Tree View */
/*--------------------------------------------------------------*/
.ddi_TreeContainer {
    background-color: #F2F2F2;
    font-size: 11pt;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.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;
}

/*--------------------------------------------------------------*/
/* Infragistics ToolBar */
/*--------------------------------------------------------------*/

.ToolBar {
    font-size: 8pt;
    color: Black;
    border: solid #E0E0E4 1px;
}

.WFToolBar {
    font-size: 8pt;
    color: Black;
    /*
	background-color:#E4E4E8;
	border-color:#E0E0E4;
	border-style:solid;
	border-width:1px;
	*/
}

.CrossIndexingToolBar {
    font-size: 8pt;
    color: Black;
    background-color: #A2A2A2;
    border: #E0E0E4 solid 1px;
}

.TBarButtonHoverStyle {
    background-color: #C1D2EE;
    /*background-color:#E4E4E8;	*/
    border: solid 0 #888888;
    font-size: 8pt;
    color: Black;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;
    border-left-color: White;
    border-top-color: White;
    text-align: center;
    cursor: default;
}

.TBarButtonSelectedStyle {
    background-color: #81ABEF;
    /*background-color:#E4E4E8;*/
    border: solid;
    border-width: 0;
    font-size: 8pt;
    border-color: #888888;
    color: Black;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;
    border-left-color: #E0E0E0;
    border-top-color: #E0E0E0;
    border-bottom-color: White;
    border-right-color: White;
    text-align: center;
    cursor: default;
}

.TBarButtonDefaultStyle {
    background-color: #E4E4E8;
    /*background-color:#D3D3D3;*/
    border-style: solid;
    border-width: 0;
    font-size: 8pt;
    border-color: #888888;
    color: Black;
    border-bottom-style: double;
    border-left-style: double;
    border-right-style: double;
    border-right-style: double;
    border-left-color: White;
    border-top-color: White;
    text-align: center;
    cursor: default;
}
/*--------------------------------------------------------------*/
/* Infragistics WebGroupBox */
/*--------------------------------------------------------------*/

.GroupBox {
    font-size: 10pt;
}
/*--------------------------------------------------------------*/
/* Infragistics WebCombo */
/*--------------------------------------------------------------*/

.Combo {
    font-size: 10pt;
    color: Black;
    background-color: White;
    border: #D3D3D3 solid 1px;
}

.ComboRowStyle {
    font-size: 13px;
    background-color: White;
    border: solid #004E98 1px;
    border-left-width: 0;
    border-top-width: 0;
}

.ComboSelectedRowStyle {
    color: White;
    background-color: #004E98;
}

.Line {
    border-right: solid 1px black;
}
/*--------------------------------------------------------------*/
/* DataGrid Settings */
/*--------------------------------------------------------------*/

.gridView {
    padding: 1px 5px 1px 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #c0c0c0;
}

.DataGrid {
    font-size: 8pt;
    border: solid 2px #C0C0C0 !important;
    background-color: white;
    width: 100%;
}

.ddi_DataGridHeader, .ListHead, .DataGridPage {
    background-color: #C0C0C0 !important;
    font-weight: bold;
}

    .ListHead a {
        background-color: transparent !important;
        color: black !important;
        font-size: 12px !important;
        line-height: 10pt !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .ListHead span {
        background-color: #DFE0E4;
        color: black;
        font-size: 12px;
        font-weight: bold;
        line-height: 10pt;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

.ListItem td,
.ListItemAlt td {
    padding: 4px !important;
}

.ListItem {
    background-color: #ffffff;
    color: black;
    font-size: 14px !important;
}

.ListItemAlt {
    background-color: #e5e5e5;
    color: black;
    font-size: 14px;
}

.ListItemLarge {
    background-color: #ffffff;
    color: black;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
}

.ListItemLargeAlt {
    background-color: #f2f2f2;
    color: black;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    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;
}

tr.ddi-dataTables_paginate > td > table > tbody > tr > td > span, .ddi-dataGird_paginate span {
    background-color: #C0C0C0;
    color: white;
    font-weight: bold;
}

tr.ddi-dataTables_paginate > td > table > tbody > tr > td > a:hover, .ddi-dataGird_paginate a:hover {
    background-color: #C0C0C0;
    color: white;
    font-weight: bold;
}

tr.ddi-dataTables_paginate > td > table > tbody > tr > td > span,
tr.ddi-dataTables_paginate > td > table > tbody > tr > td > a,
.ddi-dataGird_paginate span,
.ddi-dataGird_paginate a {
    height: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 2px;
    padding: 8px 5px;
}

.ddi-dataGird_paginate span, .ddi-dataGird_paginate a, .ddi-dataGird_paginate span {
    padding: 8px 5px;
}
/*--------------------------------------------------------------*/
/* Rounded Rectangle Grid Corners - OLD */
/*--------------------------------------------------------------*/

.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 #c0c0c0;
    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:21px;*/
        padding: 0 7px 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 #c0c0c0;
    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:21px;*/
        padding: 0 8px 8px 8px;
    }

.round_box_div_keys {
    width: 270px;
    text-align: center;
    float: left;
}
/*--------------------------------------------------------------*/

.modalBackground {
    background-color: #B3B3B3;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffff;
    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 #999999;
    border-top: 0;
    padding: 8px;
    background-color: #666666;
}
/*--------------------------------------------------------------*/
/* ViSoft - AJAX Tabs */
/*--------------------------------------------------------------*/

.visoft__tab_xpie7 .ajax__tab_header {
    background: url(tab-line.gif) repeat-x bottom;
}

.visoft__tab_xpie7 .ajax__tab_outer {
    background: url(tab-right.gif) no-repeat right;
    height: 29px;
    font-size: 11px;
    padding: 8px 40px;
    margin: 0;
    padding-left: 3px;
}

.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) no-repeat right;
}

.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) no-repeat right;
}

.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 #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}
/*--------------------------------------------------------------*/
/* Infragistics Menu Elements */
/*--------------------------------------------------------------*/

#menu {
    list-style: none;
    width: 40px;
    height: 30px;
    margin: 10px auto 0 auto;
    padding: 0 20px 0 20px;
    /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0272a7), to(#013953));
    /* Borders */
    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 #777777;
            padding: 4px 9px 4px 9px;
            /* Background color and gradients */
            background: #F4F4F4;
            background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#F4F4F4), to(#EEEEEE));
            /* Rounded corners */
            -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: #EEEEEE;
            display: block;
            outline: 0;
            text-decoration: none;
            text-shadow: 1px 1px 1px #000;
        }

        #menu li:hover a {
            color: #161616;
            text-shadow: 1px 1px 1px #FFFFFF;
        }

        #menu li .drop {
            padding-right: 21px;
            background: url("img/drop.png") no-repeat right 8px;
        }

        #menu li:hover .drop {
            background: url("img/drop.png") no-repeat right 7px;
        }
/*--------------------------------------------------------------*/
/* Drop Down */
/*--------------------------------------------------------------*/

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;
    /* Gradient background */
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#BBBBBB));
    /* Rounded Corners */
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 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;
}
/*--------------------------------------------------------------*/
/* Columns */
/*--------------------------------------------------------------*/

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    /*display: inline;*/
    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;
}
/*--------------------------------------------------------------*/
/* Right alignment */
/*--------------------------------------------------------------*/

#menu .menu_right {
    float: right;
    margin-right: 0;
}

#menu li .align_right {
    /* Rounded Corners */
    -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;
}
/*--------------------------------------------------------------*/
/* Drop Down Content Stylings */
/*--------------------------------------------------------------*/

#menu p,
#menu h2,
#menu h3,
#menu ul li {
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    z-index: 9999;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

#menu li:hover div a {
    font-size: 12px;
    color: #015b86;
}

    #menu li:hover div a:hover {
        color: #029feb;
    }

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0 0 5px #666666;
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
}

.img_left {
    /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu li .black_box {
    background-color: #333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Shadow */
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

    #menu li ul li {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        text-shadow: 1px 1px 1px #ffffff;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 130px;
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

#menu li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0 0 4px 0;
    padding: 4px 6px 4px 6px;
    width: 116px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
    /*--------------------------------------------------------------*/
    /* Rounded Corners */
    /*--------------------------------------------------------------*/

    #menu li .greybox li:hover {
        background: #ffffff;
        border: 1px solid #aaaaaa;
        padding: 4px 6px 4px 6px;
        margin: 0 0 4px 0;
    }
/*--------------------------------------------------------------*/
/* Share Feature Settings */
/*--------------------------------------------------------------*/

#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;
    display: none;
    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;
    *margin-right: -1px;
    color: #789;
    font-size: 11px;
}

    #share_menu input[type=text],
    #share_menu input[type=password] {
        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: normal;
    }

    #share_menu p.remember {
        padding: 10px 0;
    }

    #share_menu p.forgot,
    #share_menu p.complete {
        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: #39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
    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: bold;
}

    #share_submit::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    #share_submit:hover,
    #share_submit:focus {
        background-position: 0 -5px;
        cursor: pointer;
    }

.Bracket_Placement_UP_box {
    float: left;
    width: 286px;
}
/*--------------------------------------------------------------*/
/* Document Viewer - DC / Workflow Document Tabs
   (MyTabStyle) */
/*--------------------------------------------------------------*/

.DCViewer_Background {
    background-color: #F0F0F0;
}

.ajax__tab_panel {
    height: 100%;
    overflow: hidden;
    /*padding: 10px;*/
}

.MyTabStyle .ajax__tab_header {
    font-size: 12pt;
    font-weight: normal;
    display: block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-right: 3px;
        border: solid 1px #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: #ffffff;
    background-color: #FFFFFF;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-size: 14pt;
    background-color: #FFF;
    /*height: 100%;*/
}

.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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 750px;
    padding: 10px;
}


.ug_flex_PageContent {
    display: flex;
    width: 98%;
    margin: auto;
    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;
}

.ug_flex_Row {
    display: flex;
    width: 98%;
    margin: auto;
}

.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: none;
}

.fgm_FlexItem {
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 15px;
    width: 30%;
}

.ddi-formGroupHoriz {
    display: inline-block;
    vertical-align: top;
}

#DownloadBtnCont {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
    margin-top: 25px;
}

.aspLabelToBS {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#rptParams td {
    border: none;
    width: 250px;
    padding: 0px 5px;
}

#rptParams {
    display: inline-block;
}
/*DDI Flex Layouts*/
.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;
}


/*ViewDoc.css*/
.testIframeCont {
    position: relative;
    min-height: 600px;
    background-color: #d3d3d3;
}

.testIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    height: 100%;
    background-color: #d3d3d3;
}

.ddi-VDiFrame iframe, .ddi-VDiFrame {
    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;
    }

    /* Make the sidebar take the entire width of the screen */

    .ddi-rd-aside {
        width: auto;
    }
}

#RD_Body, #WFN_Body {
    background-color: #d3d3d3;
}

#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: 68px;
    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: 35px;
    left: 15px;
}

.ddi-WfDataTable td {
    border-left: 0;
    border-right: 0;
}

.ddi-WfDataTable table.dataTable thead th, .ddi-WfDataTable table.dataTable thead td {
    border: none;
}


.align-middle {
    vertical-align: middle !important;
}

.errorMsg2 {
    background-color: #d9534f;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.sucessMsg2 {
    background-color: #5cb85c;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/*--------------------------------------------------------------*/
/*  -------------------END OF STYLESHEET----------------------  */
/*--------------------------------------------------------------*/
