html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: radial-gradient(#fff 30%, #d1d1d1 70%);
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: underline;
}

table {
    table-layout: fixed;
}

.table > thead > tr > th {
    border-bottom: none;
    border-right: 1px solid;
    vertical-align: top;
}

.adf-table-column-header {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

td {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.typeahead {
    padding-left: 5px !important;
}

a.typeahead .col-xs-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-validation-message {
    font-size: 16px;
    position: absolute;
    left: 35%;
    min-width: 70px;
    z-index: 9999;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    font-weight: 200;
}

.form-validation-message:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 15px;
    border-color: #f2dede transparent;
    display: block;
    width: 0;
    z-index: 9999;
    top: -14px;
    left: 35px;
}

@media (min-width: 992px) {
    .modal-xxl {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        width: 90%;
    }
}

.modal-xxl .modal-body .error-message-html-details-box {
    max-height: 70vh;
    min-height: 30vh;
}

.modal-textbox-message {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #ca5252;
    border-color: #ca5252;
    font-size: 15px;
    margin-top: -5px;
    padding: 2px;
    margin-bottom: 5px;
}

.modal-textbox-message .glyphicon-question-sign:hover {
    cursor: pointer;
}

.modal-textbox-message .character-count {
    float: right;
}

.modal-textbox-more-message .glyphicon-question-sign:hover {
    cursor: pointer;
}

.modal-textbox-more-message .character-count {
    float: right;
}

.character-count {
    float: right;
}

.modal-dialog form {
    padding-bottom: 1em;
}

.modal-dialog uib-accordion .panel-collapse {
    border: none;
}

.modal-dialog .panel-group .panel-heading + .panel-collapse > .list-group,
.modal-dialog .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.modal-textbox-more-message {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: -5px;
    padding: 2px;
    margin-bottom: 5px;
}

.hint-message {
    font-size: 16px;
    position: absolute;
    left: 35%;
    min-width: 70px;
    z-index: 9999;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    font-weight: 200;
}

.hint-message:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 15px;
    border-color: #f2dede transparent;
    display: block;
    width: 0;
    z-index: 9999;
    top: -14px;
    left: 35px;
}

.login-form-container {
    height: 100%;
}

.login-form {
    height: 100%;
}

.login-flex-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: -50px;
}

.login-form-inner {
    box-sizing: border-box;
    height: 100%;
}

.adf-login-container {
    flex: 1 0 auto;
    z-index: 1;
    background-color: #fff;
    width: 290px;
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    box-shadow: 4px 4px 10px #ccc;
}

.adf-login-sso-link,
.adf-login-forgot-link {
    color: #828282;
}

.adf-login-forgot-link:hover,
.adf-login-forgot-link:focus,
.adf-login-sso-link:hover,
.adf-login-sso-link:focus {
    color: #2a6496;
    text-decoration: underline;
}

.adf-copyright-container {
    flex: 1 0 auto;
    text-align: center;
    font-size: 10px;
    max-height: 4em;
}

.adf-copyright-text {
    color: #383838;
}

.adf-contact-text {
    color: #828282;
    margin-top: 6px;
    font-weight: 900;
}

.adf-login-font-size {
    font-size: 12px;
}

.adf-login-logo {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}

.adf-login-error {
    color: red;
    white-space: pre-line;
    padding-bottom: 0.5em;
}

.adf-login-border {
    position: relative;
    background-color: #e0e0e0;
    height: 2px;
    width: 290px;
    left: -20px;
    margin-bottom: 15px;
}

.adf-login-text {
    color: #474747;
    margin-top: 6px;
    font-size: 11px;
}

.adf-username-bottomMargin {
    width: 100%;
    height: 2.5em;
    margin-bottom: 0.5em;
    background-color: #f0f0f0;
    border: solid 1px #c8c8c8;
    transition: border 0.3s;
}

.adf-password-bottomMargin {
    width: 100%;
    height: 2.5em;
    margin-bottom: 1.5em;
    background-color: #f0f0f0;
    border: solid 1px #c8c8c8;
    transition: border 0.3s;
}

.adf-button-signin-on {
    color: #fff;
    background-color: #1482ad;
    font-size: 10px;
}

.adf-button-signin-off {
    color: #fff;
    background-color: #99c7da;
    font-size: 10px;
}

.adf-login-checkbox {
    color: #999 !important;
    font-weight: normal !important;
    margin-bottom: 5px !important;
}

.adf-account-access {
    margin-top: 10px !important;
    text-align: center;
}

table.adf-invoice-tab-table {
    background-color: white;
    table-layout: fixed;
    border: 1px solid #dddddd;
}

table.adf-invoice-tab-table thead tr th {
    overflow: hidden;
    cursor: pointer;
}

.adf-invoice-tab-container {
    padding: 4px;
}

.adf-invoice-tab-container-expanded {
    padding: 4px;
    overflow: auto;
}

.adf-invoice-tab-container-expanded > table.adf-invoice-tab-table {
    table-layout: auto;
}

.adf-invoice-tab-container-expanded > table.adf-invoice-tab-table > thead > tr > th.line-details-header-column {
    white-space: pre-wrap;
}

.container {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
}

.adf-main-container,
.login-form-container {
    height: 100%;
    width: calc(100% - 2px);
}

.adf-ui-view.container {
    height: 100%;
    height: calc(100% - 2px);
}

li.list-group-item {
    height: 50px;
    display: flex;
}

.list-group.user-search .slimScrollDiv li.list-group-item:hover {
    background-color: #cccccc !important;
    cursor: pointer;
}

li.list-group-item p.text-primary {
    margin-bottom: 0px;
}

li.list-group-item .text {
    margin-left: 14px;
    margin-top: -2px;
}

.user-transaction textarea {
    width: 100%;
}

.comments-user-list {
    padding-left: 5px;
}

.text > strong {
    display: block;
}

.text > em {
    display: block;
}

pre.message {
    background: inherit;
}

.lang-bre-mermaid .label,
.bre-mermaid .label {
    color: #333;
    font-family: 'trebuchet ms', verdana, arial;
}

.lang-bre-mermaid g.classGroup text,
.bre-mermaid g.classGroup text {
    fill: #13540c;
    stroke: none;
    font-family: 'trebuchet ms', verdana, arial;
    font-size: 1.4em;
}

.lang-bre-mermaid .node text,
.bre-mermaid .node text {
    font-family: 'trebuchet ms', verdana, arial;
    font-size: 1.4em;
}

.k-ie .dropdown-search .dropdown-menu {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.k-ie textarea.mention {
    overflow: auto !important;
}

.spinnerholder {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.navbar {
    border: none !important;
    height: 50px !important;
}

#header {
    background: #fff !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    z-index: 1020 !important;
}

.adf-header-container {
    height: 50px;
    overflow: visible;
}

.adf-navbar-container {
    height: 50px;
}

.navbar-brand > img {
    display: inline-block;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

a.navbar-brand.navbar-menu.adf-left-navbar-position.adf-acumen-padding {
    margin-left: -3px;
    background: #1482ad;
}

#module-dropdown:hover .fa {
    color: white;
}

.navbar-brand.navbar-menu:hover,
.dropdown-notification:hover,
.dropdown-user:hover {
    /* background:#bbe6f7 !important; */
    height: 50px;
}

button.btn.row1-btn i.fa:not(.fa-lg) {
    font-size: 14px;
}

.header .navbar-menu .fa {
    padding-left: 8px;
    color: white;
}

.header .navbar-menu .fa:hover {
    color: white;
}

ul.adf-plugin-menu.dropdown-menu.navbar-dropdown-menu.adf-acumen-dropdown {
    margin-left: 0px;
    min-width: 134px !important;
}

ul.dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 12px;
    margin-top: 0px;
    user-select: none;
}

.adf-acumen-dropdown {
    width: 215px;
    left: -15px;
    border-top: 0px;
    background: #eee;
    margin-top: 0px;
    border-radius: 0px;
}

.adf-plugin-menu.dropdown-menu.navbar-dropdown-menu > li > a {
    /* padding: 20px 20px;
    line-height: 20px; */
    min-width: 134px;
    color: #5286b8;
    font-size: 12px;
}

.header .dropdown-menu.navbar-dropdown-menu > li :hover {
    color: #428bca !important;
    background: #f5f6f7 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #9a9a9a !important;
}

.adf-plugin-menu.dropdown-menu.navbar-dropdown-menu > li > a .fa {
    font-size: 18px;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-top: -15px;
    margin-bottom: -5px;
    margin-left: 2px;
    color: #5286b8;
}

.adf-plugin-menu.dropdown-menu.navbar-dropdown-menu > li > a:hover .fa {
    margin-top: -15px;
    color: #428bca;
}

.dropdown-text {
    padding-top: 0.6em;
    padding-left: 1em;
    background: #317192;
    color: #fff;
    vertical-align: middle;
    font-size: 12pt;
    /*
    font-family: sans-serif;*/
    font-weight: 400;
    width: 174px;
    height: 40px;
}

.adf-acumen-dropdown.dropdown-menu > li > a {
    padding: 0;
}

.adf-acumen-dropdown .dropdown-text {
    background: inherit;
}

.dropdown-image {
    width: 134px;
    height: 50px;
    background: transparent;
}

.header .navbar-search {
    width: 250px;
    position: relative;
    margin-top: 9px;
    margin-bottom: 7px;
}

.header .search-btn {
    border: none;
    background: none;
    color: #0077a2;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 40;
}

.input-group {
    width: 100%;
    margin-top: -3px;
    padding-bottom: 7px;
}

.panel-body .input-group {
    padding-bottom: 0px;
}

.input-group input,
.input-group select,
.input-group textarea {
    font-size: 12px;
}

.dropdown-search {
    width: 100%;
    position: inherit;
}

input#search-keyword.ng-hide,
input#search-keyword1.ng-hide,
input#search-keyword2.ng-hide {
    display: none;
}

.header .navbar-search .input-group {
    margin-top: initial;
    padding-bottom: initial;
    vertical-align: top;
}

.header .navbar-search .form-control {
    border-right: none !important;
    font-size: 12px;
    font-weight: normal;
    padding-right: 6px;
    background: #f5f6f7;
    border-radius: 0;
    width: 250px;
}

.dropdown-search .dropdown-menu {
    position: initial !important;
    overflow: auto;
    max-height: 350px;
    border-radius: 0;
    width: 250px;
}

.datepicker-search + ul.dropdown-menu table {
    width: 248px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #000000;
}

.panel .btn-default {
    box-sizing: border-box;
}

.btn-default {
    background-image: -webkit-linear-gradient(#fff, #fff 6%, #fff) !important;
    background-image: linear-gradient(#fff, #fff 6%, #fff) !important;
    background-repeat: no-repeat !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f5151', endColorstr='#ff3f4141', GradientType=0) !important;
    filter: none !important;
    border: 1px solid #dddddd;
    color: #999;
    z-index: 2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:hover {
    background-image: -webkit-linear-gradient(#c7c7c7, #c7c7c7 6%, #c7c7c7) !important;
    background-image: linear-gradient(#c7c7c7, #c7c7c7 6%, #c7c7c7) !important;
    background-repeat: no-repeat !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f5151', endColorstr='#ff3f4141', GradientType=0) !important;
    filter: none !important;
    border: 1px solid #dddddd !important;
    color: #999 !important;
}

ul.dropdown-search li {
    padding: 2px;
    color: #9a9a9a !important;
    padding-left: 10px;
}

ul.dropdown-search li:hover {
    color: #ffffff !important;
    background-color: #9a9a9a !important;
    cursor: pointer;
}

.header .navbar-search .input-group-btn {
    vertical-align: top;
}

.btn-search-white {
    background-color: transparent !important;
}

span.input-group-btn {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

span.input-group-btn.calender {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    top: -3px;
    padding-right: 3px !important;
}

span.input-group-btn.calender-row2 {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    top: -3px;
    left: 0px !important;
    padding-right: 3px !important;
}

button.btn.btn-default.dropdown-toggle:hover {
    background-color: red !important;
}

.header .navbar-search .input-group-btn .btn {
    background: #f5f6f7;
    border-left: none;
    border-color: #ccc;
    color: #999;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-group-btn button.btn {
    margin-top: 0px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
    background-color: #eee;
}

.navbar-nav > li,
.navbar-nav {
    float: left !important;
    margin-right: 10px;
    width: 245px;
    margin-top: 0px;
}

.navbar-right {
    float: right !important;
}

.header .nav .dropdown-user > a {
    overflow: hidden;
    color: #428bca !important;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 50px;
}

.header .nav .dropdown-user > a > .user-control-icon {
    position: absolute;
    top: 6px;
    left: 4px;
    margin: 0;
    padding: 0;
}

a.dropdown-toggle {
    cursor: pointer;
}

.header .nav .dropdown-user > a img {
    float: left;
    margin: 0;
    padding: 0;
}

li.dropdown.dropdown-user img {
    height: 30px;
}

li.dropdown.dropdown-user a.dropdown-toggle .text {
    width: 190px;
    height: 45px;
    left: 34px;
    top: 3px;
    position: absolute;
    margin: 0;
    padding: 0;
}

li.dropdown.dropdown-user .text {
    line-height: 1.2em;
}

li.dropdown.dropdown-user .text span {
    font-weight: normal;
    margin-left: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.dropdown.dropdown-user .text span.adf-user-menu-font-color {
    color: #646a6c;
    font-weight: bold;
}

li.dropdown.dropdown-user .text span.adf-user-menu-profile {
    text-transform: uppercase;
}

li.dropdown.dropdown-user .text span.adf-user-menu-name {
    text-transform: lowercase;
}

.header .nav .dropdown-user > a .fa {
    color: #0077a1 !important;
}

.dropdown-user i.fa.fa-chevron-down {
    position: absolute;
    top: 32px;
    right: 22px;
    margin: 0;
    padding: 0;
}

.header .nav .dropdown-user .dropdown-menu {
    left: 0;
    right: 15px;
    background: #eee;
    border-radius: 0;
    width: 230px;
    margin-left: 0px;
    max-height: 90vh;
    overflow-y: auto;
}

.drive-dropdown-menu ul {
    max-height: 110px;
    overflow: auto;
}

.header .nav .dropdown-user .dropdown-menu > li > a {
    color: #0077a1;
    padding: 3px 20px;
}

.header .nav .dropdown-user .dropdown-menu > li > a:hover,
.header .nav .dropdown-user .dropdown-menu > li > a:focus {
    background: #ccc;
    color: #fff;
}

.adf-dropdown-menu-width {
    width: auto;
    border-top: 0px;
    background: #eee;
    margin-top: 0px;
    border-radius: 0px;
}

.header .nav .dropdown-user .dropdown-menu > li.divider {
    background: #999;
}

.dropdown-menu .divider {
    margin: 0px 0 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: #ccc;
}

.dropdown-header {
    color: #7f7f7f !important;
    font-weight: 600;
}

.open > .dropdown-menu.pull-right {
    display: block;
    position: relative;
    min-width: 200px;
    width: max-content;
}

.open > .dropdown-menu.pull-right .glyphicon {
    color: #262626;
}

.open > .dropdown-menu.pull-right input {
    color: #333 !important;
    max-width: 100px;
}

.open > .dropdown-menu.pull-right .glyphicon-trash {
    margin-left: 3px;
}

.open > .dropdown-menu.pull-right .glyphicon {
    float: right;
}

.open > .dropdown-menu.pull-right .default-float {
    float: left;
}

.adf-search-placeholder-off .dropdown-search {
    z-index: 10000;
    position: absolute;
}

.adf-search-placeholder-off .input-group-btn.btn-search-white {
    z-index: 10000;
}

.adf-search-placeholder-off i.fa.fa-search {
    margin-top: 43px;
    position: absolute;
    z-index: 100000;
    margin-left: -50px;
}

.adf-footer-size {
    table-layout: fixed;
    min-height: 30px !important;
    height: 30px !important;
    z-index: 2;
    background-color: #f4f4f4;
    box-shadow: 0px 1px 10px #000000;
}

.navbar-fixed-bottom h5 {
    margin-top: 10px;
}

.adf-search-placeholder-off {
    display: none;
}

.adf-search-position-small button.search-btn {
    border: none;
    background-color: transparent;
    float: right;
    z-index: 3;
    position: absolute;
    position: inherit;
    margin-top: -31px;
}

.adf-breadcrumb-on {
    padding: 0px;
    padding-top: 8px;
    height: 0px;
}

.adf-breadcrumb {
    padding: 0px;
}

.adf-breadcrumb-gutter {
    margin-bottom: 3px;
    background: #bbb;
}

.breadcrumb {
    width: 100% !important;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb a {
    color: #0077a1;
}

.breadcrumb > .active {
    color: #000;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #999;
    content: '/\00a0';
}

.details-panel {
    background-color: #fff;
    border-color: #fff !important;
}

.details-panel-container {
    padding: 3px 7px 0px 7px;
}

.active-edit-panel-summary {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    background-color: #00476c !important;
    border-radius: 0;
}

.active-edit-panel-summary.panel-heading {
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    cursor: default;
}

.panel-group > .active-edit-panel > .panel-heading {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    background-color: #00476c !important;
    border-radius: 0;
}

.panel-group > .inactive-edit-panel > .panel-heading {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #317192;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding-top: 6px;
    padding-bottom: 8px;
}

.panel-group .panel + .panel {
    margin-top: 2px;
}

.details-panel > form > .panel-body {
    padding-top: 0.3em;
}

uib-accordion .panel-collapse {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

uib-accordion .panel-collapse > .panel-body {
    padding-top: 0.3em;
}

.panel-heading > .panel-title > a,
.panel-heading > .panel-title > a:hover,
.panel-heading > .panel-title > a:active,
.panel-heading > .panel-title > a:visited {
    color: white !important;
    text-decoration: none !important;
}

.panel-heading > .panel-title > a > span {
    font-size: 12px;
    font-weight: 700;
    display: block;
}

button.btn.edit-panel-button-summary {
    color: #fff;
    background-color: #05344e;
    font-size: 9px;
    margin: -3px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

button.btn.edit-panel-button {
    color: #fff;
    background-color: #05344e;
    font-size: 9px;
    border-radius: 0;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.edit-panel-body-two-row {
    color: #5c6265;
    font-size: 11px;
    font-weight: 900;
    border-radius: 0;
    height: fit-content;
    width: 100%;
    padding: 0px;
    border: transparent 0px solid !important;
}

.edit-panel-body-three-row {
    color: #5c6265;
    font-size: 11px;
    font-weight: 900;
    border-radius: 0;
    height: fit-content;
    width: 100%;
    padding: 0px;
    border: transparent 0px solid !important;
}

.edit-panel-body-four-row {
    color: #5c6265;
    font-size: 11px;
    font-weight: 900;
    border-radius: 0;
    height: fit-content;
    width: 100%;
    padding: 0px;
    border: transparent 0px solid !important;
}

.edit-panel-body-row {
    max-height: 40px;
}

.edit-panel-body-row .col-lg-1,
.edit-panel-body-row .col-lg-2,
.edit-panel-body-row .col-lg-3,
.edit-panel-body-row .col-lg-4,
.edit-panel-body-row .col-lg-5,
.edit-panel-body-row .col-lg-6,
.edit-panel-body-row .col-lg-7,
.edit-panel-body-row .col-lg-8,
.edit-panel-body-row .col-lg-9,
.edit-panel-body-row .col-lg-10,
.edit-panel-body-row .col-lg-11,
.edit-panel-body-row .col-lg-12,
.edit-panel-body-row .col-sm-1,
.edit-panel-body-row .col-sm-2,
.edit-panel-body-row .col-sm-3,
.edit-panel-body-row .col-sm-4,
.edit-panel-body-row .col-sm-5,
.edit-panel-body-row .col-sm-6,
.edit-panel-body-row .col-sm-7,
.edit-panel-body-row .col-sm-8,
.edit-panel-body-row .col-sm-9,
.edit-panel-body-row .col-sm-10,
.edit-panel-body-row .col-sm-11,
.edit-panel-body-row .col-sm-12,
.edit-panel-body-row .col-xs-1,
.edit-panel-body-row .col-xs-2,
.edit-panel-body-row .col-xs-3,
.edit-panel-body-row .col-xs-4,
.edit-panel-body-row .col-xs-5,
.edit-panel-body-row .col-xs-6,
.edit-panel-body-row .col-xs-7,
.edit-panel-body-row .col-xs-8,
.edit-panel-body-row .col-xs-9,
.edit-panel-body-row .col-xs-10,
.edit-panel-body-row .col-xs-11,
.edit-panel-body-row .col-xs-12 {
    padding: 0;
    margin: 0;
}

.edit-field-off {
    width: 93%;
    border: transparent solid 1px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.edit-field-on {
    width: 93%;
    border: #777 solid 1px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.edit-calender {
    margin-top: -2px;
    margin-right: 5px;
}

.datepicker.dropdown-menu {
    width: 250px;
    height: 250px;
}

.datepicker.dropdown-menu button {
    outline: none;
    border: 0px;
}

.datepicker.dropdown-menu tbody {
    height: 180px;
}

.datepicker.dropdown-menu tbody button {
    padding: 6px;
}

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
    height: 65px;
}

.timepicker.dropdown-menu {
    padding: 0 4px;
}

.timepicker.dropdown-menu button {
    outline: none;
    border: 0px;
}

.timepicker.dropdown-menu tbody button {
    padding: 6px;
}

.typeahead-graphic {
    max-width: 12px;
    max-height: 12px;
    padding: 1px 5px 1px 4px;
    position: relative;
    top: 0px;
    font-size: smaller;
}

.line-matching-checkbox {
    display: block !important;
}

.line-matching-table {
    margin-bottom: 0px;
}

.line-matching-table-body-container {
    padding: 0px;
    background-color: #fff;
}

.line-matching-header {
    font-size: 11px;
    color: #63686b;
    vertical-align: bottom;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.line-matching-column-header {
    font-size: 11px !important;
}

.line-matching-header-text {
    padding-left: 5px;
}

.line-matching-header-row {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
}

.line-matching-table-row {
    padding-top: 0px !important;
}

.line-matching-init-col-matched {
    background-color: #fff;
}

.line-matching-init-col-unmatched {
    background-color: #ebebeb;
}

.line-matching-btn {
    color: #fff;
    background-color: #00476c;
    font-size: 10px;
    height: 14px;
    border-radius: 0;
    margin-right: 2px;
}

.line-matching-btn-popup {
    color: #fff;
    background-color: #00476c;
    font-size: 10px;
    height: 26px;
    border-radius: 0;
    margin-right: 2px;
    padding-top: 6px !important;
}

.line-matching-btn-add {
    color: #fff;
    background-color: #3f7a9a !important;
    font-size: 10px;
    height: 14px;
    border-radius: 0;
    margin-right: 2px;
}

.line-matching-btn-add {
    color: #fff;
    background-color: #0e5284;
    font-size: 10px;
    height: 14px;
    border-radius: 0;
    margin-right: 2px;
}

.line-matching-btn-approve {
    color: #434626;
    background-color: #c1d636;
    font-size: 10px;
    height: 14px;
    border-radius: 0;
    margin-right: 2px;
}

.line-matching-btn-approve-popup {
    color: #434626;
    background-color: #c1d636;
    font-size: 10px;
    height: 26px;
    border-radius: 0;
    margin-right: 2px;
    padding-top: 6px !important;
}

.line-matching-status-column-header {
    width: 10px !important;
}

.line-matching-status-column-content {
    width: 8px;
}

.line-matching-table td,
.line-matching-po-table td {
    text-overflow: clip;
}

.line-matching-table .col-0 {
    width: 10px;
}
.line-matching-table .col-1 {
    width: 10px;
}
.line-matching-table .col-2 {
    width: 22px !important;
}
.line-matching-table .col-3 {
    width: 60px !important;
}
.line-matching-table .col-4 {
    width: 80px !important;
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2px;
}
.line-matching-table .col-5 {
    width: 80px !important;
}
.line-matching-table .col-6 {
    width: 80px !important;
}
.line-matching-table .col-7 {
    width: 80px !important;
    text-overflow: ellipsis;
}
.line-matching-table .col-8 {
    width: 50px !important;
}
.line-matching-table .col-9 {
    width: 40px !important;
}
.line-matching-table .col-10 {
    width: 80px !important;
}
.line-matching-table .col-11 {
    width: 80px !important;
}

.line-matching-po-table .col-0 {
    width: 10px !important;
}
.line-matching-po-table .col-1 {
    width: 35px !important;
}
.line-matching-po-table .col-2 {
    width: 80px !important;
}
.line-matching-po-table .col-3 {
    width: 80px !important;
}
.line-matching-po-table .col-4 {
    width: 140px !important;
    white-space: normal;
}
.line-matching-po-table .col-5 {
    width: 50px !important;
}
.line-matching-po-table .col-6 {
    width: 40px !important;
}
.line-matching-po-table .col-7 {
    width: 80px !important;
}
.line-matching-po-table .col-8 {
    width: 80px !important;
}
.line-matching-po-table .col-9 {
    width: 40px !important;
}

.adf-modal-header {
    background-color: #efeedd;
    cursor: move;
}

.caaps-ux-container-fluid {
    height: 100%;
    padding-bottom: 3px;
}

div#adf_1 {
    background-color: #bbb;
    margin-left: 0px;
    overflow: hidden !important;
}

#adf_1_inner {
    overflow: hidden !important;
}

.col-xs-12.removePadding {
    height: 100%;
}

.caaps-ux-inner-container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

.caaps-ux-line-matching-disabled {
    display: none;
}

.caaps-ux-line-matching-enabled {
    display: block;
}

.k-splitter .k-scrollable {
    overflow: hidden !important;
}

.k-splitter .k-ghost-splitbar-horizontal {
    background-color: #bcb4b0 !important;
    border: 1px solid #bcb4b0 !important;
    z-index: 1000;
}

.k-splitter .k-ghost-splitbar-vertical {
    background-color: #bcb4b0 !important;
    border: 1px solid #bcb4b0 !important;
    z-index: 1000;
}

.adf-shadow {
    -moz-box-shadow: 0px 2px 4px #000;
    -webkit-box-shadow: 0px 2px 4px #000;
    box-shadow: 0px 2px 4px #000;
}

.adf-gutter {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.caaps-ux-panel {
    height: 100%;
    width: 100%;
}

.adf-shadow.panel.panel-default.caaps-ux-panel {
    background-color: #f4f4f4;
}

.panel {
    margin-bottom: 0px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 40px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 40px 5px rgba(0, 0, 0, 0.125) !important;
}

button.btn {
    margin-top: 0px;
}

span.input-group-addon {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.input-group-addon i.fa.fa-search,
i.fa.fa-search.fa-lg {
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.input-tooltip {
    padding: 0 0;
    width: 18px;
}

ul.dropdown-menu li {
    cursor: pointer;
}

ul.dropdown-menu table thead tr th button.btn.btn-default.btn-sm {
    width: 101% !important;
}

table tr td {
    cursor: pointer;
}

.input-group-addon[disabled] i.fa.fa-search {
    color: #999;
    opacity: 0.5;
}

div#adf_1_0 {
    height: 100%;
    background-color: #fff;
}

.buttons-po-list {
    background-color: #fff;
    height: 40px;
    margin-bottom: 2px;
}

.removePadding {
    padding: 0px;
}

.buttons-po button {
    margin: 2px;
}

.adf-table-full-width,
.adf-badge-full-width,
.adf-invoice-details-width {
    width: 100%;
}

.shrinkBottomMargin {
    margin-bottom: 1px !important;
}

.adf-left-only-padding {
    padding: 0px 0px 0px 15px;
}

div#main-container-list {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    height: 100%;
}

.panel.panel-default.adf-no-panel-padding.adf-font-color {
    height: 100%;
}

.tooltip .tooltip-inner {
    max-width: 400px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #efefef;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #efefef;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #efefef;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #efefef;
}

.tooltip .tooltip-inner {
    color: #232323;
    background-color: #efefef;
    text-align: left;
}

table.table.table-condensed.adf-well-color.adf-table-column-color.adf-table-full-width.shrinkBottomMargin.adf-font-color {
    /* box-shadow: 0px 1px 10px #000000; */
    height: 6%;
}

table.poList {
    height: 6%;
}

#adf_1_0 thead tr td {
    cursor: pointer;
}

.table > thead:first-child > tr:first-child > td {
    border-top: 0;
    border-left: 1px solid #ffffff;
}

.adf-ui-body {
    padding-top: 50px;
}

.container-fluid.details-panel .slimscrollerMF {
    height: calc(100% - 70px);
    overflow-y: hidden;
}

.container-fluid .slimscrollerMF {
    height: calc(100% - 120px);
    /*
    height: calc( 100% - 120px ) !important;
    */
    overflow-y: auto;
}

.adf-table-column-color {
    color: #fff !important;
    font-weight: bold;
    background-color: #00476c !important;
}

.adf-invoice-details-font-color {
    color: black;
}

.adf-font-color {
    color: black;
}

.adf-well-color,
thead.glcoding-thead tr th,
thead.line-matching-head tr th {
    color: #ffffff !important;
    background-color: #00476c;
    font-size: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    background-color: #9a9a9a !important;
}

.selected-po,
.selected-claim,
.selected-invoice,
.selected-rule {
    background-color: #efefef;
}

.slimscroll-replace {
    max-height: 100%;
    overflow-y: auto;
}

.slimscroll-linematch,
.slimscroll-gl-code {
    max-height: 150px;
    overflow-y: auto;
}

#adf_1_1 .row {
    background-color: #fff;
    padding: 5px;
}

.dropdown-menu > li.active > a {
    background-color: #428bca !important;
    color: #ffffff !important;
}

.dropdown-menu > li.active > a.user.typeahead .name .details,
.dropdown-menu > li > a.user.typeahead:hover .name .details {
    color: #ffffff !important;
}

a.user.typeahead:active,
a.user.typeahead:hover,
a.user.typeahead:focus {
    background-color: #428bca;
    color: #ffffff;
}

a.user.typeahead .image {
    float: left;
    max-width: 34px;
    width: 34px;
    max-height: 34px;
    height: 34px;
}

a.user.typeahead .name {
    padding-left: 40px;
    max-height: 40px;
    height: 40px;
}

a.user.typeahead .name .details {
    color: gray;
}

.dropdown-menu > li > a.typeahead .bank-details {
    padding-left: 1.1em;
}

.dropdown-menu > li > a.typeahead .bank-details .title {
    font-size: 80%;
    color: gray;
}

.dropdown-menu > li.active > a.typeahead .bank-details .title,
.dropdown-menu > li > a.typeahead:active .bank-details .title,
.dropdown-menu > li > a.typeahead:hover .bank-details .title,
.dropdown-menu > li > a.typeahead:focus .bank-details .title {
    color: #ffffff;
}

ul[uib-typeahead-popup].dropdown-menu {
    overflow-y: auto;
    max-height: 41%;
    width: auto;
}

.input-group ul[uib-typeahead-popup].dropdown-menu {
    overflow-y: auto;
    max-height: 70vh;
    width: auto;
}

.navbar-search .input-group ul[uib-typeahead-popup].dropdown-menu {
    width: 250px;
}

.widget.widget-preview {
    display: initial;
}

#adf-slimscroll-panel-details.collapsed {
    height: 0px !important;
    transition: max-height 0.15s ease-out;
}

form.adf-slimscroll-panel-po {
    height: 20%;
}

.pull-right.checkboxFive label {
    cursor: pointer;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #aaaaaa !important;
    margin-top: 0px;
    display: inherit !important;
    margin-left: -5px;
}

.pull-right.checkboxFive label :after {
    display: inherit !important;
    opacity: 0;
    content: '';
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid #000000;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-left: -5px;
}

.pull-right.checkboxFive.col-md-1 {
    margin-bottom: 10px;
}

.checkboxFive.emailCheckBox label {
    margin-left: 7em;
}

.checkboxFive.emailCheckBox {
    margin-bottom: 10px;
}

.form-group .input-group input[type='checkbox'].checkbox-form-control {
    margin-top: 0;
    float: left;
}

.form-group .input-group label.checkbox-form-control {
    padding-left: 0.5em;
}

.polist-checkbox {
    width: 2em;
    overflow: visible;
    border-top: 0 !important;
    border-left: none !important;
}

.polist-checkbox > div > span {
    left: auto;
    right: auto;
    text-align: center;
}

.polist-checkbox .fa {
    color: darkslategray;
}

.polist-checkbox .fa-icon-cancelled {
    font-family: 'Times New Roman';
    font-weight: 600;
    font-size: 1.5em;
    color: crimson;
}

.polist-checkbox .fa-stack {
    width: 22px;
    height: 16px;
    line-height: 16px;
}

.polist-checkbox .fa.fa-icon-black {
    color: black;
}

.polist-checkbox .fa.fa-icon-grey {
    color: grey;
}

.polist-checkbox .fa.fa-icon-darkslategrey {
    color: darkslategrey;
}

.polist-checkbox .fa.fa-icon-darkgrey {
    color: darkgrey;
}

.polist-checkbox .fa.fa-icon-lightgrey {
    color: lightgrey;
}

.polist-checkbox .fa.fa-icon-red {
    color: red;
}

.polist-checkbox .fa.fa-icon-crimson {
    color: crimson;
}

.polist-checkbox .fa.fa-icon-orange {
    color: orange;
}

.polist-checkbox .fa.fa-icon-green {
    color: green;
}

.polist-checkbox .fa.fa-icon-blue {
    color: steelblue;
}

.polist-checkbox .fa.fa-icon-gold {
    color: gold;
}

.polist-checkbox .fa.fa-icon-darkgoldenrod {
    color: darkgoldenrod;
}

.polist-checkbox .fa.fa-icon-yellow {
    color: yellow;
}

.fullWidth {
    width: 100%;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #d1d1d1 !important;
}

input[type='checkbox'] {
    display: none;
}

.checkboxFive.adf-checkbox-alignment {
    width: 15px !important;
    height: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70%;
    position: relative;
}

.adf-checkbox-cancelled {
    text-align: center;
    width: 80%;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #aaaaaa !important;
    margin-top: 0px;
}

.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid green;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.checkboxFive input[type='checkbox']:checked + label:after {
    opacity: 1;
}

.po-list-id,
.claims-list-id {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.po-list-id .exceptions-tab {
    white-space: normal;
}

.po-list-id .exceptions-tab .exception-code {
    font-weight: 900;
}

.po-list-id .exceptions-tab .exception-text {
    word-wrap: break-word;
}

.po-list-id .exceptions-tab .exception-text > span {
    white-space: pre-line;
}

.container-fluid.paginator {
    height: 40px !important;
    bottom: 60px !important;
}

.pages {
    margin: 10px 0;
}

.pagination-container {
    display: inline-flex;
    width: 100%;
}

#goToPageNumber {
    width: 105px;
    margin: 12px 0px;
}

#invoiceListHeader {
    background-color: #00476c !important;
}

.list-results-summary {
    padding-top: 4px;
    color: grey;
    float: left;
    display: block;
    width: 25%;
}

div#adf_1_1 {
    height: 100%;
}

.row.delegate-btns {
    padding: 5px;
    background-color: #f4f4f4;
}

.adf-button-position {
    padding-right: 2px;
}

.row1,
.row2,
.row3,
.row4 {
    width: 100%;
    margin-bottom: 1px;
}

button.btn.row1-btn,
button.btn.row2-btn,
button.btn.row3-btn,
button.btn.row4-btn {
    color: #fff;
    background-color: #00476c;
    font-size: 12px;
    height: 14px;
    width: 70px;
    border: 1px solid white;
    border-radius: 0;
    margin-right: 2px;
    font-weight: bold;
}

button.btn.row1-btn:hover,
button.btn.row2-btn:hover,
button.btn.row3-btn:hover,
button.btn.row4-btn:hover,
button.btn.row1-btn:focus,
button.btn.row2-btn:focus,
button.btn.row3-btn:focus,
button.btn.row4-btn:focus {
    color: #fff;
    background-color: #012f47;
    font-weight: bold;
}

button.btn.row1-btn.set {
    color: #fff;
    background-color: #00476c;
    font-size: 10px;
    height: 14px;
    width: 40px;
    border-radius: 0;
    margin-right: 2px;
}

button.btn.row1-btn.approve.pull-right {
    color: #434626;
    background-color: #c1d636;
    font-size: 12px;
    height: 14px;
    border-radius: 0;
    margin-right: 0px;
    border-right-width: 0px;
}

/* Dynamically assigning the width to 'Approve' button of splitter resizes*/
.center-panel-shrinked.approve {
    width: 50px !important;
}

.center-panel-expanded.approve {
    width: 80px !important;
}

/* To give space between 'Approve' text and icon for 'Approve' button*/
.invoice-delegate-icon.center-panel-expanded .approve-icon {
    margin-right: 4px;
}

button.btn.row1-btn.approve.pull-right:hover,
button.btn.row1-btn.approve.pull-right:focus {
    color: #fff;
    background-color: #c1d636;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.3 !important;
}

.panel.panel-default.adf-overflow-hiding.well.adf-leftRight-Padding.adf-panel-padding-top-invoice-details {
    padding: 15px;
    margin-left: -11px;
    padding-top: 5px;
    height: 100%;
}

.adf-overflow-hiding {
    overflow: hidden;
}

.caaps-ux-container-off {
    display: none;
}

#adf_1_1_p.caaps-ux-panel form#adf-slimscroll-panel-details {
    height: 47%;
}

.adf-poDetails-sectionHeaders-position {
    margin-top: 5px;
}

.adf-no-rounded-corners {
    border-radius: 0px;
}

#po .slimScrollDiv,
.claims-form .slimScrollDiv {
    margin-left: 5px;
}

#po div#collapsePoDetails {
    padding-left: 0px;
    padding-right: 0px;
}

.adf-invoice-field-leftRight-Padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.adf-invoice-details-bottomMargin {
    margin-bottom: 0px;
}

.header-collapse {
    padding-right: 10px;
}

button.badge.adf-flat-badge.adf-no-rounded-corners.adf-invoice-details-header-color.adf-font-color.adf-invoice-details-textAlignment-Padding {
    width: 100%;
    height: 20px;
}

div#collapseVendorDetails,
div#collapseEntityDetails,
div#collapseExpenseDetails,
div#collapseActivityDetails,
div#collapseShippingDetails,
div#collapseRecordDetails,
div#collapseInvoiceDescription,
div#collapseAmounts,
div#collapseExportVoucher,
div#collapseCustomerDetails,
div#collapseTOADetails,
div#collapsePAFDetails {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-left: 7px;
    padding-right: 7px;
}

p.input-group {
    width: 100%;
    margin-bottom: 0px;
}

.adf-field-approval-pending.fa-question {
    color: #f8ac59;
}

.adf-field-approved.fa-check {
    color: #419639;
}

.adf-field-rejected.fa-times {
    color: #d9230f;
}

.buttons.buttons-po.crud {
    margin-top: 35px;
}

.btn-default.btn-grey {
    background-image: -webkit-linear-gradient(#ddd, #ddd 6%, #ddd) !important;
    background-image: linear-gradient(#ddd, #ddd 6%, #ddd) !important;
    background-repeat: no-repeat !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f5151', endColorstr='#ff3f4141', GradientType=0) !important;
    filter: none !important;
    border: 1px solid #dddddd;
    color: #808080;
    z-index: 2;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

button.btn.btn-default.btn-grey.typeahead-btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.modal-title {
    font-size: 1em;
    font-weight: 700;
}

.adf-accordion-positioning.adf-accordion-border.adf-accordion-background-color .text-center {
    margin: 10px;
}

/*
.delegate-btns.claims button.btn.row1-btn{
    width: calc( 100% - 26px );
}
*/

.donate-now {
    list-style-type: none;
    padding: 0;
}

.donate-now li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    text-align: center;
}

.donate-now label,
.donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
    margin-top: 10px;
}

.donate-now input[type='radio'] {
    opacity: 0.011;
    z-index: 100;
}

.donate-now input[type='radio']:checked + label {
    background: #dddddd;
    cursor: default;
}

div#collapseClaimLines {
    margin-left: 10px;
}

#collapseCustomerDetails ul.dropdown-menu table thead tr th button.btn.btn-default.btn-sm {
    width: 90% !important;
}

.adf-no-panel-padding {
    padding: 0px;
}

table.table-markdown thead th,
table.table-markdown tbody td {
    overflow: hidden;
    text-overflow: inherit;
    overflow-wrap: break-word;
}

td.black {
    color: #444;
}

.black {
    color: #000000;
}

.linematching-po-table {
    color: #ffffff !important;
    background-color: #3f7a9a !important;
}

table.green-table tr {
    background: -webkit-linear-gradient(#38942b, #38942b) !important;
    background: -o-linear-gradient(#38942b, #38942b) !important;
    background: -moz-linear-gradient(#38942b, #38942b) !important;
    background: linear-gradient(#38942b, #38942b) !important;
    color: #ffffff !important;
}

.invoice-tab-title a {
    font-size: 13px;
    font-weight: 600;
    color: #fff important;
}

.container-fluid.gl-code,
.container-fluid.line-matching {
    background-color: #ffffff;
}

.container-fluid.gl-code,
.container-fluid.line-matching .row {
    padding: 5px 5px 0px 5px;
}

.container-fluid.gl-code .row,
.container-fluid.line-matching .row {
    /* margin-top: -44px; */
    padding-bottom: 0px;
    /* margin-bottom: -15px; */
}

.container-fluid.line-matching .row .pull-left.col-xs-6 {
    padding: 0px;
}

.container-fluid.line-matching .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

tbody.draggable.grey1 tr,
tbody.grey1 {
    height: 25px !important;
    background-color: #fff !important;
}

.draggable {
    border: 1px solid grey;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
    width: auto !important;
    height: 25px !important;
}

table.line-matching-table {
    width: 100%;
}

table.line-matching-table-expanded {
    table-layout: auto;
}

table.line-matching-table tbody tr:hover,
table.line-matching-table tbody tr.hover {
    background-color: lightblue !important;
    cursor: pointer;
}

table.line-matching-table tbody tr {
    height: 25px;
}

table.line-matching-table tbody tr:active td {
    background-color: #b0dfab !important;
}

table.line-matching-table tbody tr:hover td,
.line-matching-table tr.hovered td,
.grey0 tr td {
    background-color: lightblue !important;
}

table.line-matching {
    margin-bottom: 0px !important;
}

.row .pull-left span {
    font-weight: 600;
}

.pull-left.col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.glcoding .input-group {
    margin-top: 0px;
}

li.invoice-tab-title a,
li.invoice-tab-title a:visited {
    color: #fff;
}

li.invoice-tab-title.active a,
li.invoice-tab-title.active a:visited,
li.invoice-tab-title a:hover,
li.invoice-tab-title a:focus {
    color: #2a6496;
}

li.invoice-tab-title {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0px;
    color: #fff;
    background-color: #00476c;
}

.gl-coding-header {
    padding: 2px;
    width: 100%;
}

.gl-code-inline-edit input {
    height: auto !important;
    width: 80% !important;
}

.gl-code-inline-edit-icon:disabled {
    opacity: 0.5;
}

.gl-code-inline-edit .alert-danger {
    left: auto !important;
}

.active-custom {
    width: 85%;
}

input.form-control {
    border-radius: 0;
}

input.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
    border-color: red;
    border-width: 2px;
    background-color: #fcced0;
}

input.form-control.ng-dirty.ng-invalid.ng-invalid-email.ng-valid-required {
    border-color: red;
    border-width: 2px;
    background-color: #fcced0;
}

.form-group.pull-right {
    margin-right: 1px;
}

#caapsTbl button.btn {
    padding: 3px;
    background-color: transparent;
}

#caapsTbl button.btn span.glyphicon-pencil {
    color: #2a6496;
}

#caapsTbl button.btn span.glyphicon-remove {
    color: #d9230f;
}

.form-group .input-group input[type='checkbox'] {
    display: block !important;
    margin-top: 14px;
}

.form-group.isActive {
    margin-left: 480px;
    display: -webkit-box;
    margin-top: -230px;
    width: 500px;
}

.caapsTable-header {
    padding-right: 18px;
}

.slimscrollerMF-caapsTable {
    min-height: 120px;
    max-height: 220px;
    height: 220px;
    overflow-x: auto;
    overflow-y: scroll;
}

.modal-body .slimscrollerMF {
    max-height: 60vh;
    overflow: auto;
}

.modal-body .error-message-box {
    overflow: auto;
    white-space: pre-line;
}

.modal-body .error-message-details-box {
    overflow: auto;
    white-space: pre-line;
    max-height: 50vh;
    min-height: 30vh;
}

.modal-body .error-message-html-details-box {
    overflow: auto;
    max-height: 50vh;
    min-height: 30vh;
}

#checkbox-email-notif {
    margin: -10px 0 3px 15px;
}

#checkbox-email-notif label span.checkbox-label {
    padding-left: 18px;
    font-weight: normal;
    white-space: nowrap;
}

.modal-footer button {
    margin-top: 5px;
}

textarea.form-control {
    height: 200px;
}

.control-label-bold {
    font-weight: 600;
}

.pull-right.checkboxFive.col-md-11 label {
    margin-left: 80px;
}

.pull-right.checkboxFive.col-md-11 label :after {
    margin-left: 80px;
}

.pull-right.checkboxFive .control-label-bold input:disabled + label {
    border: 1px solid #808080 !important;
    background-color: #dddddd;
}

.btn-group.open ul.dropdown-menu {
    /* width: calc(100% - 71px) !important; */
    width: 60px !important;
    padding-right: 25px;
    border-radius: 0;
}

.btn-group.open ul.dropdown-menu li {
    width: 100%;
}

#adf_1_1 .row.delegates {
    background-color: transparent !important;
    padding: 0px;
}

li.invoice-tab-tab-title a {
    width: 20%;
    display: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

li.invoice-tab-title a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.caaps-ux-panel-shared-vertical {
    height: 50%;
}

.media-viewer-widget {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.media-viewer-widget.well {
    padding: 0;
    margin: 0;
}

.pull-right.media-viewer {
    cursor: default;
}

.pull-right.media-viewer i.fa.fa-chevron-left {
    opacity: 0;
}

.widget-content.border-none.media-viewer {
    height: 100%;
}

.widget-header {
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.widget-header.widget-header-with-btn {
    cursor: default;
    padding-top: 5px;
}

.widget-header.widget-header-with-btn a.pull-right {
    margin-right: 4px;
}

.widget-header.widget-header-with-btn a.pull-right + a.pull-right {
    margin-right: 5px;
}

.widget-header.widget-header-with-btn a:hover .fa,
.widget-header.widget-header-with-btn a:focus .fa {
    color: #333;
}

a.pull-right {
    color: #999999 !important;
    padding: 4px;
    margin-top: -4px;
}

a.pull-right:hover {
    color: #444444 !important;
}

div#adf_1_3 {
    height: 100%;
}

.comments-panel,
.comments-panel-inner {
    height: 100%;
}

.filter-comment {
    margin-left: 6px !important;
    display: inline !important;
    vertical-align: sub;
}

.comment-widget.well {
    padding: 5px !important;
    padding-right: 10px !important;
    border-radius: 0px;
}

.comment-widget {
    border-radius: 0;
    height: 100%;
}

.comments-content {
    height: 100%;
    margin-top: 8px;
    margin-left: 0px;
    width: 100%;
}

.comment-list-footer {
    padding: 0;
    margin: 0;
}

div.comment-form {
    padding: 0;
    margin: 0;
}

.comment-list-footer .user {
    float: left;
    padding: 0;
    margin: 0;
    width: 3em;
}

.comment-list-footer .comment-form {
    width: 80%;
    float: left;
}

.comment-list-scrollbar {
    height: calc(100% - 160px) !important;
    overflow: auto;
}

.comment-list-scrollbar-no-comment {
    height: calc(100% - 20px) !important;
}

.comment-list-scrollbar .slimScrollDiv {
    margin-left: 5px;
}

.comment-box {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
    border-radius: 3px;
    background: 0% 0% rgb(51, 51, 51);
    opacity: 0.2;
    z-index: 90;
    right: 0px;
}

.comment-list {
    margin: 0px;
    padding: 0px;
}

.comment-list-scrollbar .comment-list .user {
    padding-top: 6px;
    padding-left: 3px;
    float: left;
    width: 30px;
    white-space: nowrap;
}

.comment-list-scrollbar .comment-list .user > div {
    background: #12415b;
}

.comment-list .user .name {
    color: #428bca !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.image img {
    width: 30px;
    height: 30px;
    background: #fff;
}

.user-comment-marker {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    text-shadow: 1px 1px #666;
}

.user-comment-message {
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    text-shadow: 1px 1px #666;
    background-color: #12415b;
    border: #2c4964 solid 1px;
}

.user-control-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -6px;
    margin-left: -4px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    text-shadow: 1px 1px #666;
    background-color: #12415b;
    border: #2c4964 solid 1px;
}

.message-container pre {
    color: #666;
    font-size: 9pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-top: 0.5em;
}

.message-container {
    border-bottom: #aaa solid 1px;
}

.message-container .user {
    float: left;
}

.message-signature {
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 200;
    margin-left: 42px;
    color: #aaa;
    font-size: 11px;
}

.message-signature-date {
    font-weight: 600;
}

.message {
    margin-bottom: 7px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-word;
}

pre.message div {
    float: right;
    margin-top: 20px;
}

.comment-list.comment-list-fixed-footer {
    margin-top: 5px;
    margin-bottom: 15px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.comment-form-text-container {
    padding: 0;
    margin: 0;
    padding-left: 0.5em;
}

.mentions-input-box,
.mentions-input-box .slimScrollDiv {
    overflow: visible !important;
}

textarea.mention {
    height: 63px;
    width: 100%;
    overflow: auto;
    border: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    resize: none;
    float: left;
    margin-bottom: 5px;
    background-color: #ffffff;
}

.comment-textArea {
    position: absolute;
    display: none;
    word-wrap: break-word;
    white-space: pre-wrap;
    border-left: 1px solid rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    width: 399px;
    font-family: Arial;
    line-height: 17.15px;
    font-size: 12px;
    padding: 5px 7px;
}

.comment-form-btn {
    padding: 0;
    margin: 0;
}

.comment-form-btn-color {
    color: #fff;
    background-color: #12415b;
    border: #2c4964 solid 1px;
}

ul#commentsStreamDiv li {
    min-height: 47px;
}

pre.message span {
    color: #19c707;
    font-weight: bold;
    font-size: 12px;
}

pre.message span.bre {
    color: #3d3d3d;
}

pre.message span.bre.system {
    color: red;
}

pre.message span.bre.approval {
    color: darkgreen;
}

pre.message span.bre.email {
    color: blueviolet;
}

mentio-menu {
    position: fixed !important;
}

mentio-menu .active .text-muted {
    color: white;
}

.list-group.user-search {
    height: 110px;
    margin-top: 3px !important;
}

img.user-photo {
    height: 34px;
    margin-top: -2px;
}

.search-predicate-view-on {
    background-color: #fff;
    margin-left: 5px;
    margin-top: 3px;
    max-width: 450px;
    min-width: 150px;
}

.predicate-btns {
    float: left !important;
    margin-left: 34px;
    margin-top: 17px;
    display: block;
}

.predicate-btns a.pull-right {
    margin-top: -17px;
}

.search-predicate-viewer {
    height: 31px;
    display: inline-block;
    width: 100%;
}

.search-predicate-viewer.search-predicate-view-off {
    display: none;
}

.search-predicate {
    float: left;
    position: inherit;
}

.search-tag {
    background-color: #efefef;
    margin-top: 2px;
    padding: 2px;
    display: block;
}

ul.search-pills {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-shadow: none;
    list-style-type: none;
    position: relative;
    background-color: #efefef;
}

ul.search-pills li {
    display: inline-block;
    margin-bottom: 2px;
    padding: 5px 9px;
    border-radius: 3px;
    background: #eee;
    color: #333;
    text-decoration: none;
}

ul.search-pills li a.fade.in {
    color: #7f7f7f !important;
    text-decoration: none;
    font-weight: 900;
}

ul.search-pills li,
ul.search-pills li {
    border: 1px solid #eee !important;
}

ul.search-pills li:focus,
ul.search-pills li:hover {
    border: 1px solid rgb(153, 153, 153) !important;
}

select.form-control.adf-invoice-details-bottomMargin.adf-invoice-field-leftRight-Padding.conjuction {
    height: 19px;
    margin-top: 4px;
    padding: 0px;
    color: #fff;
    background-color: #1e83ab;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 12px;
}

.adf-breadcrumb-on.media-viewer-fullscreen,
.header.navbar.navbar-inverse.navbar-fixed-top.media-viewer-fullscreen,
nav.adf-footer-size.navbar.navbar-default.navbar-fixed-bottom.media-viewer-fullscreen,
.col-xs-12.col-sm-12.col-md-9.caaps-ux-inner-container-fluid.caaps-ux-line-form-off.media-viewer-fullscreen,
.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.comments.media-viewer-fullscreen,
.col-xs-12.col-sm-12.col-md-9.caaps-ux-inner-container-fluid.caaps-ux-line-form-off.k-pane.k-scrollable.media-viewer-fullscreen {
    display: none;
}

body.media-viewer-fullscreen {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.media-viewer-fullscreen .container-fluid.adf-breadcrumb-on,
body.media-viewer-fullscreen .adf-footer-size.navbar.navbar-default.navbar-fixed-bottom {
    display: none;
}

.col-xs-12.col-sm-12.col-md-3.caaps-ux-inner-container-fluid.adf-caaps-pdf-comms-col-height.media-viewer-fullscreen {
    width: 100% !important;
}

.media-viewer-outer,
.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.media-viewer.media-viewer-fullscreen,
.col-xs-12.col-sm-12.col-md-3.caaps-ux-inner-container-fluid.adf-caaps-pdf-comms-col-height.media-viewer-fullscreen
    .widget-content.border-none.media-viewer {
    height: 100% !important;
}

.media-viewer .spinnerholder {
    display: none;
    height: 100%;
}

.media-viewer.media-viewer-expand .spinnerholder {
    height: 97%;
}

.media-viewer iframe {
    height: 90%;
}

.media-viewer.media-viewer-expand iframe {
    height: 96%;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.comments.media-viewer-expand {
    display: none;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.media-viewer.media-viewer-expand {
    height: 100%;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.media-viewer.media-viewer-expand
    .widget-content.border-none.media-viewer {
    height: 95% !important;
}

.widget-content.border-none.media-viewer.media-viewer-expand {
    height: 780px;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.media-viewer.media-viewer-collapse
    .widget-content.border-none.media-viewer {
    display: none;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.media-viewer.media-viewer-collapse {
    /* height: 10%; */
    height: 30px;
}

.col-xs-12.col-sm-12.col-md-12.adf-gutter.caaps-ux-panel-shared-vertical.comments.media-viewer-collapse {
    height: 95%;
}

.adf-breadcrumb-off {
    display: none;
}

.adf-dash-row1-fixed-height {
    max-height: 146px;
    height: 146px;
}

.box-icon {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
}

.rightSideCont {
    margin-left: 15px !important;
}

.adf-dashboardWidget-font-size {
    font-size: 30px;
    color: black;
}

.adf-dash-row2-fixed-height {
    max-height: 351px;
    height: 351px;
}

.dashboard-container {
    padding: 1px;
}

.dashboard-container select {
    margin: 10px;
    position: absolute;
    z-index: 1;
}

.adf-search-predicate-view {
    overflow-y: auto;
    max-height: 46px;
    display: block;
    padding-bottom: 2px;
    transition: max-height 0.15s ease-in;
}

.adf-search-predicate-view:hover {
    max-height: 200px;
    transition: max-height 0.15s ease-out;
}

/*
.adf-search-window {
    max-width: 36%;
    overflow-y: scroll;
    max-height: 90%;
    xxdisplay: inline;
}
*/

table.table-condensed tbody tr td.adf-list-cell {
    border-right: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    color: #444;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .adf-search-predicate-view {
        max-width: 450px;
    }
    .search-predicate-view-on {
        max-width: 450px;
    }
}

@media (min-width: 1300px) {
    .adf-search-predicate-view {
        max-width: 450px;
    }
    .search-predicate-view-on {
        max-width: 450px;
    }
}

@media (min-width: 1400px) {
    .adf-search-predicate-view {
        max-width: 550px;
    }
    .search-predicate-view-on {
        max-width: 550px;
    }
}

@media (min-width: 1500px) {
    .adf-search-predicate-view {
        max-width: 650px;
    }
    .search-predicate-view-on {
        max-width: 650px;
    }
}

@media (min-width: 1600px) {
    .adf-search-predicate-view {
        max-width: 750px;
    }
    .search-predicate-view-on {
        max-width: 750px;
    }
}

@media (min-width: 1700px) {
    .adf-search-predicate-view {
        max-width: 850px;
    }
    .search-predicate-view-on {
        max-width: 850px;
    }
}

@media (min-width: 1800px) {
    .adf-search-predicate-view {
        max-width: 950px;
    }
    .search-predicate-view-on {
        max-width: 950px;
    }
}

@media (min-width: 1900px) {
    .adf-search-predicate-view {
        max-width: 1050px;
    }
    .search-predicate-view-on {
        max-width: 1050px;
    }
}

@media (min-width: 2000px) {
    .adf-search-predicate-view {
        max-width: 1150px;
    }
}

@media (max-width: 800px) {
    .predicate-btns {
        display: none;
    }
}

@media (min-width: 996px) and (max-width: 1439px) and (min-height: 872px) {
    .slimscroll-invoice-details {
        height: 80% !important;
    }
}

@media (max-width: 480px) and (max-height: 854px) {
    form#adf-slimscroll-panel-details {
        height: 37% !important;
    }
}

@media (max-width: 1280px) and (max-height: 720px) {
    form#adf-slimscroll-panel-details {
        height: 37% !important;
    }
}

@media (max-width: 1440px) {
    .slimscroll-invoice-details {
        height: 72%;
    }
    .header .search-btn {
        right: 0px;
    }
    .active-custom {
        width: 77%;
    }
    form#adf-slimscroll-panel-details {
        height: 53% !important;
    }
}

@media (max-height: 904px) and (min-height: 873px) {
    .active-custom {
        width: 75% !important;
    }
    form#adf-slimscroll-panel-details {
        height: 47% !important;
    }
}

@media (max-height: 872px) and (min-height: 828px) {
    .active-custom {
        width: 77%;
    }
    .slimscroll-invoice-details {
        height: 80%;
    }
    form#adf-slimscroll-panel-details {
        height: 45% !important;
    }
}

@media (max-height: 827px) and (min-height: 786px) {
    form#adf-slimscroll-panel-details.invoice-list-details {
        height: 35% !important;
    }
    .active-custom {
        width: 77%;
    }
    .slimscroll-invoice-details {
        height: 80%;
    }
    form#adf-slimscroll-panel-details {
        height: 47% !important;
    }
}

@media (max-height: 785px) and (min-height: 697px) {
    .slimscroll-invoice-details {
        height: 78%;
    }
    form#adf-slimscroll-panel-details {
        height: 36% !important;
    }
}

@media (max-height: 696px) and (min-height: 654px) {
    form#adf-slimscroll-panel-details.invoice-list-details {
        height: 30% !important;
    }
    .slimscroll-invoice-details {
        height: 76%;
    }
    form#adf-slimscroll-panel-details {
        height: 33% !important;
    }
}

@media (max-height: 653px) and (min-height: 598px) {
    .slimscroll-invoice-details {
        height: 73%;
    }
    form#adf-slimscroll-panel-details {
        height: 36% !important;
    }
}

@media (max-height: 597px) and (min-height: 557px) {
    .slimscroll-invoice-details {
        height: 71%;
    }
    form#adf-slimscroll-panel-details {
        height: 37% !important;
    }
}

@media (max-height: 556px) and (min-height: 505px) {
    .slimscroll-invoice-details {
        height: 68%;
    }
    form#adf-slimscroll-panel-details {
        height: 27% !important;
    }
}

@media (max-height: 504px) and (min-height: 450px) {
    .slimscroll-invoice-details {
        height: 63%;
    }
    textarea.mention {
        width: 100% !important;
        float: left;
        height: 30px !important;
        margin-bottom: -0px;
    }
    form#adf-slimscroll-panel-details {
        height: 28% !important;
    }
}

@media (max-height: 449px) and (min-height: 386px) {
    .slimscroll-invoice-details {
        height: 58%;
    }
    form.adf-slimscroll-panel .slimScrollDiv {
        height: 280px !important;
    }
    textarea.mention {
        width: 100% !important;
        float: left;
        height: 30px !important;
        margin-bottom: -0px;
    }
    form#adf-slimscroll-panel-details {
        height: 17% !important;
    }
}

@media (max-height: 385px) and (min-height: 329px) {
    .slimscroll-invoice-details {
        height: 48%;
    }
    textarea.mention {
        width: 100% !important;
        float: left;
        height: 30px !important;
        margin-bottom: -0px;
    }
    form#adf-slimscroll-panel-details {
        height: 7% !important;
    }
}

@media (max-height: 683px) and (max-width: 1366px) {
    .active-custom {
        width: 77%;
    }
}

@media (max-width: 399px) {
    .adf-notification-hide {
        display: none !important;
    }
}

@media (max-width: 493px) {
    .active-custom {
        width: 73%;
    }
}

@media (max-width: 422px) {
    .adf-user-control-position {
        position: relative;
        top: -50px;
    }
}

@media (max-width: 804px) {
    .pagination {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .comment-list-footer {
        padding-left: 10px !important;
    }
    .modal-footer button {
        padding: 3px !important;
    }
    ul.adf-plugin-menu.dropdown-menu.navbar-dropdown-menu.adf-acumen-dropdown {
        margin-left: -15px !important;
    }
    li.dropdown.dropdown-user {
        width: 220px;
        float: right !important;
    }
    li.dropdown.dropdown-user .text span.adf-user-menu-font-color,
    li.dropdown.dropdown-user .text p {
        display: none;
    }
    /*
    ul.dropdown-menu.navbar-dropdown-menu.pull-left.adf-dropdown-menu-width.adf-menu-background-color.adf-user-dropdown {
		margin-left: 72px !important;
    }
    */
    .open > .dropdown-menu.pull-right {
        display: block;
        position: absolute;
    }
    .adf-breadcrumb-on {
        margin-top: 5px;
    }
    .navbar-header {
        float: left;
    }
    .navbar {
        border-radius: 4px;
        min-width: 400px;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .container {
        min-width: 400px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-static-top {
        border-radius: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        /*
        background-color: white;
        border: 1px solid grey;
    */
    }
    /*
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    */
    /*
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #eee;
        color: #000;
    }
    */
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.42857143;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        /*
        color: #333;
      */
        white-space: nowrap;
    }
    /*
    .header .nav .dropdown-user .dropdown-menu > li.divider {
		background: #999;
    }
    */
    .adf-search-placeholder-off {
        display: block;
        padding-top: 0px;
        height: 10px;
        padding-right: 5px;
        padding-left: 5px;
        margin-top: -63px;
        padding-bottom: 57px;
    }
    .widget .widget-header {
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        margin-bottom: 5px;
    }
    form#adf-slimscroll-panel-details {
        height: 36% !important;
    }
    .header .navbar-search .form-control {
        width: 100%;
        border-radius: 0;
    }
    .header .navbar-search {
        width: 100%;
        padding-right: 30px;
    }
    .header .search-btn {
        right: 70px;
    }
    .adf-search-position-small {
        position: relative;
        top: 20px;
    }
    .adf-header-container {
        padding-right: 15px;
        padding-left: 0px;
    }
    .adf-acumen-dropdown {
        left: 0px;
    }
    .pull-right.checkboxFive.col-md-11 {
        float: left !important;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .adf-caaps-logo {
        display: none !important;
    }
    .adf-caaps-pdf-comms-col-height {
        padding-bottom: 37px;
    }
}

@media (max-width: 1199px) {
    .adf-caaps-logo {
        display: none !important;
    }
}

/* ng-toast 2.x.x classes */
.ng-toast div.alert {
    background-color: #474747 !important;
    color: #ffffff !important;
    opacity: 0.9;
    border: 1px solid #000000 !important;
    width: 350px !important;
    height: auto;
    text-align: left;
}

.ng-toast div.alert div.icon {
    float: left;
    width: 30px;
    height: 100%;
    margin-right: 1em;
}

.ng-toast div.alert div.message {
    float: none;
    width: auto;
    height: 100%;
}

.ng-toast div.alert i {
    float: left;
    opacity: 0.9;
    width: 30px;
    height: 100%;
    padding: 3px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 1px solid #202020;
    display: flex;
    align-items: center;
}

.ng-toast i.fa {
    font-size: 1.5em;
}

.ng-toast .alert.alert-success i,
i.icon-success {
    color: lightgray;
}

.ng-toast .alert.alert-info i,
i.icon-info {
    color: blue;
}

.ng-toast .alert.alert-warning i,
i.icon-warning {
    color: #f8ac59;
}

.ng-toast .alert.alert-danger i,
i.icon-danger {
    color: red;
}

.message-title {
    font-weight: 400;
    font-size: 11px;
    color: #bebebe;
    padding: 2px;
    padding-bottom: 4px;
    float: left;
    margin-top: 0;
}

.message-text span {
    width: 100%;
    height: 100%;
    padding: 2px;
    display: flex;
}

.document-upload-container {
    height: 380px;
}

.document-upload-frame {
    height: 350px;
}

.file-preview-text {
    overflow: hidden;
}

.adf-document-status {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    position: absolute;
    width: fit-content;
    right: 245px;
}

.adf-document-status .editors i,
.adf-document-status .viewers i {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

.adf-document-status .owner i {
    float: left;
    padding-top: 10px;
}

/* sticky header changes */
div.tableContainer {
    display: inline-block !important;
    overflow: auto !important;
}

table.stickyHeader th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2;
}

.fixedColumn {
    position: sticky !important;
    z-index: 4 !important;
    border: 1px !important; /* override border to prevent viewing lower zindex stuff */
}

td.fixedColumn {
    background-color: white !important;
}

th.fixedColumn {
    z-index: 5 !important;
}

/* Need to specify differnt left setting for each table due to difference in column width */
#line_matching_invoice_table_header .col-0.fixedColumn {
    left: -1px;
}

#line_matching_invoice_table_header .col-1.fixedColumn {
    left: 26px;
}

#line_matching_invoice_table_header .col-2.fixedColumn {
    left: 52px;
}

.line-matching-po-table .col-0.fixedColumn {
    left: -1px;
}

.line-matching-po-table .col-1.fixedColumn {
    left: 26px;
}

.line-matching-po-table .col-2.fixedColumn {
    left: 77px;
}

/* override setting done elsewhere to ensure no empty space remains below the tables 
      causing un-necessary scroll bars even when not needed  */
#caaps-line-matching,
#caaps-gl-code {
    height: auto !important;
}
/* end of sticky header changes */

#glCodeContainer {
    position: relative;
}

#glCodeContainer .form-validation-message {
    z-index: 1 !important;
}

#glCodeContainer .form-validation-message:after {
    z-index: 1 !important;
}

.gl-code-segment.row,
.gl-code-segment.row > .form-group {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.gl-code-segment.row > .form-group {
    padding-bottom: 5px;
}

.datepicker-inline {
    width: 100%;
}

.adf-modal-footer-buttons.modal-footer {
    display: flex;
    flex-direction: row-reverse;
}

.adf-modal-footer-buttons.modal-footer .btn {
    height: 26px;
    width: 22em;
    right: initial;
}

.adf-modal-footer-buttons.modal-footer .btn:hover,
.adf-modal-footer-buttons.modal-footer .btn:focus {
    color: darkslategray;
    font-weight: bold;
}

.mediaNoDocument {
    font-size: medium;
}

.ex-movie-link {
    font-size: 16px;
    color: red;
}

.important-row {
    border: 4px solid red;
}

.narrow-row {
    height: 20px;
    font-style: italic;
    background-color: #fffacd;
}

.narrow-cell {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.total-info-text {
    margin-left: 10px;
    font-style: italic;
    color: #333;
}