﻿body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

/* Custom width for the scrollbar */
::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

/* Style for the scrollbar track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the track */
    border-radius: 10px; /* Rounded borders */
}

/* Style for the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: #888; /* Color of the thumb */
    border-radius: 10px; /* Rounded borders */
}

    /* Style for the scrollbar thumb when hovered */
    ::-webkit-scrollbar-thumb:hover {
        background: #555; /* Color of the thumb when hovered */
    }


* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="radio"], input[type="checkbox"], input[type="file"], select, textarea {
    font-family: inherit;
    font-size: 12px;
}

input[type="text"], input[type="password"], textarea {
    padding: 5px;
    text-align: left;
    height: 25px;
}

select {
    height: 40px !important;
    width: 158px;
    padding: 5px;
}

input[type="button"], input[type="submit"] {
    height: 30px;
    width: 100px;
}

a {
    text-decoration: none;
    color: inherit;
}
/*******************************************/

.fullContent {
    /*border: 1px dashed red;*/
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: left;
    position: absolute;
}

.topZone {
    width: 100%;
    height: 44px;
    background-color: #0972CE;
    border-bottom: 4px solid #a0a0a0;
    margin-bottom: 30px;
}

.bottomZone {
    width: 100%;
    height: 44px;
    background-color: #0972CE;
    border-top: 4px solid #a0a0a0;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

    .bottomZone div {
        width: 100%;
        color: #ffffff;
        text-align: center;
        padding-top: 10px;
    }

.logoAndApp {
    /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    margin: 0px auto;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

    .logoAndApp img {
        width: 220px;
        /*height: 94px;*/
        border: none;
        margin: 10px;
    }

.appName {
    width: 100%;
    height: 15px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    background-color: #eaeaea;
    border-top: 2px solid #000;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.loginContent {
    /*border: 1px solid blue;*/
    width: 600px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.loginIconTitleContent {
    width: 100%;
    height: 60px;
    text-align: center;
}

.loginIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    padding: 5px 5px;
    top: 10px;
    vertical-align: middle;
}

    .loginIcon img {
        width: 24px;
        height: 24px;
    }

.loginTitle {
    width: 79px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.loginFields {
    border: 1px solid #000;
    width: 300px;
    height: auto;
    margin: 0px auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}

.loginTable {
    width: 100%;
}

    .loginTable tr {
        height: 35px;
    }

    .loginTable td {
        line-height: inherit;
    }

.appTerms {
    width: 100%;
    height: 70px;
    font-size: 11px;
    vertical-align: middle;
    margin: 40px 0px 10px 0px;
    text-align: center;
}

.error_div1 {
    border: 1px solid #ebccd1;
    width: 155px;
    height: 25px;
    margin: 0px auto;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    top: 78px;
    left: 270px;
    background-color: #f2dede;
}

.error_div2 {
    border: 1px solid #ebccd1;
    width: 155px;
    height: 25px;
    margin: 0px auto;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    top: 115px;
    left: 270px;
    background-color: #f2dede;
}

.error_field {
    position: absolute;
    float: left;
    color: #a94442;
    padding: 4px;
    width: 150px;
}


/***** ALERT MESSAGES *****/

.alert {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.fade.in {
    opacity: 1;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

/*--------------------------------*/

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


/***** TEXT UTILITIES *****/
.util_bold {
    font-weight: bold;
}

.util_centered {
    text-align: center;
}

.util_titleBig {
    font-weight: bold;
    font-size: 15px;
}

.util_titleMed {
    font-weight: bold;
    font-size: 13px;
}

.util_titleNor {
    font-weight: bold;
    font-size: 11px;
}

.util_textBig {
    font-size: 15px;
}

.util_textMed {
    font-size: 13px;
}

.util_textNor {
    font-size: 11px;
}

.util_exampleBig {
    font-size: 15px;
    font-style: italic;
    color: #a0a0a0;
}

.util_exampleMed {
    font-size: 13px;
    font-style: italic;
    color: #a0a0a0;
}

.util_exampleNor {
    font-size: 11px;
    font-style: italic;
    color: #a0a0a0;
}

.util_req {
    font-family: inherit;
    color: red;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
}

.util_highlight {
    background-color: #e6e6e6;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/******** MASTER PAGE **************/

.mp_header {
    width: 100%;
    height: auto;
    position: relative;
}

.mp_logoAndApp {
    /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

    .mp_logoAndApp img {
        width: 118px;
        /*height: 60px;*/
        border: none;
        margin: 10px;
    }

.mp_userTile {
    width: 100%;
    height: 35px;
    background-color: #0972CE;
    /*border-bottom: 4px solid #33a02b;*/
}

.mp_userContent {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    color: #ffffff;
    padding-top: 7px;
}

    .mp_userContent img {
        height: 24px;
        width: 24px;
    }

.mp_userIcon {
    position: relative;
    float: left;
    width: 40px;
    text-align: center;
}

    .mp_userIcon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.mp_filterWhite {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mp_username {
    position: relative;
    float: left;
    width: 400px;
    padding-top: 2px;
}

.mp_userLogout {
    position: relative;
    float: right;
    width: 80px;
}

.mp_userLogoutIcon {
    position: relative;
    float: left;
}

.mp_logout {
    position: relative;
    float: right;
    padding-right: 20px;
    padding-top: 2px;
}

    .mp_logout a {
        color: #ffffff;
    }

        .mp_logout a:hover {
            color: #ffffff;
            text-decoration: underline;
            font-weight: bold;
        }

.mp_mainContent {
    /*border: 1px dashed orange;*/
    width: 1400px;
    height: auto;
    text-align: left;
    float: left;
}

/****** MENU ******/
.mp_mainContent_MenuContainer {
    border: 1px solid grey;
    width: 233px;
    padding: 10px;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: white;
    float: left;
    position: relative;
    height: 750px;
}

.mp_mainContent_Menu {
    width: 100%;
    /*height: auto;*/
    padding: 0px;
}

.mp_menu_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px 10px 0px;
}

.mp_menu_search {
    width: 90%;
    height: 40px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    align-content: center;
    align-self: center;
}

.mp_menu_items {
    /*border: 1px solid red;*/
    width: 228px;
    padding-left: 5px;
    position: relative;
    float: left;
    margin-top: 10px;
}

.mp_menu_item {
    width: 100%;
    height: 50px;
    position: relative;
}

.mp_menu_icon {
    text-align: center;
    float: left;
}

    .mp_menu_icon img {
        height: 24px;
        width: 24px;
    }

.mp_menu_itemTitle {
    width: 180px;
    height: 24px;
    padding: 2px 0px 0px 10px;
    float: left;
    font-size: 13px;
}

    .mp_menu_itemTitle a {
        color: inherit;
    }

        .mp_menu_itemTitle a:hover {
            text-decoration: underline;
            font-weight: bold;
        }

hr {
    margin: 15px 0px 15px 0px;
}

.mp_menu_company {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 10px;
    margin: 40px 0px 10px 0px;
    float: left;
    color: darkgray;
}


/******* MAIN CONTENT AREA *****/

.mp_mainContent_workArea {
    /*border: 1px dashed lightgreen;*/
    width: 1100px;
    height: auto;
    padding: 10px;
    margin: 10px;
    float: left;
}

/******** APPS CONTENT ********/
.appsContent {
    /*border: 1px solid black;*/
    width: 100%;
    height: auto;
}

.appsContent_App {
    border: 1px solid transparent;
    width: 170px;
    height: auto;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 8px;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
}

    .appsContent_App:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.appsContent_App_icon {
    /*border: 1px solid red;*/
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 10px 0px;
}

    .appsContent_App_icon img {
        width: 64px;
        height: 64px;
    }

.appsContent_App_name {
    /*border: 1px solid purple;*/
    border: 1px solid transparent;
    width: 100%;
    height: 25px;
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
}

    .appsContent_App_name:hover {
        color: #28b351;
        background-color: #f1fbf4;
    }

/* WORK AREA PAGES */


.wa_appTitle {
    width: 96%;
    height: auto;
    padding: 15px 0px;
}

.wa_appSection {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 0px;
    /*border: 1px dashed #c6c6c6;*/
}

.wa_appOption {
    width: 200px;
    height: 30px;
    padding: 10px;
    float: left;
}

/* RESULT TABLE */
.wa_appSearchResultTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
}

    .wa_appSearchResultTable tr {
        height: 40px;
    }

        .wa_appSearchResultTable tr:hover {
            background-color: #FFFFE0;
        }

        .wa_appSearchResultTable tr td {
            padding-left: 5px;
            padding-right: 5px;
        }

.wa_resultTable_Titles {
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #ffffff;
}

.wa_resultTable_RowEven {
    background-color: #ffffff;
}

.wa_resultTable_RowOdd {
    background-color: #EAEAEA;
}

.wa_resultTable_SearchSummary {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 15px 0px 15px 0px;
}

.wa_appInputsTable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .wa_appInputsTable tr {
        height: 25px;
    }

        .wa_appInputsTable tr:hover {
            background-color: #FFFFE0;
        }

        .wa_appInputsTable tr td {
            padding: 15px 15px;
        }

.ui-datepicker-trigger {
    width: 24px;
    height: 24px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: absolute;
}

.updatedText {
    color: #a1a1a1;
    font-size: 11px;
    padding-top: 10px;
}

.save-edit-container {
    padding: 20px 0px;
    border: 1px solid red;
    width: 300px;
    height: auto;
}

.btn-container {
    float: left;
    padding-right: 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.edit {
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

/* FORMS */

.form-holder {
    width: 80%;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 26px;
}

    .form-holder .label {
        float: left;
        width: 28%;
        height: 20px;
        padding-top: 3px;
        text-align: right;
    }

    .form-holder .field {
        float: left;
        width: 68%;
    }

    .form-holder input, select {
        width: 100%;
        box-sizing: border-box;
        height: 23px;
    }

.cbl-large {
    display: flex;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.button-ribbon {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    float: right;
}

    .button-ribbon div {
        position: relative;
    }

.validation-field {
    width: 1%;
    height: 26px;
    float: left;
    margin-left: 3px;
}

    .validation-field .error_div {
        top: unset;
        left: unset;
        height: 22px;
        /*background-color: #f2dede;*/
        /*border: 1px solid #ebccd1;*/
        /*width: 280px;*/
    }

        .validation-field .error_div .error_field {
            padding: 2px;
            /*width: 100%;*/
            position: relative;
            white-space: nowrap;
            background-color: #f2dede;
            border: 1px solid #ebccd1;
        }

.dataTable tr td a {
    color: -webkit-link;
}

/* Override UI*/

/*.ui-state-active {
    border: 1px solid #e0e0e0 !important;
    background: #0b0b0c !important;
}*/

/* LOADER */
.loader-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loader {
    border: 1px solid #c6c6c6;
    width: 350px;
    height: 250px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    text-align: center;
    margin: 0px auto;
}

    .loader p {
        font-family: inherit;
        font-size: 13px;
        color: #be1e2d;
        font-weight: bold;
        padding: 20px;
    }

.loader_inactivity {
    border: 1px solid #c6c6c6;
    width: 350px;
    height: 250px;
    display: none;
    position: fixed;
    background-color: White;
    text-align: center;
    margin: 0px auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1000;
    margin-top: 20px;
}

    .loader_inactivity p {
        font-family: inherit;
        font-size: 13px;
        color: #be1e2d;
        font-weight: bold;
        padding: 20px;
    }

h5 {
    padding-top: 5px;
}

#cblRetireTech label, #cbRetireArea label, #cbFinance label, #bhTreasury label, #cbGG label {
    padding-left: 3px;
    padding-right: 5px;
}

.lawsuits_dashboard_container {
    width: 100%;
    height: auto;
}

.lawsuits_dashboard_top {
    width: 99%;
    height: 60%;
    padding: 10px;
}

.lawsuits_dashboard_bottom {
    width: 99%;
    height: 40%;
    padding: 10px;
}

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="radio"], input[type="checkbox"], input[type="file"], select, textarea {
    font-family: inherit;
    font-size: 12px;
}

input[type="text"], input[type="password"], textarea {
    padding: 5px;
    text-align: left;
    height: 25px;
}

select {
    height: 40px !important;
    width: 158px;
    padding: 5px;
}

input[type="button"], input[type="submit"] {
    height: 30px;
    width: 100px;
}

a {
    text-decoration: none;
    color: inherit;
}
/*******************************************/

.fullContent {
    /*border: 1px dashed red;*/
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: left;
    position: absolute;
}

.topZone {
    width: 100%;
    height: 44px;
    background-color: #0972CE;
    border-bottom: 4px solid #a0a0a0;
    margin-bottom: 30px;
}

.bottomZone {
    width: 100%;
    height: 44px;
    background-color: #0972CE;
    border-top: 4px solid #a0a0a0;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

    .bottomZone div {
        width: 100%;
        color: #ffffff;
        text-align: center;
        padding-top: 10px;
    }

.logoAndApp {
    /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    margin: 0px auto;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

    .logoAndApp img {
        width: 220px;
        /*height: 94px;*/
        border: none;
        margin: 10px;
    }

.appName {
    width: 100%;
    height: 15px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    background-color: #eaeaea;
    border-top: 2px solid #000;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

.loginContent {
    /*border: 1px solid blue;*/
    width: 600px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.loginIconTitleContent {
    width: 100%;
    height: 60px;
    text-align: center;
}

.loginIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    padding: 5px 5px;
    top: 10px;
    vertical-align: middle;
}

    .loginIcon img {
        width: 24px;
        height: 24px;
    }

.loginTitle {
    width: 79px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.loginFields {
    border: 1px solid #000;
    width: 300px;
    height: auto;
    margin: 0px auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}

.loginTable {
    width: 100%;
}

    .loginTable tr {
        height: 35px;
    }

    .loginTable td {
        line-height: inherit;
    }

.appTerms {
    width: 100%;
    height: 70px;
    font-size: 11px;
    vertical-align: middle;
    margin: 40px 0px 10px 0px;
    text-align: center;
}

.error_div1 {
    border: 1px solid #ebccd1;
    width: 155px;
    height: 25px;
    margin: 0px auto;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    top: 78px;
    left: 270px;
    background-color: #f2dede;
}

.error_div2 {
    border: 1px solid #ebccd1;
    width: 155px;
    height: 25px;
    margin: 0px auto;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    top: 115px;
    left: 270px;
    background-color: #f2dede;
}

.error_field {
    position: absolute;
    float: left;
    color: #a94442;
    padding: 4px;
    width: 150px;
}


/***** ALERT MESSAGES *****/

.alert {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.fade.in {
    opacity: 1;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

/*--------------------------------*/

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


/***** TEXT UTILITIES *****/
.util_bold {
    font-weight: bold;
}

.util_centered {
    text-align: center;
}

.util_titleBig {
    font-weight: bold;
    font-size: 15px;
}

.util_titleMed {
    font-weight: bold;
    font-size: 13px;
}

.util_titleNor {
    font-weight: bold;
    font-size: 11px;
}

.util_textBig {
    font-size: 15px;
}

.util_textMed {
    font-size: 13px;
}

.util_textNor {
    font-size: 11px;
}

.util_exampleBig {
    font-size: 15px;
    font-style: italic;
    color: #a0a0a0;
}

.util_exampleMed {
    font-size: 13px;
    font-style: italic;
    color: #a0a0a0;
}

.util_exampleNor {
    font-size: 11px;
    font-style: italic;
    color: #a0a0a0;
}

.util_req {
    font-family: inherit;
    color: red;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
}

.util_highlight {
    background-color: #e6e6e6;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/******** MASTER PAGE **************/

.mp_header {
    width: 100%;
    height: auto;
    position: relative;
}

.mp_logoAndApp {
    /*border: 1px solid red;*/
    width: 300px;
    height: auto;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}

    .mp_logoAndApp img {
        width: 118px;
        /*height: 60px;*/
        border: none;
        margin: 10px;
    }

.mp_userTile {
    width: 100%;
    height: 35px;
    background-color: #0972CE;
    /*border-bottom: 4px solid #33a02b;*/
}

.mp_userContent {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    color: #ffffff;
    padding-top: 7px;
}

    .mp_userContent img {
        height: 24px;
        width: 24px;
    }

.mp_userIcon {
    position: relative;
    float: left;
    width: 40px;
    text-align: center;
}

    .mp_userIcon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.mp_filterWhite {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mp_username {
    position: relative;
    float: left;
    width: 400px;
    padding-top: 2px;
}

.mp_userLogout {
    position: relative;
    float: right;
    width: 80px;
}

.mp_userLogoutIcon {
    position: relative;
    float: left;
}

.mp_logout {
    position: relative;
    float: right;
    padding-right: 20px;
    padding-top: 2px;
}

    .mp_logout a {
        color: #ffffff;
    }

        .mp_logout a:hover {
            color: #ffffff;
            text-decoration: underline;
            font-weight: bold;
        }

.mp_mainContent {
    /*border: 1px dashed orange;*/
    width: 1400px;
    height: auto;
    text-align: left;
    float: left;
}

/****** MENU ******/
.mp_mainContent_MenuContainer {
    border: 1px solid grey;
    width: 233px;
    height: auto;
    padding: 10px;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: white;
    float: left;
    position: relative;
}

.mp_mainContent_Menu {
    width: 100%;
    height: auto;
    padding: 0px;
}

.mp_menu_title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px 10px 0px;
}

.mp_menu_items {
    /*border: 1px solid red;*/
    overflow: scroll;
    overflow-x: hidden;
    width: 235px;
    height: 60vh;
    padding-left: 5px;
    position: relative;
    float: left;
}

.mp_menu_item {
    width: 100%;
    height: 50px;
    position: relative;
}

.mp_menu_icon {
    text-align: center;
    float: left;
}

    .mp_menu_icon img {
        height: 24px;
        width: 24px;
    }

.mp_menu_itemTitle {
    width: 180px;
    height: 24px;
    padding: 2px 0px 0px 10px;
    float: left;
    font-size: 13px;
}

    .mp_menu_itemTitle a {
        color: inherit;
    }

        .mp_menu_itemTitle a:hover {
            text-decoration: underline;
            font-weight: bold;
        }

hr {
    margin: 15px 0px 15px 0px;
}

.mp_menu_company {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 10px;
    margin: 40px 0px 10px 0px;
    float: left;
    color: darkgray;
}


/******* MAIN CONTENT AREA *****/

.mp_mainContent_workArea {
    /*border: 1px dashed lightgreen;*/
    width: 1100px;
    height: auto;
    padding: 10px;
    margin: 10px;
    float: left;
}

/******** APPS CONTENT ********/
.appsContent {
    /*border: 1px solid black;*/
    width: 100%;
    height: auto;
}

.appsContent_App {
    border: 1px solid transparent;
    width: 170px;
    height: auto;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 8px;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
}

    .appsContent_App:hover {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.appsContent_App_icon {
    /*border: 1px solid red;*/
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 10px 0px;
}

    .appsContent_App_icon img {
        width: 64px;
        height: 64px;
    }

.appsContent_App_name {
    /*border: 1px solid purple;*/
    border: 1px solid transparent;
    width: 100%;
    height: 25px;
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
}

    .appsContent_App_name:hover {
        color: #28b351;
        background-color: #f1fbf4;
    }

/* WORK AREA PAGES */


.wa_appTitle {
    width: 96%;
    height: auto;
    padding: 15px 0px;
}

.wa_appSection {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 0px;
    /*border: 1px dashed #c6c6c6;*/
}

.wa_appOption {
    width: 200px;
    height: 30px;
    padding: 10px;
    float: left;
}

/* RESULT TABLE */
.wa_appSearchResultTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
}

    .wa_appSearchResultTable tr {
        height: 40px;
    }

        .wa_appSearchResultTable tr:hover {
            background-color: #FFFFE0;
        }

        .wa_appSearchResultTable tr td {
            padding-left: 5px;
            padding-right: 5px;
        }

.wa_resultTable_Titles {
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #ffffff;
}

.wa_resultTable_RowEven {
    background-color: #ffffff;
}

.wa_resultTable_RowOdd {
    background-color: #EAEAEA;
}

.wa_resultTable_SearchSummary {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 15px 0px 15px 0px;
}

.wa_appInputsTable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .wa_appInputsTable tr {
        height: 25px;
    }

        .wa_appInputsTable tr:hover {
            background-color: #FFFFE0;
        }

        .wa_appInputsTable tr td {
            padding: 15px 15px;
        }

.ui-datepicker-trigger {
    width: 24px;
    height: 24px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: absolute;
}

.updatedText {
    color: #a1a1a1;
    font-size: 11px;
    padding-top: 10px;
}

.save-edit-container {
    padding: 20px 0px;
    border: 1px solid red;
    width: 300px;
    height: auto;
}

.btn-container {
    float: left;
    padding-right: 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.edit {
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

/* FORMS */

.form-holder {
    width: 80%;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 26px;
}

    .form-holder .label {
        float: left;
        width: 28%;
        height: 20px;
        padding-top: 3px;
        text-align: right;
    }

    .form-holder .field {
        float: left;
        width: 68%;
    }

    .form-holder input, select {
        width: 100%;
        box-sizing: border-box;
        height: 23px;
    }

.button-ribbon {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    float: right;
}

    .button-ribbon div {
        position: relative;
    }

.validation-field {
    width: 1%;
    height: 26px;
    float: left;
    margin-left: 3px;
}

    .validation-field .error_div {
        top: unset;
        left: unset;
        height: 22px;
        /*background-color: #f2dede;*/
        /*border: 1px solid #ebccd1;*/
        /*width: 280px;*/
    }

        .validation-field .error_div .error_field {
            padding: 2px;
            /*width: 100%;*/
            position: relative;
            white-space: nowrap;
            background-color: #f2dede;
            border: 1px solid #ebccd1;
        }

.dataTable tr td a {
    color: -webkit-link;
}

/* Override UI*/

/*.ui-state-active {
    border: 1px solid #e0e0e0 !important;
    background: #0b0b0c !important;
}*/

/* LOADER */
.loader-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loader {
    border: 1px solid #c6c6c6;
    width: 350px;
    height: 250px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    text-align: center;
    margin: 0px auto;
}

    .loader p {
        font-family: inherit;
        font-size: 13px;
        color: #be1e2d;
        font-weight: bold;
        padding: 20px;
    }


h5 {
    padding-top: 5px;
}


/* Legal App - Lawsuits */

#cblRetireTech label, #cbRetireArea label, #cbFinance label, #bhTreasury label, #cbGG label {
    padding-left: 3px;
    padding-right: 5px;
}

.lawsuits_dashboard_container {
    width: 100%;
    height: auto;
}

.lawsuits_dashboard_top {
    width: 99%;
    height: 60%;
    padding: 10px;
}

.lawsuits_dashboard_bottom {
    width: 99%;
    height: 40%;
    padding: 10px;
}
