﻿.topbar-logo {
    background: url('../images/axess-logo.png');
}

@media (min-width: 1024px) {
    .navbar .container-fluid .icon-svg {
        font-size: 9px;
    }
}

.navbar-nav {
    margin-bottom: -4px;
}

.button--social span, .fp-tableCell, .icon-svg:before {
    vertical-align: middle;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}



.icon-focus {
    border: 2px solid #FF8034;
    border-right: none;
}

/*.icon-focus:after{
    content: '';
    border-right: 1px solid red;
    height: 30px;
    width: 1px;
    padding-right: 15px;
}*/





.sub-menu-item {
    display: flex;
    font-size: 14px;
    padding-bottom: 12px;
    cursor: pointer;
}

    .sub-menu-item > div > i {
        color: #FF8034;
    }

.submenu .sub-menu-item:not(:first-child) {
    margin-left: 30px;
}



.sub-menu-item-text {
    margin-left: 8px;
    color: #4B4B4B;
    height: 100%;
    display: inline-block;
    font-weight: 400;
}

.submenu {
    display: inline-flex;
    bottom: -2px;
    position: absolute;
}

.sub-menu-item > img {
    fill: #FF8034;
}

.ax-input {
    height: 48px !important;
}

.ax-input-icon {
}





.drpdwn-icon-right {
    padding-right: 34px;
    padding-left: 34px;
}

.arrow {
    border: solid #999999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 4px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



.btn.btn-dot-menu {
    padding: 0.175rem 0.175rem !important;
}

.btn.btn-dot-menu:focus{
    border: none;
}
    .btn.btn-dot-menu:hover {
        background-color: #EDEDED;
        border-radius: 4px;
    }


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: none !important;
    border: none !important;
    color: black;
}

.ui-menu-item {
    padding: 8px 0 8px 0;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 4px 12px #00000066 !important;
    border-radius: 4px !important;
    border: none !important;
}

.ui-menu .ui-state-active {
    margin: 0px !important;
}

.font-inactive {
    color: #999999 !important;
}

.button {
    height: 48px;
    padding: 0px 20px;
    font-size: 17px;
    border: none;
    border-radius: 4px;
}

.button-primary {
    color: white;
    background-color: #FF8034;
}

    .button-primary:hover {
        background-color: #FF995C;
    }

.button-close {
    color: #4B4B4B;
    background-color: white;
}

    .button-close:hover {
        background-color: #EDEDED;
    }

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 824px;
    }
}

.font-success {
    color: #4CBC6E;
}

.font-danger {
    color: #E5352B !important;
}

.font-gray {
    color: #999999;
}


.status-label {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 4px 2px 4px;
    border-radius: 2px;
}

    .status-label.success,
    .status-label.inprogress {
        background-color: #FFF3C6;
        color: #715A00;
    }


    .status-label.confirmed,
    .status-label.valid {
        background-color: #C3E8CE;
        color: #2A683D;
    }

    .status-label.open,
    .status-label.requested,
    .status-label.new {
        background-color: #D7D7D7;
        color: #4B4B4B;
    }

    .status-label.done {
        background-color: #007E8A;
        color: white;
    }

    .status-label.unconfirmed {
        background-color: #FFEEAA;
        color: #AA8800;
    }

    .status-label.outdated {
        background-color: #E5EFFC;
        color: #1556B4;
    }

    .status-label.invalid,
    .status-label.declined,
    .status-label.blocked,
    .status-label.rejected {
        background-color: #F9D2CF;
        color: #E5352B;
    }

.button-light:active, .button-light:focus {
    border: none;
}

.table-row-border > tbody > tr > td {
    border-top: 1px solid #E5E5E5;
    cursor: pointer;
}

table.no-hover > tbody > tr > td {
    cursor: default;
}

.table-row-border > tbody > tr:hover {
    background-color: #F6F6F7;
}

.table-col-border > tbody > tr > td {
    border-right: 1px solid #E5E5E5;
}

.nav-tabs.borderless {
    border: none;
}






.ax-search-input {
    background: url(../../Content/icons/feather-svg/search-autocomplete.svg) no-repeat scroll 15px 13px;
    padding-left: 50px;
}

    .ax-search-input::-webkit-search-cancel-button {
        position: relative;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        background: linear-gradient(#999999,#999999), linear-gradient(#999999,#999999);
        background-position: center;
        background-size: 50% 2px,2px 50%;
        background-repeat: no-repeat;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer;
    }


.sub-menu-events-filter {
    cursor: pointer;
}



.ax-table-row-radius > tbody > tr > td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ax-table-row-radius > tbody > tr > td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.table-small-header > tbody > tr > td {
    vertical-align: middle;
}

.ax-table-row-radius > tbody > tr {
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 64px;
}

    .ax-table-row-radius > tbody > tr:hover {
        box-shadow: 0px 2px 6px #00000029;
    }



.table-small-header > thead > tr > th {
    font-size: 12px;
    color: #4B4B4B;
    font-weight: 500;
    padding-bottom: 12px;
}

.table-small-header.no-padding-bottom > thead > tr > th {
    padding-bottom: 2px !important;
}

#table_requests > thead > tr > th {
    position: sticky;
    top: 135px;
    background-color: white;
    box-shadow: 0 1px #E5E5E5;
}



.ax-table-bordered {
}

    .ax-table-bordered > tbody > tr > td {
        border: 1px solid #E5E5E5;
    }

    .ax-table-bordered > tbody > tr:hover {
        background-color: #FAFAFA;
        cursor: pointer;
    }

    .ax-table-bordered > tbody > tr > td:first-child {
        border-left: none;
    }

    .ax-table-bordered > tbody > tr > td:last-child {
        border-right: none;
    }




.button-view {
    color: #4B4B4B;
}

    .button-view:hover {
        background-color: #EDEDED;
    }

    .button-view:active, .button-view:focus {
        border: none;
    }



.detail-name {
    /*      height: 33px;*/
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.14px;
    color: #4B4B4B;
    padding: 5px 8px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin-top: 10px;
}

.detail-title {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}


.ax-accordion.accordion-button::after {
    display: inline-block;
    float: right;
    margin-top: -10px;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
}

.accordion-item {
    border-radius: 4px;
    margin-bottom: 16px;
}

.accordion-button {
    border-radius: 4px;
}

.accordion-collapse {
    border-bottom-width: 1px;
}

/*.accordion-button:not(.collapsed) {
    color: black;
    background-color: #EFEFEF;
}*/

.accordion-button:focus {
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, 0.125);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-button:focus {
    outline: 0;
}

.nav-tabs > li {
    font-size: 16px;
    letter-spacing: -0.16px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border: none;
    border-bottom: 3px solid #4B4B4B;
    font-weight: bold;
    padding: 0.5rem 0rem;
}

.nav-tabs.borderless .nav-link.active, .nav-tabs.borderless .nav-item.show .nav-link {
    border: none;
    background-color: #EDEDED;
    padding: 10px;
    border-radius: 4px;
}

.nav-tabs .nav-link {
    padding: 0.5rem 0rem;
}

.nav-item {
    margin-right: 20px;
}

.nav-tabs .nav-link {
    border: none;
    margin-right: 0px;
}

.nav-tabs .nav-item:hover {
    border: none;
 /*   margin-right: 19px;*/

}

.fs-32 {
    font-size: 32px;
}

.fs-30 {
    font-size: 30px;
}

.fs-28 {
    font-size: 28px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-23 {
    font-size: 23px;
}

.fs-20 {
    font-size: 20px;
    letter-spacing: -0.20px;
}
.fs-21 {
    font-size: 21px;
    letter-spacing: -0.21px;
}

.fs-19 {
    font-size: 19px;
    letter-spacing: -0.28px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px !important;
    letter-spacing: -0.16px;
}

.fs-14 {
    font-size: 14px !important;
    letter-spacing: -0.14px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-8 {
    font-size: 8px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.ax-accordion-item.requested {
}

.ax-accordion-item > h2 > button > div {
    font-size: 16px;
    font-weight: 500;
}
    .ax-accordion-item > h2 > button > div > div:nth-child(2) {
        font-size: 14px;
        font-weight: 400;
        color: #303030;
        letter-spacing: -0.14px;
        margin-top: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        padding-right: 30px;
    }

.ax-accordion-item.open,
.ax-accordion-item.requested,
.ax-accordion-item.requested > h2 > button > div,
.ax-accordion-item.requested > h2 > button:not(.collapsed) {
    background-color: #F5F5F6;
    color: #4B4B4B;
}



.ax-accordion-item.confirmed,
.ax-accordion-item.confirmed > h2 > button > div,
.ax-accordion-item.confirmed > h2 > button:not(.collapsed) {
    background-color: #f1faf4;
    color: #4B4B4B;
}

    .ax-accordion-item.confirmed > h2 > button > div > div:first-child:before {
        font-family: 'feather' !important;
        content: "\e92b";
        background-color: #4CBC6E;
        border-radius: 50%;
        color: white;
        font-size: 14px;
        padding: 1px;
        margin-right: 8px;
    }


.ax-accordion-item.declined,
.ax-accordion-item.declined > h2 > button > div,
.ax-accordion-item.declined > h2 > button:not(.collapsed) {
    background-color: #FDEFEE;
    color: #4B4B4B;
}

    .ax-accordion-item.declined > h2 > button > div > div:first-child:before {
        font-family: 'feather' !important;
        content: "\ea02";
        background-color: #E5352B;
        border-radius: 50%;
        color: white;
        font-size: 14px;
        padding: 1px;
        margin-right: 8px;
    }


.accordion-button.collapsed > div > div:nth-child(2) {
    display: inline-block;
}

.accordion-button:not([class*="collapsed"]) > div > div:nth-child(2) {
    display: block;
}


.full-gray-bg {
    background-color: #F6F6F7;
    position: fixed;
    top:0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.ax-container-md {
    max-width: 612px;
}
.ax-container-sm {
    max-width: 400px;
}
.ax-container-xl {
    max-width: 1320px;
}


.mt-150 {
    margin-top: 150px;
}



.f-medium {
    font-weight: 500;
}

.f-semi-bold {
    font-weight: 600;
}

.f-semi-medium {
    font-weight: 400;
}

.bgc-danger {
    background-color: #F9D2CF;
}

.bgc-danger-2 {
    background-color: #E5352B;
}


.bgc-red {
    background-color: #E5352B;
}

.bgc-dark-grey {
    background-color: #4B4B4B;
}

.bgc-light-gray {
    background-color: #F5F5F6;
}

.bgc-success {
    background-color: #4CBC6E;
}


.number-separator {
    border-left: 1px solid gray;
    height: 12px;
    display: inline-block;
    margin: 0 4px;
}

.v-align-super {
    vertical-align: super;
}