@import url('style.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-size: 12px;
    /*color: #F4F4F4;*/
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

body {
    min-height: 100%;
    background-color: #f5f5f5;
    margin: 0;
    padding-bottom: 3rem;
    position: relative;
}

    body.login {
        overflow: hidden;
    }

header {
    min-height: 5.2rem;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

    header .main {
        min-height: 5rem;
        margin: 0 1.5rem;
    }

.client-logo {
    font-size: 1.1rem;
    line-height: 5rem;
}

    .client-logo a {
        display: block;
    }

header .navbar {
    border: none;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    min-height: 4rem;
}



    header .navbar #search-bar {
        background-color: #ffffff;
        display: inline-block;
        padding: 0 1rem;
        border-radius: 10em;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        margin-top: 7px;
        margin-right: 1.5rem;
    }

        header .navbar #search-bar.active,
        header .navbar #search-bar:hover {
            background-color: #fff;
        }

        header .navbar #search-bar.active {
            width: 95%;
        }

        header .navbar #search-bar .search-input {
            width: 80%;
            /*display: none;*/
            background-color: #fff;
            color: #000;
            cursor: auto;
            font-size: 1.2rem;
            line-height: 1.2rem;
            padding: 0.5rem 0.2rem;
            border: 0;
            outline: none;
            vertical-align: top;
        }

        header .navbar #search-bar .search-open,
        header .navbar #search-bar .search-submit,
        header .navbar #search-bar .search-close {
            width: 20px;
            height: 24px;
            min-height: 2.4rem;
            border: none;
            outline: none;
            vertical-align: middle;
        }

        header .navbar #search-bar .search-open,
        header .navbar #search-bar .search-submit {
            background: url("../../clients/Default/Images/search-icon.svg") no-repeat;
            background-position: 50%;
            background-size: 80%;
            font-size: 1.4rem;
        }

        header .navbar #search-bar .search-close {
            background: url("../../clients/Default/Images/close-icon.svg") no-repeat;
            background-position: 50%;
            background-size: 60%;
            /*text-align: center;*/
        }

/*header .navbar #search-bar .search-submit,
header .navbar #search-bar .search-close {
    display: none;
}*/


/*header .navbar #search-bar {
        margin: 0.5rem 0;
        padding: 0 3rem 0 1.5rem;
    }

        header .navbar #search-bar input[type="search"] {
            width: 20px;
            height: 20px;
            font-size: 1.4rem;
            padding: 0.5rem 1.5rem;
            color: transparent;
            cursor: pointer;
        }

            header .navbar #search-bar input[type="search"]:focus {
                width: 60%;
                background-color: #fff;
                color: #000;
                cursor: auto;
                padding-left: 15px;
                padding-right: 50px;
            }*/

header .main-nav {
    background-color: #ebebeb;
}

header .navbar-header .navbar-toggle {
    background-color: #aeaeae;
    float: none;
    margin: 0.6rem 1.5rem;
    padding: 0.6rem;
}

    header .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
    }

header .navbar-collapse {
    width: 100%;
}

    header .navbar-collapse .navbar-nav {
        font-size: 1.3rem;
        text-transform: uppercase;
    }

header .navbar-nav .dropdown-toggle:after {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    background: url("../../clients/Default/images/dropdown-toggle-arrow.png") no-repeat;
    display: inline-block;
    position: relative;
    top: -2px;
}

/* .dashboard, */
.sub-page {
    padding-top: 11rem;
    padding-bottom: 4rem;
    position: relative;
}

.client-logo {
    width: 10rem;
    display: inline-block;
}

.company-logo-container {
    color: #707070;
    padding-top: 0.5rem;
    position: relative;
    text-align: right;
}

    .company-logo-container .company-logo {
        width: 8.2rem;
        display: inline-block;
    }

    .company-logo-container img {
        width: 1.6rem;
    }

    .company-logo-container .logout-arrow img {
        width: 1rem;
    }

    .company-logo-container .username {
        font-size: 0.9rem;
    }

.login-page-container .company-logo-container {
    text-align: center;
    padding: 0 0 2rem;
}

.section-header {
    padding: 0 0 2rem;
    position: relative;
}

.welcome-text {
    width: 90%;
    color: #707070;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
}

.profile {
    display: inline-block;
    text-align: right;
}

.profile-img {
    text-align: right;
}

.profile-name {
    color: #707070;
    display: inline-block;
    font-size: 1.6rem;
    text-align: right;
    margin-right: 0.5rem;
}

.logout-arrow {
    background: none;
    border: none;
    text-align: left;
}

.company-logo-container .dropdown-menu {
    min-width: 125px;
    max-width: 150px;
    border: 1px solid #C4C4C4;
    /*right: 10px;*/
    right: -20px;
    left: auto;
    top: 75%;
}

    .company-logo-container .dropdown-menu:before {
        content: '';
        border-width: 8px;
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #2f2f2f;
        right: 21px;
        top: -8px;
    }

    .company-logo-container .dropdown-menu li {
        position: relative;
    }

        .company-logo-container .dropdown-menu li img {
            width: 1.5rem;
            position: absolute;
            right: 8px;
            top: 8px;
        }

        .company-logo-container .dropdown-menu li a {
            padding-right: 25px;
        }

.dashboard-cards {
    margin-bottom: 2.5rem;
}

.dashboard-card {
    margin-bottom: 3rem;
    overflow: hidden;
    text-align: center;
}

.dashboard-card-body {
    height: 10rem;
    background-color: #ffffff;
    border-radius: 1rem 1rem 0 0;
    position: relative;
}

    .dashboard-card-body svg {
        width: 25%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.dashboard-card-footer {
    background-color: #d91e48;
    border-radius: 0 0 1rem 1rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem 0.3rem;
    text-transform: uppercase;
}

.dashboard-table-heading {
    color: #707070;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.login-wrapper {
    height: 100%;
    padding-bottom: 3rem;
}

.login-container {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    display: table;
    margin: 0 auto;
}

.logo-container {
    height: 10.5rem;
    background-color: #ffffff;
    line-height: 10rem;
    text-align: center;
}

.login-form-container {
    background: #e6e4e4;
    padding: 5.6rem 4rem;
}

    .login-form-container .form-group {
        margin-bottom: 1.5rem;
    }

    .login-form-container input[type="text"],
    .login-form-container input[type="password"] {
        height: 4rem;
        border: 1px solid #d1d3e2;
        border-radius: 0.5rem;
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

.user-message {
    width: 90%;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto;
}

    .user-message a {
        text-decoration: underline;
    }

.login-form-container .form-heading {
    color: #333333;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0;
    padding-bottom: 2.6rem;
    text-align: center;
}

.login-form-container .form-link {
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.9rem;
}

/* FOOTER */
footer {
    width: 100%;
    bottom: 0;
    color: #707070;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.5rem;
    padding: 0 1rem;
    position: absolute;
    right: 0;
}

    footer ul {
        margin-bottom: 1rem;
    }

        footer ul li {
            color: #707070;
            display: inline;
        }

            footer ul li a {
                color: inherit;
            }

            footer ul li:after {
                content: "";
                height: 2px;
                margin-right: 11px;
                margin-left: 11px;
                border-right: 1px solid #707070;
            }

            footer ul li:last-child:after {
                /*border-right: none;*/
                display: none;
            }

    footer .text-highlight {
        color: #000000;
    }
/* FOOTER - end */

/* SUB PAGE STYLES */
.sub-page {
    width: 100%;
    color: #707070;
    padding-top: 11rem;
}

    .sub-page .sub-page-container {
        margin: 0 1.5rem;
        position: relative;
    }

    .sub-page .sub-page-heading {
        padding: 0 0 0.5rem 0;
    }

    .sub-page .sub-page-section-heading,
    .sub-page .sub-page-section-sub-heading {
        color: #333333;
        font-weight: 700;
        margin: 0;
    }

    .sub-page .sub-page-section-heading {
        font-size: 2rem;
        line-height: 3rem;
    }

    .sub-page .sub-page-section-sub-heading {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .sub-page .sub-page-section-description {
        color: #707070;
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin: 0;
    }

    .sub-page .sub-page-process-steps {
        margin: 1rem 0 3rem 0;
    }

    .sub-page .sub-page-table-controls {
        color: #333333;
        font-size: 1.4rem;
        margin: 1rem 0 1.5rem 0;
    }

        .sub-page .sub-page-table-controls.divider-border {
            border-top: 1px solid #707070;
            border-bottom: 1px solid #707070;
            padding: 1rem 0;
            margin: 1.5rem 0;
        }

        .sub-page .sub-page-table-controls .records-info {
            border-right: 1px solid #707070;
            color: #707070;
            display: inline-block;
            margin: 0 1rem 1rem 0;
            padding-right: 1rem;
        }

            .sub-page .sub-page-table-controls .records-info:last-child {
                border-right: none;
                margin-right: 0;
                padding-right: 0;
            }

        .sub-page .sub-page-table-controls .records-count {
            font-size: 1.6rem;
            font-weight: 700;
        }

    .sub-page .sub-page-table-divider {
        margin-top: 1rem;
        padding-bottom: 1.5rem;
    }

    /* TABLE */
    .sub-page .sub-page-table-container {
        padding-bottom: 2rem;
    }

        .sub-page .sub-page-table-container.alert-table .highlight {
            border: 1px solid #d91e48;
        }

        .sub-page .sub-page-table-container.alert-table .alert-title {
            display: inline-block;
            font-size: 2.4rem;
            font-weight: bold;
            padding: 0 0 0 1.5rem;
            vertical-align: top;
        }

        .sub-page .sub-page-table-container.alert-table .alert-icon {
            width: 2.4rem;
            height: 2.4rem;
            margin: 0.5rem 0 0 0.5rem;
        }

        .sub-page .sub-page-table-container.alert-table .alert-close {
            width: 1.5rem;
            height: 1.5rem;
            margin-top: 1rem;
        }

        .sub-page .sub-page-table-container.alert-table td {
            padding-top: 0.8rem;
            padding-bottom: 0.8rem;
        }

        .sub-page .sub-page-table-container.alert-table .alert-body {
            white-space: normal;
        }

.table-responsive {
    border: none;
    /* overflow-x: inherit; */
}

.sub-page table {
    margin-bottom: 0;
    table-layout: fixed;
}

/* .sub-page .table thead th, */
.sub-page .nested-table-container th {
    border: none;
    color: #333333;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
    vertical-align: middle;
}

.sub-page .table thead th {
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
}

    .sub-page .table thead th .small-text {
        font-size: 1rem;
        font-weight: normal;
    }

    .sub-page .table thead th input,
    .sub-page .table thead th select {
        font-size: 1.1rem;
    }

    .sub-page .table thead th:last-child input {
        width: 100%;
    }

.sub-page .table thead.bordered th,
.sub-page .nested-table-container thead.bordered th {
    vertical-align: top;
}

.sub-page .table thead.bordered:first-child th {
    border: 1px solid #707070;
    border-bottom: none;
}

.sub-page .table thead tr.highlight {
    background-color: #d91e48;
    color: #ffffff;
    font-size: 1.2rem;
    position: relative;
}

    .sub-page .table thead tr.highlight th {
        border: 1px solid #707070;
        font-weight: 700;
        padding: 1rem 2.2rem 1rem 1rem;
        position: relative;
        white-space: nowrap;
    }

        .sub-page .table thead tr.highlight th a {
            color: inherit;
        }

.sub-page .nested-table-container td, .sub-page .nested-table-container th {
    border-right: 1px solid #707070;
    vertical-align: top;
}

    .sub-page .nested-table-container td:last-child,
    .sub-page .nested-table-container th:last-child {
        border-right: none;
    }

.sub-page .nested-table-container th {
    background-color: #ffffff;
    padding-bottom: 0;
    vertical-align: top;
}

.sub-page .nested-table-container .nested-table td {
    height: 3.5rem;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #707070;
    font-size: 1.2rem;
    padding: 0 10px;
    vertical-align: middle;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

    /* .sub-page .table td p.string-reduce,
.sub-page .nested-table-container .nested-table td p.string-reduce {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

    /* .sub-page .nested-table-container .nested-table td:hover {
    text-overflow: clip;
    overflow: visible;
} */

    .sub-page .nested-table-container .nested-table th:first-child,
    .sub-page .nested-table-container .nested-table td:first-child {
        border-left: none;
    }

    .sub-page .nested-table-container .nested-table th:last-child,
    .sub-page .nested-table-container .nested-table td:last-child {
        border-right: none;
    }

.sub-page .nested-table-container .nested-table .divider {
    background-color: #ffffff;
    border-top: 1px solid #707070;
    text-align: center;
}

.sub-page .nested-table-container .highlight {
    height: 3.6rem;
    background-color: #d91e48;
    color: #ffffff;
}

    .sub-page .table th p.string-reduce,
    .sub-page .table td span.string-reduce,
    .sub-page .table td p.string-reduce,
    .sub-page .nested-table-container .highlight td p.string-reduce,
    .sub-page .nested-table-container .nested-table td p.string-reduce {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sub-page .table tbody td,
    .sub-page .nested-table-container > td,
    .sub-page .nested-table-container .highlight td {
        border: 1px solid #707070;
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding: 1rem;
        position: relative;
        vertical-align: middle;
    }

.sub-page .table tbody td {
    vertical-align: top;
}

    .sub-page .table tbody td input[type="checkbox"],
    .sub-page .nested-table-container > td input[type="checkbox"],
    .sub-page .nested-table-container .highlight td input[type="checkbox"] {
        margin-top: -1px;
    }

.sub-page .nested-table-container .nested-table td.border-right-none,
.sub-page .nested-table-container .nested-table td:last-child {
    border-right: 0;
}

.sub-page .nested-table-container .nested-table td.border-bottom {
    border-bottom: 1px solid #707070;
}

.sub-page .table tbody td a,
.sub-page .nested-table-container tbody td a {
    color: inherit;
    text-decoration: underline;
}

.sub-page .table tbody tr:nth-child(even),
.sub-page .nested-table-container .nested-table tr:nth-child(even) {
    background-color: #ebebeb;
}

.sub-page .nested-table-container .nested-table td.even {
    background-color: #fff;
}

.sub-page .nested-table-container .nested-table td.odd {
    background-color: #ebebeb;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.sub-page .nested-table-container {
    background-color: #fff;
    border: 1px solid #707070;
    clear: both;
    padding-bottom: 0;
}

    .sub-page .nested-table-container .table-right {
        overflow: hidden;
    }

    .sub-page .nested-table-container .table-body {
        max-height: 270px;
    }

    .sub-page .nested-table-container .table-right .table-head {
        overflow: hidden;
    }

        .sub-page .nested-table-container .table-right .table-head td,
        .sub-page .nested-table-container .table-right .table-body td {
            width: 13.6rem;
        }

        .sub-page .nested-table-container .table-right .table-head td {
            vertical-align: top;
        }

        .sub-page .nested-table-container .table-right .table-head .nested-table td {
            white-space: normal;
        }

    .sub-page .nested-table-container .highlight td:first-child {
        border-left: none;
    }

    .sub-page .nested-table-container .table-right .highlight td {
        vertical-align: middle;
    }

    .sub-page .nested-table-container .highlight td:last-child,
    .sub-page .nested-table-container .highlight td.border-right-none {
        height: 3.5rem;
        border-right: none;
        border-left: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sub-page .nested-table-container .table-left .table-body {
        overflow: hidden;
    }

    .sub-page .nested-table-container .table-right .table-body {
        overflow-x: auto;
    }

    .sub-page .nested-table-container table {
        width: 100%;
        table-layout: fixed;
    }

    .sub-page .nested-table-container .nested-table td.vertical-bar,
    .sub-page .nested-table-container .table-right .table-head td.vertical-bar {
        width: 1.6rem;
        background-color: #fff;
        padding: 0;
        white-space: nowrap;
    }

    .sub-page .nested-table-container .nested-table td.horizontal-bar {
        height: 2rem;
        padding: 0;
    }

    .sub-page
    .nested-table-container
    .table-right
    .table-head
    .highlight
    .vertical-bar {
        background-color: #d91e48;
    }

/* nested table styles */
.td-width-10 {
    width: 10%;
}

.td-width-15 {
    width: 15%;
}

.td-width-20 {
    width: 20%;
}

.td-width-25 {
    width: 25%;
}

.td-width-30 {
    width: 30%;
}

.td-width-40 {
    width: 30%;
}

.td-width-45 {
    width: 45%;
}

.td-width-50 {
    width: 50%;
}

.td-width-60 {
    width: 60%;
}

.td-width-70 {
    width: 70%;
}

.td-width-80 {
    width: 80%;
}

.td-width-90 {
    width: 90%;
}

.sub-page .fas {
    font-size: 1.4rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* table pagination */
.sub-page .pagination-container {
    margin-top: 1.5rem;
    text-align: center;
}

.sub-page .pagination-info {
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    word-spacing: initial;
}

.sub-page .pagination-controls {
    color: #c4c4c4;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}

    .sub-page .pagination-controls a {
        color: inherit;
        margin-right: 1rem;
    }

        .sub-page .pagination-controls a.active {
            color: #707070;
        }

        .sub-page .pagination-controls a:last-child {
            margin-right: 0;
        }

.sub-page .sub-page-table-buttons {
    margin-top: 2rem;
}

    .sub-page .sub-page-table-buttons button {
        margin-left: 1.5rem;
    }

        .sub-page .sub-page-table-buttons button:first-child {
            margin-left: 0;
        }

/* TABS */
.nav-pills li.visited a {
    color: #ffffff;
}

.nav-pills li.visited {
    background-color: #e6889d;
    border: 1px solid #ebebeb;
}

    .nav-pills li.visited:hover a {
        background-color: #e6889d;
    }

.nav-pills li.active {
    background-color: #d91e48;
    border: 1px solid #ebebeb;
}

    .nav-pills li.active:hover a {
        background-color: #d91e48;
    }

    .nav-pills li.active a {
        background-color: inherit;
        border-radius: 0;
    }

        .nav-pills li.active a svg rect,
        .nav-pills li.active a svg path,
        .nav-pills li.active a svg ellipse,
        .nav-pills li.active a svg circle,
        .nav-pills li.visited a svg rect,
        .nav-pills li.visited a svg path,
        .nav-pills li.visited a svg ellipse,
        .nav-pills li.visited a svg circle {
            stroke: #fff;
        }

.nav-pills li:not(:first-child).active a svg line {
    stroke: #fff;
}

.nav-pills li {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

    .nav-pills li:last-child {
        position: relative;
    }

    .nav-pills li a {
        color: #707070;
        display: block;
        font-size: 1.2rem;
        line-height: 36px;
        overflow: hidden;
        margin: 0;
        padding: 0 20px 0 5px;
        text-align: center;
    }

        .nav-pills li a img {
            height: 1.7rem;
        }

        .nav-pills li a span {
            display: none;
        }

    .nav-pills li.active::before {
        background-color: #d91e48;
        border: 1px solid #ebebeb;
        border-right: none;
    }

    .nav-pills li:first-child.active::before {
        left: 0;
    }

    .nav-pills li::before {
        content: "";
        width: 15px;
        height: 38px;
        background-color: #fff;
        border: 1px solid #aeaeae;
        border-right: none;
        border-radius: 50px 0 0 50px;
        position: absolute;
        left: -15px;
        top: -1px;
    }

    .nav-pills li.visited::before {
        background-color: #e6889d;
        border: 1px solid #ebebeb;
        border-right: none;
    }

    .nav-pills li:first-child {
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }

        .nav-pills li:first-child::before,
        .nav-pills li:first-child.active::before {
            display: none;
        }

    .nav-pills li:last-child,
    .nav-pills li:last-child a {
        border-radius: 0 50px 50px 0;
    }

.nav-pills > li {
    background-color: #fff;
    border: 1px solid #aeaeae;
}

    .nav-pills > li:hover a {
        background-color: #fff;
    }

/*REQUEST FLOW*/
.request-flow {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .request-flow > div {
        display: table-cell;
        font-size: 1.2rem;
        line-height: 3.8rem;
        position: relative;
        background-color: #fff;
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae;
    }

        .request-flow > div::before {
            background-color: #fff;
            border: 1px solid #aeaeae;
        }

        .request-flow > div span {
            display: none;
        }

        .request-flow > div.visited {
            background-color: #e6889d;
            border: 1px solid hsl(0, 0%, 92%);
            color: #ffffff;
        }

            .request-flow > div.visited::before {
                background-color: #e6889d;
                border: 1px solid #ebebeb;
            }

        .request-flow > div.active {
            background-color: #d91e48;
            border: 1px solid #ebebeb;
            color: #ffffff;
            padding-left: 3px;
        }

    .request-flow .request-flow-content {
        text-align: center;
        padding-right: 16px;
    }

    .request-flow > div.active .request-flow-content {
        background-color: #d91e48;
        padding-right: 10px;
    }

    .request-flow > div.active::before {
        background-color: #d91e48;
        border: 1px solid #ebebeb;
    }

    .request-flow > div:first-child {
        border-radius: 30px 0 0 30px;
        overflow: hidden;
        padding-left: 10px;
    }

        .request-flow > div:first-child:before {
            display: none;
        }

    .request-flow > div::before,
    .request-flow > div.visited::before,
    .request-flow > div.active::before {
        content: "";
        width: 16px;
        height: 40px;
        border-radius: 30px 0 0 30px;
        border-right: none;
        position: absolute;
        left: -13px;
        top: -1px;
    }

    .request-flow > div:last-child {
        border-radius: 0 30px 30px 0;
        padding-left: 3px;
    }

        .request-flow > div:last-child::after {
            content: "";
            width: 16px;
            height: 40px;
            background-color: #fff;
            border: 1px solid #aeaeae;
            border-left: none;
            border-radius: 0 30px 30px 0;
            position: absolute;
            right: 0;
            top: -1px;
        }

        .request-flow > div:last-child.active .request-flow-content {
            margin-right: 20px;
        }

        .request-flow > div:last-child.active::after {
            background-color: #d91e48;
            border: 1px solid #d91e48;
            height: 38px;
            top: 0;
        }

/*REQUEST FLOW END*/

.nav-justified > li {
    width: 1%;
}

/* ADMIN SECTION */
.nav-pills.admin-tabs li {
    border: 1px solid #707070;
    border-radius: 10px 10px 0 0;
    font-size: 1.4rem;
}

    .nav-pills.admin-tabs li:first-child {
        padding-left: 0;
    }

    .nav-pills.admin-tabs li:before {
        display: none;
    }

    .nav-pills.admin-tabs li + li {
        margin-left: -1px;
    }

    .nav-pills.admin-tabs li a {
        font-size: inherit;
        padding: 0 20px;
    }

    .nav-pills.admin-tabs li.active {
        border: 1px solid #d91e48;
    }

        .nav-pills.admin-tabs li.active a {
            border-radius: 10px 10px 0 0;
        }

            .nav-pills.admin-tabs li.active a:focus,
            .nav-pills.admin-tabs li.active a:hover {
                background-color: #d91e48;
            }

    .nav-pills.admin-tabs li:hover a {
        background-color: transparent;
    }

.sub-page .admin-tabs-content .sub-page-table-container {
    padding-bottom: 0;
}

.admin-tabs-content {
    border: 1px solid #707070;
    margin-top: -1px;
    padding: 1rem;
    margin-bottom: 2rem;
}

    .admin-tabs-content .divider {
        border-top: 1px solid #707070;
    }

/* STATIC CONTENT */
.static-list {
    margin: 0;
    padding: 0 0 0 2rem;
}

/* HELPER CLASSES */
/* width */
.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-none {
    display: none;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.p-3 {
    padding: 0.3rem;
}

.p-6 {
    padding: 0.6rem;
}

/* vertical spacing */
.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 1rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.py-6 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

/* horizontal spacing */
.mr-10 {
    margin-right: 1rem;
}

.mr-15 {
    margin-right: 1.5rem;
}

.ml-15 {
    margin-left: 1.5rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-6 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

/* text styling */
.text-bold {
    font-weight: bold;
}

.text-caps {
    text-transform: uppercase;
}

/* FORM CONTROLS */
label .required {
    color: #ff0000;
}

/* Modal popup */
.modal {
    color: #707070;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.modal-header {
    padding: 2rem 2rem 1rem;
}

    .modal-header .close {
        font-size: 2rem;
    }

.modal-title {
    color: #707070;
    font-size: 2rem;
    line-height: 3rem;
}

.modal-body {
    margin: 0 2rem 1rem;
    padding-left: 0;
    padding-right: 0;
}

    .modal-body .fixed-height-table {
        height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .modal-body .fixed-height-table table td {
            padding: 1rem;
        }

            .modal-body .fixed-height-table table td label {
                /* line-height: 1.15; */
                vertical-align: text-bottom;
            }

        .modal-body .fixed-height-table table tr:nth-child(even) td {
            background-color: #ebebeb;
        }

        .modal-body .fixed-height-table table td input[type="checkbox"] {
            margin: 0 0.5rem 0 0;
        }

/* buttons */
.btn.btn-primary,
.btn.btn-secondary {
    border: 1px solid #707070;
    border-radius: 0.5rem;
    font-size: 1.2rem;
}

.btn.btn-primary {
    background: #d91e48;
    border: 1px solid #d91e48;
    color: #fff;
    /* font-size: 1.2rem; */
}

.btn.btn-secondary {
    background: #ebebeb;
    border: 1px solid #707070;
}

    .btn.btn-secondary:focus {
        outline: none;
    }

.btn.btn-primary .btn-previous,
.btn.btn-primary .btn-next {
    margin-right: 0.8rem;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #d91e48;
    border: 1px solid #d91e48;
    color: #fff;
    outline: none;
}

.btn.btn-default {
    background: #ebebeb;
    border: 1px solid #707070;
    border-radius: 0.7rem;
    color: #707070;
    font-size: 1.4rem;
    margin-left: 1.5rem;
}

/* FILTER ABOVE TABLE */
.table-filter-bar input,
.table-filter-bar select {
    /* max-width: 6rem; */
    max-width: 30%;
    margin-bottom: 1rem;
}

/* MEDIA QUERIES */
@media screen and (min-width: 375px) {
    .company-logo-container .company-logo {
        width: 13rem;
    }

    header .navbar #search-bar input[type="search"]:focus {
        padding-right: 45px;
        background-image: none;
    }

    header .navbar #search-bar .search-button {
        display: none;
        position: absolute;
        right: 40px;
        top: 0;
        background: url("../../clients/Default/Images/search-icon.svg") no-repeat;
        background-position: 50%;
        font-size: 1.4rem;
        height: 30px;
        width: 30px;
        /*min-height: 3rem;*/
        border: none;
    }
}

@media screen and (min-width: 600px) {
    .login-wrapper {
        margin-top: 2rem;
    }

    .logo-container,
    .login-form-container {
        width: 50%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .login-form-container {
        padding: 2.6rem 4rem;
    }

    .request-flow > div {
        text-align: center;
    }

        .request-flow > div,
        .request-flow > div:last-child {
            padding-left: 0;
        }
}

@media screen and (min-width: 768px) {
    .login-wrapper {
        width: 85%;
        height: auto;
        left: 50%;
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .login-form-container {
        padding: 3.6rem 4rem;
    }

    header {
        min-height: 12.5rem;
    }

        header .main {
            min-height: 8rem;
        }

    .client-logo {
        line-height: 8rem;
    }

    header .navbar-collapse .navbar-nav li a {
        padding: 1rem;
    }

    .client-logo {
        font-size: 1.8rem;
    }

    .company-logo-container {
        padding-top: 1rem;
    }

        .company-logo-container img {
            width: 3.2rem;
        }

        .company-logo-container .logout-arrow img {
            width: 1.2rem;
        }

        .company-logo-container .username {
            font-size: 1.4rem;
        }

    header .navbar #search-bar input[type="search"] {
        width: 15px;
        height: 15px;
    }

        header .navbar #search-bar input[type="search"]:focus {
            padding-right: 45px;
            background-image: none;
        }

    header .navbar #search-bar .search-button {
        right: 38px;
        top: -2px;
    }

    .nav-pills li:first-child {
        padding-left: 15px;
    }

    .nav-pills li:last-child {
        display: table-cell;
    }

    .nav-pills li::before {
        width: 20px;
        height: 40px;
        left: -20px;
    }

    .nav-pills li a {
        line-height: 38px;
        padding-left: 0;
    }

    .admin-tabs-content {
        padding: 2rem;
    }

    .dashboard-card-footer {
        font-size: 1.7rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* .dashboard, */
    .sub-page {
        padding-top: 14rem;
        position: relative;
    }

    .table-filter-bar input,
    .table-filter-bar select {
        /* max-width: 9rem; */
        max-width: 16%;
    }

    .sub-page table {
        table-layout: initial;
    }

    .sub-page .table thead th {
        padding: 0 0.5rem 1.5rem 0;
    }

        .sub-page .table thead th:last-child {
            padding-right: 0;
        }

    .sub-page .table {
        border-collapse: initial;
    }

        .sub-page .table thead tr.highlight th,
        .sub-page .table thead.bordered tr.highlight th,
        .sub-page .table tbody tr td {
            border-right: none;
        }

        .sub-page .table thead tr.highlight th {
            border-bottom: none;
        }

        .sub-page .table th p.string-reduce,
        .sub-page .table td span.string-reduce,
        .sub-page .table td p.string-reduce,
        .sub-page .nested-table-container .highlight td p.string-reduce,
        .sub-page .nested-table-container .nested-table td p.string-reduce {
            overflow: visible;
            white-space: initial;
            text-overflow: initial;
        }

        .sub-page .table tbody tr td {
            border-top: none;
        }

            .sub-page .table thead tr.highlight th:last-child,
            .sub-page .table tbody tr td:last-child {
                border-right: 1px solid #707070;
            }

        .sub-page .table tbody tr:first-child td {
            border-top: 1px solid #707070;
        }

    /* .sub-page .table thead th input,
  .sub-page .table thead th select {
    width: 94%;
  } */

    /* .sub-page .sub-page-table-controls .records-info {
    border-right: none;
    border-left: 1px solid #707070;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
  } */

    /* .sub-page .sub-page-table-controls .records-info:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  } */

    /* .sub-page .sub-page-table-controls .records-info:last-child {
    border-left: 1px solid #707070;
  } */

    .sub-page .pagination-controls {
        display: inline-block;
    }

    .sub-page .pagination-container {
        text-align: initial;
    }

    .sub-page .data-table thead#data-table-search th#serachinput8,
    .sub-page .data-table thead#data-table-search th#serachinput6,
    .sub-page .data-table thead#data-table-search th#serachinput5,
    .sub-page .data-table thead#data-table-search th#serachinput4,
    .sub-page .data-table thead#data-table-search th#serachinput3,
    .sub-page .data-table thead#data-table-search th#serachinput2,
    .sub-page .data-table thead#data-table-search th#serachinput1,
    .sub-page .data-table thead#data-table-search th#serachinput0,
    .sub-page .data-table thead#data-table-search th#serachinput12 {
        width: auto;
    }

    .sub-page .data-table thead#data-table-search th#serachinput9 {
        width: 9%;
    }

    .sub-page .data-table thead#data-table-search th#serachinput10 {
        width: 10%;
    }

    .sub-page .data-table thead#data-table-search th#serachinput11 {
        width: 9%;
    }

    .sub-page .data-table thead#data-table-search th#serachinput7 {
        /* width: 22%; */
        width: 12%;
    }

    .btn.btn-primary,
    .btn.btn-secondary {
        min-width: 200px;
    }

    .btn.btn-default {
        min-width: 150px;
    }

    footer {
        width: auto;
        font-size: 1.4rem;
        line-height: 1.9rem;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .login footer {
        margin-left: 0;
    }

    .datepicker-days,
    .table-condensed {
        width: 210px;
    }

    .modal-body_conferencepopup {
        height: 300px;
        overflow-x: hidden;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem;
    }

    .col-sm-60 {
        width: 60%;
    }

    .col-sm-70 {
        width: 70%;
    }

    .col-sm-90 {
        width: 90%;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .d-sm-none {
        display: none;
    }

    .d-sm-block {
        display: contents;
    }

    .w-sm-10 {
        width: 10%;
    }

    .w-sm-15 {
        width: 15%;
    }

    .w-sm-20 {
        width: 20%;
    }

    .w-sm-25 {
        width: 25%;
    }

    .w-sm-30 {
        width: 30%;
    }

    .w-sm-40 {
        width: 30%;
    }

    .w-sm-45 {
        width: 45%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .w-sm-60 {
        width: 60%;
    }

    .w-sm-70 {
        width: 70%;
    }

    .w-sm-80 {
        width: 80%;
    }

    .w-sm-90 {
        width: 90%;
    }
}

@media screen and (min-width: 1024px) {
    .login-wrapper {
        width: 77.5rem;
    }

    .company-logo-container {
        padding-top: 2rem;
    }

    header .main {
        min-height: 10rem;
    }

    .client-logo {
        width: 15rem;
        line-height: 10rem;
    }

    /*header .navbar #search-bar {
        padding: 1rem 2rem;
        margin: 0;
    }

        header .navbar #search-bar input[type="search"] {
            padding: 1rem 1.5rem;
        }

        header .navbar #search-bar .search-button {
            right: 28px;
            top: 13px;
        }*/

    header .navbar #search-bar {
        margin-top: 10px
    }

        header .navbar #search-bar .search-input {
            width: 85%;
            font-size: 1.4rem;
            line-height: 1.4rem;
            padding: 0.6rem 0.5rem;
        }

        header .navbar #search-bar .search-open,
        header .navbar #search-bar .search-submit,
        header .navbar #search-bar .search-close {
            width: 28px;
            height: 28px;
            min-height: 2.8rem;
            border: none;
            outline: none;
            vertical-align: middle;
        }

        header .navbar #search-bar .search-open,
        header .navbar #search-bar .search-submit {
            background: url("../../clients/Default/Images/search-icon.svg") no-repeat;
            background-position: 50%;
            background-size: 80%;
            font-size: 1.4rem;
        }

        header .navbar #search-bar .search-close {
            background: url("../../clients/Default/Images/close-icon.svg") no-repeat;
            background-position: 50%;
            background-size: 60%;
            /*text-align: center;*/
        }

    header .navbar-collapse .navbar-nav {
        font-size: 1.5rem;
    }

        header .navbar-collapse .navbar-nav li a {
            padding: 1.5rem;
        }

    header .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        padding: 0;
    }

        header .navbar-nav .dropdown:hover .dropdown-menu li a {
            padding: 1rem;
        }

    .welcome-text {
        font-size: 2.4rem;
    }

    .dashboard-cards {
        margin-bottom: 4rem;
    }

    .dashboard-card {
        margin-bottom: 0;
    }

    .dashboard-table-heading {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .sub-page {
        padding-top: 18rem;
    }

        .sub-page .sub-page-table-controls {
            margin: 1.9rem 0 3rem 0;
        }

        .sub-page .sub-page-section-heading {
            font-size: 2.8rem;
            line-height: 3.7rem;
        }

        .sub-page .sub-page-section-sub-heading {
            font-size: 2.4rem;
            line-height: 3.2rem;
        }

        .sub-page .sub-page-section-description {
            font-size: 1.4rem;
            line-height: 1.9rem;
        }

        .sub-page .sub-page-process-steps {
            margin: 1.5rem 0 5.8rem 0;
        }

        .sub-page .sub-page-table-controls {
            font-size: 1.4rem;
            margin: 1.5rem 0 2rem 0;
        }

            .sub-page .sub-page-table-controls.my-0 {
                margin-top: 0;
                margin-bottom: 0;
            }

        .sub-page .sub-page-table-divider {
            margin-top: 1.5rem;
            padding-bottom: 2rem;
        }

        .sub-page .sub-page-table-controls .records-count {
            font-size: 1.6rem;
        }

    footer ul {
        margin-bottom: 1rem;
    }

    .modal {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .modal-header {
        padding: 3rem 3rem 1.5rem;
    }

        .modal-header .close {
            font-size: 2.6rem;
        }

    .modal-title {
        font-size: 2.8rem;
        line-height: 3.7rem;
    }

    .modal-body {
        margin: 0 3rem 2rem;
    }

        .modal-body ol,
        .modal-body ul {
            padding-left: 15px;
        }

    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }

    .pb-md-0 {
        padding-bottom: 0;
    }

    .btn.btn-primary,
    .btn.btn-secondary {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1120px) {
    header .main {
        min-height: 10rem;
        margin: 0 3rem;
    }

    .client-logo {
        font-size: 2.2rem;
        line-height: 10rem;
    }

    .company-logo-container {
        padding-top: 2.5rem;
    }

        .company-logo-container .company-logo {
            width: 20rem;
            padding-right: 1.5rem;
        }

        .company-logo-container img {
            width: 3.5rem;
        }

        .company-logo-container .logout-arrow img {
            width: 2rem;
        }

    header .navbar {
        border: none;
        min-height: 5rem;
    }

    .dashboard,
    .sub-page {
        padding-top: 19rem;
    }

        .sub-page .sub-page-container {
            margin: 0 3rem;
        }

    .nav-pills li a {
        text-align: left;
    }

        .nav-pills li a span {
            display: inline-block;
            padding-left: 0.5rem;
        }

    .table-filter-bar input,
    .table-filter-bar select {
        margin-bottom: 0;
    }

    .sub-page .sub-page-table-controls .records-info {
        margin-bottom: 0;
    }

    .request-flow > div span {
        display: inline-block;
        padding-left: 0.5rem;
        /*vertical-align: middle;*/
    }

    .request-flow {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

        .request-flow > div {
            display: table-cell;
            font-size: 1.2rem;
            line-height: 3.8rem;
            position: relative;
            background-color: #fff;
            border-top: 1px solid #aeaeae;
            border-bottom: 1px solid #aeaeae;
            padding-left: 6px;
        }

            .request-flow > div::before {
                content: "";
                width: 20px;
                height: 40px;
                background-color: #fff;
                border: 1px solid #aeaeae;
                border-right: none;
                border-radius: 50px 0 0 50px;
                position: absolute;
                left: -16px;
                top: -1px;
            }

            .request-flow > div.visited {
                background-color: #e6889d;
                border: 1px solid hsl(0, 0%, 92%);
                color: #ffffff;
                padding-left: 6px;
            }

                .request-flow > div.visited::before {
                    width: 20px;
                    height: 40px;
                    background-color: #e6889d;
                    border: 1px solid #ebebeb;
                    border-right: none;
                    content: "";
                    left: -16px;
                    border-radius: 50px 0 0 50px;
                    position: absolute;
                    top: -1px;
                }

            .request-flow > div.active {
                background-color: #d91e48;
                border: 1px solid #ebebeb;
                color: #ffffff;
                padding-left: 6px;
            }

                .request-flow > div.active .request-flow-content {
                    background-color: #d91e48;
                }

                .request-flow > div.active::before {
                    width: 20px;
                    height: 40px;
                    background-color: #d91e48;
                    border: 1px solid #ebebeb;
                    border-right: none;
                    content: "";
                    left: -16px;
                    border-radius: 50px 0 0 50px;
                    position: absolute;
                    top: -1px;
                }

            .request-flow > div:first-child {
                border-radius: 50px 0 0 50px;
                overflow: hidden;
                padding-left: 14px;
            }

                .request-flow > div:first-child:before {
                    display: none;
                }

            .request-flow > div:last-child {
                border-radius: 0 50px 50px 0;
                padding-left: 6px;
            }

                .request-flow > div:last-child::after {
                    content: "";
                    width: 20px;
                    height: 40px;
                    background-color: #fff;
                    border: 1px solid #aeaeae;
                    border-left: none;
                    border-radius: 0 50px 50px 0;
                    position: absolute;
                    right: 0;
                    top: -1px;
                }

        .request-flow .request-flow-content {
            text-align: left;
        }

    .sub-page .table th p.string-reduce,
    .sub-page .table td span.string-reduce,
    .sub-page .table td p.string-reduce,
    .sub-page .nested-table-container .highlight td p.string-reduce,
    .sub-page .nested-table-container .nested-table td p.string-reduce {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 1280px) {
    .sub-page .sub-page-container {
        margin: 0 3rem;
    }

    header .main-nav {
        padding: 0 1.5rem;
    }

    header .navbar-collapse .navbar-nav {
        font-size: 1.8rem;
    }

    .sub-page .sub-page-table-container {
        padding-bottom: 3.6rem;
    }

    .sub-page .pagination-controls a {
        margin-right: 2.5rem;
    }

    .sub-page .sub-page-table-buttons {
        margin-top: 3rem;
    }

    .sub-page table {
        table-layout: fixed;
    }

    .sub-page .table thead th {
        padding: 0 1rem 1.5rem 0;
    }

    header .navbar #search-bar-wrapper {
        padding: 0.8rem 2rem;
        margin: 0;
    }

    header .navbar #search-bar {
        margin-top: 0;
        margin-right: 0;
    }

        header .navbar #search-bar.active,
        header .navbar #search-bar:hover {
            background-color: #fff;
        }

        header .navbar #search-bar.active {
            /*width: 100%;*/
            width: 80%;
        }

        header .navbar #search-bar .search-input {
            background-color: #fff;
            color: #000;
            cursor: auto;
            /*display: none;*/
            font-size: 1.7rem;
            line-height: 1.7rem;
            padding: 0.5rem 0.5rem;
        }

        header .navbar #search-bar .search-open,
        header .navbar #search-bar .search-submit {
            font-size: 1.4rem;
            height: 30px;
            width: 30px;
            min-height: 3rem;
        }

        header .navbar #search-bar .search-close {
            width: 30px;
            height: 30px;
            min-height: 3rem;
        }

    .dashboard-card-body {
        height: 12rem;
    }

    .dashboard-card-footer {
        font-size: 2rem;
        padding: 1.5rem 1rem;
    }

    .nav-pills.admin-tabs li a {
        line-height: 4.8rem;
        padding: 0 4rem;
    }

    .admin-tabs-content {
        padding: 3rem;
        margin-bottom: 3.6rem;
    }

    .table-responsive {
        overflow-x: inherit;
    }

    .datepicker-days,
    .table-condensed {
        width: 255px;
    }

    .table-filter-bar input,
    .table-filter-bar select {
        max-width: 22%;
    }

    .text-lg-right {
        text-align: right;
    }
}

/* SEARCH */
#search-bar {
    padding: 0.9rem 2rem 0.9rem 0;
}

    #search-bar input {
        outline: none;
    }

        #search-bar input[type="search"] {
            -webkit-appearance: textfield;
            -webkit-box-sizing: content-box;
            font-family: inherit;
            font-size: 100%;
        }

        #search-bar input::-webkit-search-decoration,
        #search-bar input::-webkit-search-cancel-button {
            display: none;
        }

        #search-bar input[type="search"] {
            background: #ededed url('../../clients/Default/Images/search-icon.svg') no-repeat;
            background-position: 50%;
            border: none;
            padding: 9px 10px 9px 32px;
            width: 55px;
            -webkit-border-radius: 10em;
            -moz-border-radius: 10em;
            border-radius: 10em;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            #search-bar input[type="search"]:focus {
                width: 130px;
                background-color: #fff;
                background-position: 94%;
                border-color: #66cc75;
                -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
                -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
                box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
                padding: 10px 10px 10px 20px;
            }

        #search-bar input:-moz-placeholder {
            color: #999;
        }

        #search-bar input::-webkit-input-placeholder {
            color: #999;
        }

        /* Demo 2 */

        #search-bar input[type="search"]:hover {
            background-color: #fff;
        }

/*#search-bar input:-moz-placeholder {
    color: transparent;
}

#search-bar input::-webkit-input-placeholder {
    color: transparent;
}*/

.input-group-addon {
    background-color: transparent;
    border: none;
    padding: 0 0.5rem 0 1rem;
}

/* TESTING AREA */
@media only screen and (max-width: 760px) {
    .sub-page .data-table tr {
        display: block;
        margin-bottom: 1rem;
    }

    .sub-page .data-table th,
    .sub-page .data-table td {
        display: block;
    }

    .sub-page .data-table thead tr.highlight {
        display: none;
    }

    .sub-page .data-table tbody tr td span {
        display: inline-block;
        white-space: pre-line;
    }

    .sub-page .data-table tbody td {
        position: relative;
        padding-left: 51%;
    }

        .sub-page .data-table tbody td:not(:last-child) {
            border-bottom: none;
        }

    .sub-page .data-table td:before {
        width: 49%;
        background-color: #d91e48;
        border-right: 1px solid #707070;
        color: #fff;
        content: attr(data-heading);
        display: inline-block;
        font-weight: 700;
        left: 0;
        padding: 1rem;
        position: absolute;
        text-align: left;
        top: 0;
    }

    /* hide the Search: text before all input controls commented for Jira ID :416*/
    /*.sub-page .data-table thead#data-table-search th:first-child {
        display: none;
    }*/

    /*.sub-page .data-table thead#data-table-search {
        display: none;
    }*/

    .sub-page .data-table thead#data-table-search th {
        border-bottom: none;
        padding: 0;
    }
}
/*Loader*/
.content-loader {
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
}

    .content-loader .loader-text {
        position: absolute;
        top: 120px;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 30px;
    }

.datepicker-days,
.table-condensed {
    width: 100%;
}

.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
    margin-top: 10px;
}

html body .webui-popover {
    border: 5px solid #6d6e71;
    border-radius: 16px;
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 276px;
    min-height: 50px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-bottom-color: #999999;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-top-width: 0;
    }

        .webui-popover.bottom > .arrow:after, .webui-popover.bottom-right > .arrow:after, .webui-popover.bottom-left > .arrow:after {
            content: " ";
            top: 1px;
            margin-left: -10px;
            border-bottom-color: #ffffff;
            border-top-width: 0;
        }

        .webui-popover.bottom > .arrow::after, .webui-popover.bottom-right > .arrow::after, .webui-popover.bottom-left > .arrow::after {
            border-bottom-color: #6d6e71 !important;
        }

.webui-popover-inner {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.webui-popover .webui-popover-inner .close {
    right: 10px;
    position: relative;
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-weight: 700;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.webui-popover .webui-popover-inner .webui-popover-title {
    background: #fff;
    border: 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -10px;
}

    .webui-popover.top > .arrow, .webui-popover.top-right > .arrow, .webui-popover.top-left > .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
    }

.webui-popover > .arrow {
    border-width: 11px;
}

    .webui-popover > .arrow, .webui-popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-top-color: #ffffff;
        border-style: solid;
        border-bottom-width: 0;
    }

.hcplinkpopupcontent {
    font-weight: bold;
    margin-left: 25%;
}


/* DATATABLE */
.dataTables_filter {
    text-align: right;
}

    .dataTables_filter label {
        font-size: 1.4rem;
    }

    .dataTables_filter .form-control {
        width: auto;
        display: inline-block;
        margin-left: 1rem;
    }

/* btnReset for customer/Fav/edit fav page */
.btnReset {
    margin-top: 20px;
}

/* btnReset for hcp */
.sub-page-heading .hcpresetbtn {
    margin-top: 0px !important;
    min-width: auto;
}

.ml-5 {
    margin-left: 5px;
}

/* _layout footer */
/*@media (min-width:768px){*/
footer {
    bottom: -40px;
}
/*}*/

/* _Defaultlayout footer */
@media (max-width:767px) {
    .user-login {
        bottom: -60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .user-login {
        bottom: 0;
    }
}

/* Dashboard/Pending Req search box */
@media (min-width:1024px) and (max-width:1279px) {
    header .navbar #search-bar .search-input {
        width: 80%;
    }
}

/* Select a Territory popup Request letters */
.sub-page .table tbody td a,
.sub-page .nested-table-container tbody td a {
    cursor: pointer;
}

/*  grid aligment for Request Flow */
@media (min-width:768px) {
    .sub-page .nested-table-container .highlight td p.string-reduce, .sub-page .nested-table-container .nested-table td p.string-reduce {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #myExitRequestSessionPopUp .btn-default {
        min-width: 200px
    }
}

/*  datepicker calander issue on pending req page made common */
.datepicker-dropdown.dropdown-menu {
    min-width: 200px;
}

/*  webui-popover  */
.webui-popover.right .arrow {
    top: 47%;
    left: -15px;
    transform: rotate(90deg);
}

.footer-hr {
    border: none;
}

footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/*_Layout footer IPad issue*/
@media(min-width: 768px) and (max-width: 991px) {
    footer {
        bottom: -65px;
    }

    /*.sub-page .table tbody td,
    .sub-page .nested-table-container > td,
    .sub-page .nested-table-container .highlight td {
        border-bottom: none;
        border-top: none;
    }*/
}

@media (max-width: 767px) {
    footer {
        bottom: -55px;
    }

    /*.sub-page .table tbody td,
    .sub-page .nested-table-container > td,
    .sub-page .nested-table-container .highlight td {
        border-bottom: none;
        border-top: none;
    }*/
}
/*Admin Layout footer*/
@media(min-width: 768px) and (max-width: 1024px) {
    footer {
        bottom: -65px;
    }
}


.html-editor-btn {
    padding-top: 10px;
}

/*Default Layout footer*/
@media(max-width: 767px) {
    body .user-login {
        bottom: -185px;
    }

    footer.Admin-footer {
        bottom: -65px;
    }
}

@media(min-width: 992px) {
    body .user-login {
        bottom: -10px;
    }
}

.sub-page .table#CustomerListTable tbody tr td:nth-last-child(2), .sub-page .table#SelectedHCPTable tbody tr td:nth-last-child(2), .sub-page .table#EditFavoriteListTable tbody tr td:nth-last-child(2) {
    border-right: 1px solid #707070;
}
/*Letters,Contents,Inserts fixed Headers Alignment*/
#tblLettersCodeWithDescrition .py-6, #tblcontentheaders .py-6, #tblinsertheaders .py-6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*UseFavoritesList modal fixed header*/
#myUseFavoriteListModal .modal-body, #mySelectVariableInputModal .modal-body {
    height: 300px;
    overflow: auto;
}

table#tblUseFavoritesList thead th, table#tblSelectVariableInput thead th {
    position: sticky !important;
    position: -webkit-sticky;
    top: -17px;
    z-index: 9;
    background-color: #d91e48;
}

/*Iphone all bottom table border Issue*/
@media (max-width: 991px) and (min-width: 768px) {
    .sub-page .table tbody td, .sub-page .nested-table-container > td,
    .sub-page .nested-table-container .highlight td {
        border-bottom: 1px solid #707070 !important;
    }

        .sub-page .table tbody td input[type="checkbox"],
        .sub-page .nested-table-container > td input[type="checkbox"],
        .sub-page .nested-table-container .highlight td input[type="checkbox"] {
            margin-top: -2px;
        }
}

/*History Display Record Count*/
.records-info.HistoryReportDisplay {
    display: block !important;
    margin-top: 50px !important;
}

@media(max-width: 767px) {
    .records-info.HistoryReportDisplay {
        margin-top: 20px !important;
    }
}
/*mobile/ipad History Page Date is not shown completely and All Status dropdown text is getting cut*/
@media(min-width: 768px) and (max-width: 991px) {
    .sub-page-table-controls .row .col-sm-6 {
        padding-right: 0;
    }

    .HistoryStatusth {
        width: 13% !important;
    }

    .btnDownloadUtilizationReport {
        margin-right: 15px !important;
    }

    .ddlHistoryName {
        width: 200px;
    }
}

/*mobile table top/bottom border*/
@media (max-width: 767px) {
    .sub-page .table tbody td, .sub-page .nested-table-container > td, .sub-page .nested-table-container .highlight td {
        border-top: 1px solid #707070 !important;
    }

    .sub-page .table#CustomerListTable tbody tr td:nth-last-child(2),
    .sub-page .table#SelectedHCPTable tbody tr td:nth-last-child(2),
    .sub-page .table#EditFavoriteListTable tbody tr td:nth-last-child(2)
    /*,.sub-page .table#RequestsTable tbody td:last-child, .sub-page .table#HistoryTable tbody td:last-child,
    .sub-page .table#tblDashboardAlert tbody td:last-child, .sub-page .table#tblDashboard tbody td:last-child,
    .sub-page .table#tblDelete tbody td:last-child, .sub-page .table#tblDashboardDetails tbody td:last-child,
    .sub-page .table#ReviewOrdertable tbody td:last-child*/ {
        border-bottom: 1px solid #707070 !important;
    }

    .sub-page .data-table #tblDashboardDetails thead tr, .sub-page .data-table #ReviewOrdertable thead tr {
        margin-bottom: 0;
    }

    .admin-tabs-content {
        margin-bottom: 3rem !important;
    }

    /*mobile/Iphone text scroll */
    /*.sub-page .nested-table-container .nested-table td p.string-reduce:hover {
        overflow: visible !important;
        white-space: normal !important;
    }*/
}

/*mobile/Iphone text scroll */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .sub-page .nested-table-container .nested-table td p.string-reduce:hover {
        overflow: visible !important;
        white-space: normal !important;
    }
}

/* Html editor fixed width*/
#StaticPageContent .input-group {
    width: 100% !important;
}

/*set width of edit mapping popup*/
#tblInsertsDetails .string-reduce .checkboxInsert {
    display: inline-block;
    width: 5%;
    vertical-align: top;
    margin-top: 3px;
}

#tblInsertsDetails .string-reduce label {
    display: inline-block;
    width: 92%;
}

#editMappingModal .modal-dialog {
    width: 700px;
}

/*set width of search box in admin*/
.dataTables_filter .form-control {
    width: 200px;
}

.admin-modal-title {
    margin-left: -16px;
}


/*IE Browser | Global Search Placeholder Text is displaying Dark in color*/
::placeholder {
    color: #707070 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #707070 !important;
}

::-ms-input-placeholder {
    color: #707070 !important;
}


.admindownload-report {
    padding: 1px 10px;
}

@media (max-width: 991px) {
    .adminadd-btns {
        min-width: 200px !important;
        float: right;
    }
}

.textarea-maxwidth {
    max-width: 100%;
}
/*Admin table Css for Iphone*/
@media(max-width: 767px) {
    .admin-table {
        border: none !important;
    }

    .sub-page table.admin-table tbody td {
        line-height: 2.5 !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .sub-page .data-table .admin-table td:before {
        padding: 7px !important;
    }

    .sub-page table.admin-reporttable tbody td {
        line-height: 2 !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .sub-page .data-table .admin-reporttable td:before {
        padding: 7px !important;
    }

    .table-responsive > .admin-reporttable > tbody > tr > td:last-child {
        border-right: 1px solid #707070 !important;
        border-left: 1px solid #707070 !important;
    }

    /*made data-table empty for mobile view*/
    #CommunicationTrackerTable .dataTables_empty:before, #RequestsTable .dataTables_empty:before, #HistoryTable .dataTables_empty:before, #dtBrandDetials .dataTables_empty:before, #dtInsertBrandDetails .dataTables_empty:before, #dtContentBrandDetails .dataTables_empty:before, #dtVariableInputDetails .dataTables_empty:before, #dtAlertDetails .dataTables_empty:before, #dtTerritoryCapDetails .dataTables_empty:before, #dtAdminBrandDetails .dataTables_empty:before, #dtAdminMediaDetials .dataTables_empty:before {
        display: none;
    }

    #CommunicationTrackerTable .dataTables_empty, #RequestsTable .dataTables_empty, #HistoryTable .dataTables_empty, #dtBrandDetials .dataTables_empty, #dtInsertBrandDetails .dataTables_empty, #dtContentBrandDetails .dataTables_empty, #dtVariableInputDetails .dataTables_empty, #dtAlertDetails .dataTables_empty, #dtTerritoryCapDetails .dataTables_empty, #dtAdminBrandDetails .dataTables_empty, #dtAdminMediaDetials .dataTables_empty {
        padding-left: 10px;
    }

    .noresult td:before {
        display: none !important;
    }

    .noresult td {
        padding-left: 10px !important;
    }
}

@media(min-width: 768px) {
    #HideContentUploadPdf {
        padding-left: 15px;
    }

    .adminform-left {
        padding-right: 7px !important;
    }

    .adminform-right {
        padding-left: 7px !important;
    }
}

.admin-checkbox {
    vertical-align: top;
    margin-top: 2px !important;
}

@media(max-width: 767px) {
    .form-admin {
        padding-left: 0 !important;
    }

    #editMappingModal .modal-dialog {
        width: auto;
    }

    /*added css for all tables where values is empty */
    .sub-page .table tbody td,
    .sub-page .nested-table-container > td,
    .sub-page .nested-table-container .highlight td {
        min-height: 34px;
    }

    .hideHistoryth {
        display: none !important;
    }
}

@media(min-width: 992px) and (max-width: 1025px) {
    #ddlHistoryStatus {
        padding: 6px 5px !important;
    }
}

#bs-example-navbar-collapse-1 li.active-menu {
    background-color: #dedede;
}

#editor {
    width: 99%;
}

@media(max-width: 767px) {
    .htmleditordiv {
        padding: 0 7px;
    }

        .htmleditordiv > :first-child {
            width: 99% !important;
        }
}

/*Hide Border for all admin tables dropdown/filter */
.admin-noborder, #dtBrandDetials, #dtInsertBrandDetails, #dtContentBrandDetails, #dtVariableInputDetails, #dtAlertDetails, #dtAdminBrandDetails, dtAdminMediaDetials {
    border: none !important;
}

@media(min-width: 768px) and (max-width: 1025px) {
    .thLetterStatus {
        min-width: 100px;
    }
}

#editLetterModal {
    overflow-x: hidden;
    overflow-y: auto;
}
#editInsertModal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*given min height scroll fixed for footer*/
.sub-page {
    min-height: 100%;
}

@media(min-width: 992px) {
    footer {
        bottom: -15px !important;
    }

    .admin-tabs-content {
        margin-bottom: 50px !important;
    }
}

.StaticLayouthr {
    border: none;
}

#tblSelectVariableInput {
    border-right: 1px solid #707070;
}

@-moz-document url-prefix() {
    body footer {
        bottom: -40px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, body footer {
        bottom: -40px !important;
    }
}

/*@media(min-width: 1025px) { // Commented because Image was not visible 
    header .navbar #search-bar .search-open,
    header .navbar #search-bar .search-submit {
        width: auto !important;
    }
}*/
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
    body.login {
        overflow: initial !important;
    }

    body .user-login {
        bottom: -270px !important;
    }
}

@media(max-width: 767px) {
    body.login {
        overflow: auto !important;
        height: initial !important;
        padding-bottom: 1rem;
    }

        body.login .login-wrapper {
            padding-bottom: 1rem;
        }

        body.login footer {
            position: static !important;
        }

            body.login footer .sub-page-container {
                overflow: hidden;
            }
}



.dataTables_empty {
    border: 1px solid #707070 !important;
}

@media(max-width:767px) {
    .table-MainTable {
        table-layout: initial !important;
    }

        .table-MainTable .MainTableTH {
            position: absolute;
            width: 170px;
            z-index: 9;
        }

        .table-MainTable .table-right .table-head {
            margin-left: 169px;
        }

        .table-MainTable .TableHighlight {
            position: absolute;
            z-index: 9;
            width: 170px !important;
            background-color: #fff;
            border-right: 1px solid #707070;
        }

            .table-MainTable .TableHighlight .tblHighlightnested {
                table-layout: fixed !important;
            }

    body .table-MainTable .chkboxTableHead {
        margin-left: 169px;
    }

    body .table-MainTable .RightSectionTableBody {
        margin-left: 169px;
    }

    .tblHighlightnestedTR {
        display: none;
    }

    .sub-page .nested-table-container .table-right .highlight td {
        line-height: 1.1 !important;
    }
}

#nav ul li .active {
    background-color: #d91e48;
    color: #fff;
}

    #nav ul li .active:hover {
        color: #333;
    }

/*on actual device getting a tag */
#ProfileSelectedHCPTable p a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

/*added for datetime picker AM/PM btn*/
@media screen and (min-width: 768px) {
    .datepickertimebtn .btn.btn-primary {
        min-width: 50px !important;
    }
}

/*IE Browser | Table columns border for Variable Input table is not proper in IE*/
_:-ms-fullscreen, :root table#tblUseFavoritesList thead th,
table#tblSelectVariableInput thead th {
    position: static !important;
}

/*popup alignment for request flow*/
.webui-popover.left .arrow {
    right: -16px !important;
    top: 44% !important;
    transform: rotate( -90deg ) !important;
}
/*search bar icon for all browsers*/
@media screen and (min-width: 1280px) {
    header .navbar #search-bar .search-submit {
        width: 25px !important;
    }
}

/*Mac Safari browser MNG-539*/
@supports (-webkit-hyphens:none) {

    body footer {
        bottom: -35px !important;
    }
}
