﻿@font-face {
    font-family: 'VistraSans';
    src: url('../fonts/VistraSans-Regular.otf');
    src: url('../fonts/VistraSans-Regular.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Regular.woff') format('woff'), 
}

@font-face {
    font-family: 'VistraSans-Light';
    src: url('../fonts/VistraSans-Light.otf');
    src: url('../fonts/VistraSans-Light.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Light.woff') format('woff'), 
}

@font-face {
    font-family: 'VistraSans-Bold';
    src: url('../fonts/VistraSans-Bold.otf');
    src: url('../fonts/VistraSans-Bold.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Bold.woff') format('woff'), 
}

body {
}
html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    -ms-overflow-style: scrollbar;
    letter-spacing: 0.9px
}

body {
    background-color: #fff;
    font-size: 12px;
    /*font-family: "Open Sans";*/ /* via Google fonts */
    font-style: normal;
    font-weight:normal;
    padding-left: 0px;
}

a {
  color: #53575a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0909B7;
  text-decoration: underline;
}

input, select, option, textarea {
    font-size: 14px;
    /*font-family: "Open Sans";*/ /* via Google fonts */
    font-style: normal;
    /*font-weight: 400;*/
    font-weight:normal;
    padding-left: 4px;
    padding-right: 4px;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
}

.row {
    margin-left: 0;
}

.row-fluid {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.hsp-container {
    /*min-width: 1100px;*/
    min-width: 1350px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    display: block;
    position: absolute;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    *zoom: 1;
    width: 100%;
}

.row-fluid [class*="span"] {
    margin-left: 0;
    *margin-left: 0;
}

.row-fluid .span3 {
    width: 25.531914893617019%;
    *width: 25.425531914893616%;
}

.hsp-footer {
    font-size: 11px;
    color: #6e6e6e;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #caced3;
    bottom: 10px;
    height: 30px;
    position: absolute;
}

.hsp-footer-inner {
    padding: 8px 20px 0 16px;
    font-size: 10px;
}

/* Header -------------------------------------------------------------*/

.hsp-container .hsp-header {
    background-color: #fff;
    /*border-bottom: 4px solid #ffa92e;*/
    box-shadow: 0px 1px 2px #53575a;
}

.header-logo-wrapper {
    margin: 8px 16px 8px 16px;
    float: left;
}

.header-logo-wrapper-global-payroll {
    margin: 8px 16px 8px 16px;
    float: left;
    min-width: 206px;
}

.header-client-wrapper {
    margin-top: 45px;
    text-align: center;
    float: left;
}

.header-link-wrapper {
    margin: 28px 16px 0px 2px;
    min-width: 360px;
}

.header-link-wrapper-affiliate {
    margin: 48px 16px 0px 2px;
    min-width: 360px;
}

.header-app-name {
    margin-top: 6px;
    color: #667cb1;
    font-size: 25px;
    font-weight: bold;
}

.header-link {
    text-align: right;
    bottom: 0;
    right: 0;
}

.header-link .icon {
    vertical-align: top;
    line-height: 32px;
}

.header-client-name {
    font-size: 18px;
    font-weight: bold;
}

.radius-right-logo {
    margin-top: 6px;
    float: right;
    display: none;
}

.modal-header-selection, .modal-header-background {
    background-color: #0909B7;
    border-bottom: 1px solid #0909B7;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}


/* Modal -------------------------------------------------------------*/

.modal {
    position: absolute !important;
}

.modal-header-selection, .modal-header-background {
    background-color: #0909B7;
    border-bottom: 1px solid #0909B7;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.modal-footer {
    background-color: #f0f1f3;
    border-top: 1px solid #caced3;
    border-radius: 0px 0px 6px 6px;
}

.modal-header h3 {
    font-size: 20px;
}

.results-none {
    width: 100%;
    background-color: #fff;
    padding: 7px;
    border-bottom: 1px solid #caced3;
}
/*flagger*/

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.nav-tabs-entities {
    margin-bottom: 0;
    border-bottom: none;
}

    .nav-tabs-entities > .parent {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
    }

        .nav-tabs-entities > .parent:hover, .nav-tabs-entities .parent a:hover {
    background-color: #fafafa !important;
        }

    .nav-tabs-entities > .disabled:hover, .nav-tabs-entities .disabled a:hover {
        background-color: #edeef0 !important;
    }

    .nav-tabs-entities .disabled a:hover {
        border-color: #edeef0 !important;
    }

    .nav-tabs-entities .parent > a:hover {
    /*border-right: 1px solid #fff;*/
    border-right: 0;
    }

    .nav-tabs-entities > li {
        border-right: 1px solid #caced3;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .nav-tabs-entities > .disabled > a {
        color: #ccc;
    }

    .nav-tabs-entities .parent > a:hover {
        border-right: 0 solid #fff;
    }

    .nav-tabs-entities .caret {
        margin-top: 6px;
        margin-left: 4px;
    }

.parent {
    position: static;
}



.main-content-1 {
    border-right: 1px solid transparent;
}

.rotate90CW {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    padding-right: 3px;
    position: relative;
    top: -3px;
}

.rotate-90CW {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    padding-right: 3px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.hsp-container .text-right {
    text-align: right;
}

.hsp-container .text-left {
    text-align: left;
}

.topm1 {
    margin-top: 1px;
}

.topm2 {
    margin-top: 2px;
}
.topm4 {
    margin-top: 4px;
}

.topm5 {
    margin-top: 5px;
}
.topm7 {
    margin-top: 7px;
}
.topm8 {
    margin-top: 8px;
}
.topm9 {
    margin-top: 9px;
}

.topm10 {
    margin-top: 10px;
}

.topm-10 {
    margin-top: -10px;
}

.topm-30 {
    margin-top: -30px;
}

.topm15 {
    margin-top: 15px;
}

.topm20 {
    margin-top: 20px;
}

.topm25 {
    margin-top: 25px;
}

.topm40 {
    margin-top: 40px;
}

.botm0 {
    margin-bottom: 0;
}
.botm5 {
    margin-bottom: 5px;
}
.botm7 {
    margin-bottom: 7px;
}

.botm10 {
    margin-bottom: 10px;
}
.botm11 {
    margin-bottom:11px;
}

.botm15 {
    margin-bottom: 15px;
}

.botm20 {
    margin-bottom: 20px;
}

.botm40 {
    margin-bottom: 40px;
}

.botm50 {
    margin-bottom: 50px;
}

.rightm5 {
    margin-right: 5px;
}
.rightm7 {
    margin-right: 7px;
}

.rightm-7 {
    margin-right: -7px;
}

.rightm8 {
    margin-right: 8px;
}

.rightm10 {
    margin-right: 10px;
}

.rightm15 {
    margin-right: 15px;
}

.rightm20 {
    margin-right: 20px;
}
.leftm-2 {
    margin-left: -2px;
}

.leftm2 {
    margin-left: 2px;
}

.leftm3 {
    margin-left: 3px;
}
.leftm4 {
    margin-left:4px;
}
.leftm5 {
    margin-left: 5px;
}

.leftm10 {
    margin-left: 10px !important;
}
.leftm-10 {
    margin-left: -10px !important;
}

.leftm15 {
    margin-left: 15px !important;
}

.leftm25 {
    margin-left: 25px;
}

.leftm40 {
    margin-left: 40px;
}

.leftm50 {
    margin-left: 50px;
}

.leftm60 {
    margin-left: 60px;
}

.leftm100 {
    margin-left: 100px;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-right-20 {
    padding-right: 20px;
}

.pad-left-20 {
    padding-left: 20px;
}

.pad2 {
    padding: 2px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.margin0 {
    margin: 0;
}

.margin2 {
    margin: 2px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.white {
    background-color: #fff;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-display {
    display: none;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.no-decoration {
    text-decoration: none;
}

.no-decoration-on-hover:hover {
    text-decoration: none;
}

.height-850 {
    min-height: 850px;
}

.height-800 {
    min-height: 800px;
}

.height-700 {
    min-height: 700px;
}

.height-650 {
    min-height: 650px;
}

.height-550 {
    min-height: 550px;
}

.height-450 {
    min-height: 450px;
}

.height-55 {
    min-height: 55px;
}

.bggreen {
    background-color: green;
}

.bglime {
    background-color: lime;
}

.bgorange {
    background-color: orange;
}

.bgmaroon {
    background-color: maroon;
}

.bgyellow {
    background-color: yellow;
}

.bgblue {
    background-color: blue;
}

.border-green {
    border: 2px solid green;
}

.border-lime {
    border: 2px solid lime;
}

.border-orange {
    border: 2px solid orange;
}

.border-maroon {
    border: 2px solid maroon;
}

.border-yellow {
    border: 2px solid yellow;
}

.border-blue {
    border: 2px solid blue;
}

.app-modal-window {
    width: 1000px;
}

.referenceWrapping {
    word-break: break-all;
}

input.ng-invalid.ng-dirty, input.ng-invalid-date.ng-dirty {
    background-color: #fce0e0;
    border: 1px solid #e07272 !important;
}

textarea.ng-invalid.ng-dirty, input.ng-invalid-date.ng-dirty {
    background-color: #fce0e0;
    border: 1px solid #e07272 !important;
}

select.ng-invalid.ng-dirty {
    background-color: #fce0e0;
    border: 1px solid #e07272 !important;
}

.gridStyle {
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
    width: auto;
    height: 300px;
    font-size: 11px;
    margin-top: 2px;
}

.right5 {
    padding-right: 5px;
}

.noFloat, .no-float {
    float: none;
}

.main-content .ui-grid-top-panel, .main-content-table thead tr {
    background-color: #bce0f1;
    /*background-color: #bfd7ee;*/
   background-color: #66a9d0;
}

.main-content table {
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
}

    .main-content table tr {
        border-bottom: 1px solid #ccc;
        border-bottom: 1px solid #caced3;
    }

    .main-content table thead tr {
        border-top: 1px solid #ccc;
        border-top: 1px solid #caced3;
    }

    .main-content table th, .main-content-table th {
        font-weight: bold;
        padding: 6px;
    }

    .main-content table td, .main-content-table td {
        padding: 10px 6px 10px 6px;
        line-height: 14px;
    }

        .main-content table td:first-child {
            padding-left: 16px;
        }

        .main-content table td:last-child, .main-content-table td:last-child {
            padding-right: 16px;
        }

    .main-content table .main-content-table {
        margin-bottom: 0;
    }

.main-content-table td {
    line-height: 14px;
}

.main-content-table tfoot tr {
    background-color: #bce0f1;
    /*background-color: #bfd7ee;*/
    background-color: #66a9d0;
}

.main-content .ngVerticalBarVisible {
    width: 1px;
    background-color: transparent;
}

.ngCellTextLeft {
    text-align: left;
}

.ngCellTextRight {
    text-align: right;
}

.ui-grid-row.odd {
    background-color: #fff;
}

.ui-grid-row.even {
    background-color: #f7f7f7;
}

.ui-grid-row a {
    text-decoration: underline;
}

.ngSorted .ngSortButtonDown {
    margin-left: 5px;
    margin-right: auto;
}

.ngSorted .ngSortButtonUp {
    margin-left: 5px;
    margin-right: auto;
}

.ngCellTextRight .ngSortButtonDown {
    margin-left: auto;
    margin-right: 5px;
}

.ngCellTextRight .ngSortButtonUp {
    margin-left: auto;
    margin-right: 5px;
}

.title-right {
    float: right;
    padding: 14px 16px 10px 16px;
    display: inline;
}

.title {
    border-bottom: 1px solid #caced3;
    /*font-weight: bold;*/
    background-color:#66a9d0;
}

.subsidiary-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    float: right;
    color: #6e6e6e;
    padding-right: 6px;
}

.fleft {
    float: left;
}

/* Begin FireFox Validation Fixes
 *
 * Fix for AngularJS / Firefox validation issue - input appears in error for required fields before the user
 * ever has a chance to edit the fields. Styles applied on page load and when user clicks into
 * empty required fields.
 */
input:focus, select:focus, text:required, select.ng-invalid.ng-dirty:focus, input.ng-invalid.ng-dirty:focus {
    box-shadow: none !important;
    border: 1px solid #b0b6bd !important;
    background-color: #fff;
    color: #555 /*!important*/;
}

select {
    color: #000 /*!important*/;
}

/* End FireFox Validation Fixes */

#vertical_scrolling {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-top: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

#employeeActionContainer {
    margin-top: 7px;
}

.pointer {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

    .btn:hover, .btn:active {
        background-position: 0 -15px;
        color: #fff;
        text-decoration: none;
        background-color: #027fca;
        border: 1px solid #ccc;
    }

    .btn:focus,
    .btn:hover,
    .btn:active {
        outline: none !important;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled {
        pointer-events: none;
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #ccc;
        border: 1px solid #ccc;
        color: #888 !important;
    }

    .btn[disabled] {
        pointer-events: none;
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #ccc;
        border: 1px solid #999;
        color: #999 !important;
    }

.frightEmpWrap {
    float: right;
    padding-right: 0;
    margin-right: 0;
}

    .frightEmpWrap #employeeActionContainer {
        padding-right: 0;
        padding-bottom: 6px;
    }

div#bgSpreadsheetFill {
    float: left;
    padding-left: 10px;
}

.fright {
    float: right;
}

.topm5 {
    margin-top: 5px;
}

/* Content Column -------------------------------------------------------------*/
.main-content { /*background-color: #fff;*/
}

/* Customer header row */
.customer-title {
    background-color: #efefef;
    border-bottom: 1px solid #caced3;
}

.customer-title-left {
    padding: 14px 16px 14px 16px;
    float: left;
}

    .customer-title-left .customer-name {
        font-size: 20px;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

.customer-title-right {
    float: right;
    padding: 14px 16px 10px 16px;
    display: inline;
}

    .customer-title-right .subsidiary-label, .customer-title-right .subsidiary-name, .customer-title-right .subsidiary-flag, .customer-title-right .subsidiary-select-view {
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: bold;
        float: right;
    }

    .customer-title-right .subsidiary-name {
        color: #6e6e6e;
        padding-right: 6px;
    }

    .customer-title-right .subsidiary-flag {
        padding-right: 12px;
        margin-top: 0;
    }

    .customer-title-right .subsidiary-select-view {
        border: 0px solid Green;
        padding: 0;
        margin: 0;
        display: inline;
        height: 28px;
        margin-top: -6px;
    }

/* inner nav -------------------------------------------------------------------*/
.inner-nav {
    padding: 14px 16px 14px 16px;
    font-size: 16px;
}

.global-filter, .subsidiary-filter, .employee-filter {
    padding: 0;
    margin-left: 15px;
    margin-bottom: 11px;
}

.display-title, .action-main-title {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 6px 12px;
}

.global-filter .display-title, .subsidiary-filter .display-title {
    padding-left: 0;
    padding-bottom: 3px;
}

.global-filter .display-filter-wrap, .subsidiary-filter .display-filter-wrap {
    padding: 0;
    margin-right: 12px;
}

.inner-nav a {
    color: #ffa92e;
    color: #4266b0;
}

    .inner-nav a:hover {
        text-decoration: none;
        color: #fdbe63;
        color: #6d90d9;
    }

    .inner-nav a.current {
        font-weight: bold;
    }

    .inner-nav a.active:hover {
        color: #fdbe63;
        color: #6d90d9;
    }

    .inner-nav a.inactive {
        color: #eaeaea;
    }

    .inner-nav a.minor {
        padding: 16px;
        font-size: 14px;
    }

.download-button-wrapper .download-button, .button-gp /*.inner-nav .button-gp, .action-list .button-gp*/ {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #80b0de;
    background-color: #4266b0;
    background-color: #5e7dbc;
    background-color: #7e97c9;
    background-color: #82b0e1;
    *zoom: 1;
    font-size: 11px;
    border-image: none;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    padding: 2px 12px;
    margin-bottom: 0;
}

action-title .download-button-wrapper .download-button, .action-title .button-gp /*.inner-nav .button-gp, .action-list .button-gp*/ {
    background-color: #6e9dcf;
}

.members-wrapper {
    background-color: #bce0f1;
    /*background-color: #bfd7ee;*/
    background-color: #66a9d0;
}

.action-list .button-gp {
    margin-bottom: 3px;
}

.hsp-container .customer-title .dropdown-toggle, .dropdown-toggle {
    border: 1px solid #caced3;
}

.filter-row button.dropdown-toggle, .dropdown-toggle,
.filter-row a.dropdown-toggle {
    overflow: hidden;
}

    .filter-row button.dropdown-toggle span.ng-binding, .dropdown-toggle,
    .filter-row a.dropdown-toggle span.ng-binding {
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
    }

.hsp-container .hsp-container .customer-title .dropdown-toggle:active, .hsp-container .customer-title .dropdown-toggle:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f3', endColorstr='#e2e5e7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f1f3), to(#e2e5e7)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f0f1f3, #e2e5e7); /* for firefox 3.6+ */
}

.hsp-container .customer-title .btn-group.open .dropdown-toggle, .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2'); /* for IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f3', endColorstr='#e2e5e7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f1f3), to(#e2e5e7)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f0f1f3, #e2e5e7); /* for firefox 3.6+ */
}

#filter_button {
    width: 220px;
}

/* Content: display filter wrapper --------------------------------------------*/
.display-wrap {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    margin: 0px 16px 0px 16px;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.display-filter-wrap .display-title, .display-filter-wrap .action-main-title {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 6px 0;
}

.display-filter-wrap {
    padding: 10px 16px 5px 16px;
}

    .display-filter-wrap .btn {
        border: 1px solid #9ba8ae;
    }

.display-filter-wrap {
    padding: 0;
}

    .display-filter-wrap input {
        font-weight: normal;
    }

.display-filter-left {
    float: left;
    /*padding: 6px 4px 6px 10px; */
}

.display-filter-right {
    float: right;
    border-top: 0px;
    border-left: 1px solid #ccc;
    border-left: 1px solid #caced3;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
    padding: 6px;
    background-color: #fff;
    position: relative;
    -moz-border-bottom-left-radius: 8px; /* Firefox */
    -webkit-border-bottom-left-radius: 8px; /* Safari & Chrome */
    -khtml-border-bottom-left-radius: 8px; /* Linux browsers */
    border-bottom-left-radius: 8px;
    top: -17px;
    left: 17px;
    z-index: 3;
}

    .display-filter-right .download-button {
        position: relative;
        top: -5px;
        left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 2px 10px;
        font-size: 11px;
        border-image: none;
        -webkit-appearance: none;
        border: none;
        display: inline-block;
        *display: inline;
        padding: 4px 12px;
        margin-bottom: 0;
        *margin-left: .3em;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #599dbe;
        *zoom: 1;
    }

.filter-row {
    margin-bottom: 0px;
}

.filter-row-smaller {
    width: 350px;
}

.filter-view {
    margin: 12px 0 12px 0;
}

.display-filter-wrap label {
    font-size: 14px;
    font-weight: bold;
}

.display-filter-wrap input, .display-filter-wrap select {
    font-size: 14px;
    /*margin-right: 12px;*/
}

.display-filter-wrap input, .display-filter-wrap select {
    border: 1px solid #aeaeae;
    border: 1px solid #aab1b9;
}

.display-filter-wrap {
}

.filter-input-search {
    background-repeat: no-repeat;
    background-image: url(../images/icon-grey-mag-glass.png);
    background-position: 6px 6px;
    padding: 0px 1px 0px 22px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 24px;
    width: 250px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #aab1b9;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 11px;
}

::-ms-clear {
    display: none;
}

.hsp-container .display-filter-wrap .dropdown-toggle, .hsp-container .display-filter-wrap .form-control {
    /*font-family: "Open Sans";*/
    border: 1px solid #aeaeae;
    border: 1px solid #aab1b9;
    padding: 1px 8px 1px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
    filter: none;
    background: none;
    text-align: left;
    background-image: none;
    height: 26px; /* forces height to match search box for FF and IE */
    background-color: #fff;
}

.hsp-container .display-filter-wrap .dropdown-toggle, .dropdown-toggle, .dropdown-toggle {
    width: 170px;
}

.hsp-container .display-filter-wrap .form-control {
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    padding-top: 1px;
    height: 24px;
}

.hsp-container .display-filter-wrap .dropdown-toggle .caret-hsp, .customer-title-right .dropdown-toggle .caret-hsp, .dropdown-toggle .caret-hsp {
    background-image: url("../images/icon-toggle-drop-down.png");
    width: 9px;
    height: 7px;
    background-repeat: no-repeat;
    margin: 5px 1px 0 0px;
    float: right;
    background-color: transparent;
}

.hsp-container .display-filter-wrap .dropdown-toggle .caret-reset,
.content-title-right .dropdown-toggle .caret-reset,
.customer-title-right .dropdown-toggle .caret-reset, 
.dropdown-toggle .caret-reset,
.caret-reset {
    background-image: url("../images/icon-reset-filter.png");
    width: 12px;
    height: 12px;
    margin: 4px 0 0 0;
    float: right;
}

.customer-title-right .dropdown-toggle, .dropdown-toggle {
    padding: 3px 12px;
    font-size: 11px;
    margin-bottom: 0;
}

    .customer-title-right .dropdown-toggle .caret-hsp, .dropdown-toggle .caret-hsp {
        margin-left: 12px;
    }

.display-disclaimer, .action-disclaimer {
    margin: 14px 16px 14px 16px;
    font-size: 10px;
}

    .display-disclaimer p {
        line-height: 15px;
        margin-bottom: 2px;
    }

.filter-row .filter-button-label {
    font-size: 14px;
    text: normal;
    margin-top: 3px;
}

.display-filter-wrap .btn-group {
    margin-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .display-filter-wrap .btn-group .btn-grad {
        margin: 0;
    }

        .display-filter-wrap .btn-group .btn-grad:hover {
        }

.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active,
.btn-grad.active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceef7', endColorstr='#c9dae1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dceef7), to(#c9dae1)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #dceef7, #c9dae1); /* for firefox 3.6+ */
}
/*Tempoaraliy commented*/
/*.display-filter-wrap .btn {
    padding: 3px 12px;
}*/

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a.active, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #599dbe;
    background-color: #82b0e1;
    background-image: none;
    cursor: pointer;
    outline: 0px;
}

.dropdown-members {
    max-height: 50px;
    overflow-y: auto;
}

.dropdown-menu .dropdown-menu-wrapper {
    margin: 6px 10px;
    padding-bottom: 4px;
}

.dropdown-menu-wrapper .dropdown-menu-title {
    margin: 0px 4px 0px 0px;
}

.dropdown-menu-wrapper .dropdown-menu-footer {
    margin: 5px 0px 7px 4px;
}

.dropdown-menu .dropdown-menu-item-wrapper {
    max-height: 100px;
    overflow-y: scroll;
}

.subsidiary-filter .dropdown-menu .dropdown-menu-item-wrapper {
    max-height: 150px;
}

.dropdown-menu-title {
    font-weight: bold;
    font-size: 13px;
}

.dropdown-menu-footer {
}

.dropdown-menu-item {
    font-size: 11px;
    color: #000;
}

.dropdown-menu-item-button {
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    padding: 5px 5px 2px 5px;
    width: 90%;
    margin: 3px 0 2px 0;
    font-size: 11px;
}

.dropdown-menu a:hover {
    filter: none !important;
}

.search-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
    padding: 5px;
    top: 18px;
    left: 36px;
    border-top: none;
}

.global-filter .dropdown-menu-li, .date-picker {
    padding-right: 20px;
    width: 200px;
}

.date-pick-wrap > ul {
    padding: 10px;
}

    .date-pick-wrap > ul li:last-child {
        padding: 0;
        padding-top: 6px !important; /* todo: remove need for ! */
    }

        .date-pick-wrap > ul li:last-child button {
            margin: 0;
        }

            .date-pick-wrap > ul li:last-child button:hover {
                color: #000;
            }

        .date-pick-wrap > ul li:last-child button, .date-pick-wrap > ul li:last-child .btn-info:focus {
            -webkit-appearance: none;
            background-image: none;
            color: #fff;
        }

        .date-pick-wrap > ul li:last-child .btn-group {
            padding: 0;
        }

        .date-pick-wrap > ul li:last-child .btn-info, .date-pick-wrap > ul li:last-child .btn-danger, .date-pick-wrap > ul li:last-child .btn-success, .date-pick-wrap > ul li:last-child .btn-default {
            background-color: #599dbe;
            background-color: #82b0e1;
        }

            .date-pick-wrap > ul li:last-child .btn-info:active {
            }

            .date-pick-wrap > ul li:last-child .btn-info.disabled, .date-pick-wrap > ul li:last-child .btn-info[disabled] {
                /*background-color: #ccc;*/
            }

.date-pick-wrap .dropdown-menu table {
    font-size: 11px;
    color: #000;
}

    .date-pick-wrap .dropdown-menu table thead {
    }

.main-content .date-pick-wrap .dropdown-menu table th, .main-content .date-pick-wrap .dropdown-menu table td {
    padding: 2px;
}

.main-content .date-pick-wrap .dropdown-menu table thead tr th {
    background-color: #fff;
    font-size: 12px;
}

.main-content .date-pick-wrap .dropdown-menu table thead tr:first-child th {
    padding-bottom: 6px;
}

.date-pick-wrap .dropdown-menu table tr {
    border: none;
}

    .date-pick-wrap .dropdown-menu table tr td {
    }

.date-pick-wrap .dropdown-menu table th button {
    font-size: 12px;
}

.date-pick-wrap .dropdown-menu table button {
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    padding: 2px;
}

.date-pick-wrap .btn-info {
    color: #000;
}

    .date-pick-wrap .btn-info:hover, .date-pick-wrap .btn-info:focus, .date-pick-wrap .btn-info:active, .date-pick-wrap .btn-info.active,
    .date-pick-wrap .btn:hover, .date-pick-wrap .btn:focus, .date-pick-wrap .btn:active, .date-pick-wrap .btn.active {
        color: #599dbe;
        color: #82b0e1;
    }

    .date-pick-wrap .btn-info.disabled, .date-pick-wrap .btn-info[disabled],
    .date-pick-wrap .btn.disabled, .date-pick-wrap .btn[disabled] {
        color: #c3c3c3;
    }

.date-pick-wrap .dropdown-menu table thead tr th:first-child button, .date-pick-wrap .dropdown-menu table thead tr th:last-child button {
    font-size: 11px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    background-color: transparent;
    background-position: 6px 4px;
    padding: 10px;
}

.date-pick-wrap .dropdown-menu table thead tr th:first-child button {
    background-image: url("../images/icon-toggle-drop-down.png");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
}

.date-pick-wrap .dropdown-menu table thead tr th:last-child button {
    background-image: url("../images/icon-toggle-drop-down.png");
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Opera, Chrome, and Safari */
}

.date-pick-wrap input {
    padding: 2px 6px;
}

.display-filter-wrap .filter-row .filter-active {
    border: 1px solid rgba(82, 168, 236, 0.8);
    border: 1px solid #4266b0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
}

/* General documents -----------------------------------------------------------*/
.accordion-header {
    background-color: #dfe3e8;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
    border-bottom: 1px solid #cbcfd4;
}

    .accordion-header button {
        font-size: 12px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-image: none;
        filter: none;
        padding: 6px 12px 6px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        color: #333;
        line-height: normal;
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all;
    }

.accordion-header-closed {
    -moz-border-radius: 8px 8px 8px 8px !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
    height: initial;
    border-bottom: none;
}

.display-wrap-closed {
    padding-bottom: 0 !important;
}

.general-document-filter-wrap .btn-filter {
    background-color: #fff;
    text-shadow: none;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.general-document-filter-wrap .btn-general-document {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 2px 6px 3px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.general-document-filter-wrap .btn-general-document .caret-hsp {
    margin-top: 8px !important;
}

.general-document-filter-wrap .btn-general-document .caret-reset {
    margin-top: 4px !important;
}

.general-document-filter-wrap .btn-general-document .document-filter {
    margin-top: 2px !important;
}

.general-document-filter-wrap .btn-general-document {
    margin: 0em;
    font: normal normal normal normal 13.3333330154419px/normal VistraSans;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

.documents-type-ahead {
    margin-left: 50px !important;
}

.documents-type-ahead ul {
    display: none !important;
    visibility: hidden !important;
}

.loading-spinner-wrap {
    position: relative;
    left: 48%;
    width: 110px;
}

.loading-spinner-popup {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #aab1b9;
    padding: 20px 40px;
    z-index: 8000;
    position: absolute;
    margin: 0 auto 0 auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-animation: 0.5s fade-it-in;
    animation: 0.5s fade-it-in;
    opacity: 0.8;
    font-size:22px;
}

.results-none {
    width: 100%;
    background-color: #fff;
    padding: 7px;
    border-bottom: 1px solid #caced3;
}

.documents-wrap .ui-grid-header-cell {
    border-left: none;
    border-right: none;
}

.documents-wrap .ui-grid-cell {
    border-right: none;
}

.app-modal-window-edit-document {
    width: 800px !important;
}

.app-modal-window-file-upload {
    width: 800px !important;
}

.file-upload-min-height {
    min-height: 320px;
}

.edit-document-min-height {
    min-height: 220px;
}

.chevronNumSmall {
    width: 30px;
    text-align: left;
    float: left;
}

.popupRail, .popupMiddleRail {
    float: left;
}

.popupRail, .popupMiddleRail {
    margin-right: 36px;
}

.separation-line {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.file-progress-bar {
    width: 100px;
    margin-bottom: 0px;
}

.files-box {
    margin-left: 10px;
    margin-top: 10px;
}

.text-disabled, .text-disabled:hover, .text-disabled:focus {
    color: #c3c3c3;
    cursor: default;
    text-decoration: none;
}

.date-pick-wrap .input-date-picker {
    width: 90px;
    padding: 3px;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.drop.drag-over {
    border: 2px dashed green !important;
}

.edit-document-space {
    height: 20px;
}

.edit-document-name {
    max-width: 200px;
}

.document-name:hover {
    color: #6d90d9;
    text-decoration: underline;
}

/* Content table  -------------------------------------------------------------*/
.main-content table, .main-content-table {
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
}

    .main-content table tr, .main-content-table tr {
        border-bottom: 1px solid #ccc;
        border-bottom: 1px solid #caced3;
    }

    .main-content table thead tr, .main-content-table thead tr {
        border-top: 1px solid #ccc;
        border-top: 1px solid #caced3;
    }

    .main-content table th, .main-content-table th {
        font-weight: bold;
        padding: 6px;
    }

    .main-content table td, .main-content-table td {
        padding: 10px 6px 10px 6px;
        line-height: 14px;
    }

        .main-content table td:first-child {
            padding-left: 16px;
        }

        .main-content table td:last-child, .main-content-table td:last-child {
            padding-right: 16px;
        }

    .main-content table tfoot tr, .main-content-table tfoot tr {
    }

    .main-content table .main-content-table {
        margin-bottom: 0px;
    }

table.payment-account-summary {
    background-color: #ddeff8;
    /*background-color: #ddeaf6;*/
    /*background-color: #77b2d4;*/
    background-color: #b9d8e9;
}

.display-wrap .main-content-table {
    margin-bottom: 0px;
}

.main-content-totals {
    background-color: #ddeff8;
}

    .main-content-totals td {
        padding-top: 10px;
    }

    .main-content-totals td {
        padding-top: 10px;
        line-height: 14px;
    }

table.payment-account-summary td {
    padding-top: 10px;
}

.main-content-table td {
    line-height: 14px;
}

table.payment-account-summary td {
    padding-top: 10px;
    line-height: 14px;
}

.main-content table label {
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

.main-content .btn, .main-content li, .customer-title li /*, .main-content .btn-group*/ {
    font-size: 14px;
}

.main-content .dropdown-menu > li > a, .customer-title .dropdown-menu > li > a {
    padding: 2px 12px 2px 12px;
}

table td.collapser {
    /* TODO */
}

.modal table.main-content-table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #caced3;
    border-right: 1px solid #caced3;
}

.table-white-data tr {
    background-color: #fff;
}

.max-table-wrap {
    max-height: 400px;
    overflow-y: scroll;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #caced3;
    border-bottom: 1px solid #caced3;
}
    /*.global-filter thead tr td:first-child { padding-left: 8px; border: 1px solid Red;} todo: override not strong enough - find the source */
    .max-table-wrap table tr:first-child {
        border-top-width: 0;
    }

    .max-table-wrap table thead th:first-child {
        padding-left: 15px;
    }

    .max-table-wrap table tr:last-child {
        border-bottom-width: 0;
    }

.display-wrap-half-round .max-table-wrap table {
    margin-bottom: 0;
}

/* ngTables  ---------------------------------------------------------------------*/

.main-content .ui-grid-top-panel, .main-content-table thead tr {
    background-image: none;
    background-color: #c3c6ca;
    background: #c3c6ca;
}

.main-content-table tfoot tr {
    background-color: #c3c6ca;
    background: #c3c6ca;
}

.main-content .ngVerticalBarVisible {
    width: 1px;
    background-color: transparent;
}

.ui-grid-cell, .ui-grid-cell-contents {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
}

.ngCellTextLeft {
    text-align: left;
}

.ngCellTextRight {
    text-align: right;
}

.ui-grid-row.odd {
    background-color: #fff;
}

.ui-grid-row.even {
    background-color: #f3f3f3;
}

.ui-grid-row a {
    text-decoration: underline;
}

    .ui-grid-row a.no-decoration {
        text-decoration: none;
    }

.ngSorted .ngSortButtonDown {
    margin-left: 5px;
    margin-right: auto;
}

.ngSorted .ngSortButtonUp {
    margin-left: 5px;
    margin-right: auto;
}

.ngCellTextRight .ngSortButtonDown {
    margin-left: auto;
    margin-right: 5px;
}

.ngCellTextRight .ngSortButtonUp {
    margin-left: auto;
    margin-right: 5px;
}

/* general documents grid overrrides*/
.documents-wrap .ui-grid-header-cell {
    border-color: #b5bbc1;
}

.documents-wrap .ui-grid-header {
    border-top: 1px solid #b5bbc1;
    border-bottom: 1px solid #b5bbc1;
}

.documents-wrap .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    border-color: #b5bbc1;
}

.documents-wrap .ui-grid-row:last-child .ui-grid-cell {
    border-bottom-color: #d4d4d4;
}

.documents-wrap .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fff;
}

.documents-wrap .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f4f5f6;
}

.documents-wrap .ui-grid-cell {
    border-color: #d4d4d4;
}

.documents-wrap .ui-grid-header-cell .sortable {
    cursor: default;
}

.general-documents .ui-grid-row {
    border-bottom: 1px solid #caced3;
}

.documents-wrap .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f4f5f6;
}

.documents-wrap .ui-grid-top-panel {
    background: none;
    /*background-color: #bfd7ee;*/
    background-color: #66a9d0;
}

.documents-wrap .ui-grid-header-cell {
    border-left: none;
    border-right: none;
}

.documents-wrap .ui-grid-cell {
    border-right: none;
}

.documents-wrap .ui-grid-cell-contents img {
    margin-right: 5px;
}

/*******************************************************************************************************************************************************/
/* todo: the bottom "ui-grid-cell-clickable" piece will eventually control all this cursor behavior once angular the directive adds the class, as not all cells should be clickable */
.main-content-table .ui-grid-canvas .ui-grid-row:hover, 
.main-content-table .ui-grid-canvas .ui-grid-row:hover div,
.main-content-table .ui-grid-canvas .ui-grid-row:hover span, 
.main-content-table .ui-grid-canvas .ui-grid-cell-clickable:hover,
.main-content .ui-grid-canvas .ui-grid-row:hover, .ui-grid-row:hover, 
.main-content .ui-grid-canvas .ui-grid-row:hover div,
.main-content .ui-grid-canvas .ui-grid-row:hover span, 
.main-content .ui-grid-canvas .ui-grid-cell-clickable:hover,
.main-content .ui-grid-canvas .ui-grid-row:hover .ui-grid-cell {
    /*background-color: #ddeaf6;*/
    /*background-color: #77b2d4;*/
    background-color: #b9d8e9;
    cursor: pointer !important;
}

.main-content-table .ui-grid-canvas .ui-grid-row:hover .not-clickable, 
.main-content-table .ui-grid-canvas .ui-grid-row:hover .not-clickable div,
.main-content-table .ui-grid-canvas .ui-grid-row:hover .not-clickable span, 
.main-content-table .ui-grid-canvas .ui-grid-cell-clickable:hover .not-clickable,
.main-content .ui-grid-canvas .ui-grid-row:hover .not-clickable, .ui-grid-row:hover .not-clickable, 
.main-content .ui-grid-canvas .ui-grid-row:hover .not-clickable div,
.main-content .ui-grid-canvas .ui-grid-row:hover .not-clickable span, 
.main-content .ui-grid-canvas .ui-grid-cell-clickable:hover .not-clickable,
.main-content .ui-grid-canvas .ui-grid-row:hover .ui-grid-cell.not-clickable {
    cursor: default !important;
}

.main-content-table .ui-grid-canvas .ui-grid-row:hover, 
.main-content-table .ui-grid-canvas .ui-grid-row:hover div,
.main-content-table .ui-grid-canvas .ui-grid-row:hover span, 
.main-content-table .ui-grid-canvas .ui-grid-cell-clickable:hover,
.main-content .ui-grid-canvas .ui-grid-row:hover, .ui-grid-row:hover, 
.main-content .ui-grid-canvas .ui-grid-row:hover div,
.main-content .ui-grid-canvas .ui-grid-row:hover span, 
.main-content .ui-grid-canvas .ui-grid-cell-clickable:hover,
.main-content .ui-grid-canvas .ui-grid-row:hover .ui-grid-cell {
    /*background-color: #ddeaf6;*/
    /*background-color: #77b2d4;*/
    background-color: #eee;
    cursor: pointer !important;
}

.main-content-table .ui-grid-canvas .ui-grid-cell-contents:hover, 
.main-content-table .ui-grid-canvas .ui-grid-cell-contents span:hover,
.main-content .ui-grid-canvas .ui-grid-cell-contents:hover, 
.main-content .ui-grid-canvas .ui-grid-cell-contents span:hover {
    cursor: default !important;
}

.ui-grid-cell-clickable:hover {
    cursor: pointer !important;
}
/* end ng-clickable todo */
/*************************/

.gridStyle {
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
    width: auto;
    height: 300px;
    font-size: 14px !important;
    margin-top: 2px;
}

.payment-account-summary {
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
}

.rights-section {
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
    border-left: 1px solid #ccc;
    border-left: 1px solid #caced3;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
    border-right: 1px solid #ccc;
    border-right: 1px solid #caced3;
    overflow-y: auto;
}

.team-members-section {
    width: 250px;
}

.team-members-table {
    overflow-y: auto;
    width: 250px;
    height: 200px;
}


/* -------------------------- funding -----------------------------*/
.button-gp {
}

.float-right .button-item {
    margin-left: 8px;
}

.float-left .button-item {
    margin-right: 8px;
}

.button-funding-account {
}

.button-payment-center {
}

.input-medium {
}

.input-gp {
}

.select-medium {
}

.display-filter-wrap {
}

.display-filter-left {
}

.display-filter-wrap .btn-group {
    margin-right: 0;
}

.display-filter-wrap button, .display-filter-wrap a {
    margin-right: 12px;
}

.display-filter-wrap .btn-group {
    margin-right: 0px;
    margin-left: 0px;
}

.btn-group-sm {
    /*min-width:690px;*/
}

.display-filter-wrap .input-date-picker {
    width: 70px;
    height: 20px;
    margin-bottom: 0;
}

.select-gp {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding: 2px;
    border: 1px solid #adadad;
    padding-left: 5px;
    padding-right: 5px;
}

.display-filter-wrap .input-gp {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #adadad;
    color: #000;
}

.icon-notes {
}

.icon-alert {
    margin-top: 3px;
    margin-left: 3px;
}

.action-container {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    width: 100%;
    margin-bottom: 12px;
}

.action-main-title {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
}

.action-title {
    font-size: 14px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 12px 2px 12px;
}

.action-button-row {
    background-color: #000;
    width: 100%;
    padding: 5px;
}

.tree-legend {
    margin-bottom: 0px;
}

.treeList {
    width: 100%;
    max-height: 300px;
    height: 280px;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.action-list, .action-list-subsidiary {
    width: 100%;
    max-height: 239px;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.action-list-subsidiary {
    overflow-y: auto;
}

.action-list-global .action-list-item {
    margin-bottom: 5px;
}

.action-list-item {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.action-status-default {
    background-color: #f7f7f7;
    background-color: #96c7df;
    /*background-color: #bfd7ee;*/
    background-color: #66a9d0;
    border: 2px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #959ea7;
    border-right: 1px solid #959ea7;
    padding: 0px;
    margin: 0px;
}

.action-list-subsidiary .action-status-default {
    background-color: #96c7df;
    /*background-color: #bce0f1;*/
}

.action-status-yellow {
    background-color: #fff3c4;
    background-color: #fff798;
    border: 2px solid #c8ad42;
}

.action-status-red {
    background-color: #f1bcbc;
    border: 2px solid #e07272;
}

.action-status-default, .action-status-yellow, .action-status-red {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

    .action-status-default:first-child, .action-status-yellow:first-child, .action-status-red:first-child {
        border-top-width: 2px;
    }

    .action-status-default:last-child, .action-status-yellow:last-child, .action-status-red:last-child {
        border-bottom-width: 2px;
    }

.action-list-subsidiary .action-status-red, .action-list-subsidiary .action-status-yellow, .action-list-subsidiary .action-status-default {
    border-width: 0px;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.action-list-subsidiary {
    border: none;
}

    .action-list-subsidiary .action-table tr {
        background-color: #fff;
    }

    .action-list-subsidiary .action-table thead tr {
        background-color: #ddeff8;
    }

.make-payments .action-list-subsidiary table td {
    padding-top: 4px;
    padding-bottom: 6px;
}

.action-title-inner-left {
    float: left;
}

.action-title .inner-text {
    padding-top: 2px;
}

.action-title-inner-right {
    float: right;
}

.action-table-container {
    width: 100%;
    background-color: #fff;
}

.action-table {
    width: 100%;
}

.action-table-alternating {
    width: 100%;
}

    .action-table-alternating tr:nth-child(odd) {
        background-color: #fff;
    }

    .action-table-alternating tr:nth-child(even) {
        background-color: #f4f5f6;
    }

.action-table tr {
    padding: 5px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-width: 1px 0 1px 0;
    border-color: #ccc;
    border-color: #caced3;
}
/*.action-table thead tr {
	font-size: 12px; 
	background-color: #dedede;
    padding: 0px; 
}*/
.main-content .action-table thead td {
    padding-top: 10px;
    padding-bottom: 6px;
}

.main-content .action-table td {
    padding: 0px;
}

    .main-content .action-table td:first-child, .main-content .action-table thead td:first-child {
        padding-left: 12px;
        padding-right: 6px;
    }

.action-table .select-gp {
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 0px;
    height: 26px;
}

.action-table .input-gp {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 12px;
}

.action-item-footer {
    width: 100%;
}

    .action-item-footer .main-content-totals {
        width: 100%;
        margin: 0px;
        border-top-width: 0px;
    }

.action-item-footer-item {
    float: left;
    padding-right: 5px;
    width: 20%;
    font-size: 11px;
    line-height: 14px;
}

.action-item-footer label {
    font-weight: bold;
}

.action-footer {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    width: 100%;
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
}

.action-footer-inner {
    margin: 12px;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
}

.action-disclaimer {
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
}

.action-button-row .button-item {
    margin-right: 8px;
    margin-left: 8px;
}

.action-container label {
    font-weight: bold;
}

.action-button-row-top {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #ccc;
    border-top: 1px solid #caced3;
}

.action-button-row-inner-left {
    float: left;
}

.action-button-row-inner-right {
    float: right;
}

.action-button-row-inner-left button {
    margin-left: 8px;
}

.action-button-row-inner-right button {
    margin-right: 8px;
}

/* Right rail ---------------------------------------------------------------------*/
.right-rail-wrapper {
    padding: 0px;
    margin: 0px;
}

.right-rail {
    background-color: #eaeaea;
    background-color: #dfe2e4;
    background-color: #e4e7e9;
    font-size: 11px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0;
    display: block;
    border: 1px solid #eaeaea;
    border: 1px solid #dfe2e4;
}

.right-rail-border {
    border-left: 1px solid #bfbfbf;
    border-left: 1px solid #b5bbc1;
}

.right-rail-2 {
    position: absolute;
    height: 100%;
}

.right-accordion {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari & Chrome */
    -khtml-border-radius: 6px; /* Linux browsers */
    border-radius: 8px; /* CSS3 compatible browsers */
    margin: 12px;
    min-width: 182px;
}

.right-accordion-header {
    background-color: #eaeaea;
    background-color: #e8eaec;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 10px 6px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8eaec'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8eaec)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff, #e8eaec); /* for firefox 3.6+ */
    cursor: pointer;
}

.right-accordion-content {
    background-color: #fff;
}

.right-accordion table {
}

    .right-accordion table tr {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #caced3;
        border-bottom: 1px solid #caced3;
        border-collapse: collapse;
    }

    .right-accordion table thead tr {
        background-color: #bce0f1; /*#c3e0d6*/
        /*background-color: #bfd7ee;*/
        background-color: #66a9d0;
        font-weight: bold;
        font-size: 11px;
    }

    .right-accordion table td {
        padding: 3px;
    }

        .right-accordion table td:first-child, .right-accordion table th:first-child {
            padding-left: 10px;
        }

        .right-accordion table td:last-child {
            padding-right: 10px;
        }

    .right-accordion table tfoot tr:first-child td {
        padding-top: 10px;
    }

    .right-accordion table tfoot tr:last-child td {
        padding-bottom: 10px;
    }

    .right-accordion table td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.right-accordion-disclaimer {
    line-height: 12px;
    padding: 0px 10px 2px 10px;
}

.right-accordion .table {
    margin-bottom: 10px;
}

.right-accordion table tfoot {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
}

    .right-accordion table tfoot tr {
        background-color: #ddeff8;
        /*background-color: #ddeaf6;*/
        /*background-color: #77b2d4;*/
        background-color: #b9d8e9;
        font-weight: bold;
        font-size: 11px;
    }

    .right-accordion table tfoot tr, .right-accordion table tfoot td {
        border: none;
        border-collapse: collapse;
    }

    .right-accordion table tfoot td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

.right-accordion-disclaimer p {
    line-height: 15px;
    font-size: 10px;
}

/* Modals -----------------------------------------------------------------------*/

.modal .modal-body {
}

.modal label {
    font-weight: bold;
}

.modal h4 {
    margin-bottom: 6px;
}

.modal-header {
    border-bottom: 1px solid #0909B7;
    background-color: #0909B7;
    padding: 0px 15px;
    border-top: 1px solid #0909B7;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    *zoom: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.modal-table-title {
    width: 100%;
    background-color: #96c7df;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    border-bottom-width: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 6px 4px 6px;
}

    .modal-table-title label {
        margin-right: 8px;
        font-size: 14px;
    }

    .modal-table-title div {
        font-weight: bold;
        font-size: 14px;
    }

.popup .modal-header {
}

.modal .btn {
    font-size: 12px;
}

.modal .main-content-table {
    margin: 0;
}

.tableMembers {
    overflow-y: scroll;
    max-height: 100px;
}

.td-icon {
    width: 20px;
}

.modal-footer .btn {
    /*border: 1px solid #caced3;*/
}

.content-notes-wrapper {
    margin-right: 10px;
}

.content-notes {
    min-width: 270px;
    padding: 6px;
    min-height: 25px;
    width: 98%;
}

.modal .content-notes-wrapper {
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    width: 100%;
}

.modal .content-notes-edit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    resize: none;
    width: 99%;
    min-height: 75px;
    margin-bottom: 3px;
}

.button-textarea {
    margin-right: 8px;
    margin-bottom: 8px;
}

.wrapper-textarea-inactive {
    background-color: #f3f3f3;
}

.wrapper-textarea-active {
    background-color: #fff;
}

.disclosure-statement {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    padding: 6px;
    line-height: 15px;
}

.main-content .disclosure-statement {
    border: none;
    padding: 15px;
    font-size: 10px;
}

.modal-body .disclosure-statement {
    margin-top: 12px;
}

.popup {
    width: 960px;
    margin-left: -480px;
}

/* media -----------------------------------------------------------------------*/

@media (max-width: 899px) {
    .popup {
        width: 760px;
        margin-left: -380px;
    }
}

@media (min-width: 900px) and (max-width: 999px) {
    .popup {
        width: 860px;
        margin-left: -430px;
    }
}

@media (min-width: 1000px) and (max-width: 1099px) { /* 1200 in actuality... */
    .popup {
        width: 960px;
        margin-left: -480px;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .popup {
        width: 1060px;
        margin-left: -530px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .popup {
        width: 1160px;
        margin-left: -580px;
    }
}

@media (min-width: 1300px) {
    .popup {
        width: 1260px;
        margin-left: -630px;
    }
}

/* selection -----------------------------------------------------------------------*/

.selectionDialog {
    width: 300px;
    height: auto;
    margin-left: -150px;
}

    .selectionDialog .selectionDialog {
        margin-left: 0;
    }

    .selectionDialog .modal-body {
        min-height: 80px;
        max-height: 200px;
    }

    .selectionDialog .modal-footer {
        padding: 8px 14px 10px 14px;
    }

    .selectionDialog .modal-header {
        padding: 14px 14px 14px 14px;
        font-size: 16px;
        font-weight: bold;
    }

.selectionDialogList {
    list-style: none;
}

    .selectionDialogList .btn {
        min-width: 215px;
        margin-bottom: 10px;
    }

/* Reusables -----------------------------------------------------------------------*/

.fill-height {
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
}

.fill-height-major {
    height: 100%;
    min-height: 100%;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.fill-height-minor {
    min-height: 100%;
    height: 100%;
}

.inner-nav a:hover {
    cursor: pointer;
}

.filter-button-label:hover, .display-filter-wrap label {
    cursor: default;
}


.hsp-container .detailed:hover /*, .right-accordion-content .main-content-table td:hover*/ {
    color: #4266b0;
    background-color: #ddeff8;
    cursor: pointer;
}

.right-accordion-content .main-content-table tfoot td:hover {
    color: #000;
    /*background-color: #ddeaf6;*/
    /*background-color: #77b2d4;*/
    background-color: #b9d8e9;
    cursor: text;
}

.right-accordion-content .main-content-table td.detailed {
    color: #000;
    background-color: #fff;
    cursor: text;
}

.action-table-container label, table.payment-account-summary label {
    cursor: text;
}

/*--------------------ViewEditEmployee---------------------------*/

/*div div span.collapsible-icon:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
}

div.collapsed div span.collapsible-icon:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}

div span.collapsible-icon:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
}

div.collapsed span.collapsible-icon:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}*/


h5[eirl-sort='asc']:after {
    font-family: 'Glyphicons Halflings';
    content: "\e093";
}

h5[eirl-sort] {
    cursor: pointer;
}

h5[eirl-sort='desc']:after {
    font-family: 'Glyphicons Halflings';
    content: "\e094";
}

div.padded-horiz {
    padding-left: 20px;
    padding-right: 20px;
}

.modal {
    width: auto;
}

/* Glyphicons Halflings font for scrolling tabs (bootstrap 3 css) ------------------------ */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.eot');
    src: url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.woff2') format('woff2'), url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.woff') format('woff'), url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.ttf') format('truetype'), url('../../api/ClientStyle/GetFont?name=glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.loading-spinner {
    text-align: center;
    vertical-align: middle;
}
/*For the cursor pointer to make them default for label*/
.main-content label {
    cursor:default;
}

.vertical-middle {
    vertical-align: middle;
}

input.ng-animate { 
    -webkit-animation: none 0s; 
    transition: 0s linear all;
}

.scrtabs-tabs-movable-container .nav-tabs >li > a {
	color: #53575A;
    text-decoration:none;
    padding: 10px 12px;
    margin-right: 0;
    border: none;
    box-shadow: 0px -3px 0px transparent inset;
}

.scrtabs-tabs-movable-container .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus, .nav-tabs>a:hover {
    border: none;
	box-shadow: 0px -3px 0px #0909B7 inset;
}

.nav-tabs-entities > .parent:hover, .nav-tabs-entities .parent a:hover {
    box-shadow: 0px -3px 0px #0909B7 inset;
}

.cancelLast,.blue-button-No,.blue-button-Reset,.blue-button-Close {
   color: #2a2a2a;
   border: 1px solid #e2e2e2;
   background-color: #fff;
   background-image: none;
   outline: none;
}

.cancelLast:hover,.blue-button-No:hover,.blue-button-Reset:hover,.blue-button-Close:hover {
    color: #0909B7;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    background-image: none;
    outline: none !important;
}

.submitLast,.blue-button,.blue-button-Yes,.blue-button-Save, .grey-button {
    border: 1px solid #0909B7;
    background-color: #0909B7;	
    background-image: none !important;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: none;
}

.submitLast:hover,.blue-button:hover,.blue-button-Yes:hover,.blue-button-Save:hover {
    border: 1px solid #001A5B;
    background-color: #001A5B;
    color: #fff;
    outline: none;
}

.btn:focus{
    background-image:none;
    box-shadow: none;

}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.global-notification .nav-tabs>li.active>a, .global-notification .nav-tabs>li.active>a:focus, .global-notification .nav-tabs>li.active>a:hover,
.event-details .nav-tabs>li.active>a, .event-details .nav-tabs>li.active>a:focus, .event-details .nav-tabs>li.active>a:hover {
    color: #0909B7;
    cursor: default;
    /* background-color: #fff !important; */
    border: 1px solid #ddd;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    font-weight:bold;
}

.global-notification .nav>li>a:focus, .global-notification .nav>li>a:hover,
.event-details .nav>li>a:focus, .event-details .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent !important;
    border-radius: 0;
}

.commentHeader {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
	color: #000;
	 margin:15px 0;
}
.chatContainer {
    min-height:250px;
    /*overflow:auto;*/
}
.chatContainerContainer {
    text-align:center;
}
.chatContainerContainer img {
    width: 55px;
    margin: 30px 0 0 0;
}
.chatContainerContainer h3 {
    text-align:center;
    margin: 20px 0;
    font-weight: normal;
    color: #aaa;
    font-style: italic;
}
.chatContainerContainer h4 {
    text-align:center;
    margin: 20px 0 30px 0;
    line-height:1.5;
    font-weight: normal;
    color: #bbb;
    font-style: italic;
}
.chatContainer ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.chatContainer ul li {
    padding: 15px 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #caced3;
	float: left;
}
.chatContainer ul li:last-child {
	border-bottom: 0px solid #caced3;
}
.chatContainer ul:after{
	content: "";
	display: table;
	clear:both;
}
.chatDetails {
	width: 98%;
	margin: 0 1% 5px 1%;
}
.chatDetails img{
	margin-right: 2px;
    height:14px;
    margin-bottom:2px;
}
.chatDetails .chatName{
	margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;	
	color: #333;
}
.chatDetails .chatDate{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;	
	color: #9a9797;
}
.chatDesc {
	width: 98%;
	margin: 0 1% 0 1%;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;	
	color: #333;
}
.textarea-width-comment {
    width: calc(100% - 155px);
    float:left;
    height:45px;
   padding: 0px 1px 0px 5px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size:12px;
    line-height:20px;    
    resize: vertical !important;
}



.alignSearchEntityIcon {
    position: absolute;
    top: 24px;
    right: 2px;
}

.alignSearchEntityIconbar {
    position: absolute;
    top: 30px;
    right: 15px;
}

.selectPadding {
    padding: 14px 18px 13px 15px;
    margin-right: -5px;
    display: inline-block;
    position: relative;
    line-height: 13px;
    text-align: right;
}

.selectPadding:hover {
    background: #eaeaea;
    text-decoration: none;
}

.selectedDropbox {
    background: #eaeaea;
    color: #0909B7;
}

.dropdownInput {
    border: 1px solid #CFD7DF;
    border-radius: 2px;
    font-size: 13px;
    padding: 3px 5px;
    font-family: VistraSans;
}

.clientEntityDropdown {
    padding: 0 18px;
    border: 1px solid #747474;
    border-radius: 2px;
    line-height: 20px;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    width: 230px;
    box-shadow: 0px 3px 5px #464545;
    right: -5px;
    list-style: none;
}

.clientEntityDropdown > li {
    line-height: 20px;
    margin-bottom: 15px;
    list-style: none;
}

.entityNameHeader {
    font-size: 13px;
    font-weight: 500;
    margin-right: 2px;
}

.labelStyle {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.relative-pos {
    position: relative;
}

.white-button {
    color: #53575a;
    border: none;
    background-color: #F5F7F9 ;
    background-image: none;
    border: 1px solid #CFD7DF;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 11px;
}

.white-button:hover {
    color: #0909B7;
}

.grey-button {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 2px;
}

.widthBtn {
    width: 48.8% !important;
}

.font13 {
    font-size: 13px;
}

.clientEntityDropdown  ul.dropdown-menu li a {
    text-overflow: ellipsis;
    padding: 3px 10px;
    white-space:normal;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-image: linear-gradient(to bottom,#337ab7,#337ab7);
}

#clientSearch {
    width: 100%;
    border: 1px solid #CFD7DF !important;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 13px;
    font-family: VistraSans;
    height: 29px;
}

#entitySearch {
    padding: 2px 15px 2px 5px;
    border: 1px solid #CFD7DF !important;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    font-family: VistraSans;
}

.clientEntityDropdown .loading-spinner {
    display: inline-block;
    position: absolute;
    margin-top: 3px;
    right: -7px;
}

.clientEntityDropdown .loading-spinner-align {
    right: -10px;
}

_:-ms-fullscreen, :root .clientEntityDropdown .loading-spinner {
    margin-top: 0px;
}

/*.no-results-message {
    position: absolute;
    z-index: 1500;
    float: left;
    min-width: 90px;
    padding: 5px 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: rgb(251, 10, 10);
    font-size: 12px;
} */

.clientEntityDropdown input.ng-invalid.ng-invalid-required {
    border: 1px solid #b0b6bd !important;
    background-color: #fff;
}

.clientNameOnly {
    line-height: 30px;
}

.text_input {
    background-image: none;
    height: 28px;
}

.white-button {
    color: #53575a;
    border: none;
    background-color: #F5F7F9 ;
    background-image: none;
    border: 1px solid #CFD7DF;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 11px;
}


.white-button:hover {
    color: #0909B7;
}

.widthBtn {
    width: 49%;
}

.inline {
    display: inline;
}

.grey-button {
    font-size: 11px;
}

.typeahead ul.dropdown-menu {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 300px;
    width: 100%;
    z-index: 9999;
}

.clientEntityDropdown .red-asterisk {
    color: #53575a;
}

.clientEntityDropdown .typeahead  input[disabled] {
    background: #ebebe4 !important;
}

.grey-button:disabled {
    cursor: not-allowed;
    background-color: #555d66;
    opacity: .35;
    border: 1px solid #555d66;
}

.select2DropdownStyle.select2-container .select2-choice .select2-arrow b, .select2DropdownStyle.select2-dropdown-open .select2-choice .select2-arrow b {
    background: none !important;
}

.clientEntityDropdown .select2-results .select2-result-label {
    white-space: nowrap;
}

.clientEntityDropdown .select2-container .select2-choice {
    padding: 1px 15px 1px 5px;
    border: 1px solid #CFD7DF !important;
    width: 98%;
    border-radius: 2px;
    font-size: 13px;
    font-family: VistraSans;
    background-image: none;
    cursor: pointer;
    color: #53575a;
    background:none;
}

.clientEntityDropdown .select2-drop-active {
    border: 1px solid #CFD7DF;
    border-top: none;
    box-shadow: none;
}

.clientEntityDropdown .select2-container .select2-choice .select2-arrow {
    background: #fff;
    background-image: none;
    border: none;
}

.clientEntityDropdown .select2-container .select2-choice .select2-arrow b{
    display:none;
}

.clientEntityDropdown .select2-container .select2-choice .select2-arrow:after {
    display: inline-block;
    content: '\0203A';
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
}

/*hide location arrow*/

/*.clientEntityDropdown .select2-dropdown-open .select2-choice .select2-arrow {
    display:none;
}*/


/****** dropdown animation start ******/

/*#dropdownAnimation {
    display: inline-block;
}


input[type="checkbox"]#checkAnimation{
    display:none;
}

label.dropdown-label-animation {
    margin-bottom: 0;
    cursor: pointer;
}


#dropdownAnimation input[type="checkbox"]#checkAnimation:checked ~ form ul.clientEntityDropdown{
  max-height:300px;
  transition:max-height 0.5s ease-in;
}


#dropdownAnimation ul.clientEntityDropdown{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.5s ease-out;
 
}

#dropdownAnimation ul.clientEntityDropdown li {
  display:block;
  transition:background .3s;
}*/

/****** dropdown animation end ******/

/*.sub-dropdown-option {
    width: 20%;
    display: inline;
    right: 0;
    float: right;
    position: relative;
    top: -28px;
}

.sub-dropdown-option input {
    border: none;
}*/

.clientLogoHolder {
    float:right;
}

.clientLogoHolder img {
    margin:15px 0 10px 15px;
    max-height:30px;
}

/*----------- New Sidebar Style Begins -----------*/

#companyLogo{
    width:33%;
}

.sidebar-icon-wrap{
    float:left;
}

.sidebar-icon-wrap .launch-icon{
    padding: 18px 0;
    margin-right: 0;
    margin-left:13px;
}

#sidebar {
    min-width: 320px;
    max-width: 320px;
    background: #FFF;
    color: #53575a;
    transition: all 0.3s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 41px;
    bottom:0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    /*height:100vh;*/
    overflow: hidden;
    z-index:4;
    transition: transform 0.4s ease;
    font-family:'VistraSans'

}

/*#sidebar.closed {
  margin-left: -342px;
}*/

 #sidebar.closed {
    transform: translateX(-320px); /* Move sidebar off-screen */
    transition: transform 0.4s ease;
}

.search-highlight {
    background-color: #E4F4FF;
}


#sidebarCollapse{
    font-size:20px;
    background: none;
    box-shadow: none;
    cursor: pointer;
}

#sidebarCollapse i{
    color:#53575a;
    font-size:20px;
}

.left-icon-list {
    float: left;
    width: 66px;
    background: #001A5B;
    height: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}

.left-icon-list > li{
    text-align: center;
    width: 100%;
    margin: 30px 0 30px 0;
}

.left-icon-list .left-menu-btn-icon {
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    position: relative;
}

.left-icon-list > li.active .left-menu-btn-icon::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  right: -16px;
  top: 6px;
}

.left-icon-list > li:hover .left-menu-btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
}

.leftIconMenu .left-menu-btn-icon img{
  filter: opacity(0.50);
}

.leftIconMenu.active .left-menu-btn-icon img{
 filter: opacity(1) brightness(200%);
}

.right-menu-list {
    float: left;
    width: 214px;
    padding: 0 20px;
    position: absolute;
    left: 66px;
    top: 0;
}

.right-menu-list .wrap{
  height: calc(100vh - 150px);
  overflow-y: auto;
}

.right-menu-list .wrap > li{padding: 10px; text-align: left;margin: 8px 10px 0 0 ; }

.right-menu-list .wrap > li a{
    border-radius: 3px;
    max-width: 141px;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing:0.5px;
}

.right-menu-list .wrap > li .external-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 2px;
}

.right-menu-list .wrap > li > p {
    overflow: hidden;
    display: inline-block;
    width: 77%;
    margin: 0;
    vertical-align: middle;
}


@keyframes slideInOut {
    0% { transform: translateX(0%); }
    50% { transform: translateX(-45%); }
    100% { transform: translateX(0%); }
}

.right-menu-list .wrap > li:hover a.slide {
    animation: slideInOut 4s ease-in-out forwards; /* Slide text to the left */
}

.right-menu-list .wrap > li img{
    width:20px;
    margin-right:10px;
    font-size: 10px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}


#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  text-align: left;
  padding-top: 27px;
  background: #fff;
  margin-left:0;
  width:254px;
}

.right-menu-list > p {
    color: #53575a;
    padding: 10px 0;
    margin-bottom:5px;
    font-size: 16px;
}

.right-menu-list #searchMenuInput {
    width: 214px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 40px;
    box-sizing: border-box;
    background: url("../images/menu-icons/search.svg") no-repeat 13px 10px transparent;
    padding-left: 39px;
    background-size: 17px 17px;
    box-shadow: none;
}




.right-menu-list .wrap > li {
  border-radius: 3px;
  //background:#97e3ff;
}

.right-menu-list .wrap > li a {
  font-size: 13px;
  display: inline-block;
}

.right-menu-list .wrap > li a:hover{
    text-decoration:none;
}

.right-menu-list .wrap > li a i{
  padding-right: 10px;
}

.right-menu-list .wrap > li:hover {
  color: #000000;
  background: #eeeeee;
  background:#E4F4FF;
  text-decoration:none;
  /* text-align: left; */
}

.right-menu-list .wrap > li.active {
  color: #000000;
  background: #97e3ff;
} 

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: '\e260';
}

.right-menu-list {
    display: none;
  }
  
  /* Show the active menu item */
 .right-menu-list.active {
    display: block;
  } 
  
  /* .first-menu .right-menu-list{
    display: block;
  } */

.left-menu-btn-icon > img{
     font-size:10px;
 }
  
.left-menu-btn-icon:hover + .right-menu-list,
.right-menu-list:hover {
    display: block;
}  

.leftIconMenu.active .right-menu-list{
  display: block;
}

.backdrop.sidebar-backdrop-hide{
    display: none;
}

.backdrop{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:41px;
    bottom:0;
    width:100%;
    height:auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:3
}

body.sidebar-open{
    overflow:hidden;
}

.right-menu-list .wrap::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.right-menu-list .wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.right-menu-list .wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #53575A;
  background-color:#999;
  background-color:#888;
  background-color: #878898;
}

/*----------- New Sidebar Style Ends -----------*/

