@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf');
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

i {
    font-style: italic;
}

.txt-center {
    text-align: center;
}

/* body,
div {
    font-family: 'Helvetica Neue', Arial, sans-serif;
} */

.suggestionbox {
    position: relative;
    display: inline-block;
    width: 30%;
}

.suggestionbox input {
    width: 100% !important;
    margin-bottom: 0px;
}

.suggestionbox ul.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.input-group.date>ul.dropdown-menu {
    padding: 10px;
}

.input-group.date>ul.dropdown-menu>li>div>table .btn-default {
    background-color: #fff !important;
    border-color: #1f7b66 !important;
    color: #333 !important;
    margin: 0;
}

.input-group.date>ul.dropdown-menu>li>div>table .btn-default.active {
    background-color: #003399 !important;
    border-color: #003399 !important;
    color: #FFF !important;
    margin: 0;
}

.input-group.date>ul.dropdown-menu>li>div>table tr {
    border: 0 !important;
    vertical-align: top !important;
}

/* REMOVED IN ORDER TO FIX ISSUE WITH CALENDAR MONTHS VIEW*/

/*.input-group.date > ul.dropdown-menu > li > div > table tr td button.btn {
    width: auto !important;
}*/

.input-group.date ul.dropdown-menu>li>div>table {
    margin: 0 auto;
}

.input-group.date ul.dropdown-menu>li>div>table th {
    border: 0 !important;
    vertical-align: top !important;
}

.input-group.date ul.dropdown-menu>li>div>table thead {
    border: 0 !important;
}

.input-group.date ul.dropdown-menu>li>div>table tbody td {
    padding: 0 !important;
}

.input-group.date ul.dropdown-menu>li>div>table thead th {
    padding: 0 !important;
}

.advanced-search-wrapper>.form-horizontal div.input.date>.input-group.date {
    width: 100%;
}

.advanced-search-wrapper>.form-horizontal div.input.date>.input-group.date>input {
    width: 100%;
    padding: 5px 10px;
    height: 30px;
}

.area-group {
    background-color: #CAC4C4;
    font-style: italic;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fnt-bold {
    font-weight: bold !important;
}

.mt0 {
    margin-top: 0px;
}

.data-section.section-xs {
    width: 19%;
}

.tooltip.mwd500 .tooltip-inner {
    max-width: 500px;
}

.input-icheck-wrapper {
    display: inline-block;
}

.upload-box {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    border: 1px solid #CCC !important;
    padding: 7px 10px;
    margin-right: 5px;
    width: 30%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}

.upload-box-btn {
    display: inline-block;
}

.login .text:after {
    padding: 10px;
}

.login .password:after {
    padding: 10px 9px;
}

.login .select:before {
    padding: 10px 10px;
}

.modal-dialog {
    margin: 30px auto !important;
}

.input.html-edtior>.input-wrapper-html-edtior {
    display: inline-block;
    width: 70%;
    margin-bottom: 15px;
}

.input.html-edtior>.input-wrapper-html-edtior textarea {
    width: 100%;
}

.modal-body .tab-content .tab-pane .tree-view>ul {
    overflow: auto;
    max-height: 300px;
}

.modal-body ul {
    margin: 0;
}

.advanced-search-wrapper.small-input .input {
    width: 22%;
}

.advanced-search-wrapper.small-input div.input.treeview-dropdown:nth-child(4) .dropdown-menu {
    left: inherit;
    right: 0;
}

.advanced-search-wrapper.small-input div.input.treeview-dropdown .dropdown-menu {
    width: 200%;
}

.treeview-dropdown-wrapper {
    position: relative;
    display: block;
    width: 30%;
    height: 30px;
    display: inline-block;
    margin-bottom: 15px;
}

.tree-view .lableText .lblTxt .icheck .icheck-input {
    margin: 0px 5px 0px !important;
}

.tree-view .lableText .lblTxt span {
    margin-left: 2px;
}

.data-entry-form .section-header {
    margin-top: 10px !important;
}

.metadata-section {
    margin-top: 10px;
    clear: both;
}

.metadata-section .metadata-header {
    overflow: hidden;
    width: 70%;
}

.metadata-section .metadata-header input {
    margin-bottom: 5px;
    float: left;
}

.metadata-section .metadata-header .metadata-del-container {
    width: 70%;
    float: right;
}

.metadata-section .metadata-header .metadata-del-container a {
    float: right;
    margin: 5px 2px;
}

.metadata-section .metadata-header .metadata-del-container a:first-child {
    margin: 5px 0px;
}

footer {
    height: 36px;
    overflow: hidden;
}

footer .version {
    color: #ddd;
    cursor: pointer;
}

.form-horizontal .input.icheck label {
    border: 0px;
    width: initial;
    padding: 5px;
    margin: 0px;
}

.advanced-search-wrapper .input.list-box ul li span {
    vertical-align: bottom;
}

.color-picker {
    width: 20px;
    height: 20px;
    border: 1px #1F7B66 solid;
    margin-top: 0px;
}

.input.icheck {
    display: inline-block;
}

.vertical-middle {
    vertical-align: middle;
}

.input-multiselect-wrapper {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-bottom: 5px;
}

.input-multiselect-wrapper .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    float: none !important;
    border: none !important;
}

.mt10 {
    margin-top: 10px;
}

.section-header.input-section {
    margin-bottom: 10px !important;
}

.forgot-password a {
    color: #fff;
}

.required-optional label:before {
    content: "#";
    font-size: 8px;
    color: #CC5C5C;
    margin-left: -9px;
    margin-right: 3px;
    vertical-align: top;
}

th.required:after {
    content: "*";
    font-size: 14px;
    color: #CC5C5C;
    margin-left: 3px;
    margin-right: 0px;
}

td.required:after {
    content: "*";
    font-size: 14px;
    color: #CC5C5C;
    margin-left: 3px;
    margin-right: 0px;
}

.form-horizontal .input-textarea-wrapper-count {
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
}

.form-horizontal .input-textarea-wrapper-count textarea {
    width: 100%;
    margin-bottom: 0px;
}

.form-horizontal .input-textarea-wrapper-count span {
    font-size: 10px;
    width: 100%;
    text-align: right;
    float: right;
}

.form-horizontal table .fileinput.input-group {
    width: 100%;
    margin-bottom: 0px !important;
}

.form-horizontal .input-table-wrapper {
    width: 70%;
    display: inline-block;
    margin-bottom: 15px;
}

.form-horizontal .input-table-wrapper .search-input {
    margin-bottom: 5px;
}

.subsection-header {
    font-weight: bold !important;
    padding: 0px 10px !important;
}

.advanced-search-wrapper form.form-horizontal {
    margin: 0px;
}

.advanced-search-wrapper .input.treeview-dropdown {
    width: 100%;
}

.input-table-wrapper {
    width: 73%;
    display: inline-block;
    overflow-x: inherit;
}

.form-horizontal table td .input-group {
    width: 100%;
}

.tree-view-box .tree-view-container {
    margin-bottom: 5px;
}

.form-horizontal .file-download-link {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    font-size: 12px;
}

.input-file-empty-holder {
    width: 20%;
    margin: 0px 10px;
    min-height: 1px;
    display: inline-block;
}

.fa-file-pdf-o {
    color: #f00;
}

.fa-file-excel-o {
    color: #00A600;
}

.fa-file-word-o {
    color: #00f;
}

.toolbar .btn.btn-txt {
    padding: 5px;
}

.table.reduced-min-width input {
    width: 135px !important;
    min-width: 80px !important;
}

table.reduced-min-width .input-select-wrapper {
    width: 135px !important;
    min-width: 130px !important;
}

.mandatory-message {
    font-size: 10px;
    display: block;
    margin-bottom: 6px;
    margin-left: 13px;
}

.pane-container {
    z-index: 99;
    width: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 80px);
    position: relative;
    border-right: 1px solid #eaeaea;
}

.pane-container .left-menu {
    position: static;
}

.pane-container .split-panes {
    z-index: 0;
}

/**/

.toolbar-search .search .input-group .form-control:focus {
    z-index: 1;
}

/* QA Tool */

.qa-container {
    display: table-cell;
    vertical-align: top;
    margin: 0 auto !important;
}

.qa-container.row,
.qa-wrapper.row {
    background-color: #ffffff !important;
    margin: 0 auto !important;
    padding: 0px;
}

.qa-container.row {
    border: none;
    min-height: 115px;
}

.qa-wrapper.row {
    border: none !important;
}

.qa-container:nth-child(1) {
    border-right: 1px solid #cccccc !important;
    width: 22%;
}

.qa-container:nth-child(2) {
    border-right: 1px solid #cccccc !important;
    width: 40%;
}

.qa-container:nth-child(3) {
    border-right: 1px solid #cccccc !important;
    width: 21%;
}

.qa-container:nth-child(4) {
    width: 14%;
}

.qa-container .row {
    margin: 0 auto !important;
}

.qa-container .qa-outer-header .qa-tool-label:nth-child(1) {
    position: relative;
    top: 3px;
}

.qa-container .qa-button {
    background-color: #e2e2e2;
    position: absolute;
    right: 10px;
    top: 4px;
}

.qa-container .qa-button button {
    border: 1px solid #cccccc !important;
    color: #000000 !important;
}

.qa-container .qa-header {
    border: none !important;
    color: #333;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0;
    clear: both;
    font-size: 12px;
}

.qa-container .qa-outer-header {
    border-bottom: 1px solid #ccc !important;
    font-size: 13px;
    padding: 8px 10px;
    height: 40px;
    position: relative;
}

.qa-container .qa-comp-header {
    background-color: #00B0F0;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.qa-container .qa-intrnl-header {
    background-color: #F4B183;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    width: 32.7%;
}

.qa-container .qa-sbstn-header {
    background-color: #F4B183;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    width: 32.7%;
}

.qa-container .qa-ptcl-header {
    background-color: #F4B183;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    width: 32.9%;
}

.qa-container .qa-intrnl-header .qa-tool-icon,
.qa-container .qa-sbstn-header .qa-tool-icon,
.qa-container .qa-ptcl-header .qa-tool-icon {
    display: inline-block;
    vertical-align: top;
}

.qa-container .qa-intrnl-header .qa-tool-label,
.qa-container .qa-sbstn-header .qa-tool-label,
.qa-container .qa-ptcl-header .qa-tool-label {
    display: inline-block;
    vertical-align: middle;
}

.qa-container .qa-editr-header {
    background-color: #00B0F0;
    color: #ffffff;
    font-size: 12px;
}

.qa-container .qa-last-update-header {
    background-color: #00B0F0;
    color: #ffffff;
    font-size: 12px;
}

.qa-container .qa-content {
    font-weight: bold;
    padding: 8px 8px 6px;
}

.qa-container .qa-comp-cntnt {
    font-size: 14px;
}

.qa-container .qa-intrnl-cntnt {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    width: 32.7%;
}

.qa-container .qa-sbstn-cntnt {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    width: 32.7%;
}

.qa-container .qa-ptcl-cntnt {
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    width: 32.7%;
}

.qa-container .qa-editr-cntnt {
    font-size: 14px;
}

.qa-container .qa-last-update-cntnt {
    font-size: 12px;
}

.qa-modal-container .qa-table {
    margin-bottom: 15px;
}

.qa-modal-container .qa-table-row {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    color: #444;
    padding: 15px;
    width: calc(50% - 10px);
    border-radius: 4px;
    text-align: left;
    outline: none;
    font-size: 13px;
    font-weight: bold;
    transition: 0.4s;
}

.qa-modal-container .qa-table-row .icon {
    justify-content: end;
    float: right;
    font-size: 14px;
}

.qa-modal-container .qa-rep-table th {
    font-size: 13px;
    font-weight: bold;
}

.qa-modal-container .qa-accordion-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.qa-modal-container .qa-accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 4px;
    border-radius: 4px;
    text-align: left;
    outline: none;
    font-size: 12px;
    font-weight: bold;
    transition: 0.4s;
}

.qa-modal-container .qa-head {
    display: inline-block;
    width: 49.5%;
}

.qa-modal-container .qa-bar-wrapper {
    display: inline-block;
    width: 48.5%;
}

.qa-modal-container .qa-bar-counter {

}

.qa-modal-container .qa-bar-outer {
    background-color: #e5e5e5;
    display: inline-block;
    height: 10px;
    width: 350px;
}

.qa-modal-container .qa-bar-slider {
    display: block;
    height: 10px;
    width: 350px;
}

.qa-modal-container .tableSection {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.qa-modal-container .tableSection:nth-child(1) {
    text-align: left;
    vertical-align: top;
}

.qa-modal-container .active,
.qa-modal-container .qa-accordion:hover {
    background-color: #e5e5e5;
}

.qa-modal-container .qa-panel {
    padding: 15px 15px 5px;
    background-color: #ffffff;
    overflow: hidden;
}

.qa-modal-container .qa-panel h5 {
    margin-top: 0;
}

.qa-modal-container .qa-accordion .icon {
    justify-content: end;
    float: right;
}

.qa-modal-container .qa-terms {
    border: 1px solid #cccccc;
    padding: 4px 8px;
    margin: 3px;
    display: inline-block;
}

.qa-modal-container .searchBar input[type=text] {
    float: none;
    margin: 0;
    padding: 14px;
    border-radius: 16px;
}

.qa-modal-container .qa-issue-highlight {
    background-color: #f5f527;
}

/** RTL **/

.rtl .dropdown-menu {
    right: 0;
    left: inherit;
}

.rtl .advanced-search-wrapper.small-input div.input.treeview-dropdown:nth-child(4) .dropdown-menu {
    left: 0;
    right: inherit;
}

.rtl .treeview-dropdown .dropdown-label .dropdownLink {
    right: auto;
    left: 8px;
}

.rtl .tree-view ul li {
    padding-left: 0px;
    padding-right: 10px;
}

.rtl .upload-box {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
    cursor: pointer;
}

.rtl .tree-view .lableText .lblTxt span {
    float: right;
    margin-right: 2px;
    margin-left: 0px;
}

.rtl .tree-view .lblTxt .input.icheck {
    float: right;
    margin-left: 25px;
    margin-right: 0px;
}

.rtl .tree-view ul li .control-box {
    float: right;
}

.rtl .tree-view .lblTxt {
    float: right;
    padding: 0px;
}

.rtl .treeview-dropdown .dropdown-menu .dropdown-footermenubar {
    text-align: right;
}

.rtl .dropdown-menu>li>a {
    float: right;
}

.rtl .tree-view-box .tree-view-container .tree-view-menubar .list-count {
    float: left;
}

.rtl .searchbox .input-group-btn {
    right: 100%;
}

.rtl .tree-view-box .searchbox .search-dropdown {
    padding-left: 20px;
    padding-right: 5px;
}

.rtl .tree-view-box .searchbox .input-group-btn button {
    margin-right: -20px !important;
    margin-left: 0px !important;
}

.rtl .metadata-section .metadata-header input {
    float: right;
}

.rtl .metadata-section .metadata-header .metadata-del-container {
    float: left;
}

.rtl .metadata-section .metadata-header .metadata-del-container a {
    float: left;
}

.rtl .treeview-dropdown .dropdown-menu .search-dropdown {
    padding-right: 5px;
    padding-left: 30px;
}

.rtl .treeview-dropdown .dropdown-menu .input-group-btn {
    left: 20px;
}

.rtl .suggestionbox {
    float: right;
}

/** Menu Bar - Accoridan overwrites **/

.left-pane {
    opacity: 1;
}

.panel-group .panel {
    position: relative;
}

.panel-group .panel+.panel {
    margin-top: 0px !important;
}

.panel-group .panel-heading {
    padding: 0px !important;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    text-decoration: none;
}

.panel-group .panel-heading:hover {
    text-decoration: none;
}

.panel-group .panel-heading .panel-title {
    margin: 0px !important;
    text-decoration: none;
    /* line-height: 3.4em; */
    overflow: hidden;
}

.panel-group .panel .panel-heading .panel-title a {
    width: 100%;
    margin: 0;
    line-height: 10px;
    padding: 10px 12px !important;
    outline: 0 !important;
    line-height: 1.4em;
    color: #333;
    border-top: 1px solid #DDD;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    display: block;
    font-size: 12px;
}

.panel-group ul .panel .panel-heading .panel-title a {
    border-top: none;
    padding: 6px 12px !important;
}

.workplan-accordian {
    margin: 20px 0 0 0;
}

.panel-group .panel .panel-heading .panel-title a span {
    font-size: 12px !important;
    height: auto !important;
    line-height: 1.4em;
}

.panel-open .panel-heading .accordion-toggle:after {
    transform: rotate(90deg);
}

.adjust-navbar .panel-group .panel .panel-heading .panel-title a {
    text-align: center;
}

.panel-group .panel:first-child .panel-heading .panel-title a {
    border-top: 0px !important;
}

.panel-group .panel .panel-heading .panel-title a:hover,
.panel-group .panel .panel-heading .panel-title a.activation {
    text-decoration: none;
    color: #FFF !important;
    background-image: none !important;
}

.panel-group .panel-heading .panel-title:hover::after {
    color: #FFFFFF;
}

.panel-group .panel .panel-heading .panel-title a .covid {
    background-image: url(../img/covid-black.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    left: -8px;
}

.panel-group .panel .panel-heading .panel-title a:hover .covid {
    background-image: url(../img/covid.svg);
}

.panel-group .panel .panel-heading .panel-title a .text-muted {
    color: #333;
}

.panel-group .panel .panel-heading .panel-title a span,
.panel-group .panel .panel-heading .panel-title a i {
    display: inline-block;
    /* margin-right: 10px; */
    width: 20px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.adjust-navbar .panel-group .panel .panel-heading .panel-title a span,
.adjust-navbar .panel-group .panel .panel-heading .panel-title a i {
    float: none;
}

.navbar {
    min-height: 44px;
    border: none;
    height: 44px;
}

.panel-group .panel .panel-heading .panel-title a b {
    margin: 0 0 0 .8rem;
    display: inline-block;
    float: left;
    width: calc(100% - 36px);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

.panel-heading .accordion-toggle span a:after {
    left: auto !important;
    right: 10px !important;
    top: 50%;
    transition: all 0.3s;
    margin: -5px 0 0 0;
}

.panel-heading .accordion-toggle.collapsed span a:after {
    content: "\f0da";
}

.adjust-navbar .panel-heading .accordion-toggle.collapsed span a:after,
.adjust-navbar .panel-group .panel .panel-heading .panel-title a b {
    display: none;
}

.panel-heading .accordion-toggle.collapsed span a:after,
.panel-heading.accordion-toggle span a:after,
.panel-heading.accordion-toggle:hover:after,
.panel-heading.accordion-toggle::after {
    right: auto;
}

.panel-heading .accordion-toggle span a:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    position: absolute;
    font-weight: normal;
    text-align: right;
    color: #333;
    right: 13px !important;
    top: 50%;
    width: 8px;
    font-size: 12px;
    margin: -9px 0 0 0;
    height: 18px;
    line-height: 18px;
}

.panel-heading .accordion-toggle span a.activation:after,
.panel-heading .accordion-toggle span a:hover:after {
    color: #ffffff;
}

/*.panel-heading .accordion-toggle:hover:after {
    color: #FFF !important;
}*/

.panel-group .panel-active .panel-heading .panel-title a .text-muted {
    color: #fff;
}

/*** Indicator classes ***/

.white {
    background-color: #fff !important;
}

.darkBlue {
    background-color: #6e7cec !important;
}

.lightBlue {
    background-color: #bfdaff !important;
}

.gray {
    background-color: #a1a1a1 !important;
}

.lightGray {
    background-color: #1F7B66 !important;
}

.dock-pane {
    position: absolute;
    background-color: aqua;
    height: 100%;
    right: 0;
    top: 0;
    width: 70%;
    overflow: hidden;
}

.dock-pane .split-handler {
    width: 10px;
    top: 0px;
    left: 0;
    bottom: 0px;
    cursor: col-resize;
    -ms-box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.02);
    -o-box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.02);
    box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.02);
    z-index: 999;
}

.dock-pane .split-handler {
    background: transparent;
    position: absolute;
    z-index: 999;
    border-left: 1px solid transparent;
}

.dock-pane .split-handler:hover,
.dock-pane .split-handler:active {
    border-left: 1px dashed #555;
}

.dock-pane .split-handler:after {
    font-family: "kordit-fonts";
    content: "\e641";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    padding: 5px 0;
    color: #DDD;
    font-size: 18px;
    z-index: 1;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/** ag-grid **/

.ag-cell.overflow-override {
    overflow: visible !important;
}

.ag-cell .input-checkbox {
    width: 100%;
    text-align: center;
    /*display: inline-block;*/
}

.ag-cell.disabled .input-checkbox {
    opacity: .8;
    cursor: default;
    color: #bfbfbf;
}

.ag-cell .input {
    width: 100%;
    height: 100%;
    font-size: 12px !important;
}

.input .input-colorbox {
    position: relative;
}

.input.input-colorbox input {
    padding-right: 20px;
    width: 100%;
    min-height: 23px;
}

.input.input-colorbox .colorbox {
    position: absolute;
    right: 0px;
    height: 23px;
    width: 20px;
    border: 1px solid #a1a1a1;
}

.ag-cell .input.dropdown-toggle {
    display: inline-block;
}

.ag-cell .input-dropdown {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.hide_header .ag-header {
    display: none;
}

.hide_header .ag-body {
    top: 0px !important;
}

/* Standard Report */

.standard-report .info-row {
    margin: 0;
    padding: 4px 0 8px;
}

.standard-report .section-header {
    background-color: #0063A7 !important;
    color: #FAFAFA !important;
    margin-bottom: 0 !important;
}

/* Undaf Report */

.adv-search .checkbox-label {
    padding-left: 5px !important;
    display: inline-block !important;
    width: inherit !important;
}

/*.adv-search .string {
    padding: 15px 0 10px;
}*/

.filter-box {
    padding: 0 !important;
}

.filter-box .section-header-planning {
    border-color: #F4F4F4;
    border-style: solid;
    /*border-width: 0px 1px 1px 0px;*/
    float: left;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 145px;
}

.filter-box .section-header-planning span.title {
    font-family: calibri;
    font-size: 17px;
    font-weight: normal;
}

.filter-box .section-header-planning span.icon {
    position: absolute;
    right: 5px;
    top: 10px;
}

.filter-box .filter-wrapper {
    float: left;
    padding: 10px;
    width: calc(100% - 145px);
}

.filter-box .filter-wrapper .ui-select-container input {
    width: 100% !important;
}

.cell-top-row {
    font-size: 11px;
    height: calc(50% - 14px);
    margin: 2px;
    position: relative;
    top: -7px;
}

.cell-bottom-row {
    font-size: 11px;
    margin: 2px;
    position: relative;
    top: -1px;
}

.cell-border-left {
    border-left: 1px solid #ddd;
}

.undaf-report .sg-theme {
    border: medium none !important;
    width: 100%;
}

.undaf-report .sg-theme .ag-cell,
.undaf-report .sg-theme .ag-header-cell {
    font-size: 11px;
}

.undaf-report .sg-theme .ag-header {
    border-bottom: medium none;
}

.undaf-report .sg-theme .ag-header-cell .ag-header-cell-label {
    padding: 10px 10px 10px 10px;
}

.undaf-report .sg-theme .ag-row:hover {
    border-bottom: 1px solid #ddd;
}

/*.undaf-report .sg-theme .ag-body-container {
    width: 100% !important;
}*/

.undaf-report .full-width-panel {
    padding: 0px 5px 5px 0px;
}

.undaf-report .full-width-grid {
    padding-top: 0px !important;
}

.undaf-report .sg-theme .ag-body .ag-row-odd {
    background-color: #FAFAFA;
}

.undaf-report .description-row .ag-cell {
    display: none;
    font-weight: normal;
    overflow: visible;
    text-align: justify;
    white-space: normal;
    width: calc(100% - 0px) !important;
}

.undaf-report .level-row .ag-cell {
    font-size: inherit !important;
    /*width: 100% !important;*/
}

.undaf-report .ag-body .ag-body-viewport {
    overflow-x: visible;
    overflow-y: visible !important;
}

/*.undaf-report .level-row .ag-cell .ag-group-expanded {
    display: none;
}*/

.undaf-report .description-row .ag-cell:nth-child(1) {
    display: block;
}

/** Result Group Report **/

.description-row .ag-cell {
    white-space: normal;
}

.full-row-height .ag-body-container .ag-row {
    height: auto !important;
    position: static !important;
}

.full-row-height .ag-body-container .ag-row .ag-cell {
    overflow: visible;
    position: static !important;
    white-space: normal;
}

.full-row-height {
    height: 100% !important;
}

.full-row-height .ag-bl-normal-center-row,
.full-row-height .ag-body,
.full-row-height .ag-scrolls .ag-body-container {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.aggrid-narrative-plan-item {
    background-color: #FB4349 !important;
    border: 1px solid #FB4349 !important;
    color: #FFF;
    font-weight: bold;
}

.aggrid-narrative-field {
    background-color: #FBBD68 !important;
    border: 1px solid #FBBD68 !important;
    color: #FFF;
    font-weight: bold;
}

.aggrid-narrative-desc {
    white-space: normal;
}

.aggrid-narrative-plan-item .ag-cell {
    font-size: 13px;
}

.aggrid-narrative-field .ag-cell {
    font-size: 12px;
}

.aggrid-narrative-plan-item .ag-cell,
.aggrid-narrative-field .ag-cell {
    overflow: hidden;
    padding: 9px 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aggrid-narrative-desc .ag-cell {
    padding: 9px 8px;
    white-space: normal;
}

.non-ag-cell {
    display: block !important;
    position: relative !important;
}

.aggrid-narrative-desc p {
    margin: 0;
}

/** SCROLL TABS **/

.scrolltabs>div:first-child>.nav-tabs>li>a {
    height: 29px;
    z-index: 10;
    line-height: 20px;
    min-width: 58px;
    text-align: center;
    padding: 4px 10px !important;
}

/** Multi select **/

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    float: none !important;
    border: none !important;
    width: 100%;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    position: static;
}

.form-horizontal .input-group-addon,
.form-horizontal .input-group-addon:hover {
    background-color: #0067b1 !important;
}

/** multi select **/

.wrapper .ui-select-container {
    margin-bottom: 15px;
    padding: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: 100%;
}

.wrapper .ui-select-choices.dropdown-menu {
    font-size: 12px;
}

.wrapper .ui-select-container.form-control {
    padding: 4px 6px 1px !important;
}

.wrapper .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    font-size: 12px !important;
    padding: 3px 6px 3px !important;
    max-width: 94%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wrapper .ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #ffffff !important;
    color: #333333;
}

.wrapper .inactive {
    color: #da0a00 !important;
}

/**  **/

.scrolltabs .tab-content {
    height: 95%;
}

.tab-content .form-horizontal {
    margin: 0;
}

.ui-tabs-scrollable {
    height: 100%;
}

.scrolltabs .ui-tabs-scrollable>.spacer>div:first-child>.nav-tabs>li>a {
    font-size: 12px;
}

/** content area for splitter **/

.split-content-area {
    height: calc(100% - 25px);
    padding-bottom: 0px;
}

.split-content-area .scrolltabs {
    height: 100%;
}

/** File Input For Documents **/

.ag-popup-editor .fileinput {
    margin-bottom: 0px !important;
    width: 100%;
}

/** HTML BOX **/

.html-box {
    display: block;
    width: 100%;
    min-height: 90px;
    padding: 10px 20px;
    margin: 0 0 10px;
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    overflow: hidden;
}

.html-box h5 {
    font-weight: bold;
}

.modal-dialog .form-label {
    width: 20%;
}

/** Dates **/

.input-group.date ul.dropdown-menu {
    padding: 10px;
}

.input-group.date ul.dropdown-menu>li>div>table td {
    border-bottom: 0px;
}

.input-group.date ul.dropdown-menu>li>div>table .btn-default {
    background-color: #fff !important;
    border-color: #1f7b66 !important;
    color: #333 !important;
    margin: 0;
}

.input-group.date ul.dropdown-menu>li>div>table .btn-default.active {
    background-color: #003399 !important;
    border-color: #003399 !important;
    color: #FFF !important;
    margin: 0;
}

.input-group.date ul.dropdown-menu>li>div>table tr {
    border: 0 !important;
    vertical-align: top !important;
}

.input-group.date ul.dropdown-menu>li>div>table tr td button.btn {
    width: auto !important;
}

.input-group.date ul.dropdown-menu>li>div>table th {
    border: 0 !important;
    vertical-align: top !important;
}

.input-group.date ul.dropdown-menu>li>div>table thead {
    border: 0 !important;
}

.input-group.date ul.dropdown-menu>li>div>table tbody td {
    padding: 0 !important;
}

.input-group.date ul.dropdown-menu>li>div>table thead th {
    padding: 0 !important;
}

.input-group.date input.hasDatepicker,
.input-group.date input.form-control[readonly] {
    background-color: #ffffff;
    color: #606060;
    pointer-events: none;
}

/** check box css issue fix **/

.form-horizontal .input .input-selection-inline .input .selection-wrapper .icheck-input {
    position: absolute;
    margin: 2px;
}

.form-horizontal .input .input-selection-inline .input .selection-wrapper label {
    width: 100%;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.input .select-45 {
    width: 70% !important;
}

.input .select-70 {
    width: 70% !important;
}

/** ag grid CSS **/

/** ag grid header **/

.sg-theme .ag-header-group-cell {
    padding: 3px 10px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.sg-theme .ag-menu-option-icon,
.sg-theme .ag-menu-option-text {
    padding: 5px 10px !important;
}

.sg-theme .ag-menu-option-shortcut {
    padding: 5px 10px;
}

.sg-theme .ag-group-expanded,
.sg-theme .ag-group-contracted {
    margin-right: 5px;
}

.sg-theme .ag-group-expanded,
.sg-theme .ag-group-contracted {
    margin-right: 5px;
}

.sg-theme .ag-menu-option-disabled {
    opacity: .5;
}

/** ag grid row  **/

.sg-theme .ag-row-selected {
    background-color: #F0FBFF !important;
    border-bottom: 2px #ccc solid;
    font-weight: bold;
}

/*.sg-theme .ag-row-selected .ag-cell{
     padding: 4px 4px 4px 4px !important;
 }*/

/** splitter z-index issue**/

.split-content.splitter-slide-out,
.split-content.splitter-slide-in {
    z-index: 10 !important;
}

/** splitter - side menu panel css **/

.split-content-header.with-menu {
    padding-bottom: 10px;
    padding-left: 45px;
    border-bottom: 1px solid #eee;
}

.split-content .side-menu {
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    z-index: 10;
}

.split-content .split-content-container-menu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.split-content .side-menu li,
.split-content .side-menu li {
    width: 40px;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.side-menu ul li .fa {
    font-size: 17px;
}

/*.split-content .split-content-container-menu .split-content-header{
      padding-left: 45px;
 }*/

.split-content .split-content-container-menu .split-content-area {
    /* float: left; */
    width: 100%;
    padding-left: 45px;
    position: relative;
    padding-bottom: 60px;
}

.split-content .split-content-container-menu .split-content-area .content {
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
}

.split-content .split-content-container-menu .split-content-area .content .form-horizontal {
    margin-top: 0px;
}

.content-splitter .overlay-content.main-content {
    padding: 0px !important;
}

/** DatePicker CSS */

.input-group.date .form-control,
.input-group.date .input-group-addon {
    z-index: 3;
}

.ag-cell .input-group.date {
    width: 100% !important;
    position: relative;
    z-index: 3000;
}

.ag-cell.calender-overflow {
    overflow: visible;
}

/** Text editor Css **/

.form-horizontal .input-text-editor {
    width: 70%;
    display: inline-block;
}

.form-horizontal .input-text-editor ul {
    list-style: disc;
    margin-left: 15px;
}

.form-horizontal .input-text-editor ol {
    list-style-type: decimal;
    margin-left: 15px;
}

.btn-inline-editor {
    cursor: pointer;
    visibility: hidden;
}

.ag-row:hover {
    border-bottom: 2px #ccc solid
}

.ag-cell:hover .btn-inline-editor {
    visibility: visible;
}

/****/

.split-content .form-horizontal input,
.split-content .form-horizontal textarea,
.split-content .form-horizontal .input-group,
.split-content .form-horizontal .input-select-wrapper,
.split-content .form-horizontal .chosen-container,
.split-content .fileinput-preview {
    width: 70%;
}

.split-content .input-group.date {
    width: 40%;
}

.split-content .input-group.date input {
    width: 100%;
}

/****/

.split-with-btn .split-content-header h3 {
    width: 95%;
}

/*.split-content-header .split-content-btn {
    width: calc(5% - 5px);
}*/

.split-content-header .txt-button {
    display: inline-block;
    margin: 0px;
}

.split-content-header .txt-button .btn {
    margin-right: 5px;
    padding: 6px;
}

.split-content-header .icon-txt-button {
    width: auto;
    padding: revert;
}

.split-content-header .icon-txt-button span {
    font-size: 12px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.show-small-button .wrapper .panel-body .btn-default.btn-xs {
    font-size: 13px;
    padding: 6px;
}

/* Form Button CSS */

.form-horizontal .blank-label {
    background-color: inherit;
    border: none;
}

.form-horizontal .blank-label+a {
    margin-left: -3px;
}

/** Documents upload css **/

.dropzone {
    border: 2px dashed #ECECEC;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold;
    color: #bbb;
    margin-bottom: 10px;
}

.dropzone .document-file {
    display: inline-block;
    margin: 10px;
    border: 1px solid #ccc;
    width: 150px;
    position: relative;
    padding-bottom: 10px;
}

.dropzone .document-file .document-icon i {
    font-size: 90px;
    padding: 5px 0;
}

.dropzone .document-file .document-info {
    display: block;
    font-size: 12px;
}

.dropzone .document-list {
    text-align: left;
}

.dropzone .document-list .document-file {
    text-align: center;
    vertical-align: top;
}

.document-info .file {
    cursor: pointer;
    display: block;
}

.document-info .info {
    color: #5AA43A;
    cursor: default;
    display: block;
}

.document-info .document-tags {
    display: block;
}

.document-file .action-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
}

.document-file .action-btn a {
    text-decoration: none;
}

/** z- index fix for ag-grid **/

.sg-theme .ag-header-cell-resize {
    z-index: 10;
}

.note-content {
    font-size: 12px;
    margin-left: 10px;
    padding: 10px 0;
}

.comment-container {
    margin-top: 15px;
}

.comment-container .cmnt {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #DDD;
}

.comment-container .cmnt:hover {
    background-color: #F9F9F9;
}

.comment-container .cmnt .action-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.comment-container .cmnt .action-btn a {
    margin-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

.comment-container .cmnt .cmt-tgl-tip {
    margin-right: 5px;
    cursor: pointer;
}

.comment-container .cmnt .cmnt-detail {
    padding-left: 15px;
}

.tooltip-placeholder {
    font-size: 10px;
    vertical-align: top;
}

.ui-tabs-scrollable>.spacer>div:first-child>.nav-tabs>li {
    z-index: 1;
}

.popoverClass {
    min-width: 290px;
}

.popoverExportClass {
    min-width: 180px;
}

.input-selection-inline.no-border {
    border: 0px !important;
    padding: 0px !important;
}

.source-present::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00f;
    font-size: 8px;
}

.commnet-present::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #fff;
}

.commnet-outer-present::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #777;
}

.rtl .commnet-present::before {
    left: 0;
    right: unset;
    border-left: unset;
    border-right: 8px solid transparent;
}

.rtl .commnet-outer-present::before {
    left: 0;
    right: unset;
    border-left: unset;
    border-right: 10px solid transparent;
}

.lmargin {
    padding-left: 29px;
}

.rmargin {
    padding-right: 29px;
}

.caption-margin {
    padding-left: 29px;
}

.sub-caption {
    color: #9d9d9d;
    font-size: 12px;
    padding-left: 29px;
    margin: 0;
}

.gridrow-height .ag-cell {
    padding: 2px 2px 2px 2px !important;
}

.gridrow-height .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 10px !important;
}

.gridrow-height .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 10px !important;
}

.tpwidth {
    width: 20%;
    display: inline-block;
    padding-left: 10px;
}

.coomm {
    display: inline-block;
    vertical-align: top;
    top: 6px;
}

.inpBox {
    display: inline-block;
    width: 20%;
    padding-left: 10px;
    margin-left: -4px;
}

.inpBox .tpwidth {
    width: 100%;
    display: inline-block;
    padding-left: 0;
}

.gridrow-unbold .ag-header-cell-text,
.gridrow-unbold .ag-header-group-text {
    font-weight: normal;
}

.gridrow-unbold .ag-cell {
    /* padding-top: 4px !important;
    padding-bottom: 4px !important; */
}

.labelRow span:first-child {
    /*display: flex;*/
    /* display: inline-block; */
    /* display: block; */
    width: auto;
}

.labelRow .ag-row-drag {
    position: absolute;
    height: 28px !important;
    width: 28px !important;
}

.labelRow .ag-group-value {
    /*padding-left: 16px;*/
    /* width: calc(100% - 28px); */
}

.labelRow span.ag-group-expanded,
.labelRow span.ag-group-contracted {
    /* position: absolute; */
    width: auto;
    padding: 0px 5px 5px;
    cursor: pointer;
}

.draggingRow .ag-row-drag {
    display: inline-block;
    width: 26px !important;
}

.draggingRow .ag-cell-value {
    display: inline-block;
    width: calc(100% - 28px);
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.ag-theme-balham .ag-cell {
    /* line-height: inherit !important; */
    line-height: 12.5px !important;
}

.ag-theme-balham .ag-row-focus {
    z-index: 1;
}

.ag-theme-balham .ag-filter label {
    background: none;
    border: none;
    width: 100%;
}

.ag-theme-balham .ag-filter-filter {
    border-radius: 0px;
    height: 23px;
    width: calc(100% - 8px) !important;
}

.ag-theme-balham .ag-filter .ag-filter-header-container {
    height: 30px !important;
}

.ag-theme-balham .ag-cell-edit-input {
    width: 100%;
}

.ag-theme-balham .ag-cell-wrapper {
    align-items: normal !important;
    overflow: hidden;
}

.ag-planning-custom .gridrow-height .ag-cell {
    padding: 4px 2px 2px 2px !important;
}

.ag-planning-custom .ag-theme-balham .ag-cell {
    line-height: inherit !important;
}

/* Word-wrap management for grid */

.ag-cell {
    white-space: normal !important;
}

.ag-group-checkbox {
    display: inline-block;
}

.customGridController .ag-group-value {
    position: absolute;
    line-height: 18px;
}

.customGridController .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 24px !important;
}

.customGridController .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 24px !important;
}

.blur {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}

.fadeOut {
    -webkit-filter: opacity(0.3);
    -moz-filter: opacity(0.3);
    -o-filter: opacity(0.3);
    -ms-filter: opacity(0.3);
    filter: opacity(0.3);
}

.global {
    color: #0093ef;
}

.global:hover {
    color: white;
}

div[colid="selected"] .ag-header-cell-label {
    padding-left: 2px !important;
    text-align: center !important;
    padding-right: 2px !important;
}

.popup-btn {
    float: right;
}

/** error state **/

.error-box .input {
    border: 1px red solid !important;
}

.error-box {
    border: 1px solid #f00 !important;
    box-shadow: #f00 1 1 1;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    padding: 6px 8px;
}

.popoverViewClass {
    min-width: 296px;
}

.popoverLangClass {
    min-width: 141px;
}

.dropdown-filter .filter-label {
    padding: 3px !important;
    background-color: rgb(210, 224, 230);
    border-radius: 4px;
    color: #0067b1;

}

.filter-label.radio-filter {
    width: auto !important;
    background-color: #d3d3d3e3 !important;
    border-radius: 4px;
    color: #090b0c;
}

.dropdown-filter.radio-filter.form-filter {
    padding: 3px !important;
    background-color: transparent;
    border-radius: 4px;
    color: black;
    border: 1px solid #ccc !important;
}

.dropdown-filter {
    padding: 12px 5px 5px !important;
    color: #0067b1;
    background-color: rgb(210, 224, 230);
}

.dropdown-filter label {
    margin: 0 5px 0 0 !important;
}

.form-filter {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 70%;
}

.form-filter .filter-label {
    display: block;
    line-height: 5px;
    text-align: left;
    margin: 0 !important;
}

.form-filter label {
    background: none;
    border: none;
    display: block;
    margin: 0 !important;
    padding: 5px;
}

.filter {
    padding: 12px 5px 5px !important;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 2%;
}

/* Ag Grid - Tree View - Start */
.treeview-dropdown .ag-theme-balham .ag-root,
.treeview-dropdown .ag-theme-balham .ag-header,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-floating-top,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-floating-bottom,
.treeview-dropdown .ag-theme-balham .ag-status-bar {
    border: 0 !important;
}

.treeview-dropdown .ag-theme-balham .ag-group-value,
.treeview-dropdown .ag-theme-balham .ag-group-checkbox {
    margin-left: 0 !important;
}

.treeview-dropdown .ag-theme-balham .ag-selection-checkbox span,
.treeview-dropdown .ag-theme-balham .ag-group-expanded span,
.treeview-dropdown .ag-theme-balham .ag-group-contracted span {
    margin: 0;
}

.treeview-dropdown .ag-theme-balham .ag-body-container,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell {
    width: 100% !important;
}

.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-0,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-1,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-2,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-3,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-4,
.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-5 {
    display: flex;
    /* inline-block; */
    width: 100%;
}

.treeview-dropdown .ag-theme-balham .ag-group-expanded,
.treeview-dropdown .ag-theme-balham .ag-group-contracted {
    cursor: pointer;
    padding: 5PX;
    /* 0 5px 5px; */
}

.treeview-dropdown .ag-theme-balham .ag-ltr .ag-cell .ag-row-group-leaf-indent .ag-group-value {
    width: calc(100% - 38px);
    padding-right: 15px;
}

.treeview-dropdown .ag-theme-balham .ag-rtl .ag-cell .ag-row-group-leaf-indent .ag-group-value {
    width: calc(100% - 38px);
    padding-left: 15px;
}

.treeview-dropdown .ag-theme-balham .ag-ltr .ag-cell .ag-group-value {
    float: right;
}

.treeview-dropdown .ag-theme-balham .ag-rtl .ag-cell .ag-group-value {
    float: left;
}

.treeview-dropdown .ag-theme-balham .ag-root-wrapper .ag-cell .ag-group-value {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    top: 5px;
    /* width: calc(100% - 64px); */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
    left: 10px;
}

.treeview-dropdown-select-all .ag-theme-balham .ag-root-wrapper .ag-cell .ag-row-group-indent-0 .ag-group-value {
    width: calc(100% - 50px);
}

.treeview-dropdown .aggrid-searchbar {
    display: inline-block;
    width: 70%;
}

.treeview-dropdown .aggrid-action-buttons {
    display: inline-block;
    text-align: right;
    vertical-align: text-top;
    width: calc(30% - 15px);
}

.treeview-dropdown .aggrid-action-buttons a.btn {
    padding: 3px 6px !important;
}

.treeview-dropdown .ag-center-cols-container {
    width: 100% !important;
}

/* Ag Grid - Tree View - End */

.nav.nav-tabs li:hover a span {
    color: #fff
}

.iusAutocomplete-class {
    margin-bottom: 0px !important;
    width: 100% !important;
}

.toolbar .btn.add-dd {
    /*width:45px!important;*/
    position: relative;
}

.toolbar .btn.add-dd:before {
    position: absolute;
    content: "\f107";
    top: 49%;
    left: 38%;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 10px;
}

.toolbar .btn.add-dd i {
    left: 48%;
    top: 40%;
}

.toolbar .btn.add-dd>span {
    position: absolute;
    right: 0;
    height: 100%;
    background: #055b99;
    width: 14px;
}

.toolbar .btn.add-dd span i {
    right: 2px;
}

.popover-inner>.popover-content {
    color: #000;
}

/*.toolbar .btn.add-dd span:before{content:''; top:50%; margin-top:-3px; position: absolute; border-top:5px solid #055b99; border-left:5px solid transparent; border-right:5px solid transparent;}
.toolbar .btn.add-dd span:after{content:''; top:50%; margin-top:-2px; position: absolute; border-top:5px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent;}*/

.autosselect {
    overflow: hidden;
}

/*Start: - special style handling for the overview and detailed view pane in planning module*/

.section-header-planning {
    display: block !important;
    background-color: #fff !important;
    /* border: 1px solid #CCC !important; 
    border-bottom: 2px solid #ccc !important;*/
    color: #333 !important;
    font-weight: bold !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    clear: both !important;
    font-size: 13px !important;
    position: relative;
    background: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 38px;
}

.section-header-planning>span {
    background: #fff;
    position: relative;
    line-height: 21px;
}

.section-header-planning>.sectionHeaderRight {
    float: right;
    background: #fff;
    padding-left: 15px;
    position: relative;
}

.section-header-planning>.borderDiv {
    position: absolute;
    top: 19px;
    width: 100%;
    height: 1px;
    border: 1px dashed #ccc;
    left: 0;
}

.section-header-planning span.checkbox-text {
    margin-left: 5px;
    top: -3px;
}

.form-horizontal .select-all-check {
    display: inline-block;
    left: 5px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
}

.section-header-planning a.plng-upDown {
    position: relative !important;
    top: 0px !important;
}

.section-header-planning a.upDown i {
    width: 8px;
}

.section-header-planning a.upDown span.plng-title {
    background: #fff;
    color: #333;
    font-size: 13px;
    padding-left: 2px;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.section-header-planning .plng-lnk {
    background: #fff;
    display: inline-block;
    position: relative;
    left: -15px;
}

.section-header-planning .sctn-lnk {
    display: inline-block;
    text-align: center;
    width: 24px;
}

.section-header-planning .sctn-lnk i {
    font-size: 17px;
    top: 2px;
    position: relative;
}

.planningLabel {
    font-weight: normal;
}

.planningLabel .tooltip-placeholder {
    font-weight: 700;
}

.sectionSubLabel .tooltip-placeholder {
    font-weight: 700;
}

.sectionSubLabel {
    margin: 5px 0px 5px 0;
    /* padding: 5px 20px; */
    font-size: 12px;
    text-align: left;
    /* width: 18%; */
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.baselineTop {
    display: grid;
    grid-template-columns: auto 210px;
    margin-bottom: 2px;
}

.section-header-tag {
    display: block !important;
    background-color: #fff !important;
    /* border: 1px solid #CCC !important; */
    border-bottom: 2px solid #ccc !important;
    color: #333 !important;
    font-weight: bold !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 10px 0 !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    clear: both !important;
    font-size: 13px !important;
}

.autoCompleteSection {
    border: 1px solid #ECECEC;
    background: #ECECEC;
}

.btn-default[disabled="disabled"],
.btn-default[disabled],
.btn-disabled,
button[disabled],
a[disabled="disabled"],
a[disabled="disabled"]:hover {
    background-color: #a6a6a6 !important;
    border: 1px solid #a6a6a6 !important;
    color: #ffffff !important;
    cursor: not-allowed;
}

input[disabled] {
    color: #AAA !important;
    background-color: #EEE !important;
}

.btnGrey {
    /*background-color: #777 !important;*/
    /*border:1px solid #777 !important;*/
}

.btnGrey:hover {
    /*background-color: #444 !important;*/
}

.nodeText {
    font-size: 12px;
}

.sizeClass {
    font-size: 12px;
}

.tree-view-box .tree-view-container {
    width: 97%;
}

.linkButton {
    font-size: 12px;
    vertical-align: text-bottom;
    padding: 10px;
}

.anchorbutton {
    cursor: pointer;
    color: #777;
}

.anchorbutton:hover {
    color: #444 !important;
}

.right-pane-plng h3 {
    display: block;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: initial;
}

.right-pane-plng .split-content-header,
.split-content-header {
    position: relative;
    min-height: 45px;
}

.right-pane-plng .indStatus {
    font-size: 12px;
    text-align: left;
    padding-left: 29px;
    padding-top: 2px;
}

/* display: inline-block; */
.right-pane-plng .split-content-btn, 
.split-content-header .split-content-btn {
	position: relative;
	width: 100% !important;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

.right-pane-plng .split-content-btn {
    display: flex;
}

.languageDD {
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    padding: 19px 0px 14px 0px;
    /*14px 35px 14px 20px;*/
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-right: 1px solid #e0e0e0;
    margin-right: 10px;
}

.languageDD span:nth-child(1) {
    display: block;
}

.languageDD:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #0066b3 transparent;
    /*border-color: #fff transparent;*/
    z-index: 99;
}

.languageDD:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    /*border-color: #222222 transparent;*/
    border-color: #fff transparent;
}

.languageDD .dropdown {
    border: 1px solid #e6e8ea;
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    z-index: 9999;
    border-bottom: none;
}

.languageDD .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.languageDD .dropdown li:last-of-type a {
    border: none;
}

.languageDD .dropdown li:hover a {
    color: #0066b3;
}

.languageDD.active {
    background: #0066b3;
    color: white;
}

/*.languageDD.active:before {
    border-color: #0066b3 transparent;
}*/

/*.languageDD.active:after {
    border-color: #fff transparent;
}*/

.languageDD.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
}

select:disabled {
    background: #EEE !important;
    color: #AAA !important;
}

a {
    cursor: pointer
}

.tagDetails {
    display: inline-block;
    font-size: 12px;
    padding: 7px;
}

.reloadbutton {
    font-size: 18px;
    padding: 10px;
    position: relative;
    top: 4px;
}

.boolCheckBox {
    display: inline-block;
    position: relative;
    top: 5px;
    bottom: 5px;
}

.valiFilter {
    margin-right: 10px;
    font-weight: 700;
    margin-left: 5px;
}

.vali {
    margin-right: 60px;
}

.dateVali {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 6px;
    vertical-align: top;
}

.fileinput .btn-file {
    top: 0px !important
}

.phaseSaveButton {
    float: right;
    position: relative;
    top: 3px;
}

.Validategridrow .ag-cell {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.landingHmPg {
    margin-left: 25% !important;
    line-height: 200px;
    position: absolute;
    width: 100%
}

.addButton {
    font-size: 14px;
    padding: 10px;
    padding-top: 5px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.sourceNotice {
    color: #777;
    margin-top: 10px;
}

.full-width-panel {
    position: relative;
    background: white;
    height: 100%;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    /*border-left: 2px solid grey;
        border-bottom: 2px solid lightgray;
        border-right: 2px solid lightgray;*/
}

.call-record-cell {
    text-align: right;
}

.full-width-detail {
    padding-top: 4px;
}

.full-width-details {
    float: left;
    /* padding: 5px;
    margin: 5px; */
    width: 150px;
}

.full-width-grid {
    /*margin-left: 150px;*/
    /* padding-top: 10px; */
    box-sizing: border-box;
    display: block;
    height: 95%;
    margin-bottom: 10px;
}

.full-width-grid-toolbar {
    top: 4px;
    left: 30px;
    margin-left: 150px;
    display: block;
    position: absolute;
}

.full-width-phone-icon {
    padding-right: 10px;
}

.full-width-search {
    border: 1px solid #eee;
    margin-left: 10px;
}

.ag-pinned-left-cols-container .detailedRow {
    border-bottom: 1px white !important;
}

.areaColumn {
    background-color: #f2f2f2 !important;
}

.tagItemLimitExceedMsg {
    /* position: absolute;*/
    top: 10px;
    width: 191px;
    right: 0;
    /*text-align: right;*/
    float: right;
}

.sourceErrMsgForPlanning {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 7px 5px;
}

.ShwBoxes {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0
}

.ShwBoxes .shwBox {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.ShwBoxes .shwBox .imgPnl {
    width: 120px;
    float: left;
    font-size: 60px;
    text-align: center;
}

.ShwBoxes .shwBox .description {
    margin: 10px 10px 10px 0px;
    vertical-align: top;
    display: inline-block
}

.ShwBoxes .shwBox .description h2 {
    margin: 0;
    font-weight: bold;
}

.ShwBoxes .shwBox .description p {
    margin: 10px 0 0 0;
    line-height: 24px;
}

.aboutIcon {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.themePageLogo {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 50px;
    vertical-align: top;
}

.statusMainGrid {
    /*font-size: 14px !important;*/
    width: 100% !important;
}

.clrPicker {
    display: inline-block;
    position: relative;
    width: 25%;
}

.sysThemeColorbox {
    position: absolute;
    right: 0;
    height: 30px;
    width: 34px;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
}

.fileTypeSupportFormat {
    display: inline-block;
    color: #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 10px;
    vertical-align: top;
    padding: 7px 0;
    font-size: 11px;
    max-width: calc(100% - 300px);
}

.indStatus {
    /* float: right; */
    color: #999;
    padding: 7px 0;
    font-size: 11px;
    max-width: 250px;
}

.indStatus-over {
    float: none;
    text-align: right;
    max-width: 100%;
}

.wpHeader {
    padding-top: 2px;
    color: #000000 !important;
    background-color: #DEF5FD !important;
}

.wpHeader h5.sub-caption {
    color: #000000 !important;
}

.wpHeader .indStatus {
    color: #000000 !important;
}


.resetBtnFilterPlanning {
    width: 79px !important;
    height: 23px !important;
    margin-left: 16px !important;
}

.makeBold {
    font-weight: 800
}

.border {
    border: 3px solid;
}

.upDown {
    position: absolute;
    /* left: -15px; */
    font-size: 14px;
    color: #666 !important;
    top: 10px;
    text-decoration: none !important;
}

.upDown:hover {
    color: #666 !important;
    text-decoration: none !important;
}

.split-content-header .split-content-btn button:first-child {
    float: none;
    margin-left: 3px;
    margin-bottom: 3px;
}

.addIndplnOvr {
    width: auto !important;
    padding: 0px 5px !important;
}

.queryParams {
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.ag-header-cell-menu-button {
    top: 18px !important;
}

/*End*/

/* Advance Search CSS Overwrite */

.adv-search label {
    font-weight: bold;
    line-height: 17px;
}

/*.adv-search .required label {
    margin-left: 10px !important;
}*/

.adv-search .text input,
.adv-search .input-select-wrapper,
.adv-search select {
    height: 30px;
    margin-bottom: 0px;
}

.adv-search .error-message {
    margin-left: 0px;
}

.adv-search .search-action-btn {
    margin-top: 10px;
}

.adv-search .input-select-wrapper:after {
    z-index: 9;
}

.adv-search span.close {
    position: relative;
    top: 3px;
}

.page-header .last-publish {
    position: absolute;
    bottom: 3px;
    right: 35px;
}

.page-header .view-dropdown {
    display: inline-block;
    padding: 4px 10px;
    vertical-align: top;
    width: 200px;
}

.dashboard-subheading {
    margin: 0 !important;
    padding: 0px 0px 10px !important;
    min-height: auto;
}

.dashboard-subheading span {
    font-size: 12px;
}

/* Left/Right Toolbar & Horizontal Header */
.toolbar-outer {
    display: flex;
    padding-right: 0;
}

.toolbar-middle {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 0;
    float: right;
}

.toolbar-left {
    display: flex;
    flex-wrap: wrap;
}

.toolbar-left .header-horizontal .input.select {
    display: flex;
    align-items: center;
    margin: 0px 6px;
}

.toolbar-left .header-horizontal .input.select .ui-select-container .ui-select-toggle {
    width: 100% !important;
    padding: 5px 10px 5px 10px;
}
.toolbar-left .header-horizontal .input.select .ui-select-container .ui-select-toggle>.caret {
    display: none !important
}

.toolbar-right .header-horizontal {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.toolbar-right .header-horizontal .ramBtn,
.toolbar-right .header-horizontal .btn-default {
    margin: 0 1px 5px;
    vertical-align: top;
}

.header-horizontal {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding-right: 5px;
    margin: 0 auto 5px;
}

.header-horizontal .header-label {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 6px 6px 0px;
    margin: 0 !important;
}

.header-horizontal .input {
    height: inherit;
}

.header-horizontal .input input {
    margin: 0px;
    padding: 6px 10px 5px 10px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.header-horizontal .input select {
    margin: 0px;
    padding: 5px 10px 5px 10px !important;
}

.header-horizontal .input .icheck-input {
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 2px 8px 10px;
}

/* Model Image CSS */

.modalImage .image-wrapper {
    text-align: center;
}

.modalImage .image-wrapper img {
    max-width: 560px;
    max-height: 560px;
}

.modalImage .image-description {
    text-align: center;
    margin-top: 10px;
}

.closeSourceFootnote {
    float: right;
    position: relative;
    top: 5px;
    color: #777
}

.closeSourceFootnote:hover {
    color: #777
}

.closeSourceFootnote:active {
    color: #777
}

.closeSourceFootnote:focus {
    color: #777
}

.modal-title {
    white-space: normal !important;
}

/* Internet Explorer/Edge ≤ 7*/

.ieDdIss .dropdown-menu {
    position: relative !important;
    top: 0 !important
}

/* Internet Explorer/Edge ≥ 10*/

_:-ms-input-placeholder,
:root .ieDdIss .dropdown-menu {
    position: relative !important;
    top: 0 !important
}

head~body .ieDdIss td {
    vertical-align: top !important
}

.sysStng {
    display: block;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 20px 10px 0px;
    position: relative;
    animation-duration: 0.2s;
    animation-timing-function: initial;
    animation-delay: initial;
    animation-iteration-count: initial;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-name: display-block-transition;
}

.dtdFmt {
    font-size: 12px;
    vertical-align: top;
    margin: 7px;
    padding-left: 10px;
    display: inline-block;
}

.ag-large-textarea textarea {
    height: 5em;
}

.info-menu {
    height: calc(100% - 85px);
    overflow-y: auto;
}

.menuImgCls {
    max-height: 20px;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
}

.menuImgHomeCls {
    max-height: 60px;
}

.iconCircle {
    width: 60px;
    display: inline-block;
    background: #000000;
    height: 60px;
    vertical-align: middle;
    border-radius: 50%;
}

.iconCircle i {
    display: inline-block;
    color: #FFFFFF;
    font-size: 30px;
    vertical-align: super;
}

.noPointerEvent {
    cursor: not-allowed !important;
    pointer-events: none;
}

.treeview-dropdown .disabled {
    background-color: #ddd;
}

.required label.empty:after {
    color: #fff;
    content: "";
}

.pd10 {
    background-color: unset !important;
    border-left: unset !important;
    border-bottom: unset !important;
    font-weight: normal !important;
}

.checkPos {
    position: relative;
    bottom: 2px;
}

.m0 {
    margin: 0px !important;
}

.p0 {
    padding: 0px !important;
}

.drpMenu {
    left: -90px;
    max-height: 300px !important;
    min-width: 250px !important;
    overflow-y: auto !important;
}

.mstrchk {
    text-align: center;
    position: relative;
    top: 2px;
    /*10px;*/
    font-size: 12px;
    width: 100%;
}

:-webkit-full-screen #myGridFul {
    width: 100%;
    height: 100%;
}

.socreVerticle {
    vertical-align: -webkit-baseline-middle;
}

.dataStatus {
    height: inherit !important;
    padding: 0 !important;
}

.firstPlannedBlc {
    height: calc(100%/2) !important;
    padding: 2px 5px !important;
    margin: 0 !important;
    /* border-bottom: 1px solid #f9f9f9 !important;
    background: #f9f9f9 !important; */
    line-height: 11.5px !important;
}

.secondActualBlc {
    height: calc(100%/2) !important;
    padding: 2px 5px !important;
    margin: 0 !important;
    /* background: #fff !important; */
    line-height: 11.5px !important;
}

.applyAll {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
}

.baseUrlDemo {
    position: relative;
    left: 22%;
    margin-left: 10px;
    margin-bottom: 5px;
}

.colExpPan {
    margin: 15px;
    width: 60px;
    float: right;
    font-size: 30px;
    text-align: center;
}

.subMenuBox {
    width: 89% !important;
    margin-left: 115px !important;
}

.rtl .subMenuBox {
    margin-left: unset !important;
    margin-right: 115px !important;
}

.secondSubMenuBox {
    width: 85% !important;
    margin-left: 115px !important;
}

.subMenuBox .shwBox .description {
    margin: 10px !important;
}

.secondSubMenuBox .shwBox .description {
    margin: 10px !important;
}

.dfa-viz-modal {
    height: 490px;
}

/* Toolbar Navbar */
.navbar-nav-justified {
    margin: 0px;
}
.navbar-nav-justified .nav-pills {
    border: 0;
}
.navbar-nav-justified .nav-pills .nav-btn {
    background-color: #ddd;
    border-radius: 3px;
    margin-right: 2px;
    padding: 6px 10px;
    border: 0;
}

/* Navbar Middle */

.navbar-left {
    padding: 4px 10px;
    width: 38%;
}

.navbar-left .logo {
    height: 21px;
}

.navbar-middle {
    display: inline-block;
    margin: 0 auto !important;
    text-align: center;
    padding: 0px;
    position: relative;
    width: 350px;
    height: 100%;
}

.navbar-middle img {
    display: inline-block;
    width: 32px;
    position: relative;
    vertical-align: middle;
    top: -2px;
}

.navbar-middle .btn-group {
    top: 8px;
    min-width: 200px;
    width: fit-content;
    margin: 0 auto;
    /* vertical-align: unset; */
}

.navbar-middle .btn-group .ui-select-choices {
    width: 290px;
}

.navbar-middle .btn-group .form-control {
    padding: 2px 12px 3px 6px;
}

.navbar-middle .btn-group .form-control .pull-right {
    right: 0px;
}

@supports (-ms-ime-align:auto) {
    .btn-group.dropdown {
        vertical-align: middle;
    }
}

.navbar-middle .form-control {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
}

/* Planning Grid - Plan List */

.dropDownGroup a.pln-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropDownGroup a.pln-btn span {
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 700;
    float: left;
}

.dropDownGroup a.pln-btn:after {
    content: "";
    position: absolute;
    right: 0px;
    border-color: #6b6b6b transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    top: 8px;
}

.dropDownGroup .popover-content {
    padding: 5px;
}

.plan-dropdown {
    position: relative;
    right:0%;
    transform: translate(0%, 0px);
    z-index: 999;
}

.plan-dropdown a.pln-btn span {
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.plan-dropdown .ag-row-group-expanded.ag-row-first {
    transform: initial;
}

.plan-dropdown .ag-row-group-expanded.ag-row-first .ag-cell-focus span.ag-group-value {
    width: calc(100% - 25px);
}

.plan-dropdown .ag-row-group-expanded.ag-row-first .ag-cell-focus span.ag-group-value a {
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.plan-dropdown .ag-row-group-expanded.ag-row-first .ag-cell-focus span.ag-group-value i.fa.fa-caret-down {
    position: relative;
    bottom: 8px;
}

.plansDropdownGrid.ag-theme-balham .ag-root,
.plansDropdownGrid.ag-theme-balham .ag-header,
.plansDropdownGrid.ag-theme-balham .ag-floating-top,
.plansDropdownGrid.ag-theme-balham .ag-row,
.plansDropdownGrid.ag-theme-balham .ag-status-bar,
.plansDropdownGrid.ag-theme-balham .ag-side-bar,
.plansDropdownGrid.ag-theme-balham .ag-floating-bottom {
    border: 0;
}

.plansDropdownGrid.ag-theme-balham .ag-body-container,
.plansDropdownGrid.ag-theme-balham .ag-body-container .ag-cell {
    width: 100% !important;
}

.plansDropdownGrid.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
    line-height: 25px !important;
    margin-left: 24px !important;
}

.plansDropdownGrid.ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    line-height: 25px !important;
    margin-right: 24px !important;
}

.plansDropdownGrid.ag-theme-balham .ag-row .ag-group-value {
    line-height: 25px !important;
    margin-left: 0px !important;
}

.plansDropdownGrid.ag-theme-balham .ag-body-container .ag-group-value {
    max-width: 335px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-margin-control.ag-theme-balham .ag-cell span[class^="ag-row-group-indent-"] {
    padding-left: 0 !important;
}

.custom-margin-control.ag-theme-balham .ag-cell span[class^="ag-row-group-indent-"] span.ag-group-value {
    display: inline-block;
    position: relative;
    margin-left: 0px !important
}

/*custom css*/

.header-navigation .languageDD {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 0 !important;
}

.header-navigation .languageDD button {
    margin-top: -19px !important;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.header-navigation .languageDD button:hover {
    background: transparent !important;
}

.header-navigation .languageDD span {
    color: #fff;
    margin-right: 20px
}

.header-navigation .languageDD:before {
    border-width: 0;
}

.header-navigation .languageDD:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 53%;
    right: 16px;
    content: ""
}

.header-navigation .languageDD .dropdown {
    border: none !important;
}

.header-navigation .languageDD .dropdown li a {
    border-bottom: 1px solid #0066b1;
}

.ShwBoxes {
    margin-bottom: 15px !important;
}

.ShwBoxes .shwBox {
    border-right: none !important;
    border-left: none !important;
    margin: 5px 0 !important;
}

.secondSubMenuBox {
    margin-left: 55px !important;
}

.rtl .secondSubMenuBox {
    margin-left: unset !important;
    margin-right: 55px !important;
}

.header-navigation .languageDD ul.dropdown-menu {
    padding: 0 !important;
}

.header-navigation .languageDD ul.dropdown-menu li {
    border-bottom: 1px solid #528cc9;
    padding: 5px 10px;
}

.header-navigation .languageDD ul.dropdown-menu li:hover {
    background: #f5f5f5;
}

.header-navigation>button {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/*---- Responsive CSS - Start */

.page-header h2 {
    padding: 8px 15px 8px 0px;
}

.page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal label {
    width: max-content !important;
    display: block;
}

.toolbar-left .header-horizontal {
    font-size: 12px;
    display: flex;
    vertical-align: top;
    height: auto;
    margin: 5px 10px;
}

/** splitter-1366 **/

.toolbar-right {
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
}

.toolbar-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.splitter-1366 .page-header {
    display: flex !important;
    height: auto !important;
}

.splitter-1366 .toolbar {
    position: relative !important;
    height: auto !important;
}

.splitter-1366 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal .filter-label.radio-filter {
    width: max-content !important;
}

.splitter-1366 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal label {
    width: max-content !important;
    display: block;
}

.splitter-1366 .csiMilestonesHeader {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .plan-dropdown {
        right:0%;transform: translate(0%, 0px);
    }
}


@media screen and (max-width: 1367px) {
    .splitter-1280 .plan-dropdown {
        right: 0% !important;
        transform: translate(0%, 0px) !important;
    }
}

/** splitter-1280 **/



.splitter-1280 .toolbar {
    position: relative !important;
}

.splitter-1280 .page-header {
    display: flex !important;
    height: auto !important;
}

.splitter-1280 .toolbar {
    position: relative !important;
    height: auto !important;
}

.splitter-1280 .page-header .split-with-btn .split-content-header h3 {
    width: 65% !important;
}

.splitter-1280 .page-header .split-content-header .split-content-btn {
    width: calc(35% - 0px) !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    height: max-content !important;
    top: 0;
}

.splitter-1280 .planningLabel {
    /* width: fit-content !important; */
}

.splitter-1280 .modal-body .form-horizontal label {
    width: 25% !important;
}

.splitter-1280 .page-header .ui-select-multiple.ui-select-bootstrap {
    height: fit-content;
}

.splitter-1280 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal .filter-label.radio-filter {
    width: max-content !important;
}

.splitter-1280 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal label {
    max-width: max-content !important;
    display: block;
}

.splitter-1280 .csiMilestonesHeader {
    width: 100%;
}

.splitter-1280 .wrapper .ui-select-container.form-control {
    height: fit-content;
}

@media screen and (max-width: 1281px) {
    .splitter-1280 .plan-dropdown {
        left: 29% !important;
        transform: translate(0%, 6px) !important;
    }

    .splitter-1080 .page-header .split-content-header .split-content-btn {
        width: 100%;
    }

    .splitter-1080 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal {
        width: max-content;
    }
    .splitter-1024 .plan-dropdown {
        left: 0%;
        transform: translate(-10%, 0px);
        z-index: 999;
    }
    .splitter-1080 .plan-dropdown {
        position: fixed;
        left: 62%;
        transform: translate(-80%, 6px);
        z-index: 999;
    }
    .splitter-1280 .plan-dropdown {
        /* left: 60% !important; */
        transform: translate(-100%, 0px) !important;
    }
    .splitter-1024 .plan-dropdown {
        transform: translate(80%, 0px) !important;
    }

}

@media screen and (max-width: 1144px) {
    .splitter-1024 .toolbar-right .header-horizontal{justify-content: flex-start;}
}

/** splitter-1080 **/

@media screen and (max-width: 1081px) {
   

    .splitter-1024 .page-header .split-content-header .split-content-btn {
        width: 100%;
    }

    .splitter-1024 .page-header .split-panes.horizontal>.split-pane2 .split-content-area .form-horizontal {
        width: max-content;
    }

    .splitter-1024 .page-header .toolbar-outer {
        width: 100% !important;
    }

    .splitter-1024 .page-header .toolbar-right {
        width: 100% !important;
    }

    .splitter-1024 .tagToolbar .tagInfoField {
        width: auto !important;
    }
    .splitter-1024 .toolbar-right .header-horizontal{justify-content: flex-start;}
    .splitter-1024 .plan-dropdown {
        transform: translate(70%, 0px) !important;
    }

    .navbar-right {
        height: 40px;
        background: #f9f9f9;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin: 0 auto;
    }

    .header-navigation {
        height: 40px;
        width: fit-content;
        margin: 0 auto;
        border-bottom: none !important;
        background: 0 0;
    }

    .header-navigation .dropdown,
    .header-navigation .languageDD {
        height: 40px !important;
    }

    .split-panes.horizontal {
        top: 90px !important;
    }

    .header-navigation>button {
        height: 40px !important;
        padding: 4px 20px !important;
        border-right: 1px solid #0066b1 !important;
    }

    .header-navigation>button a i {
        color: #0066b1;
    }

    .header-navigation button>i,
    .header-navigation>div>i {
        color: #0066b1 !important;
    }

    .header-navigation .btn-primary:hover {
        border: none !important
    }

    .header-navigation .username span {
        color: #0066b1;
        padding: 11px 10px;
    }

    .header-navigation .btn-group .btn {
        height: 39px;
    }

    .panel-body .split-panes.horizontal {
        top: 0px !important;
    }
    .splitter-1024 .toolbar-left {
        display: flex;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1173px) {
    .navbar-right {
        height: 40px;
        background: #f9f9f9;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin: 0 auto;
    }

    .header-navigation {
        height: 40px;
        width: fit-content;
        margin: 0 auto;
        border-bottom: none !important;
        background: 0 0;
    }

    .header-navigation .dropdown,
    .header-navigation .languageDD {
        height: 40px !important;
    }

    .split-panes.horizontal {
        top: 90px !important;
    }

    .header-navigation>button {
        height: 40px !important;
        padding: 4px 20px !important;
        border-right: 1px solid #0066b1 !important;
    }

    .header-navigation>button a i {
        color: #0066b1;
    }

    .header-navigation button>i,
    .header-navigation>div>i {
        color: #0066b1 !important;
    }

    .header-navigation .btn-primary:hover {
        border: none !important
    }

    .header-navigation .username span {
        color: #0066b1;
        padding: 11px 10px;
    }

    .header-navigation .btn-group .btn {
        height: 39px;
    }

    .panel-body .split-panes.horizontal {
        top: 0px !important;
    }

}

/** splitter-1024 **/

.splitter-1024 .toolbar-outer {
    width: 100% !important;
}

.splitter-1024 .toolbar-right {
    width: 100% !important;
}

.splitter-1024 .tagToolbar .tagInfoField {
    width: auto !important;
}

.splitter-1024 .page-header {
    display: flex !important;
    height: auto !important;
}

.splitter-1024 .toolbar {
    position: relative !important;
    height: auto !important;
}

@media screen and (max-width: 1024px) {
    .splitter-1024 .page-header {
        display: flex !important;
        height: auto !important;
    }

    .splitter-1024 .toolbar {
        position: relative !important;
        height: auto !important;
    }

    .splitter-1024 .csiMilestonesHeader {
        width: 100%;
    }

    .header-navigation .username span {
        padding: 0px 10px;
    }

    .header-navigation .btn-group .btn {
        height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .page-header h2:hover+.toolbar {
        display: inline-block !important;
        max-width: 100%;
    }
    .plan-dropdown {
        left: 0% !important;
    transform: translate(57%, 0px) !important;
  }
    

}


/*---- Responsive CSS - End */


/*rtl css*/

.rtl .header-navigation .languageDD {
    border-right: none !important;
    padding-right: 20px !important;
}

.rtl .header-navigation .languageDD span {
    padding-left: 20px;
    padding-right: 0;
}

.rtl .header-navigation .languageDD:after {
    left: 2px !important;
    top: 50%;
    transform: translateY(-50%);
    right: unset;
}

.rtl .header-navigation>div {
    display: inline-block !important;
    float: none !important;
    border-left: 1px solid #528cc9;
    border-right: none;
    height: 50px;
    margin-bottom: 4px;
}

.rtl .header-navigation>div:last-child {
    border-left: none;
}

.rtl .panel-heading .accordion-toggle span a:after {
    left: 10px !important;
    right: auto !important;
}

.rtl .header-navigation .dropdown-menu {
    right: -88px;
}

.rtl .header-navigation .dropdown button {
    margin-top: 0;
}

.rtl .dropdown-menu>li>a {
    float: none;
}

/*.rtl .left-menu li{height: 50px !important;}*/

/*.rtl .left-menu .nav-level-3  li a{line-height: 0em !important;}*/

.rtl .left-menu li a {
    font-size: 12px !important;
    padding-right: 25px !important;
}

/* .rtl .left-menu li div a{line-height:4.4em !important;} */

.rtl .header-navigation .ng-scope.dropdown i {
    margin-top: 2px;
}

/*.rtl .header-navigation .dropdown{padding-top: 0 !important;}*/

.rtl .header-navigation .btn-primary i {
    padding-top: 0 !important;
}

.rtl .panel-title a b {
    right: 60px;
}

.rtl .nav-level-2 .panel .panel-heading .panel-title a {
    padding-right: 25px !important;
    padding-left: 0 !important;
    /*line-height: 4.4em !important;*/
}

.rtl .navbar-right .username {
    border-left: 1px solid #528cc9;
    margin-right: 0;
    line-height: inherit;
}

.rtl .navbar-left h1 {
    border-right: 1px solid #528cc9 !important;
    padding-right: 10px !important;
    border-left: 0 !important;
}

.rtl .header-navigation>button {
    float: none !important;
    border-left: 1px solid #528cc9;
    border-right: none;
}

.rtl .page-header .last-publish {
    left: 0 !important;
    right: auto;
}

.rtl .applyAll {
    margin: 0 10px !important;
}

.rtl .saveAllplnOvr {
    left: 70px !important;
    right: auto !important;
}

.rtl .expandCollapseplnOvr {
    left: 35px !important;
    right: auto !important;
}

.rtl .clsosPlnOvr {
    left: 0px !important;
    right: auto !important;
}

.rtl .btn-default i {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.rtl button.btn-default i {
    margin-left: 0 !important;
    margin-right: 0px !important;
}

.rtl .split-content .split-content-container-menu .split-content-area {
    padding-right: 45px !important;
    padding-left: 0 !important;
}

.rtl .split-content .side-menu {
    right: 0 !important;
}

.rtl .split-content-header.with-menu {
    padding-right: 55px;
}

.rtl .section-header-planning>.sectionHeaderRight {
    padding-right: 15px !important;
    float: left !important;
}

.rtl .lmargin {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

.rtl .upDown {
    right: -15px !important;
}

.rtl .comment-container .cmnt .action-btn {
    left: 5px !important;
    right: auto !important;
}

.rtl .ShwBoxes .shwBox .imgPnl {
    float: right;
}

.rtl .colExpPan {
    float: left;
    transform: rotate(180deg) !important;
}

/* .rtl .colExpPan i.icon-angle-right{} */

.rtl .panel-heading .accordion-toggle.collapsed span a:after {
    content: "\f0d9" !important;
}

.rtl .rpt-row {
    text-align: right !important;
}

.rtl .languageDD {
    padding-top: 17px !important;
}

/* .rtl .section-header span{float: left !important;} */

.rtl .table-in-view .table tbody tr {
    border-bottom: 0 !important;
}

.rtl .table-in-view .table>:first-child>:first-child>:last-child {
    border-left: 0px !important;
}

.rtl .table .input-select-wrapper {
    vertical-align: middle;
    margin-right: 10px !important;
}

.rtl .left-menu li {
    line-height: 2em
}

/* .rtl .split-panes.horizontal > .split-pane1{width: 13% !important;} */

/* .rtl .split-panes.horizontal > .split-pane2{right: 13% !important;} */

/* .rtl .split-panes.horizontal > .split-pane1{right: 0 !important;} */

/* .rtl .split-panes.horizontal > .split-handler{right: 13% !important;} */

.rtl .header-navigation .btn-primary {
    margin-bottom: 5px;
    border-right: none;
}

/*.rtl .split-panes.horizontal > .split-handler{right: 10% !important;}
.rtl .split-panes.horizontal > .split-pane1{right: 0;}
.rtl .split-panes.horizontal > .split-pane2{right: 10%;}*/

.rtl .page-header h2 {
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtl .more-menu {
    right: -135px !important;
}

.rtl .more-menu .dropdown-arrow {
    left: 0px !important;
}

.rtl .header-navigation .languageDD .dropdown-menu {
    right: -11px;
    top: 48px;
}

.rtl .modal-header .select {
    display: inline-block !important;
}

.rtl .modal-header .closeSourceFootnote {
    float: left;
}

.rtl .modal-footer {
    text-align: left;
}

.rtl .ag-cell .input-checkbox {
    display: inline-block;
}

.rtl .ui-select-bootstrap .ui-select-choices-row>a {
    white-space: normal;
}

.rtl .float-dirctn {
    float: left;
}

.rtl .popover {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .navbar-right {
        height: 40px;
        background: #F9F9F9;
        border-bottom: 1px solid #ddd;
    }

    .header-navigation {
        height: 40px;
        width: fit-content;
        margin: 0 auto;
        border-bottom: none !important;
        background: none;
    }

    .header-navigation .languageDD,
    .header-navigation .dropdown {
        height: 40px !important;
    }

    .header-navigation .languageDD button {
        margin-top: -2px !important;
        padding-top: 0px !important;
        height: 30px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .header-navigation .languageDD:after {
        border-top: 5px solid #0066b1 !important;
        right: 15px !important;
        top: 20px !important;
    }

    .header-navigation .dropdown button {
        margin-top: 0 !important;
    }

    .navbar-right .username {
        padding: 5px 10px !important;
        padding-right: 30px !important;
        margin-left: 0 !important;
        position: relative;
        border-right: 1px solid #0066b1;
        height: 40px;
        color: #000;
    }

    .navbar-right .username .icon-user {
        position: absolute;
        top: 14px !important;
        right: 12px;
    }

    .split-panes.horizontal {
        top: 90px !important;
    }

    .header-navigation>div {
        padding: 6px 10px !important;
        border-right: 1px solid #0066b1;
    }

    .header-navigation .btn-group .btn {
        background: transparent;
        width: auto;
    }

    .navbar-right .btn-group .btn i {
        color: #528cc9 !important;
    }

    .header-navigation>button {
        height: 40px !important;
        padding: 5px 20px !important;
        border-right: 1px solid #0066b1 !important;
    }

    .subMenuBox {
        margin-left: 35px !important;
    }

    .colExpPan {
        margin: 5px !important;
    }

    .more-menu {
        top: 35px !important;
    }

    .header-navigation .dropdown-menu {
        top: 35px !important;
    }

    .header-navigation .languageDD .dropdown-menu {
        right: -7px !important;
        top: 38px !important;
        min-width: 100px !important;
    }

    .header-navigation>button a span.text {
        color: #000;
    }

    .header-navigation>button a i {
        color: #0066b1;
    }

    .header-navigation .languageDD {
        background: transparent !important;
        border-right: 1px solid #0066b1;
        padding-left: 0 !important;
        padding-right: 20px;
    }

    .header-navigation .languageDD span {
        color: #000;
    }

    .header-navigation .btn-primary {
        background: none !important;
        border: none !important;
        background: transparent !important;
        height: auto !important;
    }

    .header-navigation>div>i,
    .header-navigation button>i {
        color: #0066b1 !important;
    }

    .header-navigation div:nth-child(3) button {
        padding-top: 6px !important;
        margin-right: 0 !important;
    }

    .header-navigation .languageDD:hover,
    .header-navigation .btn-group .btn:hover,
    .header-navigation .dropdown:hover button {
        background: transparent !important;
    }

    .header-navigation>div:last-child {
        border-right: none;
    }

    .header-navigation .btn-primary:hover {
        border: none !important;
    }

    .content-splitter.split-panes.horizontal {
        top: 10px !important;
    }

    .toolbar-search {
        height: 43px;
    }

    .rtl .header-navigation {
        margin-top: 0 !important;
    }

    .rtl .header-navigation>button {
        float: right !important;
    }

    .rtl .header-navigation>div {
        float: right !important;
        height: 40px;
    }

    .rtl .header-navigation .dropdown {
        margin-top: 0px !important;
    }

    .rtl .header-navigation div:nth-child(3) {
        height: 40px !important;
    }

    .rtl .header-navigation div:nth-child(3) i {
        padding-top: 6px !important;
    }

    /* .rtl .split-panes.horizontal > .split-pane1{display: none;}
    .rtl .split-panes.horizontal > .split-pane2{right: 0 !important;} */
    .rtl .header-navigation .languageDD {
        padding-right: 0 !important;
    }

    .rtl .header-navigation .dropdown-menu {
        top: 36px !important;
    }

    .rtl .header-navigation .languageDD button span {
        margin-top: -20px !important;
    }

    .rtl .header-navigation .ng-scope.dropdown i {
        margin-top: -7px !important;
    }

    .rtl .header-navigation .languageDD:after {
        left: 8px !important;
    }

    .rtl .more-menu .dropdown-arrow {
        left: 25px !important;
    }
}

@media only screen and (max-width: 768px) {
    .header-navigation {
        height: 40px;
        width: 70% !important;
        margin: 0 auto;
    }

    .ShwBoxes .shwBox .imgPnl {
        text-align: left;
    }

    .navbar-left h1 {
        font-size: 18px;
        padding: 0 10px;
        margin-left: 0 !important;
        font-size: 19px !important;
    }

    .navbar .navbar-left .logo {
        max-height: 20px !important;
    }

    .header-navigation>button {
        height: 40px !important;
        padding: 11px 10px !important;
        font-size: 12px
    }

    .header-navigation .languageDD button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-navigation .languageDD:after {
        right: 9px !important;
    }

    .ShwBoxes .shwBox .description {
        width: 70%;
    }

    .split-content .split-content-container-menu {
        height: auto;
        overflow: auto;
    }

    .split-panes.horizontal>.split-pane1,
    .split-panes.horizontal>.split-pane2 {
        overflow-y: initial;
    }
}

@media only screen and (max-width: 414px) {
    .header-navigation>button a span.text {
        display: none;
    }

    .navbar .navbar-left .logo {
        max-height: 20px !important;
    }

    .header-navigation .languageDD button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-navigation .languageDD:after {
        right: 8px !important;
    }

    .navbar-left h1 {
        padding: 0 10px;
        margin-left: 0 !important;
        font-size: 19px !important;
    }

    .header-navigation>button {
        height: 40px !important;
        padding: 11px 10px !important;
    }

    .header-navigation {
        width: 82% !important;
    }

    .rtl .more-menu .dropdown-arrow {
        left: -4px !important;
    }
}

@media only screen and (max-width: 375px) {
    .header-navigation .dropdown-menu {
        left: -32px;
        min-width: 190px;
    }

    .header-navigation {
        width: 100% !important;
    }

    .more-menu .dropdown-arrow {
        right: 35px !important;
    }

    .rtl .more-menu .dropdown-arrow {
        left: 26px !important;
    }
}

.navbar-left h1 {
    font-size: 21px !important;
}

.subGroupLabel {
    width: 25% !important;
}

.gridRadioButton {
    opacity: 1 !important;
}

.notificationBtn {
    background-color: white;
    border: none;
    color: red;
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 2px;
    cursor: pointer;
    border-radius: 7px;
}

.notificationBox .notificationCloseIcon {
    float: right;
}

.notificationBox {
    width: 300px;
    left: -248px !important;
    color: black;
    padding: 10px 0px !important;
    max-height: 400px;
}

.notificationBox span {
    padding: 0px;
}

.notificationBox .notiTxt span {
    white-space: initial !important;
    padding-left: 8px;
    padding-bottom: 6px;
    font-weight: bold;
}

.notiTxt .tooltip {
    white-space: nowrap;
}

.notificationBox .notificationDiv .notificationBody p {
    margin: 0px;
}

.notificationDiv {
    position: relative;
    width: 100%;
    background: #d2e0f5;
    margin-bottom: 11px;
}

.notificationHeader {
    padding-top: 4px;
}

.notificationBox .notificationDiv .notificationBody a {
    margin: 0px;
}

.notificationBox .notificationScroll {
    overflow-y: auto;
    max-height: 300px;
}

.notificationBox .moreNotifications {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding-top: 6px;
}

.notificationBox .notificationDiv .notificationBody {
    padding: 8px;
}

.assessmentType {
    height: 23px;
    width: 23px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.indicator-accordian {
    max-height: 400px;
    overflow-y: auto;
}

.ui-span-group {
    /* width: 70%; */ /*calc(100% - 247px);*/
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.custom_modal {
    margin: 0 auto;
}
.custom_modal .modal-cg {
    width: 21% !important;
    float: right;
    margin-right: 102px !important;
    margin-top: 50px !important;
}

.modal-lg,
.modal-xlg {
    width: calc(100% - 50px) !important;
    margin: 15px 25px !important
}
.modal-lg .modal-header,
.modal-xlg .modal-header {
    padding: 8px 15px 6px;
}
.modal-lg .modal-title,
.modal-xlg .modal-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px);
}
.modal-lg .modal-body,
.modal-xlg .modal-body {
    padding: 5px 15px;
    height: 74vh;
    overflow: auto;
}
.modal-lg .modal-body .section-header-planning:first-child
.modal-xlg .modal-body .section-header-planning:first-child {
    margin-top: 0 !important;
}
.modal-lg .modal-footer,
.modal-xlg .modal-footer {
    padding: 10px 15px;
}


.narrativeDesc {
    color: #999;
    padding: 7px 0;
    font-size: 11px;
}

.tabHeadingRelative.requiredSpan {
    position: relative;
    padding-right: 5px;
}

.tabHeadingRelative.requiredSpan:after {
    content: "*";
    font-size: 14px;
    color: #CC5C5C;
    margin-left: 3px;
    position: absolute;
    right: 0px;
    top: -8px;
}

.show-cell {
    background: white;
    border-right: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey !important;
}

.gridYellowRow {
    background-color: #C6E0B4 !important;
}

.gridBlueRow {
    background-color: #BDD7EE !important;
}

.agRowDisabled {
    background-color: #bfbfbf !important;
}

.eysnStatus {
    color: #999;
    padding: 10px 0px 5px 0px;
    font-size: 13px;
    width: 230px;
    display: inline-block;
}

.mainEditor {
    pointer-events: none;
}

.OcOpLabel {
    overflow: hidden;
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
}

.label-status {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 12px 6px 12px;
    position: relative;
    top: -5px;
}

.eysnNarrDetail {
    padding: 5px 0;
    font-size: 12px;
}

.workplan-accordian .panel-group .panel .panel-heading .panel-title a,
.workplan-accordian .panel-group .panel:first-child .panel-heading .panel-title a {
    background-color: #cfcfcf;
    border: 1px solid #ddd !important;
    font-weight: bold;
    height: auto;
}

.workplan-accordian .panel-body {
    padding-left: 20px;
}

.accrdn-highlight h4.panel-title a {
    background-color: #FFE6E7 !important;
}

.narrAssessmentDrpDwn {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.gridDetailRow {
    height: -webkit-fill-available;
    margin: 15px;
    overflow-y: auto;
    white-space: pre-wrap;
}

.under-construction {
    background-image: url(../img/underconstruction.svg);
    background-color: #efefef;
    opacity: 0.4;
    pointer-events: none;
    background-size: 50%;
    background-position: left;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.eysnNarrDetail:hover {
    text-decoration: underline !important;
}

.clsosEysnRep {
    float: none !important;
    margin-right: 5px !important;
}

.rtl .clsosEysnRep {
    left: 0px !important;
    right: auto !important;
}

.dwlSpeEysnNarr {
    float: none !important;
    margin-right: 5px !important;
}

.rtl .dwlSpeEysnNarr {
    left: 0px !important;
    right: auto !important;
}

.eysnBtnSection {
    height: auto;
    display: flex;
}

.eysnToolbarLinks {
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    padding: 5px 15px;
}

.eysnWorkflowBtns {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.eysnWorkflowBtns .eysnBtns {
    display: inline-block;
}

.customNarrModal {
    margin-left: 10px;
    overflow-y: auto;
}

.customNarrModal .customNarrFirstRow {
    vertical-align: top;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.customNarrModal .customNarrFirstRow .input.select {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.customNarrModal .customNarrFirstRow .input.select label {
    /* width: 37%; */
    min-width: 33%;
    padding: 5px 10px;
    width: initial !important;
}

.customNarrModal .customNarrFirstRow .narrAssessmentDrpDwn,
.customNarrModal .customNarrFirstRow .form-input {
    width: 57%;
    margin-right: 0px !important;
}

.form-input {
    vertical-align: middle;
}

.customNarrModal .customNarrFirstRow .error-message {
    float: right;
}

.customNarrModal .customNarrFirstRow .required label::after {
    max-width: 2px;
    display: inline-block;
    margin-left: 0px;
}

/* .indGridSection .ag-header-cell-label, .ag-header-group-cell-label {
	justify-content: center;
} */

.narrativeEysnDesc {
    width: 70%;
    font-size: 14px;
    padding: 7px 0;
    color: grey;
}

.narrativeWordCountInfo {
    color: grey;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.narrativeBrowserCompInfo {
    font-size: 12px;
}

.toolbarCutom {
    color: black !important;
}

.breadcrumb-container {
    border-bottom: 1px solid #DDD;
}

.breadcrumb-wrapper {
    display: inline-block;
    width: 50%;
}

.panel-breadcrumb {
    border: none;
    display: inline-block;
}

.menu-btn i {
    font-size: 26px;
    top: 3px;
}

.breadcrumb>li+li::before {
    font-size: 9px;
}

.panel-slide a {
    position: absolute;
    top: 1px;
}

.panel-breadcrumb i {
    font-size: 15px;
    top: 3px;
    position: relative;
}

.panel-slide a i {
    font-size: 24px;
}

.panel-breadcrumb:nth-child(2) {
    padding-left: 20px;
}

.approval_modal .modal-dialog {
    width: 75%;
}

.sg-theme .ag-header-icon.ag-header-cell-menu-button {
    cursor: pointer;
    opacity: 1 !important;
}

.form-horizontal .ui-datepicker-trigger {
    position: absolute;
    right: 0;
    line-height: 0;
    cursor: pointer;
    font-size: 15px;
    width: 52px;
    height: 30px;
    border: #777 !important;
    z-index: 3;
    outline: none !important;
    color: #fff;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49% !important;
    padding: 0 !important;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.tagSection-header-planning {
    background: rgb(245 247 247) !important;
    border: 1px solid;
    border-color: #BDC3C7;
    margin-bottom: 5px !important;
}

.tagSection-header-planning span {
    background: rgb(245 247 247) !important;
    margin-left: 30px;
}

.requiredActive {
    color: #CC5C5C;
}

.showRequiredBlink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        background-color: #dddddd;
    }

    100% {
        background-color: transparent;
    }
}

.narrCommentCmtNote {
    display: block;
    font-size: 11px;
}

.approvaModalDiv {
    display: flex;
}

.approvaModalLabel {
    height: 100%;
}

.masterEysnGrid {
    height: 400px;
}

.masterEysnGrid .ag-theme-balham .ag-details-row {
    padding: 10px;
}

.indGridSection {
    height: 200px;
}

.oneUnNarratives ol,
.oneUnNarratives ul {
    margin-left: 10px;
    list-style: initial;
}

.oneUnNarratives table td,
.oneUnNarratives th {
    border: 1px solid #ddd;
    padding: 5px;
}

.manageUserRolesDrpDwn {
    display: inline-block;
    width: 100%;
    vertical-align: super;
}

.userDetailsRow {
    display: inline-block;
    width: 100%;
}

.userDetailsRow .input {
    display: inline-block;
    width: calc(50% - 20px);
}

.userDetailsRow label {
    display: inline-block;
    width: 30%;
}

.userDetailsRow .form-input {
    width: calc(70% - 10px);
}

.manageUsersTable thead tr th {
    width: 60%;
}

.manageUsersTable tbody tr td {
    width: 40%;
}

.error-message-background {
    /* background-color: #CC5C5C; */
    color: #0067b1;
    width: 40%;
    margin-left: 0px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

.toolbar.toolbar-search .manageWrkspcToolbar {
    float: left;
}

.toolbar.toolbar-search .manageWrkspcToolbar>.input,
.toolbar.toolbar-search .manageWrkspcToolbar>a,
.toolbar.toolbar-search .manageWrkspcToolbar>button {
    display: inline-block;
}

.toolbar.toolbar-search .manageWrkspcToolbar>.input {
    float: left;
    width: 125px;
    margin-right: 5px;
}

.popoverWrkplgBtnsClass {
    min-width: 150px;
    width: fit-content
}

.wrkplanningBtns .wrkplanningBtn {
    cursor: pointer;
}

.wrkplanningBtns label {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}

.wrkplanningBtn+.wrkplanningBtn {
    border-top: 1px solid #DDD;
    padding-top: 5px;
    margin-top: 5px;
}

.wrkplanningBtns .ramBtn {
    width: 38px !important;
}

.txtovrflwElip {
    max-width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.wpCommentGrid>.ag-root-wrapper {
    width: 100%;
}

.indHeadingNote {
    color: #999;
    font-size: 11px;
    width: 90%;
}

.form-horizontal label {
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal .input {
    margin-bottom: 15px;
}

.input-select-wrapper {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal input {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal select {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal textarea {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal .input-group {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal .input-group.date {
    width: 25%;
}

.form-horizontal .input-checkbox {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal .input-checkbox .input {
    margin-bottom: 0;
}

.form-horizontal .icheckbox_minimal-grey,
.form-horizontal .iradio_minimal-grey {
    vertical-align: middle;
}

/* Right Panel */

.fixedRightPanel {
    width: 290px;
    height: calc(100% - 36px);
    background: #fff;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
}

.fixedRightPanel.open {
	right: 0;
}

.fixedRightPanel .panelHeader {
    width: 100%;
    display: inline-block;
    background: #032941;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.fixedRightPanel .panelHeader .closePanle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
}

.fixedRightPanel .panelBody {
    padding: 20px;
    padding-top: 0;
    overflow: auto;
    max-height: 90vh;
}

.fixedRightPanel .panelBody ul {
    margin: 0;
    padding: 0;
}

.fixedRightPanel .panelBody ul li {
	list-style: none;
	padding: 15px 0;
	color: #000;
	font-size: 12px;
}

.fixedRightPanel .panelBody ul li h3 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 3px;
}

.fixedRightPanel .panelBody ul li p {
	margin-bottom: 0;
}

.fixedRightPanel .panelBody ul li+li {
	border-top: 1px solid #ccc;
}

.fixedRightPanel .panelFooter {
	position: absolute;
	bottom: 80px;
	width: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
}

.fixedRightPanel .panelFooter p {
	border-top: 1px solid #ccc;
	padding: 20px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}

/* CSS corrections new code */

.rtl .ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
    margin-top: 0;
    margin-right: 4px;
}

.rtl .sg-theme .ag-header-cell {
    border-left: none !important;
}

.rtl .panel-breadcrumb {
    border-bottom: none;
}

.rtl .panel-breadcrumb,
.rtl .panel-breadcrumb li {
    vertical-align: middle;
}

.rtl .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 0;
}

.rtl .form-control,
.rtl .form-horizontal input,
.rtl .form-horizontal textarea,
.rtl .form-horizontal .chosen-choices,
.rtl .form-horizontal label,
.rtl .form-label,
.rtl .form-input {
    font-size: 12px !important;
}

.rtl .form-horizontal .row.section-header>span {
    float: left !important;
}

.rtl .split-content-header .split-content-btn {
    right: initial;
    left: 0;
}

.rtl .split-content-header .split-content-btn button:first-child {
    left: 5px;
}

.rtl .split-content-header .split-content-btn {
    text-align: left;
    right: initial;
    left: 0;
}

.rtl .split-content-header .split-content-btn button {
    position: initial;
}

.rtl .split-content-header.with-menu i.fa.fa-newspaper-o {
    float: right !important;
    position: relative;
    left: 4px;
    top: 2px;
}

.rtl .section-header-planning .plng-lnk {
    left: initial !important;
}

.rtl .section-header-planning .plng-lnk>a {
    right: 2px !important;
}

.rtl .form-control,
.rtl .form-horizontal input,
.rtl .form-horizontal textarea,
.rtl .form-horizontal .chosen-choices,
.rtl .form-horizontal label,
.rtl .form-label,
.rtl .form-input {
    font-size: 12px !important;
}

.rtl body,
.rtl .btn-default,
.rtl .btn-outline,
.rtl .navbar-right .username,
.rtl .panel-breadcrumb li,
.rtl .panel-breadcrumb li a,
.rtl .alert,
.rtl .table tbody,
.rtl .table>thead:first-child>tr:first-child>th,
.rtl .panel-toolbar,
.rtl .view-image:hover:before,
.rtl .search input,
.rtl .advanced-search-wrapper .form-control,
.rtl select,
.rtl .dropdown-menu>li>a,
.rtl .section-header {
    font-size: 12px !important;
}

.rtl .form-control {
    height: auto;
    display: inline-block;
}

.rtl .treeview-dropdown .dropdown-label .dropdownLink,
.rtl .ui-select-container.dropdown .dropdownLink {
    left: 11px;
    right: initial;
}

.rtl div#BASELINE_TARGETS-SECTION .input {
    float: right;
}

.rtl div#BASELINE_TARGETS-SECTION .ag-root-wrapper.ag-layout-normal.ag-rtl {
    width: 99%;
}

.rtl div#addPlanInfo .input.select.required {
    display: inline-block;
}

.rtl select option {
    text-align: right !important;
}

.rtl .toolbar-search {
    padding-left: 0 !important;
    left: 0;
    min-width: calc(100% - 0) !important;
}

.rtl select {
    padding: 4px 5px 5px 25px !important;
    text-align: right;
}

.rtl .penel .dropdown-filter label,
.rtl .penel .dropdown-filter select {
    font-size: 14px;
    margin: 0 !important;
}

.rtl div#page-content-wrapper .panel .panel-body .scrolltabs {
    display: inline-block;
    width: 100%;
}

.rtl .form-horizontal .input label {
    float: right !important;
}

.right-pane #page-content-wrapper .wrapper div#myGridFul textarea {
    width: 70% !important;
}

.comment-container .cmnt {
    display: inline-block;
    width: 100%;
}

.rtl .form-horizontal .ui-datepicker-trigger {
    right: 100%;
}

.rtl div#BASELINE_TARGETS-SECTION .form-horizontal .input label {
    min-width: 130px;
}

.rtl div#TAGS-SECTION .form-control input,
.rtl div#TAGS-SECTION .form-control {
    float: right !important;
}

.rtl div#DESCRIPTION-SECTION .input>div.ng-scope {
    width: 68% !important;
}

.rtl div#DESCRIPTION-SECTION .input>div.ng-scope .gridrow-unbold.ng-scope.ag-theme-balham.sg-theme {
    width: 100% !important;
}

.rtl .modal-content .form-label {
    margin-right: 0;
}

.rtl .modal-content .form-buttons {
    text-align: left !important;
}

.rtl span.ag-header-icon.ag-header-cell-menu-button {
    z-index: 9;
    position: relative;
}

.ag-cell .input-checkbox {
    height: 100%;
}

.rtl .ag-cell .input-checkbox {
    height: 100%;
}

.rtl span.form-control.ui-select-toggle.autosselect {
    height: 30px;
}

.rtl .ui-select-bootstrap .ui-select-toggle>.caret {
    right: calc(100% - 20px);
    width: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px dashed;
}

.rtl header .ui-select-bootstrap .ui-select-toggle>.caret {
    left: 10px;
    right: unset;
}

.rtl span.ag-header-icon.ag-header-cell-menu-button {
    top: 1px !important;
}

.rtl .sectionSubLabel {
    text-align: right;
}

.rtl .baselineTop {
    margin-left: 12px;
}

.rtl .required.ng-scope .form-label>div {
    width: 75%;
    display: inline-block;
    margin-right: 21.5%;
}

.rtl .treeview-dropdown .dropdown-menu .dropdown-menubar {
    display: flex;
}

.rtl .navbar-middle .btn-group .form-control {
    font-size: 18px !important;
}

.rtl .tree-view-dd-wrapper .ag-rtl .ag-row-group-leaf-indent {
    display: flex;
    align-items: center;
}

.rtl .tree-view-dd-wrapper .ag-rtl .ag-cell {
    border-left: none;
    width: 100% !important;
}

.rtl header .ui-select-container .btn span {
    text-align: right;
}

.ag-theme-balham .ag-row-drag {
    background-image: url(../img/arrows-alt.svg) !important;
}

.ag-theme-balham .ag-row-drag {
    height: 16px !important;
    width: 16px !important;
}

header .ui-select-match .ui-select-toggle {
    background: none !important;
    border: none !important;
}

header .ui-select-container {
    outline: none !important;
}

.ui-select-container[disabled="disabled"] .ui-select-match .ui-select-toggle span,
.ui-select-container[disabled] .ui-select-match .ui-select-toggle span {
    color: #777 !important;
}

header .dropdown:focus,
header .dropdown,
header .ui-select-match,
header .ui-select-match:focus,
header .ui-select-container {
    background: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;

}

.ui-select-container .btn {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
}

.ui-select-container .btn span {
    color: #333333;
}

.ui-select-multiple .btn span,
header .ui-select-container .btn span {
    color: #ffffff;
}

.ui-select-container input {
    width: 100% !important;
}

.ui-select-container .btn[disabled="disabled"] {
    background: #dddddd !important;
    border: 1px solid #cccccc !important;
}

.ui-select-container .btn[disabled="disabled"] span {
    color: #555555;
}

.uiSelectNoChoice {
    padding: 5px;
}

.form-control.ui-select-multiple[disabled] span.ui-select-match-item>span>span {
    color: #777777 !important;
}


.ag-theme-balham .ag-row-drag {
    background-position-y: inherit !important;
}

.addKeyIntrvDrpDwn .ui-select-container input {
    margin-bottom: 0 !important;
}

.iconUnPinned {
    color: #999
}

.manageUserRolesDrpDwn .ui-select-container .ui-select-toggle {
    width: 100% !important;
    padding: 5px 10px 5px 10px;
}

.manageUserRolesDrpDwn .ui-select-bootstrap .ui-select-toggle>.caret {
    display: none !important;
}

.keyIntrvTemLink {
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
}

.greyInfoButton {
    padding: 8px;
    background: #eee;
    color: grey;
    border-radius: 3px;
}

.ui-select-container[disabled] input[disabled] {
    cursor: not-allowed;
}

.indicator-code {
    font-weight: 800;
    font-size: 14px !important;
}

.ramBtn {
    padding: 5px 10px 3px 10px !important;
    font-size: 12px;
    border-radius: 4px;
    width: auto !important;
    height: 31px;
    /* border: none; */
    display: inline-block;
    font-weight: 400;
    margin: 2px 0px 3px 3px
}

.ramBtn>i {
    margin: 0;
    padding: 0;
    margin-right: 3px !important;
    position: relative;
    top: 1px;
}

.onlyIcon>i {
    margin: 0;
    padding: 0;
    margin-right: 5px !important;
    position: relative;
    top: 1px;
}

.onlyIcon {
    background: transparent;
}

.downloadfooter {
    float: left !important;
    width: 80%;
    text-align: left;
}

.downloadfooter h3 {
    color: #0067b1;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.downloadRow span {
    width: 100%;
    display: block;
}

.downloadRow span label {
    font-weight: 700;
}

.capitalize {
    text-transform: lowercase;
}

.capitalize:first-letter,
.capitalize:first-line {
    text-transform: capitalize !important;
}

.bulkReviewGrid label {
    font-weight: normal;
}

.expandBtnBaselineGrid {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 0;
}

.alert-danger {
    color: #CC5C5C;
    background-color: #EED4D4;
    border: 1px solid #EED4D4;
}

.planningIndModal a {
    margin: 0 !important;
}

.gridNewTag {
    display: inline-flex !important;
    padding: 3px;
    font-weight: 600;
    color: rgb(0, 100, 0);
    background-color: rgb(220, 237, 200);
    margin-right: 10px;
    height: 20px;
}

.warningIconCustom {
    font-size: 20px;
    color: red;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.info-message {
    display: inline-block;
    background-color: rgb(229, 236, 243);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    padding: 5px 4px;
    font-size: 11px;
}

.warning-message {
    display: inline-block;
    background-color: rgb(255, 249, 196);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    padding: 5px 4px;
    font-size: 11px;
}

.read-only-tag {
    display: inline-block;
    background-color: #cccccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    padding: 4px 5px;
    font-size: 11px;
}

.selectAllAwpContainer {
    column-width: 320px;
    -webkit-column-width: 320px;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    width: 100%;
}

.selectAllAwplist {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    padding: 5px 10px 5px 0px;
    margin-left: 2%;
}

.group-grid-fix-height .ag-header-group-cell {
    line-height: 20px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.group-grid-fix-height .ag-header-group-cell .ag-header-group-cell-label {
    display: unset;
    text-align: center;
}

.group-grid-fix-height .ag-header-group-cell .ag-header-group-cell-label .ag-header-group-text {
    float: none;
}

.grid-fix-height {
    line-height: 20px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.grid-fix-height .ag-header-cell-label .ag-header-cell-text {
    white-space: normal !important;
}

.linkBtns,
.linkBtns:hover {
    background-color: transparent !important;
}

.bulkActionHeader {
    display: flex;
}

.bulkActionHeader .input-checkbox {
    display: flex;
    align-items: center;
}

.dpFilters {
    margin-top: 10px;
}

.dpFilters .form-filter {
    margin-bottom: 0px;
}

.dpFilters .select {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.dpFilters .select label {
    display: inline-block;
    width: 37% !important;
    background-color: #F9F9F9;
    border-left: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
    margin: 0 10px 10px 0 !important;
    padding: 5px 20px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.dpFilters .input-select-wrapper {
    display: inline-block;
    width: 50% !important;
    margin-bottom: 0px;
}

.csiViewHeader span {
    display: block;
}

.dimAxis label {
    width: 30% !important;
    float: left;
}

.dimAxis .dimAxisDiv {
    display: flex;
    justify-content: flex-start;
    width: 20%;
    float: left;
}

.dimAxis .ui-select-container {
    margin-bottom: 0px;
    padding: 1px;
}

.dimAxisDiv>div {
    display: flex;
    width: 100%;
    align-items: baseline;
    padding-right: 2px;
}

.dimAxisDiv>div span {
    margin-right: 5px;
}

.dimAxisDiv .input-select-wrapper {
    width: 100% !important;
}

.csiRightPane {
    overflow-y: auto;
    padding-left: 20px !important;
    padding-bottom: 21px;
    height: calc(100% - 80px);
}

.customGridRadio {
    text-align: center;
}

.cover-logo-grid {
    width: 100%;
}

.cover-logo-grid .cover-logo-col-1 {
    border-right: 1px solid #acacac;
    text-align: center;
    width: 45px;
}

.cover-logo-grid .cover-logo-col-2 {
    border-right: 1px solid #acacac;
    width: calc(100% - 200px);
}

.cover-logo-grid .cover-logo-col-3 {
    width: 155px;
}

.cover-logo-chbx-wrapper,
.cover-logo-text-wrapper {
    padding: 10px;
}

.cover-logo-chbx-wrapper .input-checkbox {
    display: inline-block;
    position: relative;
    top: -2px;
}

.cover-logo-chbx-wrapper .icheck-input {
    display: inline-block;
    vertical-align: top;
}

.cover-logo-col-3 .logo-container {
    border: none;
    cursor: pointer;
    padding: 0px;
    margin-bottom: 0px;
}

.cover-logo-col-3 .logo-wrapper {
    border: none;
    padding: 0px;
}

.cover-logo-col-3 .logo-container .document-file {
    border: none;
    text-align: left;
    padding: 0;
    margin-right: 0;
}

.cover-logo-file {
    display: inline-block;
    vertical-align: top;
    width: 92%;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 30px;
    background-color: #d9534f;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}

.toggleSwitch input {
    display: none;
}

.toggleSwitch input:checked+div {
    left: calc(80px - 32px);
    box-shadow: 0px 0px 0px white;
}

.toggleSwitch div {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: white;
    top: 2px;
    left: 2px;
    box-shadow: 0px 0px 1px rgb(150, 150, 150);
    transition: all .3s;
}

.toggleSwitch div:before,
.toggleSwitch div:after {
    position: absolute;
    content: attr(data-after);
    width: calc(80px - 40px);
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    top: -5px;
}

.toggleSwitch div:before {
    content: attr(data-before);
    color: white;
    left: 130%;
}

.toggleSwitch div:after {
    content: attr(data-after);
    right: 100%;
    color: white;
}

.toggleSwitch-checked {
    background-color: #5cb85c;
    box-shadow: none;
}

.toggleSwitch.disabled {
    cursor: not-allowed;
}

.toggleSwitch.disabled div {
    background-color: #ddd;
}

.planningMode input:checked+div {
    left: calc(100px - 32px);
}

.planningMode div:before,
.planningMode div:after {
    width: calc(100px - 40px);
}

.reportingMode input:checked+div {
    left: calc(110px - 32px);
}

.reportingMode div:before,
.reportingMode div:after {
    width: calc(110px - 40px);
}

.pastGaRaThead th {
    background-color: rgba(204, 204, 204, 0.3);
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: 700;
}

.pastGaRaTbody td {
    text-align: left;
    padding: 8px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tagToolbar {
    width: calc(100% - 100px);
    display: flex;
}

.tagToolbar .tagInfoField {
    display: flex;
    width: 25%;
    font-size: 13px;
    padding-top: 5px;
}

.tagToolbar .tagInfoField>label {
    margin-right: 10px;
    white-space: nowrap;
}

.modal-bodyText {
    font-size: 16px;
}

.modal-body.bodyText {
    font-size: 16px;
}

.modal-title.note {
    font-size: 22px;
    font-weight: 600;
    color: #0067b1;
}

.modal-header.note {
    background-color: rgb(229, 236, 243);
}

.modal-title.error {
    font-size: 22px;
    font-weight: 600;
    color: #CC5C5C;
}

.modal-header.error {
    background-color: #EED4D4;
}

.modal-title.warning {
    font-size: 22px;
    font-weight: 600;
}

.modal-header.warning {
    background-color: rgb(255, 249, 196);
}

.tagScoreCardDisabled {
    background-color: #dadada;
}

.csi {
    pointer-events: none;
}

.gridForm {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.gridForm .label-bx {
    width: 26%;
}

.gridForm .input.form-horizotal {
    width: 26%;
    white-space: nowrap;
}

.gridForm .form-horizontal label {
    font-weight: 700;
    width: 96% !important;
}

.gridForm .text-bx {
    width: 73%;
    margin-top: -12px;
}

.gridForm .text-bx>div {
    width: 95% !important;
}

.csiMcpOptionPadded {
    padding-left: 10px;
}

.ag-theme-balham input {
    width: 100% !important;
    height: 100%;
}



.flexRadioGrid {
    display: flex;
    justify-content: center;
}

.csiMilestonesHeader {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.milestonePointer {
    width: 150px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

.milestonePointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.milestonePointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.milestonePointer .text-content {
    font-size: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 2px;
}

.milestonePointer .text-content p {
    text-align: center;
    margin: 0;
}

.completedMilestone {
    background-color: grey;
    color: #ddd;
}

.completedMilestone:before {
    border-left: 20px solid grey;
}

.inprogressMilestone {
    background-color: #5cb85c;
    color: #ffffff;
    font-weight: 700;
}

.inprogressMilestone:before {
    border-left: 20px solid #5cb85c;
}

.upcomingMilestone {
    background-color: #dddddd;
    color: grey;
}

.upcomingMilestone:before {
    border-left: 20px solid #dddddd;
}

.tooldrop .btn {
    margin: 0 !important;
}

.deleteBtnsDisabled {
    background-color: grey !important;
    color: #fff !important;
    border: 1px solid grey !important;
}

.deleteBtnsDisabled:hover {
    background-color: grey !important;
    color: #fff !important;
    border: 1px solid grey !important;
}

/* make header text wrap, without breaking words and without ellipsis */
.ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
    height: auto !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    text-overflow: clip !important;
    white-space: normal !important;
    line-height: 15px;
    padding: 7px 0;
    margin: 0 !important;
}

.wrapWithEllipse {
    display: block;
    display: -webkit-box !important;
    max-width: 100%;
    height: 25px;
    margin: 0 auto;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.csiAg {
    border-right: 1px solid#d3d3d3 !important;
}

.fixedElement {
    background-color: #DEF5FD;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 5px;
}

.dissag_class {
    border-top: 3px solid#d3d3d3 !important;
}

.dissag_class.ag-row-first {
    border-top: 1px solid#d3d3d3 !important;
}

.csiPartition {
    border-right: 3px solid#d3d3d3 !important;
    border-left: 1px solid#d3d3d3 !important;
}

.csiPartitionTotal {
    border-right: 1px solid#d3d3d3 !important;
    border-left: 1px solid#d3d3d3 !important;
}

.headerError {
    display: block;
    margin: 0;
    text-align: center;
}

.previewIcon {
    text-align: center;
}

.previewIcon i {
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.ag-theme-balham .ellipsis-cell {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.disableFin {
    pointer-events: none;
    background-color: grey !important;
    border: 1px solid grey !important;
}

.tagIndContainer {
    display: flex;
    flex-direction: column;
}

.tagIndSelectCount {
    font-weight: bold;
    padding: 5px;
    align-self: flex-end;
}

.discussionIcon {
    width: 20px !important;
    font-size: 20px;
}

/* CSI Set Status Buttons */
.ramBtnCsiSet {
    padding: 7px !important;
    font-size: 10px;
    border-radius: 4px;
    width: auto !important;
    height: 25px;
    display: inline-block;
    font-weight: 400;
    margin: 2px 5px;
}

.iconSpinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.csiFxIcon {
    border-radius: 50%;
    display: -webkit-inline-box;
    background: #9be0f9 !important;
    width: 20px;
    height: 20px;
}

.nav-tabs>.related-csi>a,
.nav-tabs>.related-csi>a:hover,
.nav-tabs>.related-csi.active>a,
.nav-tabs>.related-csi.active>a:hover {
    border: none !important;
    background-color: none !important;
    background: none !important;
    color: blue !important;
    text-decoration: underline !important;
}

.isMonExist textarea[disabled="disabled"] {
    background-color: #FFF9C4 !important;
}

.imp-accordian-content {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding-left: 5px;
    padding-right: 5px;
}

.imp-acc-btns {
    display: flex;
    justify-content: end;
    padding: 5px;
}

/* newly added for accordian + and - with circle */
.new-accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.new-accordion-header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* .accordion-content {
    display: none;
    padding: 10px;
} */
.new-accordion-header.active {
    background-color: #004e86;
    color: white;
}

.new-accordion-header:hover {
    background-color: #004e86 !important;
    color: white !important;
}

.new-accordion-icon::before {
    content: "+";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 3px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 14px;
}

.new-accordion-header.active .new-accordion-icon::before {
    content: "-";
    line-height: 12px;
}

.new-accordion-header .accordion-title {
    font-weight: bold;
}

/* ===== Amit ==================================== */

.toolbar-outer {
    display: flex;
    justify-content: space-between;
}

.toolbar-left .header-horizontal {
    font-size: 12px;
    display: flex;
    vertical-align: top;
    height: auto;
    margin: 0;
}

.toolbar-left .header-horizontal .input,
.toolbar-left .header-horizontal .input label {
    white-space: nowrap;
}

.toolbar-right .header-horizontal {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    height: auto;
}

.toolbar-right .header-horizontal .ramBtn,
.toolbar-right .header-horizontal .btn-default {
    margin: 2px;
}
.headingRamMargin {margin-bottom: 0 !important;}

.page-header .toolbar{
    padding-right: 0;
    height: -webkit-fill-available;
}
.page-header{ height: auto !important;}
.page-header .toolbar .btn {
    margin-bottom: 0px;
}
.content-splitter .split-content {
    padding: 0;
}
.ui-select-container.dropdown .dropdownLink{ opacity: 0; }

.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #f9f9f9;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: auto;
    overflow-wrap: break-word;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
}
.custom-tooltip::before {
    left: 12px;
    top: -16px;
    content: '';
    position: absolute;
    border-bottom: 8px solid #111111;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/* Hide the tooltip initially */
.custom-tooltip.ag-tooltip-hiding {
    display: none;
}

.indicativeTimeline ul,
.indicativeTimeline ul li {
    display: flex;
    flex-wrap: wrap;
}

.indicativeTimeline ul li {
    width: 33.33%;
    padding: 0 10px;
}

.indicativeTimeline ul li>div>span {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
}

.indicativeTimeline ul li>div>span span {    
    margin: 0 4px 0 0 !important;
    height: 18px !important;
    text-align: center;
}

.indicativeTimeline ul li>div>span span i {
    line-height: 20px;
}

.inline-text .fileinput-filename[style*="width: auto;"] {
    width: 100% !important;
}

.fa-custom-size 
{
    font-size: 20px;
    width:20px;
    text-align: center;
    color: #fff;
}

.dfa-help-info{
    padding: 5px 4px 3px 4px !important;
    font-size: 12px;
    border-radius: 4px;
    height: 30px;
    display: inline-block;
    font-weight: 400;
    margin: 2px 0px 2px 3px;
    border-width: 1px;
    border-style: solid;
}

.left-pane-adjust {
    width: 60px !important;
    overflow: hidden;
}

/* Sidebar */

.left-menu {
    width: 220px;
    transition: all 0.3s;
}

.pane-wrapper-flex {
    width: 100%;
    display: flex;
    position: relative;
    overflow-y: auto;
}

/* .left-pane-adjust .left-menu .panel h4 span a b,
.left-pane-adjust .left-menu .panel h4 a b,
.left-pane-adjust .left-menu .panel-collapse {
    display: none !important;
} */

.left-menu .panel-collapse {
    display: none;
    padding: 0px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 1;
    width: 220px;
    z-index: 999999;
    list-style-type: none;
    height: auto !important;
}

.left-menu li {
    overflow: visible;
}

.left-menu li a {
    height: auto !important;
    padding: 6px 12px !important;
    /* min-height: 40px !important; */
    min-width: auto !important;
    border-top: none !important;
}


.left-menu .panel-collapse ul .panel .panel-collapse,
.left-menu .panel-collapse ul .panel .panel-collapse ul .panel .panel-collapse,
.left-menu .panel-collapse ul .panel .panel-collapse ul .panel .panel-collapse ul .panel .panel-collapse {
    display: none;
} 

.left-menu .panel-group .panel:hover > .panel-collapse,
.left-menu .panel-collapse ul .panel:hover > .panel-collapse,
.left-menu .panel-collapse ul .panel .panel-collapse ul .panel:hover > .panel-collapse,
.left-menu .panel-collapse ul .panel .panel-collapse ul .panel .panel-collapse ul .panel:hover > .panel-collapse {
    display: block;
}

.left-menu.adjust-navbar .panel-group .panel .panel-collapse {
    display: none;
}

.left-menu.adjust-navbar {
    width: 55px !important;
}

.rtl .panel-group .panel .panel-heading .panel-title a span {
    float: right;
}

.rtl .left-menu .panel-collapse {
    left: unset;
    right: 100%;
}

.rtl .left-menu li a {
    line-height: 17.8px !important;
}

/* Main Container */
.main-container {
    height: calc(100vh - 80px);
    overflow-y: auto;
    position: relative;
    left: 0 !important;
    width: calc(100% - 220px);
}

.main-container-width {
    width: calc(100% - 55px);
}

.navbar-right,
.navbar-right .dropdown,
.header-navigation .btn-group .btn {
    height: 44px;
}
.navbar-right .dropdown {
    line-height: 44px;
}
.header-navigation > button {
    padding: 0 10px;
    height: 44px;
}
.username span {
    padding: 0 6px;
}

.header-navigation .more-menu {
    padding: 6px;
    min-width: 150px;
    border-radius: 6px;
    transition: initial;
    background: #FFFFFF;
    border: 1px solid var(--border_color);
    margin: 0 2px 0 0 !important;
    box-shadow: 0px 1px 10px -7px #333333;
}

.header-navigation .more-menu .dropdown-item {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 10px;
    text-transform: capitalize;
    justify-content: flex-start;
    border-radius: 6px !important;
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
}

.header-navigation .more-menu .dropdown-item strong {
    font-size: 14px;
    margin: 0 0 2px;
    line-height: 18px;
}

.header-navigation .more-menu .dropdown-item p {
    margin: 0px !important;
}

.header-navigation .more-menu .dropdown-item a {
    padding: 0px !important;
}

.header-navigation .more-menu .dropdown-item a:hover {
    color: #333 !important;
    background-color: #fff !important;
}