﻿/* branding change create case dropdown */

/* Optimizations */

.ifx_activedropdown {
    color: #0a8276 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 400;
}

.view-empty.message {
    text-align: center;
    background-color: #F4F2F3;
}

.ifx_nocasetypeselected {
    display: none;
    color: #CD002F;
    margin: 8px 1px 16px 0;
    font-size: 12px;
}


.glyphicon-ifx-menu:before {
    color: #0A8276
}

.ifx_disabledtext {
    color: #8D8786 !important;
}

li.createcase.dropdown-header {
    pointer-events: none;
}

#applyclickcreate:active,
#applyclickcreate:focus {
    color: #0a8276 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 600;
}

a.click.createdrop:hover,
a.click.createdrop:focus {
    border: none;
    padding: 3px 19px !important;
    background: #EEEDED;
}

a.click.createdrop {
    border: none;
    Display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 19px !important;
    width: 244px;
    height: 40px
}

#applycreate:active,
#applycreate:focus {
    color: #0a8276 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 600;
}

a.createdrop {
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px !important;
    width: 244px;
    height: 40px;
}

    a.createdrop:hover,
    a.createdrop:focus {
        border: none;
        padding: 0 24px !important;
        width: auto;
        background: #EEEDED;
    }

.ifx_fullwidth {
    width: 100% !important;
}

#createcasedrop {
    align-items: center;
    padding: 3px 19px;
    gap: 8px;
    width: 247px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #8D8786;
    border-radius: 1px;
    appearance: none;
    background-image: url(/ifx-select-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 20px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    -webkit-padding-end: 40px !important;
    -webkit-padding-start: 19px !important;
    text-align: left;
}

    #createcasedrop:focus {
        border: 1px solid #0A8276;
    }

#ifx_createcasedropdown {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
    width: 100%;
}

li.createcase.dropdown-header:hover,
li.createcase.dropdown-header:focus {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 8px 8px 16px;
    gap: 8px;
}

li.createcase.dropdown-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 8px 8px 16px;
    gap: 8px;
    width: 445px;
    height: 36px;   
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #575352;
}

/* Sort icons on sorting enabled cloumns of all grids */
.sort-enabled:after {
    content: url(/ifx_arrow_vertical.svg);
    vertical-align: -webkit-baseline-middle;
}

.sort-enabled.sort.sort-desc:after,
.sort-enabled.sort.sort-asc:after {
    content: url();
}

/*Cases Grid Icon*/
.fa-arrow-up:before {
    content: url(/ifx_ascending.svg);
    vertical-align: middle;
}

.fa-arrow-down:before {
    content: url(/ifx_descending.svg);
    vertical-align: middle;
}

/* Down arrows on header */
.ifx-select-dropdown {
    content: url(/ifx-select-dropdown.svg);
    vertical-align: middle;
}

/* Divider between view selector toggles and advanced filter */
.imgfilterdivider {
    transform: translate(-61px, 0);
    height: 21px;
    width: 1px;
    overflow: visible;
    position: absolute;
}



/* Tracks buttons*/
.trackbtn {
    background: #0A8276;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 1px;
}

.track-dropdown {
    position: absolute;
    z-index: 999;
    background-color: white;
    min-width: 89.9%;
    max-width: 100%;
}

.trackdrop-icon {
    float: right;
    top: 6px;
    font-size: 8px;
    right: 7px;
    position: relative;
    font-weight: bold;
    font-family: Glyphicons IFX;
}

.helptext {
    color: #2B2B2B;
    opacity: 1
}

.brandinghome .rotate1 {
    transform: rotate(180deg);
}

/* Advanced filter date picker*/
input.dp_filter {
    position: relative;
    width: 142px !important;
    height: 35px !important;
    color: white !important;
}

    input.dp_filter:before {
        position: absolute;
        top: -1px;
        left: 12px;
        content: attr(data-date);
        display: inline-block;
        color: #707070;
        font-size: 14px;
    }

    input.dp_filter:placeholder-shown {
        content: attr(data-date);
        color: #707070;
        font-size: 14px;
    }

select option[disabled] {
    color: #707070 !important;
    opacity: 0.4;
}


input::-webkit-datetime-edit,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 5px;
    right: 10px;
    color: black;
    pointer-events: none;
}


@media (min-width:300px)and (max-width: 1199px) {
    .brandinghome #headerAccord1 {
        position: relative !important;
        z-index: 1 !important;
    }

    .brandinghome #headerAccord {
        position: relative !important;
        z-index: 1 !important;
    }
}

.brandinghome .panel-body:before {
    content: "Advanced filter";
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

/* Removing Border of OOB Grid search */
.brandinghome input.query.form-control {
    border: none;
}

/*size of search icon*/
.brandinghome .fa {
    font-size: 14px;
}

/* Edit button on grid*/
.brandinghome .dropdown.action {
    visibility: hidden;
}

/*Advanced filter button color*/
.brandinghome .toggle_filter_color {
    color: #0a8276 !important;
    border: 3px solid #0A8276 !important;
    font-weight: bold !important;
    filter: brightness(0) saturate(100%) invert(38%) sepia(30%) saturate(1499%) hue-rotate(129deg) brightness(94%) contrast(92%);
}

.imgfilter.imgfilter.toggle_filter_color {
    border: 0 solid !important;
}

a.btn.btn-primary.pull-right.action.create-action:hover img.imgfilter {
    filter: invert(22%) sepia(98%) saturate(375%) hue-rotate(124deg) brightness(95%) contrast(99%);
}

a.btn.btn-primary.pull-right.action.create-action:hover span.d-none.d-md-inline {
    filter: invert(22%) sepia(98%) saturate(375%) hue-rotate(124deg) brightness(95%) contrast(99%);
}

/* By default Advanced Filter is hidden*/
.brandinghome .entitylist-filter {
    display: none;
}

.brandinghome label {
    position: relative;
}


.brandinghome li:nth-child(5) > label {
    visibility: hidden;
}

.brandinghome li:nth-child(7) > label {
    visibility: hidden;
    display: none;
}
#entitylist-filters li:nth-child(7) > label {
    visibility: visible;
    display: block;
}
/*added in US No.111751*/
#entitylist-filters {
   margin-bottom:0px;
}
.btn-entitylist-filter-submit, .filter-reset {
    margin-top: 14px;
}

.brandinghome .checkbox label:after {
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: url("/ifx_calendar.svg");
    left: 112px;
    top: -27px;
    color: #555;
    padding: 0 0;
}

/* checkbox fetxml filter*/
.brandinghome .checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 143px;
}

    .brandinghome .checkbox label {
        padding-left: 0 !important;
    }

/* alignment of calendar fields*/
.brandinghome .dp_filter {
    padding: 6px 5px !important;
}

/* filter text box*/
.brandinghome .input-group.entitylist-filter-option-text {
    width: 315px;
    margin-bottom: 20px;
}


/*Hidding filter icons*/
.brandinghome span.input-group-addon {
    display: none;
}

/*Border of filter div*/
.brandinghome div.entitylist-filter {
    border: none;
    padding-top: 26px;
}

.brandinghome .panel-body {
    background-color: #F7F7F7;
}

/* alignment of filters in div*/

.brandinghome .list-inline li ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    justify-content: center;
    flex: 0 0 29%;
    flex-direction: row;
    padding: 9px;
}

.brandinghome .entitylist-filter-option-group .h4 {
    font-size: 16px;
    font-family: Source Sans 3;
    padding-left: 12px;
    color: #1D1D1D;
    font-weight: normal;
}

.brandinghome ul.view-select.nav.nav-pills.pull-left {
    position: relative !important;
    left: 480px !important;
    top: 23.5px !important;
    gap: 42px;
    display: flex;
}

.brandinghome .input-group.pull-left:nth-child(2) {    
    position: relative;
    top: -38px;
    left: 1050px;
}

.brandinghome a.btn.btn-primary.pull-right.action.create-action {
    all: unset;
    text-decoration: none;
    color: #1D1D1D;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    height: var(--size-450, 18px);
    padding: var(--space-100, 8px) var(--space-200, 16px);
    justify-content: center;
    align-items: center;
    border-radius: var(--borderRadius-round, 9999px);
    border: 1px solid var(--color-engineering-300, #BFBBBB);
    background: var(--color-base-white, #FFF);
}

.brandinghome .toolbar-actions,
.project-home .toolbar-actions {
    position: relative !important;
    right: 884px !important;
    top: 23.5px !important;
    width: 253px;
    height: 39px;
}


@media (min-width: 1200px) {
    .brandinghome .col-lg-3 {
        width: 294px !important;
        margin: 0 -1px !important;
    }
}

.brandinghome li a {
    margin-left: 0 !important;
}

@media (min-width: 320px) and (max-width: 1199px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .col-sm-2.createcase.md-8 {
        width: 100% !important;
    }

    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li {
		display: inline-block;
		margin-left: 8px;
		padding-top: 10px;
	}

    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu {
		position: relative;
		display: block !important;
		all: unset;
	}


    .col-sm-9.md-8.welcome {
        width: 100% !important;
        padding-left: 1px !important;
        padding-right: 1px !important;
        padding-bottom: 16px;
    }

    .col-sm-2.createcase.md-8 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 16px;
        gap: 4px;
        height: 137px;
        background: #F7F7F7;
    }

    .ui.menu .item.marginless {
        position: static;
    }

    .ui.dropdown .menu.notifications {
        left: 0 !important;
        margin: auto !important;
        right: 0 !important;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        left: -76px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: -webkit-fill-available;
    }

    .brandinghome .input-group.pull-left:nth-child(2) {
        position: relative;
        top: -38px;
    }

    .brandinghome .toolbar-actions {
        top: -100px !important;
        left: 2px;
        float: left !important;
    }

    .imgfilterdivider {
        display: none;
    }

    .brandinghome .input-group.pull-left.view-search.entitylist-search {
        width: 100% !important;
    }

    .brandinghome ul.view-select.nav.nav-pills.pull-left {
        position: relative !important;
        left: -50px !important;
        top: 32.5px !important;
        border-radius: 5px !important;
    }

    .brandinghome .view-toolbar.grid-actions.clearfix {
        background-color: #fff;
        height: 100px !important;
    }

    .brandinghome .input-group.pull-left:nth-child(2) {
        position: relative;
        left: 283px !important;
    }

    .brandinghome a.btn.btn-primary.pull-right.action.create-action {
        text-decoration: none;
        color: #1D1D1D;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        height: var(--size-450, 18px);
        padding: var(--space-100, 8px) var(--space-200, 16px);
        justify-content: center;
        align-items: center;
        border-radius: var(--borderRadius-round, 9999px);
        border: 1px solid var(--color-engineering-300, #BFBBBB);
        background: var(--color-base-white, #FFF);
        position: relative;
    }

    .brandinghome .input-group.entitylist-filter-option-text {
        width: 315px;
        margin-bottom: 5px;
    }

    .brandinghome .collab-li {
        padding-right: 37.5px !important;
    }

    #collab-div .input-group.pull-left.view-search.entitylist-search {
        width: 100% !important;
    }

    #collab-div .input-group.pull-left:nth-child(2) {
        position: relative;
        left: 283px !important;
        top: -38px;
    }

    ul.collaborated-menu {
        padding-left: 4px;
        padding-bottom: 20px;
    }

    .brandinghome .panel-body {
        border: none;
    }
}

@media (min-width: 320px) and (max-width: 389px) {

    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a {
        font-size: 4.34vw !important;
    }
}

/* iphone 5*/
@media (max-width: 390px) and (max-height: 900px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .view-toolbar .view-select .dropdown .dropdown-menu li a {
        font-size: 16px !important
    }

    .brandinghome .input-group.pull-left:nth-child(2) {        
        position: relative;
    }

    .brandinghome .collab-li {
        padding-right: 24.5px !important;
    }
}

@media (min-width: 320px) and (max-width: 346px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .brandinghome .collab-li {
        padding-right: 9px !important;
        font-size: 16px;
    }
}

@media (min-width: 347px) and (max-width: 357px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .brandinghome .collab-li {
        padding-right: 19px !important;
        font-size: 16px;
    }
}

@media (min-width: 370px) and (max-width: 390px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .brandinghome .input-group.entitylist-filter-option-text {
        width: 290px !important;
    }
}

@media (min-width: 340px) and (max-width: 369px) {
    h1.welcome {
        font-size: 24px !important;
    }

    .brandinghome .input-group.entitylist-filter-option-text {
        width: 265px !important;
    }
}

@media (min-width: 320px) and (max-width: 339px) {
    h1.welcome {
        font-size: 24px;
    }

    .brandinghome .input-group.entitylist-filter-option-text {
        width: 236px !important;
    }
}

@media (min-width: 700px) and (max-width: 1000px) {
    h1.welcome {
        font-size: 24px;
    }

    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a {
        font-size: 16px !important
    }

    .input-group.pull-left:nth-child(2) {
        left: 88% !important;
    }

    .imgfilterdivider {
        left: -80px;
    }
}

@media (min-width: 1001px) and (max-width: 1199px) {
    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a {
        font-size: 16px !important
    }

    .brandinghome .input-group.pull-left:nth-child(2) {
        left: 257px !important;
    }

    .imgfilterdivider {
        left: -200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .brandinghome .col-md-2,
    .col-md-3 {
        width: 100% !important;
        float: none !important;
    }
}

.brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a {
    display: flex;
    height: var(--size-450, 36px);
    padding: var(--space-100, 8px) var(--space-200, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--space-100, 8px);
    border-radius: var(--borderRadius-round, 9999px);
    border: 1px solid var(--color-engineering-300, #BFBBBB);
    background: var(--color-base-white, #FFF);
    width: 79px;
}


/*              VIEWS CSS               */

.brandinghome .view-toolbar.grid-actions.clearfix,
.project-home .view-toolbar.grid-actions.clearfix {
    background-color: #fff;
    height: 85px;
}

.brandinghome .view-toolbar .view-select .selected-view {
    display: none;
}

.brandinghome .view-toolbar .view-select .dropdown .dropdown-menu {
    position: relative;
    display: block;
    all: unset;
    display: flex;
}

    .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li {
        display: inline-block;
        margin-left: 8px;
    }

        .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a {
            letter-spacing: 0;
        }

            .brandinghome .view-toolbar .view-select .dropdown .dropdown-menu li a:hover {
                color: #0A8276;
            }


.brandinghome .dropdown-menu > .active > a,
.brandinghome .dropdown-menu > a:hover,
.brandinghome .dropdown-menu > .active > a:focus {
    color: #0a8276 !important;
    border: 3px solid #0a8276 !important;
    border-radius: 36px !important;
    font-weight: 600;
}

/*Project home starts*/
@media (min-width: 260px) and (max-width: 1199px) {
    .project-home .toolbar-actions {
        width: 100%;
        right: 0 !important;
        top: 8px !important;
    }

    .project-home .input-group.pull-left.view-search.entitylist-search {
        width: 100% !important;
    }

    .project-home .view-toolbar.grid-actions.clearfix {
        background-color: #fff;
        height: 65px !important;
    }
}

/*Project home ends*/

.list_heading {
    color: #707070;
    font-weight: bold
}


.switch-button {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.collab-li {
    display: inline-block;
    padding-right: 41px;
}

    .collab-li a:hover {
        color: #0A8276;
    }

.c-active {
    font-weight: bold;
    color: #0A8276;
    text-decoration: underline;
    text-decoration-style: solid !important;
    text-decoration-thickness: 2.3px !important;
    text-underline-offset: 9px !important;
}

    .c-active:hover {
        font-weight: bold;
        text-decoration: underline;
        text-decoration-style: solid !important;
        text-decoration-thickness: 2.3px !important;
        text-underline-offset: 9px !important;
    }

ul.collaborated-menu {
    padding-left: 4px;
}

@media (min-width:300px)and (max-width: 1199px) {
    #headerAccord1 {
        position: relative !important;
        z-index: 1 !important;
    }

    #headerAccord {
        position: relative !important;
        z-index: 1 !important;
    }
}

.rotate1 {
    transform: rotate(180deg);
}

/*Removing Edit dropdown form home grid*/
td[aria-label="action menu"] {
    display: none;
}

th[aria-label="Actions"] {
    display: none;
}

.brandinghome .table {
    border: 1px solid #FFFFFF;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .brandinghome .table {
        margin-top: 16px;
    }
}

.brandinghome .table > tbody > tr > td,
.brandinghome .table > thead > tr > th {
    border-right: 0 solid #FFFFFF;
    line-height: 2.429;
}

.filter-reset {
    margin-right: 20px;
    margin-left: 10px !important;
}

.entitylist-filter .pull-right {
    float: none !important;
    padding-left: 8px;
}

/* Adding Ocean border to search fields */
.view-search.entitylist-search:focus-within {
    border: 1px solid #0A8276;
}
/*US:111796 Common Portal: Change UI/UX design dropdown menu */
.accordion-button {
    align-items: center;
    padding: 8px;
    gap: 8px;
    width: -webkit-fill-available;
    height: 40px;
    background: #FFFFFF;
    border: 0px solid #8D8786;
    border-radius: 0px;
    appearance: none;
    background-image: url(/ifx-select-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 20px;
    position: relative;
    display: flex;
    text-align: left;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 100;
    font-size: 16px !important;
    line-height: 20px !important;
    color: black !important;
    justify-content: flex-start;
}



.openaccordion {
    margin-bottom: 0px !important;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(360deg);
    background-image: url(/ifx-select-dropdownup.svg);
}

.accordion-content {
    background-color: #F7F7F7;
    padding: 10px;
    display: none;
    overflow: hidden;
    background-clip: content-box;
}
@media (max-width: 1024px) {
    #ifx_createcasedropdown {
        max-height: 240px;
    }
}
/* Hide scrollbar */
#ifx_createcasedropdown::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}
#ifx_createcasedropdown::-webkit-scrollbar-track {
    background: transparent;
    display: none;
}
#notifyannouncementswarning {
    border-left: 8px solid #E16B25;
    margin: 48px 0 0;
    width: 100%;
}
#notifyannouncementsinfo {
    border-left: 8px solid #CD002F;
    margin: 48px 0 0;
    width: 100%;
}
#notifyannouncementsprimary {
    text-align: center;
}
.moreFilters {
    padding-bottom: 20px;
    padding-left: 0 !important;
}

.spnMoreFilters {
    border-bottom: 1px solid;
    border-color: #0a8276;
    cursor: pointer;
    font-size:16px;
}
/*.editbtn:before {
    content: "";
    font-size: 16px;
}*/
#Collaborators .dropdown.action .dropdown-menu li:nth-child(2) {
    padding-left: 10px;
}