/* global search css rules */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700,300|Source+Sans+Pro:400,600,700,300&display=swap);

.f-global-search {
    width: 500px;
    border: 2px solid #dcdbdb;
    height: 38px;
    margin-left: 380px;
    border-radius: 6px;
    background: #f9f9f9;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
}
.f-global-search a, .f-global-search a:visited, .f-global-search a:hover {
    color: #0093ee !important;
}
.f-global-search .f-global-search-left {
    position: relative;
    border-right: 2px solid #dcdbdb;
}
.f-global-search .f-global-search-middel {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}
.f-global-search .f-global-search-right {
    margin: 5px 0;
    border-left: 1px solid #dcdbdb;
}
.f-global-search-ctrl {
    outline: 0;
    border: 0;
    background: transparent;
    padding: 11px 15px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3c3b3b;
    height: 33px;
}
.f-global-search-ctrl::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3c3b3b;
    font-weight: 400;
}
.f-global-search-ctrl::-moz-placeholder { /* Firefox 19+ */
    color: #3c3b3b;
    font-weight: 400;
    opacity: 1;
}
.f-global-search-ctrl:-ms-input-placeholder { /* IE 10+ */
    color: #3c3b3b;
    font-weight: 400;
}
.f-global-search-ctrl:-moz-placeholder { /* Firefox 18- */
    color: #3c3b3b;
    font-weight: 400;
}

.f-global-search-adv-btn {
    background: transparent url(keyboard_arrow_down.svg) no-repeat center;
    border: 0;
    width: 20px;
    background-size: 18px 18px;
    margin-right: 8px;
    outline: 0;
    cursor: pointer;
}
.f-global-search-btn {
    border: none;
    outline: none;
    background: url(search.svg) no-repeat center;
    background-size: 22px 22px;
    width: 44px;
    height: 33px;
    margin-top: -5px;
    position: relative;
    cursor: pointer;
}
.f-global-search-mod-btn{
    background: #fff;
    border: none;
    outline: none;
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3c3b3b;
    height: 32px;
    /* min-width: 82px;  */
    width: 120px;
    padding: 0 10px 2px 10px;
    margin: 1px;
    border-radius: 3px 0 0 3px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.f-global-search-mod-arrow{
    position: relative;
    top: 1px;
    left: 5px;
}
.fc-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #fff;
}

.f-global-search-module-list {
    width: 270px;
    position: absolute;
    top: 34px;
    left: 0;
    padding: 16px 0 24px 16px;
    max-height: 500px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
}
.f-global-search-module-list ul li {
    list-style: none;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    letter-spacing: .25px !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #757575;
    padding-top: 16px;
    line-height: 18px;
}
.f-global-search-module-list ul li label {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    letter-spacing: .25px !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #757575;
    line-height: 18px;
}
.f-global-search-module-list ul li ul li label {
    font-weight: 500;
}
.f-global-search-module-list ul li label + ul {
    margin-top: 4px;
    margin-bottom: 8px;
}
.f-global-search-module-list ul li:first-child {
    padding-top: 0;
}

.f-global-search-module-list ul li ul li {
    padding: 7px 8px 7px 29px !important;
    font-weight: 700;
    letter-spacing: .25px !important;
    line-height: 18px;
}
.f-global-search-module-list ul li ul li:first-child {
    padding-top: 10px !important;
}
.f-global-search-module-list input[type='radio'] {
    display:none;
}

.f-mod-count {
    background-color:#9b9b9b;
    color:#fff;
    /* display: inline-block; */
    width: 34px;
    height: 21px;
    line-height: 20px;
    border-radius: 3px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 1px;
}
#moduleNameLabel {
    width: 100%;
    /* display: inline-block; */
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    top: 21px;
    left: 0;
    padding: 4px 8px 4px 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.54);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    white-space: word-wrap;
    min-width: 200px;
    max-width: 400px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    text-align: left;
}
[data-title] {
    position: relative;
}

.f-global-search-module-list .mCSB_dragger_bar, .f-global-search-pattern-list .mCSB_dragger_bar, .f-global-search-filter .mCSB_dragger_bar {
    width: 6px !important;
    background-color: rgba(0,0,0,.25) !important;
}
.f-global-search-module-list .mCSB_draggerRail, .f-global-search-pattern-list .mCSB_draggerRail, .f-global-search-filter .mCSB_draggerRail {
    width: 6px !important;
    background-color: rgba(0,0,0,.05) !important;
}

.f-global-search-pattern-list .mCSB_inside>.mCSB_container, .f-global-search-filter .mCSB_inside>.mCSB_container {
    margin-right: 8px !important;
}

.f-global-search-module-list .checkbox-container {
    margin: 4px 12px 0 0;
}

.f-global-search-pattern-list {
    width: 497px;
    position: absolute;
    top: 34px;
    left: -124px;
    display: none;
}
.f-global-search-pattern-list-data {
    /*padding: 16px 0;*/
    max-height: 432px;
    overflow: auto;
}
.f-global-search-pattern-list-data ul li > a {
    cursor: default;
}

.f-global-search-pattern-list-data ul li > a:hover {
    background: rgba(0,0,0,.04);
}
.f-global-search-pattern-list-data ul li a custom {
    color: #0093ee !important;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600 !important;
    letter-spacing: .25px !important;
}
.f-global-search-pattern-list-data ul li a custom,
.f-global-search-pattern-list-data ul li a .accordion-toggle {
    cursor: pointer;
}
.f-global-search-pattern-list-data-details {
    padding: 16px 16px 16px 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.f-global-search-pattern-list-data-details .f-search-info-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 8px;
    z-index: 2;
}
.f-global-search-pattern-list-data-details a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #0093ee !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600 !important;
}
.f-global-search-pattern-list-data-details .f-padding-bottom-5px {
    padding-bottom: 3px;
    letter-spacing: .25px !important;
}


.accordion-link.accordion-on .f-global-search-pattern-arrow
{
    transform: rotate(90deg);
}

.f-global-search-pattern-arrow {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.f-global-search-pattern-arrow.rotate {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.f-global-search-pattern-arrow-cont {
    height: 22px;
    width: 22px;
}
.f-global-search-pattern-arrow-cont.f-active-arrow {
    /* background-color: #f7e71b !important; */
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-grid-row  .accordion-toggle {

}


.f-global-search-pattern-list div .f-title-16px, .f-title-16px {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #4a4a4a;
}

.f-global-search-pattern-list li .svg-icon {
    width: 22px !important;
    height: 22px !important;
    box-sizing: content-box;
    padding: 8px 8px 8px 16px;
    margin-right: 8px;
}
.f-global-search-pattern-list li .f-grid-row {
    flex:  2;
}
.f-global-search-pattern-list li .f-grid-row .caption {
    width: 155px;
    box-sizing: border-box;
    flex: none;
}
.f-global-search-pattern-list li .f-grid-row custom {
    flex: 2;
    width: 177px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f-global-search-pattern-list .category-listing.pointer-arrow ul li:hover a:after {
    display: none;
}
.f-global-search-pattern-list .f-grid-row .accordion-toggle {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
.f-global-search-pattern-list .f-grid-row .accordion-toggle .svg-icon {
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    border: 0;
    padding: 0;
}
.f-global-search-pattern-list search-results {
    width: 100%;
}

.f-font-weight-600 {
    font-weight: 600 !important;
    letter-spacing: .25px !important;
}

.f-font-weight-700 {
    font-weight: 700 !important;
    letter-spacing: .25px !important;
}

.f-pattern-match {
    background-color: #f7e71b;
    padding: 3px 6px;
    letter-spacing: .25px !important;
}
.f-global-search-pattern-list a .f-pattern-match {
    color:#00851a !important;
}

.f-global-search-list {
    display: none;
    width: 497px;
    position: absolute;
    top: 34px;
    left: -124px;
}

/* Style the tab */
.f-global-search-list-tab {
    overflow: hidden;
    border-bottom: 1px solid #cdcdcd;
}

/* Style the buttons inside the tab */
.f-global-search-list-tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    height: 52px;
    width: 50%;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px !important;
    color: rgba(0,0,0,.5);
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
.f-global-search-list-tab button img {
    vertical-align: middle;
}
/* Change background color of buttons on hover */
.f-global-search-list-tab button:hover {
}

/* Create an active/current tablink class */
.f-global-search-list-tab button.active {
    font-weight: 700;
    color: #0093ee;
    border-bottom: 2px solid #0093ee;
}

/* Style the tab content */
.f-global-search-list-tabcontent {
    display: none;
}
.f-global-search-list-tabcontent tr{
    height: 38px;
}
.f-global-search-list-tabcontent tr:hover td{
    background: rgba(0,0,0,.04);
}
.f-global-search-list-tabcontent tr td a{
    display: block;
    height: 29px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
    width: 295px;
    line-height: 30px;
}
.f-global-search-list-tabcontent tr td img.f-opacity-54[ng-click]:hover {
    opacity: .84;
}
.f-global-search-list-tabcontent > .f-padding-16px {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.f-global-search-list-tabcontent > .f-padding-16px table td:first-child {
    padding-left: 16px !important;
}
.f-global-search-list-tabcontent > .f-padding-16px table td:last-child {
    padding-right: 16px !important;
}

.f-global-search-list-tabcontent td, .f-global-search-pattern-list div, .view-all{
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    list-style: none;
}
.view-all a:link, .view-all a:visited, .f-global-search-list a, .f-global-search-list a:visited, .f-global-search-list a:hover,  .f-global-search-pattern-list a, .f-global-search-pattern-list a:visited, .f-global-search-pattern-list a:hover {
    color: #0093ee;
    text-decoration: none;
}
.view-all a:hover {
    text-decoration: underline;
}
.f-global-search-list img[ng-click] {
    cursor: pointer;
}
.f-global-search-list img.f-opacity-54{
    opacity: .54;
}
.f-global-search-list img.f-opacity-24{
    opacity: .24;
}
.f-border-top {
    border-top: 1px solid #e0e0e0;
}
.f-text-align-center {
    text-align: center;
}
.f-font-color-4a4a4a {
    color: #4a4a4a !important;
}
.f-font-color-9b9b9b {
    color: #9b9b9b !important;
}
.f-font-color-757575 {
    color: #757575 !important;
}
.f-text-transform-uppercase {
    text-transform: uppercase;
}

.f-global-search-filter li {
    color:  #4a4a4a;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
}
.f-global-search-table-data {
    overflow: auto;
    max-height: 616px;
}
.f-global-search-filter .checkmark, .f-global-search-table-data .checkmark {
    border: 2px solid #767676 !important;
}
.f-global-search-filter .checkbox-container input:checked ~ .checkmark, .f-global-search-table-data  .checkbox-container input:checked ~ .checkmark {
    background-color: #0093ee;
    border: 2px solid #0093ee !important;
}

.f-global-search-filter .f-title2 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.f-global-search-filter-list-data {
    max-height: 633px;
    overflow: auto !important;
}

.f-global-search-table-data tr {
    height: 56px;
}
.f-global-search-table-data td {
    color:  #4a4a4a;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 18px;
    border-bottom: 1px solid #e0e0e0;
}
.f-global-search-table-data td:first-child {
    padding-left: 20px;
}
.f-global-search-table-data td:last-child {
    padding-right: 20px;
}
.f-global-search-table-data td a, .f-global-search-table-data td a:visited, .f-global-search-table-data td a:hover {
    color: #0093ee;
    text-decoration: none;
}
.f-global-search-table-data .f-table-title {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.f-global-search-table-data .f-status-confirmed {
    background-color: #5da93f;
    width: 100px;
    height: 22px;
    letter-spacing: 1;
    border-radius: 3px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 22px;
}
.f-global-search-table-data .f-status-review {
    background-color: #26c1c9;
    width: 100px;
    height: 22px;
    letter-spacing: 1;
    border-radius: 3px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 22px;
}

.f-global-search-table-data .f-user-icon {
    width: 36px;
    height: 36px;
    background: #26c1c9;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
}

.f-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.f-grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;

    position: relative;
}
.f-grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.f-right-content {
    justify-content: flex-end;
    display: flex;
}

.f-border-bottom-1px {
    border-bottom: 1px solid #e0e0e0;
}

.f-flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.f-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f-flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.f-flex-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.f-flex-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-width-18px {
    display: inline-block;
    width: 18px;
}
.f-width-80px {
    display: inline-block;
    width: 80px;
}

.f-margin-5px {
    margin: 5px;
}
.f-margin-top-5px {
    margin-top: 5px;
}
.f-margin-right-5px {
    margin-right: 5px;
}
.f-margin-bottom-5px {
    margin-bottom: 5px;
}
.f-margin-left-5px {
    margin-left: 5px;
}

.f-margin-8px {
    margin: 8px;
}
.f-margin-top-8px {
    margin-top: 8px;
}
.f-margin-right-8px {
    margin-right: 8px;
}
.f-margin-bottom-8px {
    margin-bottom: 8px;
}
.f-margin-left-8px {
    margin-left: 8px;
}

.f-margin-top-16px {
    margin-top: 16px;
}
.f-margin-top-24px {
    margin-top: 24px;
}

.f-padding-5px {
    padding: 5px;
}
.f-padding-top-5px {
    padding-top: 5px;
}
.f-padding-right-5px{
    padding-right: 5px;
}
.f-padding-bottom-5px{
    padding-bottom: 5px;
}
.f-padding-left-5px {
    padding-left: 5px;
}

.f-padding-8px {
    padding: 8px;
}
.f-padding-top-8px {
    padding-top: 8px;
}
.f-padding-right-8px{
    padding-right: 8px;
}
.f-padding-bottom-8px{
    padding-bottom: 8px;
}
.f-padding-left-8px {
    padding-left: 8px;
}

.f-padding-10px {
    padding: 10px;
}
.f-padding-top-10px {
    padding-top: 10px;
}
.f-padding-right-10px{
    padding-right: 10px;
}
.f-padding-bottom-10px{
    padding-bottom: 10px;
}
.f-padding-left-10px {
    padding-left: 10px;
}

.f-padding-12px {
    padding: 12px;
}
.f-padding-top-12px {
    padding-top: 12px;
}
.f-padding-right-12px{
    padding-right: 12px;
}
.f-padding-bottom-12px{
    padding-bottom: 12px;
}
.f-padding-left-12px {
    padding-left: 12px;
}

.f-padding-16px {
    padding: 16px;
}
.f-padding-top-16px {
    padding-top: 16px;
}
.f-padding-right-16px{
    padding-right: 16px;
}
.f-padding-bottom-16px{
    padding-bottom: 16px;
}
.f-padding-left-16px {
    padding-left: 16px;
}

.f-padding-20px {
    padding: 20px;
}
.f-padding-top-20px {
    padding-top: 20px;
}
.f-padding-right-20px{
    padding-right: 20px;
}
.f-padding-bottom-20px{
    padding-bottom: 20px;
}
.f-padding-left-20px {
    padding-left: 20px;
}

.f-padding-24px {
    padding: 24px;
}
.f-padding-top-24px {
    padding-top: 24px;
}
.f-padding-right-24px{
    padding-right: 24px;
}
.f-padding-bottom-24px{
    padding-bottom: 24px;
}
.f-padding-left-24px {
    padding-left: 24px;
}

.f-padding-30px {
    padding: 30px;
}
.f-padding-top-30px {
    padding-top: 30px;
}
.f-padding-right-30px{
    padding-right: 30px;
}
.f-padding-bottom-30px{
    padding-bottom: 30px;
}
.f-padding-left-30px {
    padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
    .f-global-search {
        margin-left: 320px;
    }
}
.f-global-search ul {

    margin: 0;

    padding: 0;

}

.f-global-search .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.f-global-search .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: auto;
    margin-right: 8px;
    order: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 16px;
    flex-shrink: 0;
    border: 2px solid #6c6c6c;
    cursor: pointer;
    box-sizing: border-box;
}

.f-global-search-module-list ul li {
    list-style: none;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    letter-spacing: .25px !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #757575;
    padding-top: 16px;
    line-height: 18px;
}

.f-global-search .checkbox-container {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 16px;
    width: 16px;
    margin-left: 8px;
}

.f-global-search .checkbox-container {

    display: inline-block;

    position: relative;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    height: 14px;

    width: 14px;

    margin-left: 8px;

}

.f-global-search-module-list .checkbox-container {
    margin: 0px 12px 0 0;
}

.f-global-search-module-list .checkbox-container input:checked~.checkmark {

    background-color: #0093ee;

    border: 2px solid #0093ee;

}

.checkbox-container input:checked~.checkmark:after {

    display: block;

}

.f-global-search-module-list .checkbox-container .checkmark:after {
    content: "";

    position: absolute;

    left: 3px;

    top: 0px;

    width: 3px;

    height: 8px;

    border: solid white;

    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}
.f-global-search-filter fcsky-shared-multi-select-dropdown .f-tree-container .mat-checkbox-layout {
    padding-top: 12px;
}

.f-global-search-filter fcsky-shared-multi-select-dropdown .f-tree-container .f-tree-number-container {
    display: flex;
}
.f-global-search-filter fcsky-shared-multi-select-dropdown .f-tree-container .f-tree-number-container > span {
    padding-top: 12px;
}
.f-global-search-filter fcsky-shared-multi-select-dropdown .f-tree-container .f-tree-number-container .mat-icon {
    margin-top: 1px;
}
.fc--search-no-data {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    padding: 48px 16px;
}
.fc--search-width-50 {
    width: 50%;
}

.highlight {
    font-weight: bold;
    background: yellow;
    pointer-events:none;
}
.f-global-search-pattern-list .view-all {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}
.accordion-panel .fc--search-width-50 .f-font-weight-700 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}
.category-listing li:last-child .f-global-search-pattern-list-data-details {
    border-bottom: 0px solid transparent;
}
.universal-search-tooltip {
    position: absolute;
    background-color: rgba(97,97,97,.9) !important;
    border-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    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;
}
#mobile-close-search {
    background: url(back.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 22px;
    position: absolute;
    z-index: 999;
    display: none;
}
#mobile-close-search:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    background: #dcdbdb;
    width: 1px;
}

@media only screen and (max-width: 767px) {
    body .secondary-header {
        width: 100%;
    }
    #mobile-close-search {
        display: block;
    }
    .f-global-search {
        margin: 0;
        position: absolute;
        z-index: 9999;
        width: 100vw;
        border-radius: 0;
        top: 0;
    }
    .f-global-search-ctrl,
    .f-global-search-btn,
    .f-global-search {
        height: 40px;
    }
    .f-global-search .f-global-search-right,
    .f-global-search-btn {
        width: 50px
    }
    .f-global-search-middel {
        padding-left: 39px;
    }
    .f-global-search-left {
        display: none;
    }
    .f-global-search-list, .f-global-search-pattern-list {
        top: 38px;
        left: 0;
        width: 100vw;
        margin-left: -2px;
        height: calc(100vh - 40px);
    }
    .f-global-search-list-tabcontent > .f-padding-16px:not(.view-all) {
        height: calc(100vh - 150px);
        overflow: auto;
    }
   .f-global-search-pattern-list .f-global-search-pattern-list-data {
	height: calc(100vh - 97px);
	max-height: calc(100vh - 97px);
    }
   .fc--search-no-data {
	height: calc(100vh - 35px);
	box-sizing: border-box;
	padding: 40px 16px !important;
    }
}
.search-url-copy {
    cursor: pointer;
    padding: 1px 3px !important;
    margin-top: -4px;
    z-index: 2;
}
.search-url-copy svg {
    width: 20px !important
}
