.f-more-menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    opacity: .54
}

.f-dropdown-menu {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 400px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 77vh;
    min-height: 320px
}

.f-dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.f-nav-loading {
    opacity: 0;
    height: 20px;
    overflow: hidden
}

.f-nav-loading.f-show-navigation {
    opacity: 1;
    height: auto;
    overflow: visible
}

.f-nav-wrap {
    padding-left: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    bottom: -0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -8px
}

.f-nav-loading.f-show-navigation {
    margin-top: -5px !important
}

.f-nav-wrap>li {
    position: relative
}

.f-nav-wrap li[style="display: none;"] {
    display: none
}

.f-nav-wrap>li>a {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, .5);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    padding: 0 24px;
    line-height: 36px;
    outline: 0;
    height: 52px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    margin-top: -4px
}

.f-nav-wrap>li>a.f-dropdown-toggle {
    height: 44px !important
}

.f-nav-wrap>li>a:hover {
    text-decoration: none
}

.f-nav-wrap>li.active>a {
    color: #0093ee;
    font-weight: 700;
    border-bottom: 2px solid #0093ee
}

.f-nav-wrap li.submenu-active>a {
    font-weight: 700 !important
}

.f-nav-wrap li.submenu-active {
    background: rgba(0, 0, 0, .04)
}

.f-nav-tabs>li {
    display: inline-block
}

.f-dropdown-list.open .f-dropdown-menu {
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding: 0;
    margin: 0
}

.f-dropdown-menu ul {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    flex: 1;
    overflow: auto;
    min-height: 250px
}

.f-dropdown-search input {
    width: calc(100% - 24px);
    box-sizing: border-box;
    padding: 8px 26px 8px 8px;
    margin: 12px;
    background: #fff url("../images/sIcon.png") no-repeat 364px center;
    border: 0;
    font-size: 14px;
    border: 0;
    border-bottom: #d7d7d7 1px solid
}

.f-dropdown-search input:focus {
    border-bottom: #0093ee 2px solid;
    outline: 0
}

.f-dropdown-search {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%)
}

.f-dropdown-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #0093ee;
    padding: 12px 12px;
    font-family: Source Sans Pro, sans-serif;
    flex: 1;
    margin-right: 16px
}

.f-dropdown-menu ul li a:hover {
    text-decoration: none
}

.f-dropdown-menu ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.f-dropdown-menu ul li:hover {
    background: rgba(0, 0, 0, .04)
}

.f-dropdown-menu ul li .svg-icon {
    margin-right: 0;
    cursor: pointer;
    padding: 0;
    align-items: center;
    height: auto
}

.f-dropdown-menu ul li .svg-icon svg {
    width: 24px;
    height: 24px;
    fill: #757575
}

.f-dropdown-menu ul li.f-listed-menu .f-pin-unfill {
    display: none
}

.f-dropdown-menu ul li.f-listed-menu .f-pin-fill {
    display: inline-flex
}

.f-dropdown-menu ul li .f-pin-unfill {
    display: inline-flex
}

.f-dropdown-menu ul li .f-pin-fill {
    display: none
}

.f-dropdown-menu ul li.active {
    background: rgba(0, 0, 0, 0.1)
}

.f-dropdown-menu ul li.active a {
    font-weight: 700
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu .svg-icon {
    display: none !important
}

.f-no-search-result {
    text-align: center;
    padding-top: 10%;
    font-size: 14px;
    color: #757575;
    font-family: Source Sans Pro, sans-serif
}

.f-nav-wrap.f-nav-tabs .f-dropdown-list {
    order: 1;
    margin-left: 12px
}

.f-dropdown-list.open .f-dropdown-toggle .svg-icon,
.f-multilevel-dd.open>a>.svg-icon {
    transform: rotate(180deg)
}

.f-nav-wrap.f-nav-tabs .f-dropdown-list.open .f-dropdown-menu {
    z-index: 100000
}

.f-dropdown-menu ul li[data-default="true"] .svg-icon {
    pointer-events: none;
    cursor: default !important
}

.overlay-dropdown,
.overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

body.f-body-overflow-hidden {
    overflow: hidden
}

.f-pointer {
    cursor: pointer
}

.f-and-text {
    left: inherit !important;
    right: -28px !important
}

.f-chip-inner-wrap {
    margin-left: -4px !important;
    margin-right: 36px !important
}

.add-filter-wrap {
    margin-left: 0 !important;
    margin-right: 8px !important
}

.f-empty-filter {
    width: 1px;
    background: #f6f6f6;
    margin-left: -34px !important;
    height: 42px;
    position: relative
}

.f-empty-filter:before {
    content: '';
    display: block;
    height: 40px;
    width: 30px;
    background: #f6f6f6;
    position: absolute
}

.grid-row.f-custom-filter .f-empty-filter {
    margin-left: -13px !important
}

.f-search-small {
    position: relative;
    width: 40px;
    overflow: hidden;
    height: 44px;
    bottom: -6px
}

.f-search-small>table {
    border: 1px solid transparent
}

.f-search-small input {
    width: 36px;
    margin-right: -36px;
    position: relative;
    z-index: 1;
    color: transparent;
    cursor: pointer
}

.f-search-small.in-large-input {
    overflow: visible;
    border-color: transparent;
    border-radius: 0;
    font-size: 14px
}

.f-search-small.in-large-input>table {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.f-search-small.in-large-input input {
    width: 95% !important;
    margin-right: 8px;
    color: #4a4a4a;
    cursor: unset
}

.f-search-small input::placeholder {
    opacity: 0;
    color: transparent
}

.f-search-small input:-ms-input-placeholder {
    opacity: 0;
    color: transparent
}

.f-search-small input::-ms-input-placeholder {
    opacity: 0;
    color: transparent
}

.f-search-small.in-large-input input::placeholder {
    opacity: 1;
    color: #757575
}

.f-search-small.in-large-input input:-ms-input-placeholder {
    opacity: 1;
    color: #757575
}

.f-search-small.in-large-input input::-ms-input-placeholder {
    opacity: 1;
    color: #757575
}

.flex-width-30 {
    width: 30%
}

.f-flex-row .flex-2.margin-left {
    margin-left: 24px
}

.f-sm-card-multiline {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.f-sm-card-multiline .f-card {
    min-width: 30%;
    margin: 8px 8px
}

.f-sm-card-multiline .f-card:first-child {
    margin-left: 8px
}

.f-sm-card-multiline .f-card:last-child {
    margin-right: 8px
}

.f-sm-card-multiline .f-card:after {
    display: none
}

.f-accordion-title-fill .accordion-wrap:after {
    display: none
}

.f-accordion-title-fill .accordion-hide.accordion-wrap:after {
    display: block !important;
    margin-left: 0;
    width: 100%
}

.f-accordion-title-fill .f-shadows-card .accordion-wrap:last-child .f-card-style {
    margin-bottom: 0
}

.f-accordion-title-fill .f-shadows-card {
    padding-bottom: 0 !important
}

.f-accordion-title-fill .f-shadows-card .f-card-title-grey {
    color: #9b9b9b
}

.flex-width-25 {
    width: 25%
}

div#addMoreButton>a {
    background: #707070;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-sizing: border-box;
    margin-right: 12px;
    margin-left: 12px;
    display: block;
    z-index: 0;
    position: relative
}

div#addMoreButton>a .svg-icon {
    box-sizing: border-box;
    padding: 1px 0 0 1px !important
}

div#addMoreButton>a .svg-icon svg {
    fill: #fff !important;
    width: 22px;
    height: 22px
}

div#addMoreButton.f-selected-button:before {
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    z-index: 0;
    background: #f5f5f5;
    border-radius: 100%;
    left: 5px;
    top: -6px
}

div#addMoreButton.f-selected-button>a {
    background-color: #0093ee
}

div#addMoreButton .f-button-dropdown-option a {
    border-bottom: 1px solid #e8e8e8;
    color: #0093ee !important
}

div#addMoreButton .f-button-dropdown-option a:last-child {
    border-bottom: 0
}

div#addMoreButton .f-button-dropdown-option {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 150px;
    top: 39px;
    left: initial;
    right: 0
}

.f-padding-0 {
    padding: 0 !important
}

.f-no-shadow {
    box-shadow: none
}

#columnRight .summaryTblex td.thead {
    padding-left: 10px
}

.table-scroll table.summaryTblex.newUITable.f-last-align-left tr td:last-child {
    text-align: left !important
}

div#columnRight .sm-button-link {
    border: 0;
    background: transparent;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    border-right: 1px solid #757575;
    border-radius: 0;
    line-height: 18px !important;
    height: auto !important;
    padding-right: 8px !important;
    color: #0093ee !important
}

div#columnRight .sm-button-link:last-child {
    border: 0;
    padding-right: 0 !important
}

.f-dropdown-single-select {
    padding: 10px;
    background: #fff;
    border-color: #ccc !important
}

a.f-dropdown-toggle.f-cm_button_action {
    display: inline-block;
    border-width: 1px;
    line-height: 29px !important;
    box-sizing: border-box;
    padding: 7px 16px !important;
    padding-right: 36px !important
}

a.f-dropdown-toggle.f-cm_button_action .svg-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    right: -3px
}

a.f-dropdown-toggle.f-cm_button_action .svg-icon svg {
    fill: #0093ee
}

.f-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.f-selected-button {
    z-index: 9999
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 9999999 !important
}

.zindex-remove {
    z-index: 1
}

.f-form-wrapper-1000 {
    max-width: 1000px;
    margin: auto
}

.f-form-wrapper-1000 .ms-choice,
.f-form-wrapper-1000 .multiList,
.f-form-wrapper-1000 .fTextBox,
.f-form-wrapper-1000 .fTextBoxDate {
    background: #fff;
    border-color: #d7d7d7
}

.f-form-wrapper-1000 .summaryTbl .bText12 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    color: #4a4a4a !important
}

.f-form-wrapper-1000 .summaryTbl .bText12 a {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important
}

.f-form-wrapper-1000 .f-card-style table tr:last-child td {
    padding-right: 6px
}

.f-form-wrapper-1000 .selectize-input {
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 5px 4px 5px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    height: 18px
}

.fc--picture-thumb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    height: 45px;
    overflow: hidden
}

.fc--picture-thumb img {
    width: 60px
}

.fc--documents-icon {
    background-repeat: no-repeat;
    padding: 1px 0 0 24px
}

.fc--documents-icon[data-file$=".doc"] {
    background-image: url(word-doc-icon.png)
}

.fc--documents-icon[data-file$=".xls"] {
    background-image: url(xls-icon.png)
}

.fc--documents-icon[data-file$=".ppt"] {
    background-image: url(ppt-icon.png)
}

.fc--documents-icon[data-file$=".pdf"] {
    background-image: url(pdf-icon.png)
}

.fc--table-layout-fixed {
    table-layout: fixed
}

.f-table-data tr>td {
    padding-bottom: 8px;
    white-space: normal
}

.f-table-data .f-label-value tr>td {
    padding-bottom: 0
}

.f-form-fields tr>td {
    padding-bottom: 16px
}

.f-form-fields .f-label-value tr>td {
    padding-bottom: 0
}

.f-form-fields .f-label-value table td input {
    width: 100%;
    box-sizing: border-box
}

.f-form-fields tr>td.bText12 {
    font-family: 'Source Sans Pro', sans-serif
}

.f-form-fields tr>td.bText12b {
    font-family: Montserrat, sans-serif !important
}

.f-label-text {
    color: #4a4a4a !important;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 4px;
    padding-bottom: 4px
}

.f-label-value {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(0, 0, 0, .87) !important;
    font-size: 14px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px
}

.f-label-value a {
    color: #0093ee !important
}

.f-form-fields .fTextBox,
.f-form-fields .fTextBoxDate {
    background-color: #fff !important
}

.f-form-fields .fTextBox {
    width: 90%
}

input[readonly].fTextBox {
    color: rgba(55, 58, 60, .54);
    border-color: rgb(146 148 150 / 38%) !important;
    cursor: default
}

td[colspan="2"] textarea.fTextBox {
    width: 95%
}

.f-form-fields .multiList {
    width: 92%;
    background-color: #fff !important
}

.f-form-fields .fTextBoxDate {
    width: 90%
}

.f-form-fields .f-calendar-icon {
    margin-left: -29px
}

.f-form-fields .f-label-text {
    color: #373a3c !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px
}

.f-form-fields .f-label-value {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: #4a4a4a !important;
    font-weight: 400
}

img.f-calendar-icon {
    opacity: .54;
    margin-left: 2px;
    vertical-align: middle
}

.f-radio-wrap input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0
}

.f-radio-wrap label {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    padding-right: 16px;
    line-height: 20px
}

.f-radio-wrap label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #b3b1b1;
    border-radius: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0
}

.f-radio-wrap input[type="radio"]:checked+label:after {
    content: '';
    display: block;
    background: #0093ee;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-sizing: border-box
}

.f-radio-wrap input[type="radio"]:checked+label:before {
    border-color: #0093ee
}

.f-checkbox-20 {
    margin-left: 0
}

.f-checkbox-20 .checkmark {
    border: 2px solid #b3b1b1
}

.fc--no-recod {
    text-align: center
}

.fc--page-no-recod {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.fc--caption {
    color: #4a4a4a;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important
}

.fc--no-recod-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    color: #757575;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase
}

.financial-notes-row {
    padding: 16px 0;
    position: relative
}

.financial-notes-row>table {
    position: relative;
    z-index: 2
}

.financial-notes-row>.delete-financial-notes-row {
    z-index: 3
}

.financial-notes-row:after {
    content: '';
    position: absolute;
    top: 12px;
    left: -8px;
    right: 0;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 1px 0 0 0;
    bottom: 5px
}

.financial-notes-row:hover:after {
    border-width: 1px
}

.financial-notes-row:hover .delete-financial-notes-row {
    display: block
}

.delete-financial-notes-row {
    background: url(close-icon.png) no-repeat center;
    background-size: 10px;
    width: 26px;
    height: 26px;
    border: solid 1px #ccc;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 7px;
    border-radius: 100%;
    display: none
}

.sm_seperator_no_action {
    pointer-events: none
}

.sm_seperator_no_action:after {
    display: none
}

.f-padding-left-16px {
    padding-left: 16px
}

.f-card-title-secondary {
    color: #9b9b9b
}

.bText12btheme,
a.bText12lnk {
    color: #0093ee !important
}

.f-avtar-list .f-title-14px {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding-bottom: 4px;
    display: inline-block
}

.f-avtar-list .f-flex-row {
    align-items: unset !important;
    word-break: break-word
}

.f-avtar-list .f-small-icon {
    background-color: #26c1c9 !important;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    user-select: none;
    opacity: 1 !important;
    font-size: 14px;
    height: 36px !important;
    line-height: 36px;
    width: 36px !important
}

.f-avtar-list .upload-photo {
    cursor: pointer
}

#cboxTitle {
    display: none !important
}

.flex-align-center {
    align-items: center
}

.font-weight-400 {
    font-weight: 400 !important
}

.f-tabify-wrap:before {
    top: 0 !important
}

.overflow-hidden.navVisible {
    margin-left: 42px;
    margin-right: 45px
}

.f-tabify-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    min-height: 62px;
    position: relative;
    z-index: 0
}

.f-tabify-menu li {
    margin: 0;
    padding: 0;
    flex: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, .5);
    font-family: Montserrat, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    padding: 0 24px;
    line-height: 24px
}

.f-tabify-menu li.active-link {
    color: #0093ee !important;
    font-weight: 700 !important
}

.f-tabify-menu li.active-link:after {
    content: '';
    display: block;
    height: 2px;
    background: #0093ee !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.f-tabify-menu .f-count {
    font-family: Source Sans Pro, sans-serif !important;
    font-weight: 700;
    min-width: 10px;
    min-height: 23px;
    background-color: #9b9b9b !important;
    border-radius: 2px;
    color: #fff;
    margin-left: 12px;
    padding: 2px 6px;
    line-height: 24px
}

.f-tabify-wrap .left-btn,
.f-tabify-wrap .right-btn {
    top: 0 !important
}

.f-tabify-wrap {
    overflow: hidden;
    height: 62px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 0%), 0 4px 4px 0px rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(155, 155, 155, .5)
}

.f-tabify-wrap .navVisible {
    overflow: auto
}

.f-tabify-menu li:active {
    background: #eaeaea !important
}

.f-thumbnail-image img {
    width: 36px;
    height: 36px;
    border-radius: 100%
}

table.f-footer-fixed {
    position: fixed;
    right: 30px;
    z-index: 99999;
    bottom: 0;
    background: #fff;
    padding: 12px 12px 8px 12px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%)
}

table.f-footer-fixed.f-remove-fixed {
    box-shadow: none;
    position: initial;
    right: unset;
    bottom: unset;
    padding: 0;
    background: transparent
}

table.f-footer-fixed.f-remove-zindex {
    z-index: initial
}

.f-footer-fixed-wrap {
    min-height: 66px;
    margin-top: 24px
}

.f-icon-24 svg {
    width: 24px;
    height: 24px
}

.f-icon-circle .svg-icon {
    width: 40px;
    height: 40px;
    background: #e1ebf5;
    border-radius: 100%;
    margin-bottom: 4px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.f-icon-circle .svg-icon svg {
    width: 24px;
    height: 24px;
    fill: #0093ee
}

.f-icon-circle {
    font-family: Source Sans Pro, sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #757575;
    text-align: center
}

.f-icon-circle>div {
    margin-right: 24px;
    text-transform: uppercase;
    cursor: pointer
}

.icon-size-16 {
    width: 16px;
    height: 16px
}

.f-icon-margin-16>div {
    margin-right: 16px;
    flex: 1;
    line-height: 14px;
    white-space: normal
}

.f-icon-margin-16>div:last-child {
    margin-right: 0
}

.f--add-more ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, .87) !important;
    font-family: SourceSansPro-Regular, sans-serif;
    font-weight: normal !important;
    text-transform: initial
}

.f--add-more ul {
    right: -10px !important;
    top: 10px !important;
    text-align: left
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>a>.svg-icon {
    display: inline-block !important;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 0
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>a>.svg-icon svg {
    fill: #9b9b9b
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu.active>a>.svg-icon svg,
.f-nav-wrap.f-nav-tabs>li.f-listed-menu.open>a>.svg-icon svg {
    fill: #0093ee
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu.active>a>.svg-icon svg,
.f-nav-wrap.f-nav-tabs>li.f-listed-menu.open>a {
    color: #0093ee
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu.open>.f-second-level-dd {
    display: block !important
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd {
    position: absolute;
    width: 250px;
    max-height: 300px;
    margin-left: -8px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 99999;
    overflow-y: auto
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd ul {
    list-style: none;
    padding-left: 0
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #0093ee;
    padding: 12px 12px;
    font-family: Source Sans Pro, sans-serif;
    display: block;
    text-decoration: none
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd ul li a:hover {
    background-color: #f5f5f5
}

.f-nav-wrap.f-nav-tabs>li.f-listed-menu>.f-second-level-dd ul li.active a {
    background: rgba(0, 0, 0, 0.1)
}

.f-dropdown-list .f-multilevel-dd.open {
    flex-wrap: wrap
}

.f-dropdown-list .f-multilevel-dd.open .f-second-level-dd {
    display: block !important;
    width: 100%;
    padding-bottom: 0
}

.f-dropdown-list .f-multilevel-dd.open .f-second-level-dd ul {
    min-height: 10px !important;
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.f-dropdown-list .f-multilevel-dd.open .f-second-level-dd li {
    border: 0
}

.f-dropdown-list .f-multilevel-dd.open .f-second-level-dd a {
    font-weight: 600;
    padding-left: 30px
}

.f-dropdown-list .f-multilevel-dd>a .svg-icon {
    display: inline-flex !important;
    position: absolute;
    right: -24px;
    margin-top: -4px
}

.f-dropdown-list .f-multilevel-dd.open .svg-icon {
    right: 0 !important
}

.f-dropdown-list .f-multilevel-dd>a {
    position: relative
}

.table-scroll .summaryTblex td.thead {
    background: #ebebeb !important;
    height: 52px;
    text-transform: uppercase
}

.table-scroll .summaryTblex td.thead {
    color: #9b9b9b !important
}

.table-scroll .summaryTblex td.trainingInprogressCourse,
.table-scroll .summaryTblex td.noRecord,
.table-scroll .summaryTblex td.trainingCompletedCourse {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #e6e6e6 !important
}

div#columnRight td.bText12 b {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important
}

div#columnRight td.bText16b {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px
}

.newUITable td .f-badage.f-not-completed {
    background-color: #edc
}

.f-table-data-horizontal tr td {
    padding: 10px 0 10px 10px;
    border-bottom: 0;
    white-space: normal
}

.f-table-data-horizontal tr td.bText12b {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px
}

.f-table-data-horizontal tr td.bText12,
.f-table-data-horizontal tr td.bText12 a,
.f-table-data-horizontal tr td.bText12 a:hover {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700
}

.fc--remove-document {
    background: url("../images/close-icon.png") no-repeat center;
    background-size: 10px;
    width: 30px;
    height: 30px;
    border: solid 1px #ccc;
    border-radius: 3px;
    cursor: pointer
}

.fc--add-document {
    background: url("../images/add-icon-fp.png") no-repeat center;
    width: 30px;
    height: 30px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-size: 12px;
    cursor: pointer
}

#documentTable tr:last-child .fc--document-action .fc--add-document {
    display: block
}

#documentTable tr .fc--document-action .fc--add-document,
#documentTable tr:last-child .fc--document-action .fc--remove-document {
    display: none
}

.f-add-document .form-ctrl-100 {
    width: 95%
}

.f-show-navigation.f-header-fixed {
    position: fixed;
    right: 30px;
    z-index: 99;
    top: 56px;
    background: #fff;
    padding: 16px 12px 8px 12px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    margin-top: 0
}

.f-show-navigation.f-header-fixed>ul>li.f-listed-menu {
    display: none !important
}

.f-show-navigation.f-header-fixed .f-nav-wrap {
    bottom: 0
}

#fixedTopWrapper {
    height: 44px
}

.table-scroll.f-no-shadow #documentSummary .tb_sub_hdr_fim_lib {
    line-height: 18px;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a !important;
    padding-left: 10px !important;
    text-transform: uppercase;
    height: 45px;
    text-align: left !important;
    background-color: #fff
}

#documentSummary tr {
    background: #f5f5f5 !important
}

.summaryTbl.f-form-fields tr td {
    border-bottom: 0 !important
}

.summaryTbl.f-form-fields tr td .fTextBoxDate {
    width: 140px
}

.summaryTbl.f-form-fields tr td table td {
    padding-top: 0;
    padding-bottom: 0
}

table.f--datepicker-wrap td {
    width: 0
}

table.f--datepicker-wrap td:first-child {
    width: 100%
}

table.f--datepicker-wrap td .fTextBoxDate {
    width: 91% !important
}

table.f--datepicker-wrap td .f-calendar-icon {
    margin-left: -40px
}

.f-form-fields .multiList {
    width: 94%
}

.f-form-fields td[colspan="3"] textarea.fTextBox {
    width: 97%
}

.f-form-fields td[colspan="3"] input.fTextBox {
    width: 97%
}

.summaryTbl.f-table-data.f-form-fields td.bText12 {
    font-size: 14px !important
}

.wizard-container {
    margin-top: 16px;
    box-shadow: 0 3px 2px 1px rgb(0 0 0 / 5%);
    border-radius: 20px;
    background: #fff
}

.wizard-container ul {
    list-style: none;
    margin: 0;
    display: flex;
    overflow-y: hidden
}

.wizard-container ul li {
    display: flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    padding: 10px;
    justify-content: center;
    position: relative;
    padding-right: 20px;
    color: rgba(0, 0, 0, .5);
    line-height: 16px;
    cursor: pointer;
    padding-left: 36px
}

.wizard-container ul li .wizard-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #fff;
    z-index: 2
}

.wizard-container ul li .wizard-title:before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    margin-left: 2px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #eee;
    z-index: 1
}

.wizard-container {
    overflow: auto
}

.wizard-container ul li:first-child {
    border-radius: 20px 0 0 20px
}

.wizard-container ul li:last-child {
    border-radius: 0 20px 20px 0
}

.wizard-container ul li:last-child .wizard-title:after,
.wizard-container ul li:last-child .wizard-title:before {
    display: none
}

.wizard-count {
    margin-right: 8px;
    padding: 4px 4px;
    box-sizing: border-box;
    height: 24px;
    background: #f6f6f6;
    border-radius: 100%;
    width: 24px;
    text-align: center
}

.active-wizard .wizard-title {
    color: #0093ee
}

.active-wizard .wizard-count {
    background: #0093ee;
    color: #fff
}

.active-wizard-green .wizard-title {
    color: #5da93f
}

.active-wizard-green .wizard-count {
    background: #5da93f;
    color: #fff
}

.f-border-bottom {
    border-bottom: 1px solid #f5f5f5
}

.accrodion-columnRight .accordion-wrap:after {
    width: 100%;
    margin-left: 0
}

.accrodion-columnRight .accordion-wrap:after {
    visibility: hidden
}

.accrodion-columnRight .accordion-wrap.accordion-hide:after {
    visibility: visible
}

.accrodion-columnRight .f-card-style .f-card-title-grey {
    color: #9b9b9b;
    margin-bottom: 24px;
    padding-bottom: 16px
}

.expand-collapse-button.margin-right-0 {
    margin-right: 0
}

.important-link-fixed.f-header-fixed {
    position: fixed;
    margin-left: -16px;
    z-index: 99;
    top: 56px;
    background: #fff;
    padding: 12px 12px 12px 12px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box
}

.important-link-wrapper {
    min-height: 30px;
    margin-bottom: 32px
}

.accordion-wrap .f-badage {
    font-family: 'Source Sans Pro', sans-serif !important;
    background-color: #1abfce;
    color: #414141;
    padding: 2px 6px;
    font-weight: 700;
    border-radius: 2px;
    white-space: nowrap
}

.accordion-wrap .f-badage.f-in-progress {
    background-color: #b9d7ec
}

.colorbox-sidedrawer #colorbox {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: unset !important;
    height: 100% !important;
    padding-right: 0 !important
}

.colorbox-sidedrawer #cboxMiddleLeft,
.colorbox-sidedrawer #cboxMiddleRight,
.colorbox-sidedrawer #cboxTopLeft,
.colorbox-sidedrawer #cboxTopCenter,
.colorbox-sidedrawer #cboxTopRight,
.colorbox-sidedrawer #cboxBottomLeft,
.colorbox-sidedrawer #cboxBottomCenter,
.colorbox-sidedrawer #cboxBottomRight {
    display: none !important
}

.colorbox-sidedrawer #cboxContent {
    width: 100% !important;
    height: 100vh !important
}

.colorbox-sidedrawer #cboxLoadedContent {
    top: o !important;
    height: 100vh !important
}

.colorbox-sidedrawer #cboxClose {
    display: none
}

.colorbox-sidedrawer-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, hsla(0, 0%, 84.7%, .5), hsla(0, 0%, 84.7%, .5)) !important
}

table.footer-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    padding: 8px 16px
}

.f-drawer-header {
    color: #757575;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    padding: 12px 0;
    margin-bottom: 12px
}

.f-drawer-header .svg-icon svg {
    fill: #757575 !important
}

.f-drawer-header .icon-size-24 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.icon-size-24 {
    width: 24px;
    height: 24px
}

.f-close-button {
    width: 24px;
    height: 24px;
    background: url(close-icon.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .54;
    bottom: 0;
    margin: auto
}

.f-drawer-body {
    padding: 12px 24px 24px
}

.f-section-expanded {
    transform: rotate(180deg);
    position: absolute;
    padding: 4px 0;
    cursor: pointer
}

.f-section-collapse svg {
    transform: rotate(180deg) !important
}

.f-position-relative {
    position: relative
}

.f-margin-right-40px {
    margin-right: 40px
}

.f-collapse-width .accordion-wrap,
.f-collapse-width>.f-flex-row {
    display: none
}

.f-collapse-width .f-card-full-size {
    padding: 8px
}

.f-collapse-width .important-link-fixed .f-flex-row {
    flex-direction: column
}

.f-collapse-width .f--add-more .f-dropdown-more div:nth-child(2) {
    display: none
}

.f-collapse-width,
.f-collapse-width .f-header-fixed {
    width: 56px !important
}

.f-collapse-width .important-link-fixed.f-header-fixed {
    margin-left: -5px !important;
    padding: 4px;
    top: 59px
}

.f-collapse-width span.f-dropdown-more:hover ul {
    left: 9px;
    right: unset
}

.f-collapse-width .f-icon-margin-16>div {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.f-form-fields td[colspan="2"] .fTextBox {
    width: 95%
}

.f-collapse-width {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    position: relative
}

.f-collapse-width .important-link-fixed,
.f-collapse-width .f-card-style {
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 0
}

.f-collapse-width .f-dropdown-more .svg-icon {
    margin: 0
}

.send-email-fullpage #colorbox,
.send-email-fullpage #cboxWrapper,
.send-email-fullpage #cboxContent,
.send-email-fullpage #cboxLoadedContent {
    width: 100vw !important
}

.send-email-fullpage #cboxClose {
    display: none !important
}

.f-change-status button {
    background-color: #0093ee;
    border-color: #0093ee !important;
    color: #fff !important
}

.f-change-status .icon-size-24 {
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.f-button-dropdown-wrap .f-cm_button_action {
    padding: 7px 23px !important;
    padding-right: 14px !important
}

.f-change-status .f-cm_button_action:after {
    display: none
}

.f-change-status .icon-size-24 svg {
    fill: #fff
}

.f-change-status .f-button-dropdown-option {
    min-width: 190px
}

.f-change-status a {
    color: rgba(0, 0, 0, .87) !important
}

.f-left-open .f-button-dropdown-option {
    left: unset;
    right: 0
}

.f-form-fields td[colspan="2"] .multiList {
    width: 97%
}

.f-button-dropdown-wrap.open-option .f-button-dropdown-option {
    display: block !important;
    min-width: 160px
}

.f-show-navigation .fixed-top-header {
    display: none
}

.f-show-navigation.f-header-fixed {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.f-show-navigation.f-header-fixed .fixed-top-header {
    display: inline-flex;
    flex: 1;
    margin-top: -2px
}

.f-show-navigation.f-header-fixed .f-nav-wrap {
    order: 100;
    width: auto;
    margin-bottom: 0;
    margin-top: 5px
}

.grid-list-view-wrap .svg-icon {
    display: inline-flex;
    margin-right: 8px;
    cursor: pointer
}

.grid-list-view-wrap .f-active svg {
    fill: #0093ee
}

.f-button-dropdown-wrap.open-option .f-cm_button_action:after {
    transform: rotate(180deg)
}

.f-image-gallery {
    flex-wrap: wrap
}

.f-image-gallery .f-card-style {
    min-width: 120px;
    margin: 8px;
    width: calc(18% - 24px);
    max-width: 180px;
    padding: 12px;
    white-space: normal;
    position: relative
}

.f-image-gallery .f-card-style img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 140px;
    margin: auto
}

.f-image-gallery .photo {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px;
    margin-bottom: 12px;
    min-height: 140px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    opacity: .2
}

.f-image-gallery .photo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 12px;
    min-height: 140px;
    position: relative;
    z-index: 0;
    margin-top: -152px
}

.f-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.f-image-gallery .f-title-14px {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0093ee;
    margin-bottom: 4px
}

.f-image-gallery .discription-text {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    color: #757575
}

.f-image-gallery .f-dropdown-more svg {
    width: 24px;
    height: 24px;
    color: #757575
}

.f-image-gallery .f-dropdown-more {
    position: relative;
    z-index: 3;
    margin-left: 8px
}

.svg-icon.f-grey svg {
    fill: #757575
}

.preview-document svg {
    position: relative;
    z-index: -1
}

.preview-document {
    position: relative;
    z-index: 0
}

.tools-container {
    background-color: #ebebeb !important
}

.padding-top-38px {
    padding-top: 38px
}

.hText18themeNew.name {
    font-size: 16px;
    padding-left: 16px
}

.EZView-container {
    background: rgba(0, 0, 0, 0.4);
    width: 100% !important;
    min-height: calc(100vh - 58px) !important;
    height: calc(100vh - 58px) !important
}

iframe.content #sidenavToggle {
    display: none
}

.f-custom-table {
    white-space: nowrap
}

.f-custom-table tr th {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #9b9b9b !important;
    font-weight: 700;
    height: 56px;
    letter-spacing: normal;
    line-height: 24px;
    background-color: #ebebeb !important;
    vertical-align: middle;
    text-align: left;
    padding: 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.f-custom-table th a {
    color: #9b9b9b !important;
    text-decoration: none
}

.f-custom-table tr td {
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 0 8px;
    font-size: 14px;
    color: #4a4a4a;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.f-custom-table tr td a {
    text-decoration: none;
    color: #0093ee !important
}

.f-custom-table .f-link-td {
    text-decoration: none;
    color: #0093ee !important
}

.f-custom-table tr td:first-child,
.f-custom-table tr th:first-child {
    padding-left: 24px !important
}

.f-custom-table tr td:last-child,
.f-custom-table tr th:last-child {
    padding-right: 24px !important
}

.f-custom-table tr .f-fixed-col-left {
    box-shadow: 5px 0 5px -5px rgb(0 0 0 / 12%)
}

.f-custom-table tr .f-fixed-col-right {
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 12%)
}

.myMenu-options {
    min-width: 120px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%) !important;
    background: #fff !important;
    border: 0 !important
}

.myMenu-content {
    padding-top: 8px;
    padding-bottom: 8px
}

.myMenu-content span {
    border: 0 !important;
    padding: 8px 16px !important;
    color: rgba(0, 0, 0, .87) !important
}

.f-custom-table .f-sorting:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url(arrow_down.svg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .24;
    transform: rotate(180deg);
    visibility: hidden
}

.f-custom-table .f-sorting {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.f-custom-table .f-sorting-down:after {
    transform: rotate(0)
}

.f-custom-table .f-sorting-up:after {
    visibility: visible;
    opacity: .54
}

.f-custom-table .f-sorting-down:after {
    visibility: visible;
    opacity: .54
}

.f-custom-table .f-sorting:hover:after {
    visibility: visible
}

a.f-sorting {
    position: relative;
    display: block;
    padding-right: 20px
}

.f-raised-chip {
    line-height: 22px;
    background-color: #757575;
    color: #fff;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700
}

.f-raised-pending {
    background-color: #faca00
}

.f-raised-medium-priority {
    background-color: #f68b3e
}

.f-card-container .f-flex-row {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
    max-height: 100%;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 0
}

.f-card-container .f-flex-row .f-flex-row {
    margin: 0;
    padding: 5px 0 5px
}

.f-card-container .f-flex-row .f-card-wrap {
    max-width: 33%;
    flex: 1 1 calc(33% - 32px);
    box-sizing: border-box;
    min-width: calc(33% - 32px);
    padding-left: 16px;
    padding-right: 16px;
    display: flex
}

.f-card-container .f-card-style {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column
}

.f-card-container .f-dropdown-more {
    right: -4px;
    display: block
}

.f-card-container .f-dropdown-more svg {
    fill: #757575
}

.f-card-container .card--label {
    padding-right: 8px
}

.f-card--footer {
    margin: 16px -16px 0;
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding: 16px 16px 0;
    text-align: center
}

.card--label {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    color: #4a4a4a !important;
    white-space: nowrap
}

.f--mb-8px {
    margin-bottom: 8px
}

.card--label-value {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    color: #4a4a4a !important
}

.f-link--text {
    color: #0093ee !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important
}

.f-margin-right-44px {
    margin-right: 44px
}

.svg-icon.f-section-expanded {
    top: -60px;
    right: -16px;
    border-radius: 0 0 4px 4px !important;
    width: 36px;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px #00000017;
    background: #fff;
    flex-direction: column;
    border-top: 1px solid #ececec
}

.f-section-expanded svg {
    width: 22px;
    height: 22px;
    opacity: .60
}

.flex-width-25.f-collapse-width {
    padding-top: 50px
}

.flex-width-25.f-collapse-width .svg-icon.f-section-expanded {
    left: -8px;
    box-shadow: none !important;
    right: -8px !important;
    margin: auto;
    top: -56px;
    border-top: 0
}

.flex-width-25.f-collapse-width .svg-icon.f-section-expanded:before {
    content: '';
    display: block;
    height: 1px;
    background: #ececec;
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px
}

.important-link-fixed.f-header-fixed {
    padding-top: 50px
}

.important-link-fixed.f-header-fixed .f-section-expanded {
    top: -50px !important;
    right: 0;
    box-shadow: none !important;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    border-top: 0
}

.important-link-fixed.f-header-fixed .f-section-expanded:before {
    content: '';
    display: block;
    background: #ececec;
    height: 1px !important;
    position: absolute;
    top: 4px;
    left: -12px;
    right: -12px
}

.f-collapse-width .important-link-fixed.f-header-fixed {
    padding-top: 50px
}

.f-collapse-width .important-link-fixed.f-header-fixed .svg-icon.f-section-expanded {
    left: -8px !important;
    right: 0 !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.f-collapse-width .important-link-fixed.f-header-fixed .svg-icon.f-section-expanded:before {
    left: -8px;
    right: -8px
}

.f-card-separator.f-card-title-grey {
    margin-top: 24px;
    background: #fff;
    padding: 16px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 7%)
}

.f-margin-top-16px {
    margin-top: 16px
}

.preview-document.f-link-text {
    display: inline;
    color: #0093ee
}

.f-timeline-container .f-accordion-header {
    margin-left: -8px;
    margin-right: 8px
}

.f-timeline-container .accordion-wrap .f-accordion-header:after {
    transform: rotate(270deg);
    background-size: 24px 24px;
    background-position: center
}

.f-timeline-container .accordion-hide .f-accordion-header:after {
    transform: rotate(180deg)
}

.f-timeline-container .accordion-wrap:after {
    display: none
}

.f-timeline-container .accordion-wrap .f-card-style {
    padding: 16px 0 0 24px;
    margin-bottom: 0;
    position: relative;
    box-shadow: none
}

.f-timeline-container .accordion-wrap .f-card-style:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 32px);
    top: 0;
    height: 1px;
    background: #ececec;
    left: 0;
    margin-left: -16px
}

.f-timeline-container .f-timeline-end-of-activity {
    margin-top: 48px
}

.f-timeline-container .f-timeline-end-of-activity:before {
    display: none
}

.preview-document.fc--picture-thumb img {
    position: relative;
    z-index: -1
}

.important-link-wrapper {
    min-height: 0
}

.flex-width-25 .f-card-full-size>div.accordion-wrap:nth-child(2) {
    margin-top: 0
}

.important-link-fixed.f-header-fixed .f-section-expanded:before {
    display: none
}

.important-link-fixed.f-header-fixed .f-section-expanded {
    top: -49px !important;
    background: transparent;
    display: inline
}

.accrodion-left-arrow .f-accordion-header {
    position: relative;
    padding-left: 24px
}

.accrodion-left-arrow .f-accordion-header:after {
    position: absolute;
    left: 0;
    background-size: 24px 24px;
    background-position: 0 2px;
    transform: rotate(180deg)
}

.accrodion-left-arrow .accordion-wrap.accordion-hide .f-accordion-header:after {
    background-size: 24px 24px;
    background-position: 2px -4px
}

.accrodion-left-arrow .accordion-wrap.accordion-hide .f-info-message,
.accrodion-left-arrow .accordion-wrap.accordion-hide .sm-button-link,
.accrodion-left-arrow .accordion-wrap.accordion-hide .f-pagination-right {
    display: none
}

.accrodion-left-arrow .accordion-wrap.accordion-hide:after {
    position: absolute;
    bottom: -6px
}

.accrodion-left-arrow .accordion-wrap.accordion-hide {
    position: relative;
    padding: 8px 0
}

table.f-info-message {
    margin-top: 12px
}

.accrodion-columnRight .f-accordion-header:after {
    background-size: 24px 24px
}

.accrodion-columnRight .accordion-wrap .f-card-style {
    margin-bottom: 0
}

.margin-bottom-0px {
    margin-bottom: 0 !important
}

.accrodion-columnRight .accordion-wrap.accordion-hide .bText11gr.f-align-right {
    display: none
}

.f-show-navigation.show-nav-full.f-header-fixed>ul>li.f-listed-menu {
    display: list-item !important
}

.f-show-navigation.show-nav-full.f-header-fixed {
    padding-bottom: 0 !important
}

.f-show-navigation.f-header-fixed .fixed-top-header {
    flex: initial;
    margin-left: 12px
}

.f-show-navigation.f-header-fixed .fixed-top-header>table {
    width: auto
}

.f-show-navigation.f-header-fixed .f-nav-wrap {
    order: initial;
    flex: 1
}

.f-button-dropdown-wrap .f-cm_button_action.f-blue-button {
    background-color: #0093ee !important;
    border-color: #0093ee !important;
    color: #fff !important
}

.f-button-dropdown-wrap .f-cm_button_action.f-blue-button:after {
    background: url("../images/keyboard_arrow_down_white.svg") no-repeat
}

.f-owner-card {
    padding-top: 8px;
    padding-bottom: 8px
}

.f-owner-card .TextLbl_b {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    padding-right: 4px;
    color: #4a4a4a
}

.f-owner-card .BlText12 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a
}

.f-owner-card a.text_b {
    color: #0093ee
}

table.f-owner-card>tbody>tr>td {
    border-bottom: 1px solid #ececec;
    padding-top: 12px;
    padding-bottom: 12px
}

table.f-owner-card>tbody>tr>td:first-child {
    padding-left: 16px;
    padding-right: 12px
}

table.f-owner-card>tbody>tr>td:last-child {
    padding-right: 16px
}

table.f-owner-card>tbody>tr td {
    vertical-align: top
}

#otherAddres .stext2 {
    font-size: 14px
}

.train-h1 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px
}

.table-scroll table.summaryTblex.newUITable.f-last-td-left tr td:last-child:not(.sm_seperator) {
    text-align: left !important
}

.f-mail-merge tr:not(.thead) td {
    padding: 10px 0 10px 10px;
    box-sizing: border-box
}

.f-mail-merge tr.thead td {
    line-height: 18px;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a !important;
    text-transform: uppercase;
    height: 30px;
    padding: 10px 0 10px 10px;
    background: #f5f5f5 !important;
    box-sizing: border-box
}

div#noteDiv {
    background: #fff;
    border: 0;
    margin-top: 4px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%)
}

#noteDiv li {
    list-style: disc;
    padding-left: 0;
    background: 0
}

#noteDiv li::marker {
    color: #0093ee
}

div#noteDiv .text_b {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    margin-left: -34px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.margin-top-0px {
    margin-top: 0
}

.f-sm-card-group {
    display: flex;
    width: auto !important
}

.flex-width-75 {
    width: 75%
}

.accordion-wrap .f-badage.f-in-development {
    background: #f79647;
    color: #fff
}

.accordion-wrap .f-badage.f-corporate-location {
    background: #4d8b35;
    color: #fff
}

.accordion-wrap .f-badage.f-terminated-location {
    background: #757575;
    color: #fff
}

.accordion-wrap .f-badage.f-active-locations {
    background: #1abfce;
    color: #fff
}

.accordion-wrap .f-badage.f-in-archived {
    background: #757575;
    color: #fff
}

.f-dropdown-menu .f-loader {
    position: absolute;
    top: 59px;
    background: rgba(255, 255, 255, .54)
}

.accordion-wrap.accordion-hide .f-card-style {
    display: none
}

.accordion-wrap .thead {
    border: 0 !important
}

.emailCampaignFields .fTextBox {
    width: calc(100% - 70px) !important
}

.emailCampaignFields .randomclass,
.emailCampaignFields a {
    vertical-align: middle
}

body.enable-left-nav .audit-container .mainContainer {
    width: 100% !important
}

.table-scroll table.summaryTblex.newUITable tr td.tb_sub_hdr_fim_lib:last-child {
    text-align: left !important;
    background-color: #fff;
    padding: 10px 0 10px 16px;
    border-bottom: 1px solid #e6e6e6 !important;
    font-weight: 700;
    color: #4a4a4a !important;
    line-height: 18px;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    padding-left: 10px !important;
    text-transform: uppercase;
    height: 30px
}

#documentSummary tr {
    background: #f5f5f5 !important
}

.accrodion-columnRight.accrodion-left-arrow .accordion-wrap.accordion-hide {
    padding: 2px 0 5px !important
}

table.f-form-fields table.f-form-fields tr td {
    padding-bottom: 16px
}

table.f-form-fields table.f-form-fields tr td td {
    padding-bottom: 0
}

div#columnRight input.sm-button-link {
    border: 0;
    background: transparent;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    border-right: 1px solid #757575;
    border-radius: 0;
    line-height: 18px !important;
    height: auto !important;
    padding-right: 8px !important
}

div#columnRight input.sm-button-link:last-child {
    border: 0;
    padding-right: 0 !important
}

.fixed-top-header {
    position: relative
}

button.f-cm_button_action.f-back-button-left svg {
    fill: #757575 !important;
    width: 24px;
    height: 24px
}

button.f-cm_button_action.f-back-button-left {
    left: 0;
    z-index: 1;
    width: 48px;
    padding-left: 12px !important
}

button.f-cm_button_action.f-back-button-left .svg-icon {
    width: 24px !important;
    height: 24px !important;
    padding: 0
}

.f-header-fixed .fixed-top-header {
    position: initial
}

.f-header-fixed button.f-cm_button_action.f-back-button-left {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 16px
}

.f--more-icon .svg-icon {
    width: 24px;
    height: 20px;
    cursor: pointer;
    opacity: .60;
    padding: 0
}

.f--more-icon svg {
    height: 24px
}

span.f--more-icon:hover ul {
    right: -20px
}

ul.f-nav-wrap.f-nav-tabs>li.f-listed-menu {
    min-width: 140px;
    white-space: nowrap;
    text-align: center
}

.f-nav-wrap>li>a {
    padding: 0 20px
}

ul.f-nav-wrap.f-nav-tabs>li.f-dropdown-list {
    max-width: 140px
}

ul.f-nav-wrap.f-nav-tabs>li.f-listed-menu a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 140px
}

.f-nav-loading.f-show-navigation {
    width: calc(100% - 60px)
}

#exportHtmlTableViewbradcum .f-show-navigation.show-nav-full.f-header-fixed>ul>li.f-listed-menu {
    display: none !important
}

#exportHtmlTableViewbradcum .f-show-navigation.show-nav-full.f-header-fixed>ul>.active.f-listed-menu {
    display: list-item !important;
    flex: none
}

ul.f-nav-wrap.f-nav-tabs>li.f-listed-menu.f-multilevel-dd {
    flex: none
}

@media only screen and (max-width:1100px) {
    ul.f-nav-wrap.f-nav-tabs>li.f-listed-menu {
        flex: 2;
        min-width: 60px
    }

    ul.f-nav-wrap.f-nav-tabs>li.f-dropdown-list {
        min-width: 60px
    }

    ul.f-nav-wrap.f-nav-tabs>li.f-listed-menu a {
        min-width: 60px
    }
}

[tab-title]:hover::before {
    content: attr(tab-title);
    line-height: normal;
    font-weight: 400;
    position: absolute;
    z-index: 22;
    bottom: -15px;
    right: 0;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .70);
    color: #fff;
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-animation: datafadein 1s;
    -moz-animation: datafadein 1s;
    -ms-animation: datafadein 1s;
    -o-animation: datafadein 1s;
    animation: datafadein 1s
}

@keyframes datafadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.f-pag-header-new {
    position: relative
}

.f-pag-header-new[tab-title]:hover::before {
    right: initial;
    left: 0;
    bottom: -40px
}

.f-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

table#exportHtmlTableViewbradcum {
    table-layout: fixed
}

#storeDetailDiv span.f-dropdown-more.f--more-icon .svg-icon {
    width: 24px !important;
    height: 20px !important;
    padding: 0 !important
}

li#Overview svg {
    opacity: .54
}

.f-custom-table tr td.thead.headText12b,
.f-custom-table tr td.thead.headText12b a,
.newUITable .header td.sm_seperator {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700
}

div#columnRight.accrodion-left-arrow .accordion-wrap>.f-flex-row.f-align-item>table.thead {
    padding: 0
}

div#columnRight.accrodion-left-arrow .accordion-wrap>.f-card-style {
    margin-top: 12px !important
}

div#columnRight.accrodion-left-arrow .accordion-wrap.accordion-hide .f-accordion-header:after {
    left: -0px
}

div#columnRight.accrodion-left-arrow .accordion-wrap .f-accordion-header:after {
    left: -4px
}

div#columnRight.accrodion-left-arrow .accordion-wrap.accordion-hide {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mr-8 {
    margin-right: 8px
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap .f-flex-row.f-align-item td {
    margin-top: 0
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap .f-flex-row.f-align-item>table {
    margin-top: 0 !important
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap .f-card-header {
    padding: 0
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap.accordion-hide {
    padding: 0 0 6px !important
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap>.f-card-style {
    margin-top: 12px !important
}

div#columnRight.accrodion-left-arrow .f-contact-history .accordion-wrap .f-flex-row.f-align-item {
    margin-top: 16px;
    margin-bottom: 0
}

.overlay-search {
    z-index: 10 !important
}

.f-search-box.f-search-small.in-large-input {
    position: relative;
    z-index: 11
}

.f-contact-history-list .svg-icon {
    background: #1dc6d4;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    margin-top: 4px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.f-contact-history-list .svg-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.f-contact-history-list .bText12lnk:hover {
    font-size: 16px !important
}

.f-contact-history-list td:first-child {
    padding-right: 0 !important;
    vertical-align: top !important
}

.f-contact-history-list td:last-child {
    white-space: nowrap !important;
    vertical-align: top;
    padding-top: 12px !important;
    padding-right: 0 !important
}

.f-contact-history-list .bText12lnk {
    word-break: break-word;
    white-space: normal
}

.f-margin-right-44px .bText12lnk,
.f-margin-right-44px .bText12lnk:hover {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600 !important
}

.f-icon-circle>div div:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 1px
}

.f-icon-margin-16>div {
    min-width: 1px;
    margin-right: 5px
}

.custom-data-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, .70);
    color: #fff;
    border-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 18px 0 0 0 !important;
    padding: 6px 8px !important;
    pointer-events: none;
    max-width: 500px;
    text-align: left !important;
    line-height: 17px;
    z-index: 9999
}

.f-flex-row.f-sm-flex-column>.flex-width-25:first-child {
    max-width: 306px
}

.f-sm-change-status .f-cm_button_action {
    padding: 0 !important;
    background: transparent !important;
    height: auto !important;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: .6px !important;
    border: 0 !important
}

.f-sm-change-status .f-cm_button_action {
    position: relative
}

.f-sm-change-status.open-option .svg-icon {
    transform: rotate(180deg)
}

.f-sm-change-status .f-cm_button_action .svg-icon {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto
}

.f-sm-change-status .f-cm_button_action .f-button-value {
    background: #0093ee;
    padding: 4px 30px 4px 8px;
    display: block;
    border-radius: 4px;
    line-height: 20px
}

.f-sm-change-status span[attrid="actInDevelopment"] {
    background: #f79647 !important
}

.f-sm-change-status span[attrid="actActive"] {
    background: #1abfce !important
}

.f-sm-change-status span[attrid="actTerminated"] {
    background: #757575 !important
}

.f-sm-change-status span[attrid="actTransfer"] {
    background: #417ed9 !important
}

@-moz-document url-prefix() {
    .important-link-fixed .f-dropdown-more:hover ul {
        margin: 0;
        top: -22px !important
    }
}

.f-stop-notification {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    fill: #565656;
    padding: 0 4px 0 0;
    cursor: pointer
}

.f-no-access-wrap .svg-icon {
    width: 110px;
    height: 110px;
    margin: auto
}

.f-no-access-wrap .svg-icon svg {
    fill: rgba(0, 0, 0, .5);
    width: 110px;
    height: 110px
}

.f-no-access-wrap {
    text-align: center;
    padding: 24px 24px 48px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .122);
    margin-top: 8px
}

.f-no-access-wrap p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #373a3c
}

.f-notification-stapes {
    font-family: "Source Sans Pro", sans-serif;
    background: #026fbb;
    padding: 10px 24px;
    text-align: center;
    margin-top: 12px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    font-size: 16px;
    border-radius: 4px;
    color: #fff !important;
    text-shadow: -1px 0 1px #297ec7;
    margin-bottom: 12px
}

.f-notification-stapes .svg-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #3993ee;
    display: none
}

.f-notification-stapes .list-points {
    padding-top: 4px !important;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

.f-notification-stapes .list-points li {
    list-style: none;
    font-size: 14px !important;
    line-height: 20px
}

.segmentDiv {
    text-align: center;
    padding-top: 16px
}

.f--segment-chip {
    background: #ebebeb;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #aaa;
    margin: 0 3px 6px 3px;
    outline: medium none;
    padding: 4px 8px;
    cursor: default;
    font-family: SourceSansPro-Regular;
    font-size: 14px
}

td#associatedSegmentsValue {
    white-space: normal !important
}

td#associatedSegmentsValue .f--segment-chip {
    display: inline-block
}

.f-scroll-div {
    max-height: 151px;
    overflow: auto
}

.open[tab-title]:hover::before {
    display: none !important
}