﻿@charset "UTF-8";

#scroll-to-top {
    position: fixed;
    bottom: -50px;
    right: 20px;
    background: rgba(0,0,0,.5);
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 500
}

    #scroll-to-top.show {
        bottom: 20px;
        opacity: 1
    }

    #scroll-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        top: 11px;
        font-size: 25px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

@media only screen and (hover:hover) {
    #scroll-to-top:hover {
        background: #0772b8
    }

        #scroll-to-top:hover i {
            color: #fff;
            top: 4px
        }
}

@media only screen and (max-width:575px) {
    #scroll-to-top {
        bottom: -40px;
        right: 15px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px
    }

        #scroll-to-top.show {
            bottom: 15px
        }

        #scroll-to-top i {
            font-size: 20px;
            top: 9px
        }
}

.menu-icon {
    display: inline-block;
    cursor: pointer;
    margin-top: 5px
}

.menu-bar1, .menu-bar2, .menu-bar3 {
    width: 25px;
    height: 2px;
    background-color: #ad0119;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.menu-bar1 {
    margin: 0 0 6px
}

.menu-bar2 {
    margin: 6px 0
}

.menu-bar3 {
    margin: 6px 0 0
}

.change .menu-bar1 {
    -webkit-transform: rotate(135deg) translate(6px,-6px);
    -moz-transition: rotate(135deg) translate(6px,-6px);
    -ms-transform: rotate(135deg) translate(6px,-6px);
    -o-transform: rotate(135deg) translate(6px,-6px);
    transform: rotate(135deg) translate(6px,-6px)
}

.change .menu-bar2 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0
}

.change .menu-bar3 {
    -webkit-transform: rotate(225deg) translate(5px,6px);
    -moz-transform: rotate(225deg) translate(5px,6px);
    -ms-transform: rotate(225deg) translate(5px,6px);
    -o-transform: rotate(225deg) translate(5px,6px);
    transform: rotate(225deg) translate(5px,6px)
}

@media only screen and (max-width:767px) {
    .only-show-lg, .only-show-md, .only-show-sm {
        display: none
    }

    .only-hide-xs {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .only-show-lg, .only-show-md, .only-show-xs {
        display: none
    }

    .only-hide-sm {
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .only-show-lg, .only-show-sm, .only-show-xs {
        display: none
    }

    .only-hide-md {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .only-show-md, .only-show-sm, .only-show-xs {
        display: none
    }

    .only-hide-lg {
        display: none
    }
}

.same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .same-height > [class*=col-] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media only screen and (max-width:575px) {
    .only-show-lg, .only-show-md, .only-show-sm, .only-show-xl {
        display: none !important
    }

    .only-hide-xx {
        display: none !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .only-show-lg, .only-show-md, .only-show-sm, .only-show-xl, .only-show-xx {
        display: none !important
    }

    .only-hide-xs {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .only-show-lg, .only-show-md, .only-show-xl, .only-show-xs, .only-show-xx {
        display: none !important
    }

    .only-hide-sm {
        display: none !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .only-show-lg, .only-show-sm, .only-show-xl, .only-show-xs, .only-show-xx {
        display: none !important
    }

    .only-hide-md {
        display: none !important
    }
}

@media only screen and (min-width:1200px) {
    .og341nly-show-md, .only-show-sm, .only-show-xl, .only-show-xs, .only-show-xx {
        display: none !important
    }

    .only-hide-lg {
        display: none !important
    }
}

@media only screen and (min-width:1400px) {
    .only-show-lg, .only-show-md, .only-show-sm, .only-show-xs, .only-show-xx {
        display: none !important
    }

    .only-hide-xl {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .show-sm-up {
        display: none !important
    }

    .hide-xs-down {
        display: none !important
    }
}

@media only screen and (max-width:991px) {
    .show-md-up {
        display: none !important
    }

    .hide-sm-down {
        display: none !important
    }
}

@media only screen and (max-width:1199px) {
    .show-lg-up {
        display: none !important
    }

    .hide-md-down {
        display: none !important
    }
}

@media only screen and (max-width:1399px) {
    .show-xl-up {
        display: none !important
    }

    .hide-lg-down {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .show-xs-down {
        display: none !important
    }

    .hide-sm-up {
        display: none !important
    }
}

@media only screen and (min-width:992px) {
    .show-sm-down {
        display: none !important
    }

    .hide-md-up {
        display: none !important
    }
}

@media only screen and (min-width:1200px) {
    .show-md-down {
        display: none !important
    }

    .hide-lg-up {
        display: none !important
    }
}

@media only screen and (min-width:1400px) {
    .show-lg-down {
        display: none !important
    }

    .hide-xl-up {
        display: none !important
    }
}

html {
    font-size: 15px
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    right: 0;
    font-family: "Open Sans";
    font-size: 1em;
    font-weight: 400;
    background: #ddd;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

body, html {
    height: 100%
}

* {
    outline: 0 !important
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    outline: 0;
    margin: auto;
    position: relative;
    background: #efefef
}

.main-content {
    padding-bottom: 115px
}

.sggHeader {
    color: #666;
    font-size: .85em;
    padding: 5px 0 5px 12px;
    text-align: left;
    display: none
}

    .sggHeader img {
        margin-right: 5px
    }


.navbar.navbar-default {
    background: #fff;
    height: auto;
    border: none;
    border-bottom: 5px solid #ccc;
    margin: 0;
    border-radius: 0;
    z-index: 99
}



.navbar-default .navbar-brand {
    height: auto;
    padding: 20px 15px
}

.navbar-brand > img {
    display: inline-block;
    margin-right: 0;
    border-right: none;
    padding-right: 0
}

.logo-tagline {
    color: #666;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 10px;
    text-align: left;
    font-size: .9em
}

.navbar-main {
    float: right
}

.navbar-default .navbar-collapse {
    padding: 0;
    float: left
}

.navbar-default .navbar-nav > li > a {
    color: #126b73;
    text-transform: none;
    font-weight: 600;
    font-size: .9em;
    border-left: 1px solid #ccc !important;
    padding: 15px 0;
    height: 99px;
    position: relative;
    min-width: 150px
}

.navbar-default .navbar-nav li:last-child a {
    border-right: 1px solid #ccc
}

.navbar-nav .dropdown-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 10px solid #bd2c57;
    border-top: 10px solid transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #bd2c57;
    background: 0 0
}

    .navbar-default .navbar-nav > .active > a::after, .navbar-default .navbar-nav > li > a:hover::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #bd2c57;
        left: 0;
        bottom: -5px;
        position: absolute
    }

.navbar-default .navbar-nav > .open > a::after {
    display: none
}

.navbar-default .navbar-nav > li > a .fal {
    display: block;
    font-size: 2.2em;
    font-weight: 300
}

.navbar-user {
    float: right
}

    .navbar-user .dropdown {
        display: inline-block
    }

        .navbar-user .dropdown .dropdown-toggle {
            padding: 35px 20px;
            display: block;
            text-decoration: none !important
        }

        .navbar-user .dropdown .user-btn.dropdown-toggle {
            padding-right: 0
        }

        .navbar-user .dropdown .dropdown-toggle .fal, .navbar-user .dropdown .dropdown-toggle .fas {
            font-size: 1.8em;
            font-weight: 300;
            color: #126b73;
            display: inline-block
        }

        .navbar-user .dropdown .dropdown-toggle .fas {
            vertical-align: bottom
        }

        .navbar-user .dropdown .dropdown-toggle.user-btn:hover span, .navbar-user .dropdown .dropdown-toggle:hover .fal, .navbar-user .dropdown .dropdown-toggle:hover .fas {
            color: #bd2c57
        }

.navbar-user {
    padding: 0 !important
}

    .navbar-user.non-logged-in {
        margin: 0
    }

.notification-btn {
    position: relative
}

    .notification-btn .sup {
        position: absolute;
        top: 15px;
        font-size: .8em;
        background: #126b73;
        width: 26px;
        height: 26px;
        line-height: 26px;
        color: #fff;
        border-radius: 50%;
        right: 3px
    }

    .notification-btn:hover .sup {
        background: #bd2c57
    }

.navbar-user .dropdown .dropdown-toggle.user-btn .fal {
    margin-right: 5px
}

.navbar-user .dropdown .dropdown-toggle.user-btn span {
    color: #666;
    position: relative
}

.navbar-default .dropdown-menu {
    min-width: 200px;
    right: 0;
    left: auto;
    border-radius: 0;
    margin-top: 5px !important;
    box-shadow: none;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding: 0
}

.notification .dropdown-menu {
    min-width: 300px
}

.notification.dropdown.open, .user.dropdown.open {
    background: #fff;
    color: #333
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #fff;
    color: #333
}

.notification.dropdown.open .notification-btn .sup {
    background: #333;
    color: #fff
}

.navbar-user .dropdown.open .dropdown-toggle .fal, .navbar-user .dropdown.open .dropdown-toggle .fas, .navbar-user .dropdown.open .dropdown-toggle.user-btn span {
    color: #333
}

.user .dropdown-menu {
    padding: 0
}

.dropdown-menu li a {
    text-align: left;
    padding: 10px 10px;
    background: 0 0 !important;
    border-bottom: 1px solid #ddd;
    color: #666;
    border-right: none !important
}

    .dropdown-menu li a:hover {
        background: 0 0 !important;
        color: #126b73
    }

.dropdown-menu li:last-child a {
    border: none
}

.notification .dropdown-menu a.dropdown-item {
    width: 40px;
    height: auto;
    display: inline-block;
    float: left;
    text-decoration: none;
    border: none;
    padding: 0
}

    .notification .dropdown-menu a.dropdown-item .rounded-circle {
        width: 100%;
        border-radius: 50%
    }

.notification .dropdown-menu .media-body {
    margin-left: 10px;
    position: relative;
    font-size: 1em;
    padding-right: 0;
    overflow: visible
}

    .notification .dropdown-menu .media-body .text-muted {
        display: block;
        color: #666;
        margin-bottom: 0
    }

.notification .dropdown-menu li {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd
}

    .notification .dropdown-menu li:last-child {
        border: none
    }

.text-center.link-block a.dropdown-item {
    width: 100%;
    height: auto;
    font-size: .85em;
    color: #e0a100;
    text-align: center;
    background: 0 0 !important
}

    .text-center.link-block a.dropdown-item:hover {
        color: #bd2c57
    }

ul.dropdown-menu li.userInfo {
    text-align: left;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #126b73
}

    ul.dropdown-menu li.userInfo:before {
        width: 6px;
        height: 60px;
        background: #fba22b;
        color: #fba22b;
        content: "\f0da";
        display: block;
        position: absolute;
        left: -1px;
        top: 0;
        font-family: "Font Awesome 5 Pro";
        padding-left: 4px;
        font-size: 2em;
        font-weight: 700;
        padding-top: 10px
    }

.dropdown-menu.adminstration-menu {
    width: 600px;
    padding: 0 25px
}

.dropdown-menu.user-menu {
    width: 400px;
    padding: 0 25px
}

    .dropdown-menu.adminstration-menu a, .dropdown-menu.user-menu a {
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #ddd !important;
        position: relative;
        padding-left: 0
    }

        .dropdown-menu.adminstration-menu a:before, .dropdown-menu.user-menu a::before {
            content: "\f054";
            position: absolute;
            right: 5px;
            font-family: "Font Awesome 5 Pro"
        }

    .dropdown-menu.adminstration-menu h4, .dropdown-menu.user-menu h4 {
        text-transform: uppercase;
        padding: 10px 10px 0 0;
        font-weight: 600;
        font-size: 1em;
        color: #126b73
    }

.dropdown-menu li .sub-menus {
    padding-top: 10px
}

    .dropdown-menu li .sub-menus a {
        font-weight: 600;
        font-size: 1em;
        text-transform: uppercase;
        border: none !important;
        color: #126b73
    }

.dropdown-menu.adminstration-menu .col-sm-4 a:last-child, .dropdown-menu.user-menu .col-sm-6 a:last-child {
    border: none !important
}

.dropdown-menu.adminstration-menu .col-sm-4 a:last-child, .dropdown-menu.user-menu .col-sm-4 a:last-child, .dropdown-menu.user-menu .col-sm-6 a:last-child, dropdown-menu.adminstration-menu .col-sm-6 a:last-child {
    border: none !important
}

.navbar-user .fa-lock-alt {
    position: absolute;
    height: 42px;
    width: 40px;
    text-align: center;
    background: #fff;
    top: 50%;
    left: 1px;
    border-radius: 5px 0 0 5px;
    line-height: 45px;
    color: #ba2b57;
    font-size: 1.2em;
    margin-top: -21px
}

.navbar-user .btn.btn-accent.btn-lg {
    position: relative;
    padding-left: 47px;
    border: thin solid #ba2b57
}

.landing-page > section.links ul li > a span.block {
    font-weight: 600
}

.heading {
    color: #2a7a82;
    font-size: 1.6em;
    font-weight: 400;
    padding: 20px 0;
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .heading span {
        display: block;
        font-size: .5em;
        font-weight: 600;
        margin-top: 10px;
        line-height: 100%
    }

    .heading strong {
        font-weight: 600
    }

.heading-small {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 20px
}

ol.breadcrumb {
    background: 0 0;
    font-size: 50%;
    padding: 0;
    margin: 0 0 5px 0
}

    ol.breadcrumb li a {
        color: #666;
        font-size: .85rem
    }

.no-margin {
    margin: 0
}

.welcome-user {
    background: #bd2c57;
    background: -moz-linear-gradient(90deg,#bd2c57 15%,#136b73 77%);
    background: -webkit-linear-gradient(90deg,#bd2c57 15%,#136b73 77%);
    background: linear-gradient(90deg,#bd2c57 15%,#136b73 77%);
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 3px 3px 5px #bbb;
    margin-bottom: 15px
}

.welcome-user-details {
    text-align: left;
    color: #fff;
    float: left;
    padding: 15px 20px
}

    .welcome-user-details p {
        margin-bottom: 0
    }

        .welcome-user-details p strong {
            font-weight: 600;
            font-size: 1.3em
        }

.welcome-user-links {
    float: right;
    margin-right: 120px
}

    .welcome-user-links.no-margin {
        margin: 0
    }

    .welcome-user-links a {
        display: inline-block;
        color: #fff;
        padding: 20px;
        border-left: 1px solid rgba(255,255,255,.2);
        text-decoration: none
    }

        .welcome-user-links a .fal {
            display: block;
            font-size: 2.2em;
            margin-bottom: 6px
        }

.new-case {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px
}

    .new-case a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 20px 0;
        color: #000;
        text-decoration: none;
        background: #e0a100;
        border-radius: 0 5px 5px 0
    }

        .new-case a:hover {
            background: #bd2c57;
            color: #fff
        }

        .new-case a .fal {
            display: block;
            font-size: 3em
        }

.table-top-sorting {
    display: table;
    clear: both;
    margin: 0 0 15px 0;
    float: left;
    width: 100%
}

    .table-top-sorting .cell {
        display: table-cell;
        vertical-align: top;
        padding: 10px
    }

        .table-top-sorting .cell:first-child {
            padding-left: 0
        }

        .table-top-sorting .cell:last-child {
            padding-right: 0
        }

        .table-top-sorting .cell.table-heading {
            width: 20%;
            text-align: left
        }

.table-heading {
    color: #126b73;
    font-size: 1.8em
}

.table-top-sorting .cell .form-control {
    height: 44px;
    border-color: #ccc;
    box-shadow: none
}

.table-top-sorting .cell .input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 2px
}

.table-advanced-search.cell {
    vertical-align: middle;
    padding: 0
}

.advanced-search {
    display: block;
    padding-left: 40px;
    position: relative;
    text-align: left
}

    .advanced-search.active, .advanced-search:hover {
        cursor: pointer;
        color: #bd2c57
    }

    .advanced-search::before {
        content: "\f1de";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 5px;
        font-size: 24px;
        top: -5px
    }

.advanced-search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 99;
    display: none
}

.advanced-search-container {
    background: #fff;
    padding: 30px 40px 10px 40px;
    clear: both;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 999;
    border-left: 5px solid #bd2c57
}

.advanced-search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #bd2c57;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #bd2c57;
    border-radius: 50%;
    color: #fff
}

    .advanced-search-close:hover {
        cursor: pointer
    }

.advanced-search-container .control-label {
    font-weight: 400;
    padding-top: 8px;
    text-align: right
}

.advanced-search-container .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.advanced-search-container .heading-small {
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin-bottom: 24px
}

.table-top-sorting .cell .input-group .form-control {
    border: none;
    height: 42px;
    min-width: 400px
}

.table-top-sorting .cell .input-group .input-group-btn > .btn {
    background: 0 0;
    border: none;
    padding: 0 10px;
    box-shadow: none
}

    .table-top-sorting .cell .input-group .input-group-btn > .btn i {
        color: #126b73;
        font-size: 2em
    }

.data-table .table-responsive {
    overflow: unset
}

.data-table .data-table-horizontal-scroll .table-responsive {
    overflow-x: auto
}

.form-content .data-table .table-responsive {
    border: 1px solid #ccc
}

.data-table {
    float: left;
    width: 100%
}

.table-tabs .nav-tabs {
    border-bottom: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff
}

    .table-tabs .nav-tabs li, .table-tabs .nav-tabs li a {
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: 0 0 !important
    }

        .table-tabs .nav-tabs li a {
            padding: 20px 25px;
            color: #666;
            font-size: 1.1em;
            position: relative
        }

            .table-tabs .nav-tabs li a span.badge {
                border: 1px solid #126b73;
                display: inline-block;
                vertical-align: middle;
                margin-left: 10px;
                padding: 4px 7px;
                line-height: 100%;
                border-radius: 15px;
                font-size: .9em;
                color: #333;
                min-width: 40px;
                background: 0 0;
                font-weight: 400
            }

    .table-tabs .nav-tabs > li.active > a::after, .table-tabs .nav-tabs > li.active > a:focus::after, .table-tabs .nav-tabs > li.active > a:hover::after, .table-tabs .nav-tabs > li > a:hover::after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -2px;
        border-bottom: 10px solid #126b73;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        z-index: 99
    }

    .table-tabs .nav-tabs > li.active > a span, .table-tabs .nav-tabs > li > a:hover span {
        background: #126b73;
        color: #fff
    }

.showing-result {
    color: #666
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #126b73;
    border-color: #126b73
}

.pagination > li > a, .pagination > li > span {
    color: #126b73
}

.data-table .check-control {
    margin: 0;
    clear: both;
    padding: 0
}

.check-control {
    font-weight: 400;
    width: 100%;
    position: relative;
    color: #003473;
    font-size: 20px;
    display: inline-block;
    vertical-align: top
}

.form-group .check-control {
    padding-left: 34px;
    text-align: left;
    color: #666;
    font-size: 1.1em
}

.input-group .input-group-addon {
    padding: 0;
    border: none;
    background: 0 0
}

    .input-group .input-group-addon .form-control {
        width: 60px;
        margin-right: 3px;
        border-radius: 4px 0 0 4px
    }

.input-group.unit-group {
    width: 100%
}

    .input-group.unit-group .input-group-addon {
        width: 50%
    }

        .input-group.unit-group .input-group-addon .form-control {
            width: 98%;
            margin-right: 3px
        }

.check-control:hover {
    cursor: pointer
}

.table-search-result .check-control {
    padding-left: 0
}

.check-control input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 9999
}

.checkbox-overlay {
    background: rgba(0,0,0,0) url(../../../images/unchecked.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 24px
}

.check-control input[type=checkbox]:checked + .checkbox-overlay {
    background: rgba(0,0,0,0) url(../../../images/checked.png) no-repeat scroll 0 0;
    height: 24px;
    width: 24px
}

.sorting {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute
}

    .sorting span {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block
    }

        .sorting span::after {
            position: absolute;
            font-family: "Font Awesome 5 Pro";
            font-weight: 600;
            vertical-align: middle;
            display: inline-block;
            font-size: 1em;
            line-height: 100%;
            color: #fff;
            left: -2px;
            top: 4px
        }

        .sorting span.sort::after {
            content: ""
        }

        .sorting span.asc::after {
            content: ""
        }

        .sorting span.des::after {
            content: ""
        }

.data-table .table > thead > tr > th {
    background: #e6f2f5 !important;
    padding: 15px 20px;
    text-align: left;
    border: none !important;
    color: #126b73 !important;
    font-weight: 400;
    border-bottom: 3px solid #126b73 !important;
    border-top: 1px solid #126b73 !important;
    vertical-align: top;
    font-size: 1.1rem
}

.intranet-listings .data-table .table > thead > tr > th {
    border-top: 4px solid #126b73;
    position: relative
}

.data-table .table > thead > tr > th {
    white-space: nowrap
}

.data-table .table {
    margin-bottom: 0
}

.table-striped > tbody > tr {
    background: #fff
}

.data-table .table tbody tr td:last-child {
    border-right: 1px solid #ddd
}

.task-notification .data-table {
    border: 1px solid #ddd
}

    .task-notification .data-table .table tbody tr td:last-child {
        border-right: none
    }

.data-table .table tbody tr td:first-child {
    position: relative
}

    .data-table .table tbody tr td:first-child::before {
        position: absolute;
        height: 100%;
        width: 1px;
        left: 0;
        background: #ddd;
        content: "";
        top: 0
    }

.data-table .table tbody tr:last-child td {
    border-bottom: 1px solid #ddd
}

.task-notification .data-table .table tbody tr:last-child td {
    border-bottom: none
}

.panel-group .data-table .table tbody tr td:last-child {
    border-right: none
}

.panel-group .data-table .table tbody tr td:first-child {
    position: relative
}

    .panel-group .data-table .table tbody tr td:first-child::before {
        display: none
    }

.panel-group .data-table .table tbody tr:last-child td {
    border-bottom: none
}

.data-table .table > tbody > tr > td {
    padding: 20px;
    text-align: left;
    vertical-align: middle
}

    .data-table .table > tbody > tr > td.has-link a {
        color: #126b73
    }

.pagination-main {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0
}

    .pagination-main .pagination {
        margin: 0
    }

.button-center, .button-right {
    text-align: center;
    margin: 20px 0
}

    .button-center .btn, .button-right .btn {
        background: #333;
        color: #fff;
        min-width: 120px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 1em;
        padding: 10px 18px;
        border: none
    }

        .button-center .btn span, .button-right .btn span {
            text-transform: lowercase
        }

        .button-center .btn.btn-action, .button-right .btn.btn-action {
            background: #bd2c57
        }

            .button-center .btn.btn-action.green, .button-right .btn.btn-action.green {
                background: #126b73
            }

        .button-center .btn:hover, .button-right .btn:hover {
            background: #126b73 !important
        }

.modal-footer .btn {
    background: #666;
    color: #fff;
    min-width: 100px;
    text-transform: uppercase
}

.button-hint a {
    display: block;
    color: #126b73;
    margin-top: 5px
}

.button-hint .tooltip.in {
    opacity: 1 !important
}

.button-hint .tooltip-inner {
    background: #e9f5f7;
    color: #333;
    border: 1px solid #2a7a82;
    opacity: 1;
    font-family: "Open Sans";
    min-width: 300px;
    padding: 10px;
    text-align: left;
    line-height: 20px;
    text-shadow: none;
    font-size: 13px
}

.button-hint .tooltip.top .tooltip-arrow {
    border-top-color: #2a7a82;
    border-width: 10px;
    bottom: -15px !important
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.confirmation {
    font-size: 1.4em
}

.modal-footer .btn.btn-action {
    background: #bd2c57
}

.uploadtd.table > thead > tr > th {
    border: none;
    padding-left: 0
}

.data-table .table > tbody > tr > td.action {
    white-space: nowrap
}

.action a {
    display: inline-block;
    margin: 0 2px
}

.table-dropdown {
    float: right;
    list-style: outside none none;
    padding: 0;
    width: 100%;
    margin-bottom: 0
}

    .table-dropdown .btn.btn-primary.dropdown-toggle {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border-radius: 5px;
        display: block;
        font-size: 14px;
        text-transform: none;
        text-align: left;
        width: 100%;
        border: 1px solid #126b73;
        color: #126b73;
        position: relative;
        padding-right: 20px
    }

    .table-dropdown .dropdown.open .btn.btn-primary.dropdown-toggle {
        background: #126b73;
        border-radius: 5px 5px 0 0;
        border: 1px solid #126b73;
        color: #fff
    }

    .table-dropdown .btn.btn-primary.dropdown-toggle .fal {
        position: absolute;
        right: 5px;
        top: 10px
    }

    .table-dropdown .dropdown-menu {
        border: medium none;
        border-radius: 0 0 5px 5px;
        box-shadow: none;
        left: auto;
        padding: 0;
        right: 0;
        top: 32px;
        margin: 0;
        background: #126b73
    }

        .table-dropdown .dropdown-menu li a {
            display: block;
            font-size: 13px;
            padding: 8px 10px;
            margin: 0;
            width: 100%
        }

            .table-dropdown .dropdown-menu li a i {
                color: #fff;
                font-size: 20px;
                min-width: 26px;
                margin-right: 10px
            }

            .table-dropdown .dropdown-menu li a, .table-dropdown .dropdown-menu li a:hover {
                border-bottom: 1px solid #337b81;
                color: #fff
            }

        .table-dropdown .dropdown-menu li:last-child a {
            border: none;
            border-radius: 0 0 5px 5px
        }

    .table-dropdown .btn.btn-primary.dropdown-toggle .fa {
        font-size: 26px;
        position: absolute;
        right: 0;
        top: 4px;
        width: 30px
    }

.alert {
    border-radius: 0;
    padding: 10px 20px;
    padding-bottom: 0;
    box-shadow: none;
    text-align: left;
    border-radius: 5px
}

    .alert h2 span {
        display: block;
        font-size: 16px;
        margin-top: 10px;
        color: #333
    }

    .alert.alert-small {
        padding: 5px 15px
    }

    .alert h2 {
        padding-left: 80px;
        position: relative
    }

    .alert.alert-small h2 {
        padding-left: 50px;
        font-size: 16px;
        min-height: 40px;
        margin: 5px 0;
        display: flex;
        align-items: center;
        line-height: 1.6
    }

    .alert h2:before {
        font-size: 1.2em;
        position: absolute;
        left: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
        top: 50%;
        margin-top: -35px;
        color: #fff
    }

    .alert.alert-small h2::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: auto;
        margin-top: 0;
        font-size: 1.4em
    }

    .alert.alert-success h2::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        background: #5abb5c
    }

.alert-success {
    color: #5abb5c;
    background-color: #fff;
    border-color: #d6e9c6;
    border-left: 5px solid #5abb5c
}

.alert.alert-primary h2::before {
    content: "\f129";
    font-family: "Font Awesome 5 Pro";
    background: #004085
}

.alert-primary {
    color: #004085;
    background-color: #fff;
    border-color: #cce5ff;
    border-left: 5px solid #004085
}

.alert.alert-danger h2::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    background: #a94442
}

.alert-danger {
    color: #a94442;
    background-color: #fff;
    border-color: #e3caca;
    border-left: 5px solid #a94442
}

.alert.alert-warning h2::before {
    content: "\f12a";
    font-family: "Font Awesome 5 Pro";
    background: #d09633
}

.alert-warning {
    color: #d09633;
    background-color: #fff;
    border-color: #efe7db;
    border-left: 5px solid #d09633
}

.alert p {
    margin: 20px 10px 10px 80px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    display: block;
    color: #333;
    padding-bottom: 10px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -5px;
    right: -13px;
    color: inherit;
    opacity: 1
}

.alert.alert-small .close {
    top: -2px;
    right: -9px
}

.alert.alert-small .alert-success {
    color: #4a9b3c
}

.alert.alert-small .alert-warning {
    color: #c08623
}

.qntype-single.ans-option-grp div {
    justify-content: center;
    align-items: center
}

button.btn.btn-lg.qntype-binary-item.active {
    border: none
}

.qntype-btnlist-btn {
    background: #fff;
    color: #2a7a82;
    border: 2px solid #ccc !important
}

button.btn.btn-lg.simulator-btn.qntype-check-btn {
    background: #fff;
    border: 1px solid #2a7a82;
    color: #2a7a82;
    min-width: 110px !important;
    font-size: 1.3em
}

.img-overlay-container img.qntype-binary-item-img-big3.filter-img.img-overlay {
    position: absolute;
    left: 0;
    top: 0
}

.img-overlay-container {
    position: relative
}

    .img-overlay-container img.qntype-binary-item-img-big3.filter-img.img-overlay {
        width: 100%
    }

.outcome-simulator-quantum {
    margin-left: 0;
    margin-right: 0
}

.img-overlay-container .qntype-binary-item-img-big3 {
    width: 100%
}

.liability-qn .row {
    padding-left: 0 !important
}

.globalFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 91
}

.miniSitemap {
    text-align: center;
    padding: 15px 0;
    background: #fff
}

.sitemap {
    margin-top: 0
}

    .sitemap a {
        margin-right: 36px;
        color: #333
    }

        .sitemap a:hover {
            color: #bd2c57
        }

.copyright span {
    color: #ddd;
    font-size: .9em
}

.footer {
    display: block;
    padding: 16px 10px 10px 10px;
    font-size: .85em;
    font-weight: 400;
    color: #fff;
    background-color: #273945;
    text-align: left;
    z-index: 99
}

.footer-link {
    margin-left: 30px
}

    .footer-link, .footer-link:active, .footer-link:hover, .footer-link:visited {
        color: inherit
    }

#scroll-to-top:hover {
    background: #bd2c57
}

.terms {
    margin-top: 8px
}

.social-link-block {
    float: right
}

.social-link {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    font-size: 1.2em;
    padding-top: 5px;
    padding-left: 2px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 10px
}

a.social-link:last-child {
    margin-right: 0 !important
}

.social-link:hover {
    color: #000 !important;
    background-color: #fff !important
}

.social-link.facebook {
    background-color: #475993
}

.social-link.twitter {
    background-color: #76a9ea
}

.social-link.youtube {
    background-color: #f61c0d
}

.mandatory {
    text-align: left;
    font-size: .9em;
    color: #666;
    line-height: 100%;
    margin-bottom: 10px
}

    .mandatory span {
        color: #a94442;
        margin-right: 5px
    }

.form-heading {
    text-align: left;
    padding: 12px 20px 12px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 20px;
    position: relative;
    color: #126b73;
    letter-spacing: .2em
}

#case_details .form-heading {
    border: none;
    color: #666;
    margin-bottom: 5px
}

    #case_details .form-heading::after {
        display: none
    }

.sub-form-heading {
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 1.1em;
    color: #666;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 2px
}

    .sub-form-heading::after {
        content: "";
        width: 60px;
        height: 5px;
        background: #126b73;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -30px
    }

.form-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

    .form-content.left-padding {
        padding-left: 14px
    }

.no-heading .form-content {
    padding-top: 30px
}

.form-body .form-content:last-child {
    border: none
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left
}

.form-control-static {
    font-weight: 600
}

p.form-control-static.wordwrap {
    word-break: break-all
}

.error, .hint {
    text-align: left;
    color: #a94442;
    display: block;
    padding-top: 5px;
    font-size: .85em
}



@media only screen and (max-width:767px) {
    .form-horizontal .control-label {
        font-weight: 400;
        font-size: 1em;
        color: #333;
    }

    .form-horizontal .required .control-label {
        position: relative
    }

        .form-horizontal .required .control-label::after {
            content: "*";
            color: #a94442;
            position: relative;
            right: 0;
            top: 5px
        }
}


@media only screen and (min-width:768px) {
    .form-horizontal .control-label {
        font-weight: 400;
        font-size: 1em;
        color: #333;
        text-align: right;
    }

    .form-horizontal .required .control-label {
        position: relative
    }

        .form-horizontal .required .control-label::after {
            content: "*";
            float: right;
            color: #a94442;
            position: absolute;
            right: 0;
            top: 5px
        }
}


#case_details .form-horizontal .control-label {
    text-align: left
}

.form-horizontal .has-error .control-label {
    color: #a94442
}


    .form-control {
        border: 1px solid #ccc;
        height: 40px;
        box-shadow: none !important;
        outline: 0
    }

        .form-control:focus {
            border-color: #126b73
        }

    .select-style {
        padding: 0;
        margin: 0;
        overflow: hidden;
        display: block;
        width: 100%;
        position: relative
    }

        .select-style::after {
            content: "";
            position: absolute;
            z-index: 9;
            pointer-events: none;
            border-top: 7px solid #666;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            top: 50%;
            margin-top: -3px;
            right: 10px
        }

        .select-style.multiple-select::after {
            display: none
        }

        .select-style select {
            padding: 5px;
            width: 100%;
            max-width: 100%;
            background-color: #fff !important;
            background-image: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

            .select-style select::-ms-expand {
                display: none
            }

        .select-style select {
            padding-right: 43px
        }

    .has-tooltip {
        position: relative
    }

    .help-tooltip {
        position: absolute;
        right: -30px;
        top: 9px;
        z-index: 999
    }

        .help-tooltip .fa-info-circle, .help-tooltip .fa-question-circle {
            font-size: 24px;
            text-align: center;
            border-radius: 50%;
            color: #126b73;
            display: inline-block
        }

        .help-tooltip .tooltip-span {
            position: absolute;
            top: 100%;
            width: 360px;
            padding: 16px 24px;
            right: -10px;
            background: #126b73;
            border-radius: 5px;
            font-size: 1em;
            color: #fff;
            text-align: left;
            margin-top: 7px;
            display: none;
            z-index: 99
        }

        .help-tooltip:hover .tooltip-span {
            display: block
        }

    .captcha {
        text-align: center;
        margin: 20px 0
    }

    .custom-file {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 4px;
        margin-bottom: 0;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .custom-file-input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(2.25rem + 2px);
        margin: 0;
        opacity: 0
    }

    .custom-file-label {
        position: absolute;
        top: 4px;
        right: 0;
        left: 4px;
        z-index: 1;
        height: calc(2.25rem + 2px);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        width: auto;
        max-width: calc(100% - 4px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 4px
    }

    .text-muted {
        color: #333;
        font-style: italic;
        font-size: 12px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 4px
    }

   


@media only screen and (max-width:767px) {
    .help-block {
        text-align: left;
        font-size: 13px;
        font-style: italic;
        margin-top: 5px;
        margin-bottom: 10px;
        display: block;
    }
}

@media only screen and (min-width:768px) {
    .help-block {
        text-align: left;
        font-size: 13px;
        font-style: italic
    }
}


    .uploadtd {
        text-align: left
    }

    .fal.fa-edit, .fal.fa-eye, .fal.fa-trash-alt {
        font-size: 18px;
        text-align: center;
        color: #b02f28;
        line-height: 100%;
        margin: 0 3px
    }

    .action .fal {
        font-size: 24px;
        text-align: center;
        color: #b02f28;
        line-height: 100%;
        margin: 0 3px
    }

    .eSettlement-lin-unlick .action .fal {
        color: #fff
    }

    .login-page {
        background: url(../../../images/login-bg.jpg) no-repeat center bottom;
        min-height: 821px;
        background-size: cover
    }

    .login-heading {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.6em;
        margin: 40px 0 0 0
    }

    .login-table {
        display: table;
        width: 100%;
        border-spacing: 30px;
        vertical-align: top
    }

    .login-table-cell {
        display: table-cell;
        width: 33.33%;
        height: 400px;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        padding-bottom: 50px;
        vertical-align: middle
    }

        .login-table-cell::before {
            content: "";
            width: 60px;
            left: 50%;
            top: 0;
            margin-left: -30px;
            height: 8px;
            background: #666;
            position: absolute
        }

        .login-table-cell.odrpass {
            vertical-align: top
        }

    .login-request {
        position: absolute;
        bottom: 15px;
        width: 100%;
        text-align: center;
        margin-left: -20px
    }

        .login-request a {
            color: #333;
            text-decoration: none
        }

            .login-request a:hover {
                color: #bd2c57
            }

        .login-request strong {
            font-weight: 600;
            font-size: 1.2em;
            position: relative;
            padding-left: 20px
        }

            .login-request strong::before {
                content: "\f054";
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                left: 0;
                color: #bd2c57
            }

            .login-request strong span {
                font-weight: 400
            }

    .odrpass-logo strong {
        display: block;
        font-size: 1.6em;
        color: #bd2c57
    }

        .odrpass-logo strong span {
            font-weight: 400;
            color: #666
        }

    .login-form {
        text-align: left;
        margin-top: 10px
    }

        .login-form .form-group {
            margin-bottom: 10px
        }

            .login-form .form-group label {
                font-weight: 400;
                font-size: 1.1em
            }

        .login-form .btn {
            width: 100%;
            background: #444;
            color: #fff;
            font-size: 1.2em;
            height: 40px;
            text-transform: uppercase
        }

    .forgot-pass {
        border-spacing: 0
    }

        .forgot-pass p {
            float: left
        }

            .forgot-pass p a {
                color: #213fad
            }

            .forgot-pass p:nth-child(2) {
                margin-left: 25px
            }

            .forgot-pass p:last-child {
                float: right
            }

    .login-logo:hover {
        cursor: pointer
    }

    .odrpass .nav.nav-tabs {
        width: 100%;
        float: left;
        vertical-align: top;
        border-bottom: none;
        margin: 15px 0 10px 0
    }

        .odrpass .nav.nav-tabs li, .odrpass .nav.nav-tabs li a, .odrpass .nav.nav-tabs li.active a {
            margin: 0 0 !important;
            border: none;
            font-weight: 600;
            float: none;
            display: inline-block
        }

            .odrpass .nav.nav-tabs li a {
                background: 0 0;
                color: #bd2c57;
                border-radius: 20px;
                border: 2px solid #bd2c57 !important
            }

    .odrpass .nav-tabs > li.active > a, .odrpass .nav-tabs > li.active > a:focus, .odrpass .nav-tabs > li.active > a:hover, .odrpass .nav-tabs > li > a:hover {
        color: #fff;
        cursor: default;
        background: #bd2c57
    }

    .odrpass .nav.nav-tabs:after, .odrpass .nav.nav-tabs:before {
        display: none
    }

    .notification-banner {
        background: #fff;
        border: 1px solid #ddd;
        border-left: 4px solid #2a7a82;
        margin-bottom: 15px;
        position: relative;
        padding: 20px;
        padding-left: 140px;
        text-align: left;
        z-index: 9;
        border-radius: 5px
    }

        .notification-banner.inner {
            display: block
        }

    .quicktip {
        position: absolute;
        left: 0;
        height: 100%;
        background: #d4ebff;
        padding: 55px 20px;
        color: #666;
        text-align: center;
        top: 0;
        border-right: 1px solid #2a7a82
    }

        .quicktip .fal {
            display: block;
            font-size: 2em;
            color: #aa2b56;
            margin-bottom: 10px
        }

    .notification-banner h3 {
        color: #aa2b56;
        font-size: 1.3em;
        font-weight: 600;
        margin: 0;
        margin-bottom: 5px
    }

    .notification-banner.active h3 {
        margin: 0
    }

    .notification-banner p {
        color: #000;
        margin-bottom: 5px
    }

    .close-notification {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #aa2b56;
        font-size: 1em;
        text-transform: capitalize
    }

        .close-notification:hover {
            cursor: pointer
        }

    .notification-banner.active {
        padding: 10px;
        padding-left: 160px;
        border: 1px solid #2a7a82
    }

        .notification-banner.active .quicktip {
            padding: 6px 20px
        }

            .notification-banner.active .quicktip .fal {
                display: inline-block;
                margin-right: 5px;
                font-size: 1.8em;
                vertical-align: middle
            }

    .case-details-tab {
        min-height: 580px;
        position: relative;
        margin-bottom: 20px
    }

    .dont-show-message {
        position: absolute;
        bottom: auto;
        width: 100%;
        text-align: center;
        z-index: 99;
        color: #fff;
        top: 550px
    }

        .dont-show-message span {
            text-decoration: underline
        }

        .dont-show-message:hover {
            cursor: pointer;
            color: #ddd
        }

    .case-details-tab .nav.nav-tabs {
        background: 0 0;
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
        z-index: 99;
        text-align: left
    }

    .case-details-tab .tab-content {
        margin-top: 20px
    }

    .case-details-tab .nav-tabs > li {
        border: none;
        margin: 0 !important;
        display: inline-block;
        float: none
    }

        .case-details-tab .nav-tabs > li > a {
            border: none !important;
            margin: 0 !important;
            background: #2a7a82;
            padding: 23px 30px;
            color: #fff;
            font-weight: 600;
            font-size: 1.1em;
            position: relative;
            border-radius: 0;
            border-right: 1px solid #48a7b8 !important;
            position: relative;
            text-align: left;
            padding-left: 80px
        }

    .case-details-tab .tab-pane-content {
        background: #fff;
        padding: 0 20px 20px 20px
    }

    #case_details .tab-pane-content {
        padding-bottom: 0
    }

    .case-details-tab .tab-pane-content .form-body {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        border: none
    }

    .case-details-tab .nav-tabs > li.active > a, .case-details-tab .nav-tabs > li.active > a:focus, .case-details-tab .nav-tabs > li.active > a:hover, .case-details-tab .nav-tabs > li > a:hover {
        background: #bd2c57;
        color: #fff
    }

    .dashboard-datatable .nav-tabs > li.active > a {
        color: #666 !important
    }

    .case-details-tab .nav-tabs > li.active > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        border-bottom: 14px solid #efefef;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        left: 50%;
        margin-left: -14px;
        z-index: 999
    }

    .tab-info {
        position: absolute;
        top: 100%;
        padding: 10px 15px;
        width: 260px;
        left: 50%;
        margin-left: -130px;
        font-size: .85em;
        text-align: left;
        margin-top: 60px;
        z-index: 99;
        font-weight: 400;
        color: #000;
        border-radius: 0
    }

        .tab-info::before {
            content: "";
            position: absolute;
            left: 50%;
            height: 50px;
            background: #fff;
            width: 1px;
            bottom: 100%;
            margin-bottom: 10px
        }

        .tab-info::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 100%;
            margin-bottom: 0;
            border-top: 10px solid #fff;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            margin-left: -10px
        }

        .tab-info strong {
            display: block;
            font-weight: 600
        }

    .outcome_simulator .tab-info {
        background: #ffa02f;
        margin-top: 240px
    }

    .eSettlement .tab-info {
        background: #ff668b;
        min-height: 0
    }

    .case_details .tab-info {
        background: #fec53d
    }

    .eCDR .tab-info {
        background: #42d1b5;
        margin-top: 240px
    }

        .eCDR .tab-info::before, .outcome_simulator .tab-info::before {
            height: 230px
        }

    .case-details-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
        z-index: 9
    }

    .simulators-details {
        line-height: 1.6;
        padding: 20px 0
    }

        .simulators-details strong {
            display: block;
            font-weight: 400;
            font-size: 1.8em
        }

        .simulators-details span {
            font-weight: 600
        }

    .start-simulator {
        padding: 100px 0 0 0
    }

    .simulator-table {
        display: table;
        width: 100%;
        border-spacing: 1px;
        background: #ddf2fb;
        position: relative
    }

        .simulator-table:after {
            position: absolute;
            content: "";
            background: #edfadc;
            width: 50%;
            right: 0;
            top: 0;
            height: 100%;
            z-index: 0
        }

        .simulator-table .liability_simulator, .simulator-table .quantum_simulator {
            display: table-cell;
            width: 50%;
            padding: 20px;
            padding-top: 100px;
            border-radius: 10px 0 0 10px;
            position: relative;
            z-index: 1
        }

        .simulator-table .quantum_simulator {
            border-radius: 0 10px 10px 0
        }

        .simulator-table .liability_simulator::before {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            left: 50%;
            margin-left: -90px;
            top: -90px;
            background: url(../../../images/libaility-icon.png) no-repeat center center;
            border: 10px solid #fff;
            border-radius: 50%
        }

        .simulator-table .quantum_simulator::before {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            left: 50%;
            margin-left: -90px;
            top: -90px;
            background: url(../../../images/quantum-icon.png) no-repeat center center;
            border: 10px solid #fff;
            border-radius: 50%
        }

        .simulator-table .start-simulator-btn {
            position: relative;
            border: 2px solid #126b73;
            border-radius: 4px;
            background: #fff;
            color: #666;
            display: inline-block;
            padding: 10px 20px;
            padding-left: 30px
        }

    .start-simulator-btn.disabled {
        pointer-events: none;
        opacity: .8
    }

    .simulator-table .start-simulator-btn:hover {
        border: 2px solid #fff;
        background: #126b73;
        color: #fff;
        text-decoration: none
    }

    .simulator-table .start-simulator-btn::before {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        left: 10px;
        font-size: 20px;
        line-height: 100%;
        color: #126b73
    }

    .simulator-table .start-simulator-btn:hover::before {
        color: #fff
    }

    .simulator-table p strong {
        display: block;
        text-transform: uppercase
    }

    .simulator_added {
        display: table;
        width: 100%;
        height: 97px;
        background: #fff;
        border-radius: 5px;
        margin: 10px 0;
        border: 1px solid #ccc
    }

    .simulator_cell {
        display: table-cell;
        text-align: left;
        padding: 10px;
        text-transform: capitalize;
        vertical-align: top;
        white-space: nowrap
    }

    .cell-heading {
        display: block;
        min-height: 25px;
        color: #2a7a82;
        font-size: .9em
    }

    .progress-bar.your-liability {
        background: #00b5e6
    }

    .progress-bar.others-liability {
        background: #ff002e;
        float: right;
        border-radius: 0
    }

    .progress {
        height: 30px;
        margin: 0;
        border-radius: 8px
    }

    .progress-bar {
        line-height: 30px;
        font-weight: 600
    }

    .simulator_added .simulator_cell:first-child {
        width: 180px
    }

    .start-simulator .simulator_added .simulator_cell:last-child {
        width: 50px
    }

    .combined-p1 {
        margin-right: 4px
    }

    .combined-p2 {
        margin-left: 4px;
        font-weight: 800
    }

    .simulator_cell.version a {
        color: #2a7a82;
        font-weight: 600
    }

    .liability-legends p {
        display: inline-block;
        width: auto;
        margin: 0 20px 10px 20px;
        position: relative
    }

    .liability-legends {
        text-align: left
    }

        .liability-legends p::after {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            background: #000;
            left: -20px;
            top: 50%;
            margin-top: -7px;
            border-radius: 50%
        }

        .liability-legends p.your-liability-legends::after {
            background: #00b5e6
        }

        .liability-legends p.others-liability-legends::after {
            background: #ff002e
        }

    .simulator-combined-triple .liability_simulator .simulator_added.added-combined {
        height: 430px;
        margin-bottom: 10px;
        padding-top: 160px
    }

    .simulator-combined-double .liability_simulator .simulator_added.added-combined {
        height: 284px;
        margin-bottom: 10px;
        padding-top: 80px
    }

    .case-details-tab .nav-tabs > li > a.case_details {
        background-image: url(../../../images/casedetails-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: left 15px center !important;
        background-size: 50px 50px !important
    }

    .case-details-tab .nav-tabs > li > a.outcome_simulator {
        background-image: url(../../../images/os-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: left 15px center !important;
        background-size: 50px 50px !important
    }

    .case-details-tab .nav-tabs > li > a.eSettlement {
        background-image: url(../../../images/esettle-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: left 15px center !important;
        background-size: 50px 50px !important
    }

    .case-details-tab .nav-tabs > li > a.eCDR {
        background-image: url(../../../images/ecdr-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: left 15px center !important;
        background-size: 50px 50px !important
    }

    .case-details-tab-heading {
        background: #fff;
        text-align: left;
        padding: 15px;
        color: #2a7a82;
        font-size: 1.2em;
        letter-spacing: 3px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        padding-left: 20px
    }

    .no-text-transform {
        text-transform: none
    }

    .case-details-tab-heading a {
        float: right;
        font-size: 90%;
        text-decoration: none;
        margin: 0 5px;
        letter-spacing: normal;
        margin-top: -4px;
        font-weight: 400
    }

    .btn-rounded.btn-quick-tip {
        border: 1px solid #aa2b56;
        border-radius: 50%;
        padding: 0;
        color: #aa2b56;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 34px;
        margin-right: 0
    }

        .btn-rounded.btn-quick-tip.active, .btn-rounded.btn-quick-tip:hover {
            background: #aa2b56;
            color: #fff
        }

    .right-border {
        border-right: 1px solid #ddd
    }

    .sticky {
        width: 100%;
        z-index: 99;
        background: #2a7a82;
        position: relative
    }

    .outcome-simulator {
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #fff url(../../../images/libaility-icon.png) no-repeat 30px 30px;
        min-height: 200px;
        padding: 20px;
        padding-left: 240px;
        text-align: left
    }

    .simulator-document-and-time {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
        display: table
    }

        .simulator-document-and-time div {
            display: table-cell;
            min-width: 300px;
            color: #666
        }

            .simulator-document-and-time div strong {
                display: block;
                font-size: 1.6em;
                font-weight: 600;
                color: #126b73;
                line-height: 100%;
                margin-top: 10px
            }

    .outcome-simulations, .outcome-simulator-liability, .outcome-simulator-quantum {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px
    }

    .liability-heading {
        background: #126b73 url(../../../images/libaility-icon.png) no-repeat 15px 5px;
        color: #fff;
        text-align: left;
        padding: 30px 20px 0 130px;
        line-height: 100%;
        height: 120px;
        font-size: 2em;
        background-size: 100px auto;
        border-radius: 5px
    }

    .quantum-heading {
        background: #126b73 url(../../../images/quantum-icon.png) no-repeat 15px 5px;
        background-size: auto;
        color: #fff;
        text-align: left;
        padding: 30px 20px 0 130px;
        line-height: 100%;
        font-size: 2em;
        background-size: 100px auto;
        border-radius: 5px;
        height: 120px
    }

    .outcome-simulator-liability-content {
        text-align: left
    }

    .liability-graph {
        text-align: center;
        margin: 40px 0;
        padding-top: 40px;
        border-top: 1px solid #ccc;
        clear: both;
        display: flex;
        flex-wrap: wrap !important;
    }

        .liability-graph div {
            display: flex;
            max-width: 300px;
            margin: 10px
        }

            .liability-graph div.graph-cars img {
                border-radius: 50%
            }

        .liability-graph .case-details-tab-heading {
            width: 100%;
        }

    .quantum-table {
        margin-top: 30px
    }

        .quantum-table .table th {
            border-bottom: 5px solid #126b73;
            font-size: 1.2em;
            white-space: nowrap
        }

        .quantum-table .table td, .quantum-table .table th {
            font-weight: 400;
            vertical-align: top;
            padding: 10px
        }

        .quantum-table .table td {
            vertical-align: middle
        }

    .table-heading-help {
        display: block;
        color: #666;
        font-size: 80%
    }

    .quantum-table .table tfoot {
        background: #e9ebca
    }

        .quantum-table .table tfoot td {
            font-weight: 700;
            color: #126b73;
            padding: 15px 10px
        }

    .ODR_submitted_successfully {
        background: #fff;
        border-radius: 5px;
        text-align: left;
        border: 1px solid #ddd;
        padding: 20px
    }

    .heading-success {
        color: #48ab3f;
        padding: 0 20px 20px 20px;
        padding-left: 100px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        font-size: 1.6em;
        position: relative
    }

        .heading-success::before {
            position: absolute;
            left: 20px;
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
            color: #fff;
            background: #48ab3f;
            text-align: center;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            font-size: 1.5em;
            top: -5px
        }

    .application_number {
        margin-bottom: 20px;
        font-size: 1.2em
    }

        .application_number strong {
            font-weight: 600;
            text-decoration: underline;
            color: #aa2b56
        }

    .choose_profile .container {
        max-width: 800px
    }

    .choose_profile_heading {
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: 600;
        padding: 20px 0
    }

        .choose_profile_heading span {
            display: block;
            font-weight: 400;
            font-size: .7em;
            text-transform: none
        }

    .choose_profile_blog {
        min-height: 340px;
        margin: 20px 0 40px 0;
        border-radius: 8px;
        position: relative;
        padding-top: 240px;
        font-size: 1.6em;
        font-weight: 600;
        color: #666;
        background: #fff;
        box-shadow: 5px 5px 5px #ddd
    }

        .choose_profile_blog span {
            display: block;
            font-size: 70%;
            font-weight: 400
        }

        .choose_profile_blog:hover {
            cursor: pointer
        }

        .choose_profile_blog::before {
            font-family: "Font Awesome 5 Pro";
            width: 180px;
            height: 180px;
            position: absolute;
            left: 50%;
            margin-left: -90px;
            top: 50px;
            font-weight: 300;
            text-align: center;
            font-size: 300%;
            color: #fff;
            border-radius: 50%;
            line-height: 180px;
            background: #126b73
        }

        .choose_profile_blog:hover::before {
            background: #bd2c57
        }

        .choose_profile_blog.individual_profile::before {
            content: "\f0c0"
        }

        .choose_profile_blog.corporate_profile::before {
            content: "\f64f"
        }

    i.fal.fa-user, i.fal.fa-user-slash {
        font-size: 20px;
        color: #a63b35
    }

    i.fal.fa-user {
        color: #126b73
    }

    .choose_profile_blog.individual_profile.email::before {
        content: "\f658"
    }

    .choose_profile_blog.individual_profile.sms::before {
        content: "\f7cd"
    }

    .choose_profile_blog.individual_profile.alert::before {
        content: "\f460"
    }

    .faq-topic {
        background: #136b73;
        color: #fff;
        padding: 10px 0;
        text-align: left;
        border-radius: 5px;
        margin-bottom: 20px
    }

        .faq-topic h3 {
            margin: 0 15px 15px 15px
        }

        .faq-topic ul.nav.nav-tabs {
            border: none
        }

            .faq-topic ul.nav.nav-tabs li {
                width: 100%;
                margin: 0 !important
            }

                .faq-topic ul.nav.nav-tabs li a {
                    margin: 0 !important;
                    border-radius: 0;
                    border: none;
                    color: #fff;
                    padding: 12px 15px;
                    position: relative;
                    border-bottom: 1px solid #378f97
                }

                .faq-topic ul.nav.nav-tabs li:last-child a {
                    border: none
                }

            .faq-topic ul.nav.nav-tabs > li > a.active, .faq-topic ul.nav.nav-tabs > li > a.active:focus, .faq-topic ul.nav.nav-tabs > li > a.active:hover, .faq-topic ul.nav.nav-tabs > li > a:hover {
                color: #fff !important;
                background: #bd2c57 !important
            }


                .faq-topic ul.nav.nav-tabs > li a.active:after, .faq-topic ul.nav.nav-tabs > li > a.active:hover:after {
                    content: "\f054";
                    position: absolute;
                    font-family: "Font Awesome 5 Pro";
                    right: 10px
                }

    .faq .heading, .heading-bg, .select-group .heading {
        background: linear-gradient(90deg,#bd2c57 15%,#136b73 77%);
        text-align: center;
        color: #fff;
        font-size: 1.8em;
        padding: 30px 0;
        font-weight: 300
    }

    .heading-bg {
        margin: 0
    }

    .select-group .heading {
        padding: 15px 0
    }

    .faq .heading input {
        margin: 10px 0;
        border: none;
        height: 46px
    }

    .search-input-group {
        position: relative
    }

        .search-input-group::after {
            content: "\f002";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            right: 10px;
            top: 8px;
            color: #126b73
        }

    input::-ms-clear, input::-ms-reveal {
        display: none
    }

    .faq .heading .container {
        max-width: 600px
    }

    .select-group .heading .container {
        max-width: 800px
    }

    .faq .heading span {
        text-align: left;
        color: #ddd;
        font-weight: 400
    }

    .faq .faq-container {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 1000px;
        text-align: left
    }

        .faq .faq-container > li h2 {
            font-size: 1.2em;
            font-weight: 400;
            margin: 0;
            padding: 0 15px
        }

        .faq .faq-container > li.is-active h2 {
            border-bottom: 1px solid #ddd
        }

        .faq .faq-container > li a {
            text-decoration: none !important;
            color: #666;
            padding: 20px 0;
            display: block;
            position: relative;
            padding-right: 35px
        }

            .faq .faq-container > li a::after {
                content: "\f067";
                position: absolute;
                font-family: "Font Awesome 5 Pro";
                right: 10px;
                font-size: 1.4em;
                top: 50%;
                margin-top: -14px
            }

        .faq .faq-container > li.is-active a::after {
            content: "\f068"
        }

        .faq .faq-container > li h2:focus a, .faq .faq-container > li h2:hover a, .faq .faq-container > li.is-active h2 a, .faq .faq-container > li:target h2 a {
            color: #bd2c57
        }

    .faq input:focus {
        box-shadow: 0 4px 8px rgba(52,67,75,.4)
    }

    .details-content .faq p {
        margin-left: 0
    }

    .faq .highlight {
        background-color: #ffa800;
        display: inline-block !important;
        color: #fff
    }

    .faq .faq-container > li.is-hidden {
        display: none
    }

    .faq .faq-container > li {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
        padding: 0;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd
    }

        .faq .faq-container > li.is-active {
            padding-bottom: 10px
        }

        .faq .faq-container > li.is-active {
            padding-bottom: 10px;
            border-bottom: 3px solid #ddd
        }

        .faq .faq-container > li > div {
            display: none
        }

            .faq .faq-container > li > div p {
                margin: 0
            }

        .faq .faq-container > li.is-active > div {
            display: block;
            margin-top: 10px;
            line-height: 1.8em;
            padding: 0 15px
        }

    .faq__notfound {
        font-size: 20px;
        font-style: italic;
        display: none
    }

        .faq__notfound.is-visible {
            display: block;
            color: #d21034
        }

    .selected-file span {
        display: inline-block;
        padding: 5px 30px 5px 10px;
        background: #dddfca;
        margin: 3px 3px 3px 0;
        color: #000;
        position: relative
    }

        .selected-file span .close {
            display: inline-block;
            font-style: normal;
            position: absolute;
            right: 5px;
            opacity: 1
        }

    .faq .tab-content h3 {
        color: #2a7a82;
        text-align: left;
        margin: 0 0 15px 0;
        font-weight: 300
    }

    .notices {
        text-align: left
    }

        .notices .panel.panel-default {
            box-shadow: none
        }

        .notices .panel-group .panel-heading {
            padding: 0;
            background: 0 0
        }

            .notices .panel-group .panel-heading .panel-title a {
                display: block;
                padding: 20px 15px;
                text-align: left;
                padding-right: 35px;
                position: relative;
                color: #bd2c57;
                text-decoration: none;
                font-size: 1.2em
            }

                .notices .panel-group .panel-heading .panel-title a.collapsed {
                    color: #666
                }

                .notices .panel-group .panel-heading .panel-title a::after {
                    content: "\f068";
                    position: absolute;
                    font-family: "Font Awesome 5 Pro";
                    right: 15px;
                    font-size: 1.4em;
                    top: 50%;
                    margin-top: -14px;
                    color: #bd2c57
                }

                .notices .panel-group .panel-heading .panel-title a.collapsed::after {
                    content: "\f067";
                    color: #666
                }

        .notices .panel-group .panel + .panel {
            margin-top: 10px
        }

    .notice-date {
        display: block;
        font-size: 75%;
        color: #999;
        margin-bottom: 4px
    }

    .modal-header h4 {
        text-align: left;
        font-size: 1.6em;
        color: #666
    }

    .modal-header .close {
        margin-top: -2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #000;
        border-radius: 50%;
        opacity: 1;
        text-shadow: none;
        color: #fff
    }

    .modal-dialog {
        width: 1000px;
        margin: 30px auto
    }

        .modal-dialog .heading {
            font-size: 1.4em
        }

    .button-right {
        text-align: right
    }

    .btn, [class*=btn-], button {
        border: 1px solid transparent
    }

    .btn-primary, .btn-primary.btn {
        background: #126b73 !important;
        color: #fff !important
    }

        .btn-primary.btn:hover, .btn-primary:hover {
            background: #158089 !important
        }

        .btn-primary.btn-inverse, .btn-primary.btn.btn-inverse {
            background: #fff !important;
            border: #126b73 1px solid;
            color: #126b73 !important
        }

            .btn-primary.btn-inverse:hover, .btn-primary.btn.btn-inverse:hover {
                background: rgba(18,107,115,.1) !important
            }

    .btn-primary-light, .btn-primary-light.btn {
        background: #2a7a82 !important;
        color: #fff !important
    }

        .btn-primary-light.btn:hover, .btn-primary-light:hover {
            background: #308c95 !important
        }

        .btn-primary-light.btn-inverse, .btn-primary-light.btn.btn-inverse {
            background: #fff !important;
            border: #2a7a82 1px solid;
            color: #2a7a82 !important
        }

            .btn-primary-light.btn-inverse:hover, .btn-primary-light.btn.btn-inverse:hover {
                background: rgba(42,122,130,.1) !important
            }

    .btn-accent, .btn-accent.btn {
        background: #ba2b57 !important;
        color: #fff !important
    }

        .btn-accent.btn:hover, .btn-accent:hover {
            background: #cf3061 !important
        }

        .btn-accent.btn-inverse, .btn-accent.btn.btn-inverse {
            background: #fff !important;
            border: #ba2b57 1px solid;
            color: #ba2b57 !important
        }

            .btn-accent.btn-inverse:hover, .btn-accent.btn.btn-inverse:hover {
                background: rgba(186,43,87,.1) !important
            }

    .btn-dismiss, .btn-dismiss.btn {
        background: #666 !important;
        color: #fff !important
    }

        .btn-dismiss.btn:hover, .btn-dismiss:hover {
            background: #737373 !important
        }

        .btn-dismiss.btn-inverse, .btn-dismiss.btn.btn-inverse {
            background: #fff !important;
            border: #666 1px solid;
            color: #666 !important
        }

            .btn-dismiss.btn-inverse:hover, .btn-dismiss.btn.btn-inverse:hover {
                background: rgba(102,102,102,.1) !important
            }

    .heading .btn-rounded {
        float: right;
        margin-top: -12px;
        text-decoration: none;
        font-weight: 400
    }

    .btn-rounded {
        display: inline-block;
        font-size: 80%;
        padding: 5px 15px;
        border-radius: 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: 300
    }

    [class*=btn-] > i {
        padding: 0 3px
    }

    .button-hint {
        display: inline-block
    }

        .button-hint .hint {
            text-transform: none;
            text-align: center;
            color: #ba2b57
        }

    .modal-header {
        padding: 15px 20px
    }

        .modal-header button.close {
            height: 32px;
            line-height: 32px;
            width: 32px
        }

        .modal-header h4.modal-title {
            color: #126b73;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 20px
        }

    .modal-body {
        padding: 5px 21px;
        text-align: left
    }

        .modal-body .heading {
            font-size: 18px;
            margin-bottom: 5px
        }

            .modal-body .heading strong {
                color: #ba2b57
            }

        .modal-body form::after {
            clear: both
        }

        .modal-body .img-select {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -10px;
            justify-content: start
        }

            .modal-body .img-select > * {
                margin: 0 10px;
                display: flex;
                flex-direction: column;
                align-items: center
            }

            .modal-body .img-select .choose_profile_blog {
                min-height: unset;
                height: 100%;
                text-align: center;
                font-size: 1.2em;
                min-width: 240px;
                box-shadow: 0 0 5px #ddd;
                padding: 0;
                padding-top: 90px;
                padding-bottom: 15px
            }

                .modal-body .img-select .choose_profile_blog input[type=radio] {
                    display: none
                }

                .modal-body .img-select .choose_profile_blog::before {
                    height: 60px;
                    line-height: 60px;
                    width: 60px;
                    font-size: 30px;
                    left: calc(50% - 30px);
                    top: 30px;
                    margin: 0 auto
                }

                .modal-body .img-select .choose_profile_blog:hover {
                    background-color: #fff;
                    color: #666
                }

            .modal-body .img-select .active .choose_profile_blog {
                background-color: #126b73
            }

                .modal-body .img-select .active .choose_profile_blog::before {
                    color: #126b73;
                    background: #fff
                }

                .modal-body .img-select .active .choose_profile_blog:hover {
                    color: #fff
                }

                    .modal-body .img-select .active .choose_profile_blog:hover::before {
                        color: #fff;
                        background: #ba2b57
                    }

    .modal-footer {
        padding: 14px 16px 30px 16px;
        border: 0;
        border-radius: 0 0 6px 0;
        border-top: 1px solid #e5e5e5;
        display:block;
    }

        .modal-footer [class*=button-] {
            padding: 0;
            margin: 0
        }

        .modal-footer .btn {
            border-radius: 3px;
            letter-spacing: 3px
        }

    .hint {
        color: #737373
    }

    .navbar.navbar-default > .container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .navbar.navbar-default > .container::after, .navbar.navbar-default > .container::before {
            display: none
        }

    .notification-banner.inner {
        z-index: unset !important
    }

    .large {
        max-width: 100% !important
    }

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 5px;
        box-shadow: none;
        border: 1px solid #ccc
    }

    .panel-group .panel-heading {
        padding: 0;
        border: none;
        border-radius: 5px;
        background: 0 0
    }

        .panel-group .panel-heading a {
            text-decoration: none !important;
            color: #bd2c57;
            padding: 20px 15px;
            display: block;
            position: relative;
            padding-right: 35px;
            text-align: left
        }

            .panel-group .panel-heading a.collapsed {
                color: #666
            }

            .panel-group .panel-heading a::after {
                content: "\f068";
                position: absolute;
                font-family: "Font Awesome 5 Pro";
                right: 10px;
                font-size: 1.4em;
                top: 50%;
                margin-top: -14px
            }

            .panel-group .panel-heading a.collapsed::after {
                content: "\f067"
            }

    .panel-group .form-body {
        border: none;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        border-top: 1px solid #ccc;
        border-radius: 0
    }

    .panel-group .data-table .table-responsive {
        border: none;
        box-shadow: none;
        margin-left: -15px;
        margin-right: -15px
    }

    .panel-group .data-table {
        margin-top: -15px
    }

    .expand-collapse a {
        display: inline-block;
        padding: 8px 10px;
        border: 1px solid #ccc;
        background: #fff;
        margin: 0 0 0 5px;
        color: #666;
        border-radius: 4px;
        line-height: 100%;
        text-decoration: none
    }

    .expand-collapse {
        text-align: right;
        margin-bottom: 15px
    }

        .expand-collapse a.active {
            background: #2a7a82;
            color: #fff;
            border-color: #2a7a82
        }

    .panel-collapse.collapse.in {
        height: auto !important
    }

    @media only screen and (max-width:1199px) {
        .forgot-pass p a {
            font-size: .8em
        }

        .navbar-default .navbar-nav > li > a {
            min-width: 110px;
            padding-left: 10px;
            padding-right: 10px
        }

        .table-tabs .nav-tabs li a {
            padding: 20px 10px
        }

            .table-tabs .nav-tabs li a span.badge {
                margin-left: 5px
            }

        .table-top-sorting .cell .input-group .form-control {
            min-width: 260px
        }

        .login-table {
            border-spacing: 20px
        }

        .login-table-cell {
            padding-left: 10px;
            padding-right: 10px
        }

        .start-simulator {
            padding: 100px 0 0 0;
            overflow: auto
        }

        .simulator_cell {
            padding: 10px 5px
        }

        .simulator_added {
            font-size: .9em
        }

        .simulator_cell.version a {
            color: #2a7a82;
            font-weight: 600;
            font-size: .9em
        }

        .cell-heading {
            font-weight: 600
        }
    }

    @media only screen and (max-width:991px) {
        .navbar-default .navbar-nav > li > a {
            min-width: 0;
            padding: 10px 10px
        }

        .navbar-default .navbar-brand {
            height: auto;
            padding: 20px 10px
        }

        .navbar-user .dropdown .dropdown-toggle {
            padding: 35px 15px
        }

        .navbar-brand > img {
            margin-right: 0
        }

        .navbar-user .dropdown .dropdown-toggle.user-btn span {
            display: none
        }

        .logo-tagline, .navbar-default .navbar-nav > li > a {
            font-size: .7em
        }

        .welcome-user-details {
            padding: 15px 10px;
            font-size: .9em
        }

        .welcome-user-links a {
            padding: 20px 10px
        }

        .table-top-sorting .cell.table-heading {
            width: auto
        }

        .table-tabs .nav-tabs li a span.badge {
            margin-left: 3px;
            min-width: auto
        }

        .table-tabs .nav-tabs li a {
            padding: 20px 9px;
            font-size: .9em
        }

        .table-tabs .nav-tabs > li.active > a::after, .table-tabs .nav-tabs > li.active > a:focus::after, .table-tabs .nav-tabs > li.active > a:hover::after, .table-tabs .nav-tabs > li > a:hover::after {
            margin-left: -25px
        }

        .simulator-document-and-time div {
            display: block
        }

        .outcome-simulator {
            background-position: 10px 30px;
            padding-left: 200px
        }

        .heading-success {
            padding-left: 80px;
            font-size: 1.3em
        }

        .case-details-tab .nav-tabs > li > a {
            padding: 18px 15px 18px 0;
            min-width: 135px;
            padding-left: 70px
        }

        .tab-info {
            width: 260px
        }

        .login-logo img {
            width: 70%
        }

        .login-table-cell.odrpass {
            vertical-align: top;
            width: 40%
        }

        .login-table-cell {
            width: 30%
        }

        .login-request strong {
            font-weight: 600;
            font-size: 1.1em
        }

        .forgot-pass p:nth-child(2) {
            margin-left: 15px
        }

        .table-top-sorting {
            display: block;
            position: relative
        }

        .intranet-listings .table-top-sorting {
            margin-top: 30px
        }

        .intranet-listings .table-advanced-search.cell {
            position: absolute;
            right: 0;
            top: -40px
        }

        .table-top-sorting .cell {
            display: block;
            padding: 5px 0
        }

        .table-advanced-search.cell {
            position: absolute;
            right: 0;
            top: 10px
        }

        .table-top-sorting .cell:last-child {
            padding-right: 0;
            float: right;
            width: 49%
        }

        .table-sorting.cell {
            width: 49%;
            float: left
        }

        .advanced-search-container {
            position: fixed;
            width: calc(100% - 40px);
            left: 20px;
            top: 20px;
            overflow: auto;
            height: calc(100% - 40px)
        }

            .advanced-search-container .control-label {
                text-align: left;
                display: block
            }

        .data-table .table-responsive {
            overflow: auto
        }

        .start-simulator.active {
            padding-bottom: 0
        }

            .start-simulator.active::after {
                display: none
            }

        .simulator-table {
            display: table;
            text-align: center;
            overflow: auto;
            min-width: 900px
        }

        .start-simulator {
            position: relative;
            padding-bottom: 50px
        }

            .start-simulator::after {
                position: absolute;
                content: "----Scroll Horizontally----";
                color: #308c95;
                padding: 5px 10px;
                font-size: .8em;
                border-radius: 5px;
                font-weight: 600;
                left: 50%;
                bottom: 25px;
                margin-left: -77px
            }
    }

    @media only screen and (max-width:767px) {
        .simulator-combined .quantum_simulator .simulator_added.added-combined {
            margin-left: -11px
        }

        body.nav-open {
            right: 280px;
            overflow: hidden
        }

        .navbar-right {
            padding-right: 0 !important
        }

        .navbar-collapse {
            position: fixed;
            top: 0;
            width: 280px;
            height: 100%;
            right: -280px;
            margin: 0 !important;
            background-color: #333;
            padding: 15px;
            z-index: -10;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

            .navbar-collapse.nav-open {
                right: 0;
                overflow: auto
            }

        .sorting {
            position: static
        }

        .navbar-header {
            float: left
        }

        .navbar-default .navbar-toggle {
            border: none;
            background: 0 0 !important;
            position: absolute;
            margin: 0;
            top: 22px;
            right: 10px
        }

        .navbar-main {
            float: right;
            margin-right: 45px
        }

        .navbar-user {
            padding: 0 !important;
            margin-right: 0
        }

        .main-content {
            padding-bottom: 127px
        }

        .welcome-user-details {
            padding: 5px 10px;
            font-size: .9em;
            width: 100%;
            text-align: center
        }

        .welcome-user-links {
            float: right;
            margin-right: 0;
            width: 100%;
            text-align: center;
            border: none;
            display: table;
            border-collapse: collapse
        }

            .welcome-user-links a {
                padding: 5px 5px;
                display: table-cell;
                border: 1px solid #797486;
                width: 50%;
                vertical-align: bottom;
                border-bottom: none
            }

        .new-case, .new-case a {
            position: static
        }

        .new-case {
            height: auto;
            float: left;
            text-align: center;
            width: 100%
        }

            .new-case a {
                display: block;
                width: auto;
                padding: 5px;
                border-radius: 0
            }

                .new-case a .fas {
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px
                }

        .navbar-brand > img {
            margin-right: 0;
            max-width: 180px;
            border: none
        }

        .logo-tagline {
            font-size: .85em;
            display: block;
            text-align: left;
            line-height: 100%;
            margin-top: 10px;
            padding-left: 0;
            position: absolute
        }

        span.logo-tagline br {
            display: none
        }

        .navbar-user .dropdown .dropdown-toggle {
            padding: 30px 5px
        }

        .navbar-default .navbar-nav > li > a {
            border: none !important
        }

        .help-tooltip {
            position: absolute;
            right: 0;
            top: auto;
            z-index: 999;
            bottom: 100%
        }

        .sitemap.pull-left, .social-link-block.pull-right {
            width: 100%;
            margin-bottom: 10px
        }

        .copyright.pull-left, .terms.pull-right {
            width: 100%;
            text-align: center
        }

        .miniSitemap {
            padding: 0 0
        }

        .sitemap a {
            margin-right: 15px
        }

        .navbar-user {
            border-left: none
        }

        .login-logo img {
            width: auto
        }

        .login-table {
            display: block;
            border-spacing: 0
        }

        .login-table-cell {
            display: block;
            width: 100% !important;
            height: auto;
            margin-bottom: 10px;
            padding-bottom: 50px;
            padding-top: 15px
        }

        .forgot-pass {
            display: table;
            width: 100%
        }

            .forgot-pass p {
                float: none !important;
                display: table-cell;
                text-align: center;
                width: 45%
            }

                .forgot-pass p:nth-child(2) {
                    margin-left: 0;
                    width: 20%
                }

        .footer-link {
            margin: 0 10px
        }

        .login-heading {
            margin: 20px 0
        }

        .navbar-default .navbar-nav > li > a .fal {
            float: left;
            margin-left: 0;
            width: 40px;
            color: #fff !important;
            margin-top: -4px
        }

        .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a {
            text-align: left;
            color: #fff !important;
            height: auto;
            border-bottom: 1px solid #555 !important
        }

            .navbar-default .navbar-nav > .active > a::after, .navbar-default .navbar-nav > li > a:hover::after {
                display: none
            }

        .navbar-nav .dropdown-toggle::before {
            content: "\f067";
            font-family: "Font Awesome 5 Pro";
            border: none;
            bottom: auto;
            top: 50%;
            height: 26px;
            width: 26px;
            text-align: center;
            line-height: 26px;
            margin-top: -13px;
            border-radius: 50%;
            right: 10px;
            color: #fff;
            font-size: 17px
        }

        .navbar-nav .open .dropdown-toggle::before {
            content: "\f068"
        }

        .navbar-default .navbar-nav > li {
            float: left;
            width: 100%
        }

            .navbar-default .navbar-nav > li .dropdown-menu a {
                background: 0 0 !important;
                padding: 10px 10px 10px 54px !important;
                color: #fff !important;
                border-bottom: 1px solid #555 !important
            }

        .navbar-default .navbar-nav .dropdown-menu li .sub-menus a {
            color: #999 !important
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            background: 0 0
        }

        .navbar-nav {
            margin: 7.5px 0
        }

        .table-tabs .nav-tabs li {
            width: 100%
        }

            .table-tabs .nav-tabs li a[data-toggle=tab] {
                padding: 20px 10px;
                background: #fff !important;
                border: 1px solid #ddd !important;
                border-radius: 5px;
                margin-bottom: 5px !important;
                position: relative;
                text-align: left
            }

        .case-details-tab .nav-tabs > li > a[data-toggle=tab] {
            position: relative
        }

        .case-details-tab .nav-tabs > li a[data-toggle=tab]::before, .table-tabs .nav-tabs li a[data-toggle=tab]::before {
            font-family: "Font Awesome 5 Pro";
            content: "\f078";
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 22px
        }

        .case-details-tab .nav-tabs > li.active-tab a[data-toggle=tab]::before, .table-tabs .nav-tabs li.active-tab a[data-toggle=tab]::before {
            content: "\f077"
        }

        .table-tabs .nav-tabs li a:after {
            display: none
        }

        .button-center .btn, .button-right .btn {
            min-width: 0;
            font-size: 1em;
            padding: 10px 13px;
            margin-top: 3px;
            margin-bottom: 3px
        }

        .notification .dropdown-menu {
            min-width: 280px;
            left: 50%;
            margin-left: -180px;
            right: auto
        }

        .advanced-search-container {
            position: fixed;
            width: calc(100% - 20px);
            left: 10px;
            top: 10px;
            overflow-y: auto;
            height: calc(100% - 20px);
            padding-left: 10px;
            padding-right: 10px;
            overflow-x: hidden
        }

        .simulator-combined .liability_simulator .simulator_cell:last-child {
            padding-right: 40px
        }

        .simulator-table .liability_simulator, .simulator-table .quantum_simulator {
            border-radius: 5px;
            margin-bottom: 100px;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: -20px;
            margin-right: -20px
        }

        .simulator-table .quantum_simulator {
            margin-bottom: 0
        }

        .case-details-tab .nav-tabs > li {
            border: none;
            margin: 0 !important;
            margin-top: 2px !important
        }

        .case-details-tab .nav.nav-tabs {
            padding: 20px 0 0 0
        }

        .case-details-tab .nav-tabs > li > a {
            padding: 18px 15px;
            min-width: 0;
            margin: 2px 0 !important;
            border-radius: 5px;
            border: none;
            padding-right: 30px
        }

            .case-details-tab .nav-tabs > li > a.case_details, .case-details-tab .nav-tabs > li > a.eCDR, .case-details-tab .nav-tabs > li > a.eSettlement, .case-details-tab .nav-tabs > li > a.outcome_simulator {
                background-image: none !important
            }

        .case-details-tab .nav-tabs > li.active > a::after {
            display: none
        }

        .notification-banner {
            padding-left: 10px
        }

        .quicktip {
            position: static;
            width: 100%;
            border-radius: 5px;
            margin-bottom: 10px;
            margin-top: 20px
        }

        .data-table .table {
            margin-bottom: 0;
            background: #fff
        }

            .data-table .table > thead > tr > th {
                display: none
            }

            .data-table .table > tbody > tr {
                background: #fff !important;
                display: block;
                margin: 10px 0 0 0;
                padding-bottom: 10px;
                border-bottom: 1px solid #ddd;
                float: left;
                width: 100%
            }

                .data-table .table > tbody > tr:last-child {
                    border: none
                }

                .data-table .table > tbody > tr > td {
                    display: block;
                    border: none;
                    padding: 5px 15px;
                    float: left;
                    width: 100%;
                    white-space: normal
                }

        .dashboard-datatable .has-link {
            padding-right: 40px !important;
            padding-top: 8px !important
        }

        .dashboard-datatable tr {
            position: relative
        }

            .dashboard-datatable tr td:first-child {
                position: absolute !important;
                right: 10px;
                padding: 0 !important;
                width: 26px !important;
                top: 10px;
                height: 26px
            }

        .data-table .table tbody tr td:last-child {
            border-right: none !important
        }

        .data-table .table > tbody > tr td:first-child::before {
            display: none
        }

        .data-table .table tbody tr:last-child td {
            border-bottom: none
        }

        .pagination-main .pull-left, .pagination-main .pull-right {
            width: 100%;
            margin-bottom: 10px
        }

        .case-details-tab .nav-tabs > li.nav-list {
            width: 100%;
            float: left;
            clear: both
        }

        .case-details-tab .tab-pane.main-tab, .dashboard-datatable .tab-pane {
            display: none !important
        }

        .case-details-tab .active-tab .tab-pane.main-tab, .dashboard-datatable .active-tab .tab-pane {
            display: block !important
        }

        .case-details-tab .nav.nav-tabs.main-nav {
            z-index: auto
        }

        .tab-info {
            position: relative;
            left: 0;
            width: 100%;
            margin: 10px 0 0 0 !important;
            display: block
        }

            .tab-info:after, .tab-info:before {
                display: none
            }

        .sticky-wrapper {
            height: auto !important
        }

        .sticky {
            background: 0 0;
            position: static !important
        }

        .case-details-tab .nav-tabs > li.nav-list > a {
            background: #2a7a82 !important;
            color: #fff !important;
            border: none !important
        }

        .case-details-tab .nav-tabs > li.active-tab > a, .case-details-tab .nav-tabs > li.active-tab > a:focus, .case-details-tab .nav-tabs > li.active-tab > a:hover, .case-details-tab .nav-tabs > li > a:hover {
            background: #fff !important;
            color: #333 !important
        }

        .case-details-tab .eSettlement-initiated-tab .nav-tabs > li.active-tab > a, .case-details-tab .eSettlement-initiated-tab .nav-tabs > li.active-tab > a:focus, .case-details-tab .eSettlement-initiated-tab .nav-tabs > li.active-tab > a:hover, .case-details-tab .eSettlement-initiated-tab .nav-tabs > li > a:hover {
            background: 0 0 !important;
            color: #333 !important
        }

        .case-details-tab .nav-tabs > li.active-tab > a, .table-tabs .nav-tabs li.active-tab a {
            border-radius: 5px 5px 0 0;
            margin: 0 !important
        }

        .same-height, .same-height > [class*=col-] {
            display: block
        }

        .case-details-tab-heading {
            border-top: 2px solid #2a7a82;
            padding-left: 15px;
            font-size: 1.1em
        }

        .form-heading {
            text-align: left;
            padding: 12px 15px 10px 15px
        }

        .table-tabs .nav-tabs li.active-tab a[data-toggle=tab] {
            border-radius: 5px 5px 0 0;
            margin: 0 !important;
            border-bottom: none !important
        }

        .dont-show-message {
            bottom: -50px;
            top: auto
        }

        .case-details-tab.active {
            min-height: auto
        }

        .case-details-tab .nav.nav-tabs {
            padding-bottom: 30px
        }

        .form-content.left-padding {
            padding-left: 0
        }

        .btn-rounded, .btn-rounded.btn-quick-tip {
            margin-top: -5px
        }

        .heading .btn-rounded {
            clear: both;
            display: block;
            float: none;
            max-width: 150px;
            margin-top: 5px
        }

        .case-details-tab-heading a span {
            display: none
        }

        a.btn-rounded.btn-primary-light.btn-inverse {
            padding: 0;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center
        }

        .table-tabs .nav-tabs {
            border: none;
            background: 0 0
        }

            .table-tabs .nav-tabs .pagination > li > a, .table-tabs .nav-tabs .pagination > li > span {
                padding: 6px 12px !important;
                margin-left: -1px !important;
                line-height: 1.42857143 !important;
                color: #337ab7;
                background: #fff !important;
                border: 1px solid #ddd !important;
                border-radius: 0
            }

            .pagination > .active > span:focus, .table-tabs .nav-tabs .pagination > .active > a, .table-tabs .nav-tabs .pagination > .active > a:focus, .table-tabs .nav-tabs .pagination > .active > a:hover, .table-tabs .nav-tabs .pagination > .active > span, .table-tabs .nav-tabs .pagination > .active > span:hover {
                background: #126b73 !important;
                border-color: #126b73 !important
            }

        .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            color: #fff !important
        }

        .table-tabs .nav-tabs li table a {
            padding: 0
        }

        .table-dropdown .dropdown-menu {
            width: 100%;
            text-align: center;
            border-top: 1px solid rgba(255,255,255,.2);
            position: static
        }

            .table-dropdown .dropdown-menu li {
                float: none;
                width: auto;
                display: inline-block
            }

                .table-dropdown .dropdown-menu li a {
                    padding: 10px !important
                }

        .case-details-tab .form-horizontal {
            background: #fff;
            border-radius: 5px;
            padding-bottom: 20px
        }

        .outcome-simulator {
            background-position: center 30px;
            padding-top: 200px;
            padding-left: 15px;
            padding-right: 15px
        }

        .image-heading {
            padding: 0 20px 0 110px;
            line-height: 120px;
            font-size: 1.4em;
            background-size: 90px auto
        }

        .quicktip {
            padding: 5px 10px;
            text-align: left;
            border: none;
            margin-top: 0
        }

            .quicktip .fal {
                display: inline-block;
                margin: 0 10px 0 0;
                vertical-align: middle
            }

        .close-notification {
            top: auto;
            bottom: 5px
        }

        .navbar-default .navbar-brand {
            height: auto;
            padding: 35px 15px 30px 15px;
            text-align: left
        }

        .heading {
            color: #2a7a82;
            font-size: 1.4em
        }

        ol.breadcrumb {
            font-size: 60%
        }

        .dropdown-menu.adminstration-menu, .dropdown-menu.user-menu {
            padding: 0 0
        }

            .dropdown-menu.adminstration-menu h4, .dropdown-menu.user-menu h4 {
                padding-left: 54px;
                margin-top: 0;
                color: #999
            }

        .navbar-default li.dropdown .dropdown-menu .row {
            margin: 0
        }

            .navbar-default li.dropdown .dropdown-menu .row .col-sm-4, .navbar-default li.dropdown .dropdown-menu .row .col-sm-6 {
                padding: 0;
                text-align: left
            }

        .dropdown-menu.adminstration-menu a::before, .dropdown-menu.user-menu a::before {
            right: 15px
        }

        .simulator-table::after {
            display: none
        }

        .liability_simulator {
            background: #ddf2fb
        }

        .quantum_simulator {
            background: #edfadc
        }

        .simulators-details {
            line-height: 1.6;
            padding: 20px;
            text-align: center
        }

        #outcome_simulator .tab-pane-content {
            background: #fff;
            padding: 0;
            border-radius: 0 0 5px 5px
        }
    }

    .liability-qn .btn.btn-lg.qntype-binary-item {
        width: 400px;
        height: 430px
    }

    .liability-qn .qntype-binary-item-img-big3 {
        width: 100%
    }

    .qntype-binary-item-img-big3 {
        width: 360px
    }

    .qntype-binary-item.active, .qntype-binary-item:hover, .qntype-single-item.active, .qntype-single-item:focus {
        background: #fff;
        box-shadow: none !important
    }

    .question-tab ul.nav.nav-tabs {
        border-bottom: 2px solid #ab1d39 !important;
        margin-top: 10px
    }

    .modal-infobox {
        position: relative;
        top: 0;
        margin-top: 5px
    }

    .modal-header button.close {
        height: 32px;
        line-height: 32px;
        margin-right: -5px;
        width: 32px;
        background: #ab1d39;
        border: none
    }

    .modal-infobox .label {
        margin-right: 15px;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        display: inline-block;
        max-width: 200px;
        padding: 5px 15px
    }

    .simulator-qngroup {
        margin: 50px 0 !important
    }

    .loader-main {
        position: fixed;
        background: rgba(255,255,255,.9);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        z-index: 9;
        background-position: center center
    }

    .loader, .loader:after {
        border-radius: 50%;
        width: 100px;
        height: 100px
    }

    .loader {
        font-size: 10px;
        position: absolute;
        text-indent: -9999em;
        border-top: 1.1em solid #ab0535;
        border-right: 1.1em solid #ccc;
        border-bottom: 1.1em solid #ccc;
        border-left: 1.1em solid #126a72;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
        left: 50%;
        margin-left: -50px;
        top: 50%;
        margin-top: -80px
    }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    .loader-main span {
        position: fixed;
        top: 50%;
        margin-top: 35px;
        left: 50%;
        margin-left: -201px;
        font-size: 1.3em;
        color: #bd2c57
    }

    .loader-main strong {
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 5px 5px 20px 5px
    }

    .task-notification {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        min-height: 500px;
        margin: 10px 0 20px 0;
        padding: 15px;
        position: relative;
        padding-bottom: 82px
    }

    .task-and-notification h3 {
        text-align: left;
        font-size: 1.4em;
        color: #666;
        margin-top: 10px
    }

    .task-and-notification .input-group {
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 15px
    }

        .task-and-notification .input-group .form-control {
            border: none;
            height: 44px
        }

        .task-and-notification .input-group .btn.btn-default {
            background: 0 0 !important;
            border: none !important;
            font-size: 30px;
            color: #126b73;
            padding: 0 10px 0 0
        }

    .task-notification .data-table .table-responsive {
        margin-left: -15px;
        margin-right: -15px;
        border: none;
        box-shadow: none
    }

    .button-center.button-bordered {
        display: inline-block;
        width: 100%
    }

    .notification-list {
        text-align: left;
        margin-left: -15px;
        margin-right: -15px
    }

        .notification-list p {
            margin: 0;
            padding: 10px 15px;
            position: relative;
            padding-right: 70px;
            border-bottom: 1px solid #ccc
        }

            .notification-list p span {
                position: absolute;
                right: 15px;
                top: 10px
            }

                .notification-list p span a {
                    color: #a63b35;
                    font-size: 20px;
                    margin: 0 0 0 5px;
                    display: inline-block
                }

    .task-notification .button-center.button-bordered {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0
    }

    .notification-list, .task-notification .data-table {
        max-height: 320px;
        overflow: hidden;
        overflow-y: auto
    }

    .task-notification .notification-list {
        max-height: 360px
    }

    @media only screen and (max-width:991px) {
        .modal-dialog {
            width: auto
        }

        .modal {
            z-index: 9999999999
        }
    }

    @media only screen and (max-width:767px) {
        .task-notification {
            display: inline-block;
            width: 100%;
            min-height: auto;
            padding-bottom: 15px
        }

            .task-notification .button-center.button-bordered {
                position: static
            }

            .task-notification .data-table .table-responsive td {
                white-space: normal
            }

            .task-notification .data-table .table-responsive {
                width: auto
            }

            .task-notification .data-table {
                border: none
            }

        .btn {
            white-space: normal
        }

        .faq-topic {
            background: 0 0
        }

            .faq-topic h3 {
                margin: 0;
                position: relative;
                padding-left: 40px;
                color: #136b73
            }

                .faq-topic h3::after {
                    position: absolute;
                    content: "\f0c9";
                    font-family: "Font Awesome 5 Pro";
                    left: 5px;
                    font-size: 1.2em;
                    top: 50%;
                    margin-top: -13px;
                    color: #136b73
                }

                .faq-topic h3.active::after {
                    content: "\f00d"
                }

            .faq-topic ul.nav.nav-tabs {
                display: none;
                background: #136b73;
                margin-top: 15px
            }

        .table-top-sorting .cell .input-group .form-control {
            min-width: auto
        }

        .data-table, .notification-list {
            max-height: 100%;
            overflow: hidden;
            overflow-y: auto
        }

        .notification-list {
            max-height: 100%
        }

        .help-tooltip .tooltip-span {
            max-width: 280px
        }

        .application_number strong {
            display: block
        }

        .hide-mobile {
            display: none
        }

        .liability-heading, .quantum-heading {
            padding: 0 20px 0 80px;
            line-height: 120px;
            font-size: 1.3em;
            background-size: 60px auto
        }

        .outcome-simulator-liability .liabilities {
            margin-top: 15px
        }
    }

    .page-disclaimer {
        text-align: left;
        padding: 15px 15px 15px 210px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff url(../../../images/disclaimer-icon.png) left 15px top 15px;
        background-repeat: no-repeat
    }

    .disclaimer-heading {
        font-size: 1.4em;
        color: #126b73;
        margin-bottom: 15px
    }

    .btn.btn-lg.simulator-btn.green {
        background: #126b73;
        box-shadow: none;
        margin: 0
    }

    @media only screen and (max-width:767px) {
        .page-disclaimer {
            background: #fff url(../../../images/disclaimer-icon.png) center top 15px;
            padding: 210px 15px 15px 15px;
            background-repeat: no-repeat
        }

        #start-simulator-modal .simulator_cell {
            display: block;
            padding: 5px 10px
        }
    }

    .action a.select-simulator {
        display: block;
        padding: 6px 25px;
        border: 2px solid #126b73;
        color: #126b73;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 600;
        min-width: 120px;
        text-align: center
    }

        .action a.select-simulator.active {
            background: #126b73;
            color: #fff
        }

    #start-simulator-modal .simulator_added, #start-simulator-modal2 .simulator_added {
        height: auto;
        line-height: 100%;
        background: #f6f6f6;
        border: none
    }

    #start-simulator-modal .simulator_cell, #start-simulator-modal2 .simulator_cell {
        vertical-align: top;
        padding: 5px 10px
    }

    .modal .simulator_cell.action {
        width: 120px
    }

    .btn-proceed.disabled {
        pointer-events: none
    }

    .modal-footer .has-link a {
        display: inline-block;
        padding: 5px;
        margin: 10px;
        color: #126b73;
        font-size: 1.2em
    }

    .select-group .select-style {
        margin: 15px 0
    }

        .select-group .select-style .form-control {
            border: none
        }

    .form-heading-small {
        text-align: left;
        padding-left: 15px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #126b73;
        text-transform: uppercase
    }

    .combined-fields {
        position: relative
    }

        .combined-fields::after {
            content: "or";
            position: absolute;
            width: 36px;
            height: 36px;
            background: #126b73;
            line-height: 36px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 50%;
            color: #fff;
            top: 50%;
            left: 50%;
            margin-left: -18px;
            margin-top: -7px
        }

    @media only screen and (max-width:767px) {
        .combined-fields::after {
            left: auto;
            right: 20px;
            margin-left: 0
        }

        .select-group .select-style .form-control {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }
    }

    .case-details-tab .eSettlement-content .tab-pane-content {
        padding: 0
    }

    .tab-heading {
        padding: 0 20px;
        color: #bd2c57;
        text-transform: uppercase;
        font-weight: 600;
        margin: 20px 0;
        text-align: left;
        display: inline-block;
        width: 100%
    }

        .tab-heading span {
            text-transform: none
        }

    .eSettlement-content .data-table .table > thead > tr > th {
        white-space: normal
    }

    .action-accept, .action-reject {
        background: #cf6161;
        color: #fff;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 1.4em
    }

    .action-accept {
        background: #2b9450
    }

    .table-legend span {
        display: inline-block;
        margin-left: 10px;
        color: #666
    }

    .table-legend {
        text-align: right;
        margin: 20px 0;
        padding: 0 20px
    }

        .table-legend span a {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            height: 20px;
            width: 20px;
            line-height: 20px;
            font-size: .8em
        }

    .tab-heading .select-style {
        float: right;
        width: auto
    }

        .tab-heading .select-style select {
            font-weight: 400
        }

    .form-group .help-block {
        text-align: right
    }

    .input-group.addon-icon .form-control {
        border-radius: 4px !important
    }

    .input-group.addon-icon .input-group-addon {
        padding: 0 10px
    }

    .has-link a strong {
        font-weight: 600
    }

    .data-table .table > tbody > tr > td.text-right {
        text-align: right
    }

    .indication-btn {
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #a63b35;
        padding: 5px;
        border-radius: 3px;
        color: #a63b35
    }

        .indication-btn:hover {
            text-decoration: none;
            color: #a63b35
        }

    .comparision_table td strong {
        font-weight: 600;
        color: #126b73
    }

    .table-help {
        background: #d9eaeb;
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 20px
    }

        .table-help p {
            margin: 0 0 5px 0;
            text-align: left
        }

    .questions-response {
        display: table;
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .questions-response-cell.questions-response-cell-head {
        font-weight: 600;
        text-transform: uppercase;
        color: #126b73;
        border-bottom: 4px solid #126b73
    }

    .questions-response-cell {
        display: table-cell;
        width: 60%;
        text-align: left;
        padding: 10px 0;
        font-weight: 400
    }

    .questions-response .questions-response-cell:first-child {
        width: 40%
    }

    .questions-response-cell strong {
        font-weight: 400;
        color: #126b73
    }

    .appropriates {
        display: table;
        width: 100%;
        border-spacing: 10px 5px
    }

        .appropriates .appropriate-cell {
            display: table-cell;
            background: #efefef;
            width: 33.3%;
            padding: 15px;
            padding-left: 50px;
            position: relative;
            font-size: 1.2em;
            font-weight: 600;
            padding-bottom: 30px;
            border-radius: 5px
        }

            .appropriates .appropriate-cell.manual-indication {
                padding-left: 15px
            }

                .appropriates .appropriate-cell.manual-indication .form-group {
                    margin-bottom: 0
                }

        .appropriates div strong {
            display: block;
            position: absolute;
            bottom: 10px;
            font-size: 1.6em;
            color: #126b73;
            font-weight: 400
        }

    .questions-response-table {
        margin: 0 0 20px 0
    }

    .indicate-more-appropriate h3 {
        text-align: center;
        color: #126b73;
        font-size: 1.4em;
        margin-top: 40px
    }

    .appropriates .appropriate-cell .tick {
        position: absolute;
        left: 15px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        background: #fff;
        border-radius: 50%;
        color: #fff;
        top: 16px;
        border: 1px solid #aaa
    }

        .appropriates .appropriate-cell .tick i {
            display: none
        }

    .appropriates .appropriate-cell:hover {
        cursor: pointer
    }

    .appropriates .appropriate-cell .tick.active {
        background: #126b73;
        border: 1px solid #126b73
    }

        .appropriates .appropriate-cell .tick.active i {
            display: inline-block
        }

    .appropriates .appropriate-cell.active, .appropriates .appropriate-cell:hover {
        background: #d9eaeb
    }

    .manual-indication .btn.btn-default {
        background: #333;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.1em;
        padding: 10px 18px;
        border: none;
        height: 40px
    }

    .manual-indication .input-group.addon-icon .input-group-addon {
        padding: 0
    }

    .indication-amount span {
        display: block;
        text-align: right;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 2px
    }

    .amount_sle {
        background: #f1d5d2
    }

    .amount_pm {
        background: #d6e3d9
    }

    .amount_manual {
        background: #b6e2fb
    }

    .comparision_table .table-legend {
        margin: 0;
        text-align: right;
        padding: 0
    }

        .comparision_table .table-legend strong {
            display: inline-block;
            font-weight: 400;
            font-size: 80%
        }

            .comparision_table .table-legend strong span {
                display: inline-block;
                width: 20px;
                height: 10px;
                margin-right: 4px
            }

    @media only screen and (max-width:767px) {
        .questions-response-cell {
            display: block;
            width: 100%;
            padding: 0
        }

        .questions-response {
            display: block;
            padding: 10px 0
        }

        .questions-response-cell.questions-response-cell-head {
            display: inline-block;
            width: 100%;
            padding: 7px 0
        }

        .data-table .table > tbody > tr > td.text-right {
            text-align: left
        }

        .appropriates {
            border-spacing: 0
        }

        .questions-response-table {
            margin: 0 0 20px 0
        }

        .manual-indication {
            margin: 0
        }

        .appropriates .appropriate-cell {
            display: block;
            width: 100%;
            margin-bottom: 10px
        }

            .appropriates .appropriate-cell strong {
                position: static
            }
    }

    .login-multi-choice {
        padding-top: 80px;
        min-height: 700px;
        position: relative;
        z-index: 999
    }

    .login-video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 9
    }

    .login-video-container::after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 91;
        background: rgba(0,0,0,.7)
    }

    .login-box {
        display: inline-block;
        width: 280px;
        vertical-align: bottom;
        margin: 0 15px
    }

    .login-block {
        height: 200px;
        background: #fff;
        border-radius: 12px 12px 10px 10px;
        position: relative;
        padding-bottom: 50px;
        box-shadow: 2px 6px 6px 0 #333
    }

    .login-box h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 300
    }

        .login-box h4 span {
            display: block;
            font-size: 13px;
            text-transform: capitalize;
            margin-top: 3px
        }

    .login-head {
        display: block;
        background: #a40b36;
        background: -moz-linear-gradient(90deg,#a40b36 0,#633551 43%,#176770 100%);
        background: -webkit-linear-gradient(90deg,#a40b36 0,#633551 43%,#176770 100%);
        background: linear-gradient(90deg,#a40b36 0,#633551 43%,#176770 100%);
        text-align: left;
        padding: 0 20px;
        border-radius: 10px 10px 0 0;
        color: #fff !important;
        letter-spacing: 2px;
        text-decoration: none;
        position: relative;
        height: 60px;
        line-height: 56px
    }

        .login-head:hover {
            display: block;
            background: #a40b36;
            background: -moz-linear-gradient(259deg,#a40b36 0,#633551 43%,#176770 100%);
            background: -webkit-linear-gradient(259deg,#a40b36 0,#633551 43%,#176770 100%);
            background: linear-gradient(259deg,#a40b36 0,#633551 43%,#176770 100%);
            text-decoration: none
        }

        .login-head span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal
        }

        .login-head::after {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            right: 10px;
            color: #fff;
            font-weight: 600;
            top: 50%;
            margin-top: -11px;
            line-height: 20px
        }

        .login-head strong {
            text-transform: uppercase;
            font-weight: 600
        }

    .login-via {
        display: inline-block;
        vertical-align: middle;
        margin-top: 25px;
        font-size: 2.4em;
        color: #126a72
    }

        .login-via.login-via-odr {
            margin-top: 30px;
            text-decoration: none !important
        }

        .login-via img {
            width: 150px;
            height: auto
        }

        .login-via:hover {
            text-decoration: none
        }

        .login-via strong {
            font-weight: 800;
            color: #bd2c57
        }

    .login-box .login-request {
        color: #126b73;
        margin: 0;
        font-size: .9em
    }

        .login-box .login-request strong, .login-box .login-request strong span, .odr-login-modal .login-request strong, .odr-login-modal .login-request strong span {
            color: #176770;
            font-size: 1em;
            padding-left: 0
        }

            .login-box .login-request strong::before, .odr-login-modal .login-request strong::before {
                display: none
            }

        .login-box .login-request a, .odr-login-modal .login-request a {
            border-bottom: 1px dashed #176770;
            padding-bottom: 2px
        }

    .login-head i {
        display: block;
        font-style: normal;
        letter-spacing: 1px;
        font-size: .85em;
        opacity: .7
    }

    .odr-login-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.8);
        height: 100%;
        z-index: 999;
        display: none
    }

    .odr-login-modal-close {
        position: absolute;
        right: 0;
        z-index: 999;
        display: block;
        text-align: center;
        border-radius: 50%;
        font-size: 1.3em;
        color: #fff;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        width: 32px;
        background: #ab1d39;
        border: none;
        top: 10px
    }

        .odr-login-modal-close:hover {
            cursor: pointer
        }

    .odr-login-modal .login-table-cell.odrpass {
        position: absolute;
        width: 460px;
        top: 40px;
        left: 50%;
        margin-left: -230px;
        box-shadow: 0 0 9px #000;
        height: auto;
        padding-bottom: 40px
    }

    .odr-login-modal .forgot-pass p:nth-child(2) {
        margin-left: 60px
    }

    .odr-login-modal .login-form {
        margin-left: 40px;
        margin-right: 40px
    }

    @media only screen and (max-width:991px) {
        .login-box {
            display: inline-block;
            width: 220px;
            vertical-align: bottom;
            margin: 0 8px
        }

        .login-via img {
            width: 130px;
            height: auto
        }

        .login-head {
            padding: 0 10px;
            letter-spacing: 1px
        }

            .login-head i {
                letter-spacing: 0
            }

            .login-head::after {
                right: 5px
            }
    }

    @media only screen and (max-width:767px) {
        .login-multi-choice {
            padding: 30px 0
        }

        .login-box {
            display: block;
            width: 100%;
            margin: 5px 0;
            float: left
        }

        .odr-login-modal .login-table-cell.odrpass {
            width: calc(100% - 40px) !important;
            left: 20px;
            margin: 0;
            height: calc(100% - 40px);
            top: 20px;
            overflow-y: auto
        }

        .odr-login-modal-close {
            top: 10px;
            right: 10px
        }

        .odr-login-modal .login-form {
            margin-left: 10px;
            margin-right: 10px
        }
    }

    .heading-center {
        font-size: 1.4em;
        margin: 40px 0
    }

        .heading-center strong {
            display: block;
            font-size: 90%;
            font-weight: 600;
            color: #126b73
        }

    .accordion .accordion-header button strong {
        display: inline-block;
        padding: 5px 10px;
        background: #126b73;
        font-weight: 600;
        font-size: 80%;
        border-radius: 4px;
        color: #fff;
        margin-right: 10px
    }

    .form_date, .form_location, .form_time, .form_veihcle {
        position: relative;
        color: #126b73
    }

        .form_date .form-control[readonly], .form_time .form-control[readonly] {
            background: #fff
        }

        .form_date:hover, .form_location:hover, .form_time:hover, .form_veihcle:hover {
            cursor: pointer
        }

        .form_date:after {
            font-family: "Font Awesome 5 Pro";
            content: "\f073";
            position: absolute;
            right: 6px;
            top: 7px;
            font-size: 20px;
            pointer-events: none;
            font-weight: 400
        }

        .form_time:after {
            font-family: "Font Awesome 5 Pro";
            content: "\f017";
            position: absolute;
            right: 6px;
            top: 7px;
            font-size: 20px;
            pointer-events: none
        }

        .form_location:after {
            font-family: "Font Awesome 5 Pro";
            content: "\f3c5";
            position: absolute;
            right: 6px;
            top: 7px;
            font-size: 20px;
            pointer-events: none
        }

        .form_veihcle:after {
            font-family: "Font Awesome 5 Pro";
            content: "\f1b9";
            position: absolute;
            right: 6px;
            top: 7px;
            font-size: 20px;
            pointer-events: none
        }

    .get-iformation-myinfo {
        border-radius: 5px 5px 0 0;
        text-align: left;
        border: 1px solid #ccc;
        display: table;
        border-bottom: none;
        width: 100%
    }

    .information-logo {
        width: 160px;
        border-right: 1px solid #ccc;
        text-align: center;
        padding: 10px 0;
        background: #fff;
        border-radius: 5px 0 0 5px;
        display: table-cell
    }

    .information-help-block {
        background: #c8e9ff;
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle;
        border-radius: 0 5px 0 0
    }

    .myinfo-block.information-help-block {
        background: #f4efdf
    }

    .get-iformation-myinfo ~ .form-body {
        border-radius: 5px 0 5px 5px
    }

    .get-iformation-myinfo p {
        margin: 0;
        margin-left: 30px
    }

    .get-iformation-myinfo label.check-control {
        color: #333;
        padding-left: 30px
    }

    .get-iformation-myinfo span.checkbox-overlay {
        top: 50%;
        margin-top: -12px
    }

    .get-iformation-myinfo label.check-control img {
        margin-left: 10px
    }

    .get-iformation-myinfo p a:hover {
        text-decoration: none
    }

    .get-iformation-myinfo p a strong {
        font-weight: 600
    }

    .form-heading span {
        display: block;
        font-size: 90%;
        letter-spacing: normal;
        text-transform: none;
        color: #666;
        font-weight: 400
    }

    .active-or-initiated {
        background: url(../../../images/esettlements-icon.png) no-repeat top 30px center;
        padding-top: 260px;
        max-width: 640px;
        margin: auto;
        text-align: center
    }

    .active-or-initiated-links a {
        display: block;
        text-align: left;
        color: #666;
        padding: 15px 50px 15px 60px;
        margin-bottom: 15px;
        border: 2px solid #2a7a82;
        text-decoration: none !important;
        position: relative;
        border-radius: 5px
    }

        .active-or-initiated-links a.link-unlink {
            border-color: #ccc
        }

        .active-or-initiated-links a.Initiate-eSettlement {
            background: #f5f9fa
        }

        .active-or-initiated-links a:hover, .active-or-initiated-links a:hover strong {
            color: #bd2c57
        }

        .active-or-initiated-links a strong {
            display: block;
            color: #2a7a82;
            font-weight: 600;
            font-size: 1.2em
        }

        .active-or-initiated-links a::before {
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 15px;
            top: 15px;
            color: #bd2c57;
            font-size: 30px;
            font-weight: 300
        }

        .active-or-initiated-links a::after {
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            right: 15px;
            top: 50%;
            color: #bd2c57;
            font-size: 20px;
            font-weight: 400;
            content: "\f054";
            margin-top: -14px
        }

        .active-or-initiated-links a.link-unlink::before {
            content: "\f0c1"
        }

        .active-or-initiated-links a.Initiate-eSettlement::before {
            content: "\f011"
        }

    .navbar.navbar-default .container {
        position: relative
    }

    .search {
        position: absolute;
        top: 25px;
        right: 15px
    }

        .search a.search-btn {
            font-size: 2em;
            vertical-align: middle;
            margin-left: 20px;
            border-left: 1px solid #ccc;
            padding-left: 20px;
            color: #126b73
        }

    .search-box-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        left: 0;
        top: 100px;
        z-index: 9999;
        display: none
    }

    .search-input {
        width: 100%;
        position: fixed;
        left: 0;
        top: 100px;
        z-index: 99991;
        background: #333;
        padding: 20px;
        display: none
    }

        .search-input .select-style {
            border-right: 1px solid #ddd;
            width: 130px
        }

        .search-input .input-group .form-control {
            border: none;
            background: 0 0 !important;
            height: 50px;
            padding-left: 20px;
            font-size: 18px
        }

        .search-input .input-group {
            background: #fff;
            border-radius: 5px;
            padding: 2px;
            border: 2px solid #126b73
        }

            .search-input .input-group button.btn.btn-default {
                border: none !important;
                font-size: 32px;
                padding: 0 15px;
                color: #fff;
                box-shadow: none !important;
                background: #126b73;
                height: 50px;
                border-radius: 5px
            }

    body.search-active {
        overflow: hidden
    }

    @media only screen and (max-width:767px) {
        .search {
            position: absolute;
            top: 24px;
            right: 140px
        }

        .index .search {
            position: absolute;
            top: 24px;
            right: 140px
        }

        .search a.search-btn {
            font-size: 2em;
            vertical-align: middle;
            margin-left: 0;
            border-left: none;
            padding-left: 0;
            color: #126b73
        }

        .search-input .select-style {
            border-right: none;
            width: 100%;
            border-bottom: 1px solid #ddd
        }

        .search-input .input-group {
            display: inline-block;
            width: 100%
        }

            .search-input .input-group button.btn.btn-default {
                display: inline-block;
                width: auto;
                position: absolute;
                right: 1px;
                top: 100%;
                height: 46px;
                margin-top: 3px;
                color: #126b73;
                background: 0 0;
                padding: 0
            }

            .search-input .input-group .form-control {
                display: block;
                width: 100%
            }

        .search-input span.input-group-btn {
            display: block;
            width: 100%
        }

        .search-input {
            padding: 20px 0
        }
    }

    .search-result {
        text-align: left
    }

    .showing-result-for {
        font-weight: 600;
        font-size: 1.4em;
        color: #666;
        margin: 20px 0
    }

        .showing-result-for span {
            color: #2a7a82
        }

        .showing-result-for strong {
            color: #2a7a82;
            font-style: italic
        }

    .result-container p {
        margin: 0
    }

    .result-container {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 4px;
        position: relative;
        border: 1px solid #ddd
    }

        .result-container p a {
            color: #2a7a82
        }

            .result-container p a strong {
                display: block;
                color: #2a7a82;
                font-size: 1.2em;
                font-weight: 600
            }

    .main-content .search-input {
        position: static;
        display: block !important
    }

    .result-container p a:hover {
        text-decoration: none;
        outline: 0 !important
    }

    .result-container p a:focus {
        text-decoration: none
    }

    span.result-category {
        position: absolute;
        right: 0;
        top: 0;
        padding: 2px 10px;
        color: #333;
        background: #c5dddf;
        font-size: .9em;
        min-width: 80px;
        text-align: center;
        border-radius: 0 0 0 5px
    }

    .disabled {
        pointer-events: none;
        opacity: .6
    }

    .combined-similator {
        position: absolute;
        top: 210px;
        left: -15px;
        width: 30px;
        height: 30px;
        background: #2a7a82;
        border-radius: 50%;
        line-height: 30px;
        color: #fff;
        display: none;
        font-size: 22px
    }

    .simulator-combined .combined-similator {
        display: block
    }

    .combined-similator:hover {
        cursor: pointer
    }

    .simulator-combined-double .combined-similator {
        top: 280px
    }

    .simulator-combined-triple .combined-similator {
        top: 360px
    }

    .progress-steps h3 {
        text-align: left;
        color: #666;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px
    }

    .add-new-party .form-horizontal .tab-pane-content {
        padding-top: 30px
    }

    .progress-steps ul {
        counter-reset: step 0;
        display: table;
        width: 100%;
        padding-top: 40px
    }

        .progress-steps ul li {
            display: table-cell;
            position: relative;
            color: #999;
            font-size: .9em;
            font-weight: 600
        }

            .progress-steps ul li::before {
                border-radius: 50%;
                content: counter(step,decimal);
                counter-increment: step 1;
                display: block;
                font-size: 14px;
                height: 30px;
                left: 50%;
                line-height: 26px;
                position: absolute;
                text-align: center;
                width: 30px;
                background: #ddd;
                margin-left: -15px;
                top: -40px;
                color: #999;
                font-weight: 600;
                border: 2px solid transparent;
                z-index: 1
            }

            .progress-steps ul li.active:before {
                background: #bd2c57;
                color: #fff
            }

            .progress-steps ul li.active {
                color: #bd2c57
            }

            .progress-steps ul li.completed:before {
                background: #2a7a82;
                color: #fff;
                border: 2px solid #2a7a82
            }

            .progress-steps ul li::after {
                content: "";
                height: 2px;
                position: absolute;
                top: -25px;
                width: 100%;
                left: 0;
                background-color: #b9b9b9
            }

            .progress-steps ul li.completed::after {
                background: #2a7a82
            }

            .progress-steps ul li.active::after {
                background: #bd2c57
            }

            .progress-steps ul li:first-child:after {
                width: 50%;
                left: 50%;
                margin-left: 1px
            }

            .progress-steps ul li:last-child:after {
                width: 50%;
                right: 50%
            }

            .progress-steps ul li.completed span {
                position: relative
            }

            .progress-steps ul li.completed:before {
                content: "\f00c";
                font-family: "Font Awesome 5 Pro";
                font-size: 14px;
                height: 30px;
                left: 50%;
                line-height: 26px;
                position: absolute;
                text-align: center;
                width: 30px;
                background: #2a7a82;
                margin-left: -15px;
                top: -40px;
                color: #fff;
                font-weight: 600;
                border: 2px solid transparent;
                z-index: 1
            }

    .choose-outcome-simulation .simulator_added .simulator_cell:last-child, .preview-summary .simulator_added .simulator_cell:last-child {
        width: auto
    }

    .offer-tab {
        padding-top: 30px
    }

        .offer-tab .nav.nav-tabs {
            text-align: center;
            z-index: 0;
            border: none;
            display: table;
            width: 100%
        }

            .offer-tab .nav.nav-tabs li {
                display: table-cell;
                float: none
            }

            .offer-tab .nav.nav-tabs a {
                background: 0 0;
                border: 2px solid #ccc !important;
                padding: 10px 25px;
                color: #666;
                font-size: 1em;
                border-radius: 5px;
                position: relative;
                margin-right: 10px
            }

            .offer-tab .nav.nav-tabs li:last-child a {
                margin-right: 0
            }

        .offer-tab .nav-tabs > li.active > a, .offer-tab .nav-tabs > li.active > a:focus, .offer-tab .nav-tabs > li.active > a:hover, .offer-tab .nav-tabs > li > a:hover {
            border: 2px solid #2a7a82 !important;
            color: #2a7a82;
            background: 0 0
        }

            .offer-tab .nav-tabs > li.active > a::after {
                bottom: -14px;
                border-top: 14px solid #2a7a82;
                border-bottom: none;
                border-right: 14px solid transparent;
                border-left: 14px solid transparent;
                left: 50%;
                margin-left: -14px;
                z-index: 999;
                content: "";
                position: absolute
            }

    .expences-table .table-responsive, .preview-summary .table-responsive, .supporting-documents .table-responsive {
        margin-left: -20px;
        margin-right: -20px
    }

    .supporting-documents .data-table {
        text-align: left
    }

        .case-details-info .data-table .table tbody tr td:last-child, .choose-os .data-table .table tbody tr td:last-child, .expences-table .data-table .table tbody tr td:last-child, .preview-summary .data-table .table tbody tr td:last-child, .steps-box .data-table .table tbody tr td:last-child, .supporting-documents .data-table .table tbody tr td:last-child {
            border-right: none
        }

        .case-details-info .data-table .table tbody tr td:first-child::before, .choose-os .data-table .table tbody tr td:first-child::before, .expences-table .data-table .table tbody tr td:first-child::before, .preview-summary .data-table .table tbody tr td:first-child::before, .steps-box .data-table .table tbody tr td:first-child::before, .supporting-documents .data-table .table tbody tr td:first-child::before {
            display: none
        }

        .eSettlement-initiated-tab .data-table a.btn-rounded, .supporting-documents .data-table a.btn-rounded {
            font-size: 1.2em;
            margin-top: 15px;
            font-weight: 400;
            text-decoration: none !important
        }

    .skip-step a {
        font-size: 1.2em;
        color: #2a7a82;
        margin-top: 10px;
        display: inline-block
    }

    #new-document .form-body {
        border: none;
        margin-top: 30px
    }

    #new-document .form-content {
        padding-bottom: 0
    }

    .preview-summary .form-body {
        padding-top: 30px
    }

    .tab-pane-content .tab-heading {
        padding: 0;
        margin: 20px 0 10px 0
    }

    .preview-summary .tab-pane-content {
        margin-bottom: 20px
    }

    .quantum_simulator .simulator_cell.action {
        white-space: nowrap
    }

    a.link-simulator {
        height: 20px;
        vertical-align: top;
        display: inline-block;
        position: relative;
        padding-left: 24px
    }

    .simulator_added_row.action-row .simulator_cell.action a.link-simulator {
        color: #2a7a82
    }

    .added-combined a.link-simulator {
        color: #a63b35
    }

    a.link-simulator::after {
        content: "\f0c1";
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
        position: absolute;
        left: 0;
        top: -3px
    }

    a.link-simulator::before {
        content: "Link";
        color: #2a7a82
    }

    .simulator_added_row.action-row .simulator_cell.action a {
        margin: 0 10px;
        color: #a63b35
    }

    .added-combined a.link-simulator::after {
        content: "\f127";
        color: #a63b35
    }

    .added-combined a.link-simulator::before {
        content: "Unlink";
        color: #a63b35
    }

    .choose-outcome-simulation .simulator_added.selected {
        border-width: 3px;
        border-color: #2a7a82
    }

    #case_details .same-height .form-group .col-md-6 {
        width: 100%
    }

        #case_details .same-height .form-group .col-md-6 p.form-control-static {
            min-height: auto;
            padding: 0
        }

    #case_details .form-horizontal .control-label {
        font-size: .9em
    }

    .contact-map {
        background: #ddd
    }

        .contact-map iframe {
            border: none
        }

    .contact-page {
        margin: 30px 0;
        text-align: left
    }

    .office-details p i {
        font-size: 1.4em;
        color: #ba2b57;
        margin-right: 15px
    }

    .office-details p {
        color: #666;
        margin-bottom: 15px
    }

    .contact-page h3 {
        margin-bottom: 35px;
        color: #666
    }

        .contact-page h3 strong {
            color: #126b73;
            font-weight: 600
        }

    .office-details p a {
        color: #666
    }

    .office-details {
        padding-left: 50px;
        margin-left: 50px;
        border-left: 1px solid #ddd
    }

    .contact-form h4 {
        color: #666;
        line-height: 1.3;
        margin-bottom: 30px;
        font-size: 1.1em
    }

        .contact-form h4 span {
            display: block;
            font-size: 14px;
            margin-top: 7px
        }

    .contact-page h3 span {
        display: block;
        font-size: 15px;
        color: #666;
        margin-top: 7px;
        line-height: 1.4
    }

    .light-page.wrapper {
        background: #fff
    }

    @media only screen and (max-width:767px) {
        .office-details {
            padding-left: 0;
            margin-left: 0;
            padding-right: 0;
            border: none
        }

            .office-details p i {
                position: absolute;
                left: 0
            }

            .office-details p {
                position: relative;
                padding-left: 40px
            }

        .login-request {
            position: static;
            margin: 25px 0 0 0
        }
    }

    .login-table-cell.odrpass .alert {
        margin-top: 35px
    }

    .otp {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 15px
    }

    input#otp-input[type=number] {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 20px;
        border-radius: 5px;
        margin-top: 5px;
        height: 50px;
        width: 420px
    }

        input#otp-input[type=number]::-webkit-inner-spin-button, input#otp-input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    input#otp-input[type=number] {
        -moz-appearance: textfield
    }

        input#otp-input[type=number]::-webkit-input-placeholder {
            color: #999;
            font-size: 30px
        }

        input#otp-input[type=number]:-moz-placeholder {
            color: #999;
            opacity: 1;
            font-size: 30px
        }

        input#otp-input[type=number]::-moz-placeholder {
            color: #999;
            opacity: 1;
            font-size: 30px
        }

        input#otp-input[type=number]:-ms-input-placeholder {
            color: #999;
            font-size: 30px
        }

    .otp {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 15px;
        text-align: left;
        margin-bottom: 30px
    }

    .otp-details {
        padding: 30px 0 10px 0
    }

    .button-center.button-left {
        text-align: left
    }

    .otp-details p {
        margin-bottom: 25px;
        color: #666
    }

        .otp-details p strong {
            font-weight: 600;
            color: #2a7a82
        }

        .otp-details p a {
            text-decoration: none !important;
            border-bottom: 1px solid #2a7a82
        }

            .otp-details p a:hover strong {
                color: #bd2c57
            }

    @media only screen and (max-width:991px) {
        input#otp-input[type=number] {
            width: 100%
        }
    }

    .liability-questions {
        display: none
    }

        .liability-questions .form-group {
            display: inline-block;
            width: 100%;
            margin-top: 15px
        }

            .liability-questions .form-group .control-label {
                font-weight: 600;
                font-size: 1em;
                padding-top: 10px;
                padding-left: 70px
            }

            .liability-questions .form-group .radio-inline {
                font-size: 1.2em;
                color: #666;
                margin-right: 30px
            }

                .liability-questions .form-group .radio-inline input {
                    margin-right: 7px;
                    display: inline-block;
                    vertical-align: middle;
                    position: static;
                    margin-top: -2px
                }

        .liability-questions .radio-btn {
            display: none
        }

        .liability-questions .overlay-radio {
            position: static
        }

    .overlay-radio {
        display: inline-block;
        position: relative;
        left: -1em;
        height: 20px;
        width: 20px;
        background: url(../../../images/radio-unchecked.png);
        vertical-align: middle
    }

    .radio-btn:checked + .overlay-radio {
        background: url(../../../images/radio-checked.png)
    }

    .radio-check i {
        font-size: 30px;
        margin: 0 5px
    }

    .radio-check {
        margin-right: 40px
    }

        .radio-check i {
            font-size: 30px;
            margin: 0 5px
        }

        .radio-check:hover {
            cursor: pointer
        }

    label.radio-check.yourself {
        color: #00b5e6
    }

    label.radio-check.other-party {
        color: #ff002e
    }

    .outcome-simulator-quantum {
        margin-bottom: 15px
    }

    .outcome-simulator-liability-content .img-responsive {
        margin: auto
    }

    .pay-receive-col-head {
        text-align: center;
        vertical-align: bottom !important
    }

    .other-head, .you-head {
        white-space: nowrap
    }

    .you-head {
        background: #d8eef5
    }

    .other-head {
        background: #e4ccd1
    }

    .eSettlement-initiated, .eSettlement-lin-unlick {
        display: none
    }

        .eSettlement-lin-unlick .tab-heading {
            padding-left: 20px;
            padding-right: 20px
        }

    .button-center.direction {
        direction: rtl
    }

        .button-center.direction .btn {
            margin: 0;
            border-color: transparent !important
        }

    .simulator-qngroup .simulator-qngroup-title {
        background-color: #555 !important;
        color: #fff;
        margin-top: 0;
        border-radius: 3px 3px 0 0;
        padding: 15px;
        cursor: default;
        font-weight: 700;
        width: 100%;
        text-align: left
    }

    .simulator-qngroup-qn span[style] {
        font-family: 'Open Sans',Arial !important;
        font-size: 18px !important
    }

    .go-to-esettlement-inner-tabs:hover {
        cursor: pointer
    }

    .eSettlement-initiated-table {
        display: table;
        width: 100%
    }

        .eSettlement-initiated-table .table-cell {
            display: table-cell;
            text-align: left;
            padding: 10px
        }

            .eSettlement-initiated-table .table-cell strong {
                font-weight: 600;
                font-size: 1.1em;
                display: block;
                margin-bottom: 5px
            }

            .eSettlement-initiated-table .table-cell a {
                color: #2a7a82;
                display: inline-block;
                margin-left: 5px;
                font-weight: 600
            }

    .eSettlement-initiated-tab {
        text-align: left
    }

        .eSettlement-initiated-tab .select-style {
            min-width: 160px
        }

    .eSettlement-initiated .tab-pane-content {
        margin-bottom: 15px
    }

    .eSettlement-initiated-tab .table-responsive {
        margin-left: -20px;
        margin-right: -20px
    }

    .eSettlement-initiated-tab .data-table .table tbody tr td:first-child::before {
        display: none
    }

    .eSettlement-initiated-tab .data-table .table tbody tr td:last-child {
        border-right: none
    }

    .eSettlement-initiated-tab .nav-tabs {
        background: #e8e8da !important;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px !important;
        z-index: 0 !important
    }

        .eSettlement-initiated-tab .nav-tabs > li > a {
            background: 0 0 !important;
            border: none !important;
            color: #333 !important;
            font-size: 1em;
            padding: 15px 50px;
            text-transform: capitalize
        }

        .eSettlement-initiated-tab .nav-tabs > li.active a::after {
            display: none
        }

        .eSettlement-initiated-tab .nav-tabs > li:first-child a {
            padding-left: 0
        }

        .eSettlement-initiated-tab .nav-tabs > li > a span {
            position: relative;
            display: inline-block
        }

        .eSettlement-initiated-tab .nav-tabs > li.active > a span::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -14px;
            height: 5px;
            background: #bd2c57;
            width: 100%
        }

    .eSettlement-initiated-tab .data-table .table > thead > tr > th {
        white-space: normal;
        font-size: 1em
    }

    #outcome_simulations h4 {
        font-weight: 600;
        text-transform: uppercase;
        color: #bd2c57
    }

    .tab-pane-content #outcome_simulations .tab-heading {
        color: #2a7a82;
        text-align: center;
        margin-top: 10px
    }

    .eSettlement-initiated-tab .nav-tabs > li > a span .tab-notification {
        background: #bd2c57;
        font-style: normal;
        color: #fff;
        width: 34px;
        display: inline-block;
        text-align: center;
        height: 26px;
        position: absolute;
        top: -5px;
        right: -40px;
        line-height: 26px;
        border-radius: 12px
    }

    #offer .data-table .table > tbody > tr > td strong {
        color: #126b73
    }

    .embed-responsive-item {
        width: 100%;
        border: none
    }

    .conversations-right-col {
        border-top: 3px solid #bd2c57;
        padding-top: 15px
    }

    .heading-filter {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .conversations-details {
        border-bottom: 2px solid #bd2c57;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .conversations-heading {
        float: left;
        width: auto;
        color: #bd2c57;
        font-weight: 600;
        font-size: 1.1em;
        padding-top: 4px
    }

        .conversations-heading span {
            display: inline-block;
            margin-left: 5px
        }

    .heading-filter .select-style {
        float: right;
        width: auto;
        min-width: 70px !important;
        max-width: 120px
    }

        .heading-filter .select-style::after {
            right: 0
        }

        .heading-filter .select-style .form-control {
            border: none;
            font-size: .9em;
            padding-right: 20px
        }

    .embed-responsive.embed-responsive-16by9 {
        border-top: 3px solid #2a7a82
    }

    .conversations-details ul {
        padding: 0;
        list-style: none
    }

        .conversations-details ul li {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

            .conversations-details ul li a {
                text-decoration: none !important
            }

            .conversations-details ul li:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0
            }

        .conversations-details ul p {
            font-size: .85em;
            color: #666;
            margin-bottom: 3px
        }

            .conversations-details ul p strong {
                float: right;
                font-weight: 400
            }

            .conversations-details ul p.status {
                padding: 0;
                font-size: 1em
            }

            .conversations-details ul p.to {
                font-size: 1.1em;
                color: #333
            }

            .conversations-details ul p strong span {
                margin: 0;
                display: inline-block;
                font-weight: 600;
                color: #2a7a82
            }

    .summary-form-details {
        background: #2a7a82;
        color: #fff;
        padding: 15px;
        margin-left: -21px;
        margin-right: -21px;
        margin-top: -5px
    }

        .summary-form-details .form-group {
            display: inline-block;
            width: 100%
        }

            .summary-form-details .form-group .control-label {
                font-weight: 400;
                padding-top: 7px
            }

            .summary-form-details .form-group .form-control-static {
                font-weight: 600
            }

                .summary-form-details .form-group .form-control-static a {
                    color: #fff
                }

        .summary-form-details.caseInfo .form-group {
            margin-bottom: 0
        }

    .accordion-heading {
        font-weight: 600;
        font-size: 1.3em;
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2a7a82;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px
    }

    .accordion-heading {
        font-weight: 600;
        font-size: 1.3em;
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2a7a82;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px;
        position: relative
    }

        .accordion-heading:hover {
            cursor: pointer
        }

        .accordion-heading::after {
            font-family: "Font Awesome 5 Pro";
            content: "\f077";
            position: absolute;
            right: 0
        }

        .accordion-heading.active::after {
            font-family: "Font Awesome 5 Pro";
            content: "\f078"
        }

    .offer-for {
        font-weight: 600;
        color: #2a7a82;
        margin-bottom: 15px;
        font-size: 1.1em
    }

    .offer-content {
        margin: 20px 0
    }

        .offer-content p {
            margin-bottom: 15px;
            font-size: 1.1em;
            color: #666
        }

            .offer-content p strong {
                float: right;
                font-weight: 600;
                color: #2a7a82
            }

    .willing {
        padding: 10px 10px;
        border-radius: 5px;
        display: inline-block;
        width: 100%
    }

        .willing span {
            display: inline-block;
            vertical-align: middle
        }

    .willing-to-receive {
        background: #cfe8c8;
        margin-bottom: 15px
    }

    .willing-to-pay {
        background: #e8ccc8
    }

    .willing span.willing-amount {
        float: right;
        font-weight: 600;
        display: block;
        font-size: 1.4em;
        color: #2a7a82
    }

    .modal-accordion {
        display: inline-block;
        width: 100%
    }

    .accordion-content .tab-heading {
        margin: 0;
        padding: 0
    }

    .osIntro-liability {
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #fff url(../../../images/libaility-icon.png) no-repeat 30px 30px;
        min-height: 200px;
        padding: 20px;
        padding-left: 240px;
        text-align: left
    }

    .osIntro-quantum {
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #fff url(../../../images/quantume-icon.png) no-repeat 30px 30px;
        min-height: 200px;
        padding: 20px;
        padding-left: 240px;
        text-align: left
    }

    .simulator-qngroup .simulator-qngroup-title {
        background-color: #555 !important;
        color: #fff;
        margin-top: 0;
        border-radius: 3px 3px 0 0;
        padding: 15px;
        cursor: default;
        font-weight: 700;
        width: 100%;
        text-align: left
    }

    .simulator-qngroup-qn span[style] {
        font-family: 'Open Sans',Arial !important;
        font-size: 18px !important
    }

    .progress-bar-others-liability, .progress-bar-your-liability {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        background-color: #f5f5f5;
        box-shadow: none;
        margin-top: 4px;
        border-radius: 5px;
        text-align: center;
        position: relative;
        border: 1px solid #00b5e6;
        overflow: hidden
    }

    .progress-bar-others-liability {
        border: 1px solid #ff002e
    }

    .progress {
        height: auto;
        background: 0 0;
        box-shadow: none;
        border-radius: 0
    }

    .progress-bar {
        font-weight: 600;
        border-radius: 0;
        height: 18px;
        line-height: 18px;
        box-shadow: none
    }

    .progress-percent {
        position: absolute;
        display: inline-block;
        margin: auto;
        width: 28px;
        font-size: .8em;
        font-weight: 600;
        left: 50%;
        margin-left: -14px;
        top: 0
    }

    #start-simulator-modal .simulator_added span.cell-heading, #start-simulator-modal2 .simulator_added span.cell-heading {
        height: auto;
        min-height: 15px
    }

    .simulator_added_row {
        display: table-row
    }

    .start-simulator .simulator_added .simulator_cell:last-child {
        width: auto
    }

    .cell-heading i {
        font-size: 13px;
        display: block;
        white-space: normal;
        font-style: normal;
        line-height: 100%;
        color: #666
    }

    .fixed-height .cell-heading {
        height: 50px
    }

    .simulator_added_row.action-row {
        position: relative;
        width: 100%;
        height: 40px
    }

        .simulator_added_row.action-row .simulator_cell.action {
            position: absolute;
            right: 0;
            width: 100% !important;
            text-align: center
        }

            .simulator_added_row.action-row .simulator_cell.action::after {
                content: "";
                position: absolute;
                top: 0;
                height: 1px;
                width: calc(100% - 40px);
                left: 20px;
                background: #ccc
            }

    @supports (-moz-appearance:none) {
        .simulator_added_row.action-row .simulator_cell.action::after {
            content: "";
            position: absolute;
            top: 0;
            height: 1px;
            width: calc(100% - 0px);
            left: 0;
            background: #ccc
        }
    }

    .simulator-block {
        background: #f6f6f6;
        border-radius: 5px
    }

    .radio-check.other-party {
        margin-right: 0
    }

    .liability-calendar .form-control.form_date {
        margin-top: 0
    }

    .liability-calendar label {
        font-weight: 400;
        color: #333;
        margin-top: 10px;
        margin-bottom: 0
    }

    .liability-calendar {
        display: none
    }

    .select-liability-for .radio-check {
        margin-right: 0;
        width: 46%;
        vertical-align: top
    }

    .liability-questions .form-group {
        margin-top: 0;
        margin-bottom: 0
    }

    .case-details-info .case-details-tab-heading {
        border-top: 1px solid #ddd;
        margin-left: -20px;
        margin-right: -20px
    }

    .case-details-info .data-table .table > thead > tr > th {
        white-space: normal
    }

    .case-details-info .data-table {
        margin-bottom: 20px
    }

        .case-details-info .data-table:last-child {
            margin-bottom: 0
        }

        .case-details-info .data-table .table-responsive {
            margin-left: -20px;
            margin-right: -20px
        }

    .case-details-info .sub-form-heading.heading-small {
        clear: both
    }

    .case-details-info .heading-small {
        font-size: 1.3em;
        text-align: left;
        margin-top: 15px;
        color: #333;
        font-weight: 400
    }

    .btn-rounded.btn-primary-light.case-history-btn {
        background: 0 0 !important;
        color: #2a7a82 !important;
        border: 1px solid #2a7a82;
        margin-right: 5px
    }

    .case-details-info .data-table .table > thead > tr > th {
        background: 0 0 !important;
        color: #126b73 !important;
        border-bottom: 4px solid #126b73 !important
    }

    .card-md {
        display: inline-block;
        width: 320px;
        background: #d5e5e8;
        vertical-align: bottom;
        margin: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border-radius: .25rem;
        padding: 10px 0
    }

    .cardImg_circle {
        border-radius: 50%;
        background: #fff;
        text-align: center;
        width: 160px;
        height: 160px;
        margin: 20px auto 10px auto;
        padding-top: 1px
    }

        .cardImg_circle img {
            height: 120px;
            margin: 20px auto 0 auto
        }

    .offer-tab h3 {
        font-size: 1.4em;
        margin-top: 40px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #2a7a82;
        text-align: center
    }

        .offer-tab h3 span {
            display: block;
            text-transform: none;
            font-size: 15px;
            margin-top: 4px;
            color: #777
        }

    .offer-tab .card-md h3 {
        font-size: 130%;
        font-weight: 600;
        color: #126b73;
        text-align: center;
        margin-top: 0;
        text-transform: none
    }

    .otherparty {
        background: #e8e6cf
    }

    .card-group {
        margin-bottom: 20px
    }

    .cardInput input.form-control {
        width: 100px;
        margin: 0 auto;
        display: inline-block
    }

    .card-md:first-child {
        margin-right: 10px
    }

    .cardInput span::after {
        content: "%";
        display: inline;
        margin-left: 5px;
        font-weight: 700
    }

    .card-md p {
        text-align: center;
        margin-top: 6px
    }

    .offer_quantum .table {
        border: 0
    }

        .offer_quantum .table tbody tr, .offer_quantum .table thead tr {
            border-radius: 6px;
            margin-bottom: 10px;
            background: #efefef;
            text-align: left;
            width: 100%;
            display: inline-table
        }

        .offer_quantum .table > thead > tr > th {
            border-bottom: 0 !important;
            width: 33%
        }

        .offer_quantum .table > tbody > tr > td {
            border-top: 0 !important;
            width: 33%
        }

        .offer_quantum .table tbody td, .offer_quantum .table thead th {
            margin-right: 20px
        }

    @media only screen and (max-width:767px) {
        .cardInput input.form-control {
            display: inline-block;
            margin-left: 36%
        }

        .card-md {
            margin-bottom: 10px
        }
    }

    .quantum-table-bg .table-view {
        display: table;
        width: 100%;
        background: #e6f2f5;
        border-radius: 5px;
        margin-bottom: 6px;
        position: relative
    }

        .quantum-table-bg .table-view .table-cell {
            display: table-cell;
            text-align: left;
            height: auto;
            vertical-align: middle;
            padding: 15px 15px;
            white-space: nowrap
        }

        .quantum-table-bg .table-view.table-header {
            background: 0 0;
            font-weight: 600;
            color: #2a7a82;
            text-transform: uppercase
        }

        .quantum-table-bg .table-view .table-cell .has-tooltip {
            display: inline-block
        }

    .quantum-table-bg .table-header .table-cell {
        vertical-align: bottom;
        height: auto
    }

    .quantum-table-bg .table-view .table-cell .help-tooltip {
        top: 0
    }

    .quantum-table-bg .help-tooltip .tooltip-span {
        right: auto;
        left: 10px;
        z-index: 9999;
        white-space: normal
    }

    .dollar-icon, .enter-amount {
        display: inline-block;
        margin-left: 5px
    }

    .quantum-table-bg .willing {
        display: inline-block;
        border: 2px solid transparent;
        background: #fff;
        padding: 7px 15px;
        width: auto;
        min-width: 100px;
        border-radius: 5px;
        margin-right: 5px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0
    }

        .quantum-table-bg .willing.active, .quantum-table-bg .willing:hover {
            cursor: pointer;
            border-color: #2a7a82
        }

    .quantum-table-bg .table-row {
        display: table-row
    }

    .quantum-table-bg .table-view.last-table .table-cell {
        height: 40px;
        padding: 5px 15px
    }

    .quantum-table-bg .table-header .table-cell .action, .quantum-table-bg .table-header .table-cell .action a {
        display: inline-block;
        margin-left: 5px
    }

    .table-cell.enter-amount-cell .action a .fal {
        font-size: 22px;
        vertical-align: middle
    }

        .table-cell.enter-amount-cell .action a .fal.fa-save {
            color: #2a7a82
        }

    .table-view.last-table {
        padding-bottom: 60px
    }

    .add-new {
        padding: 10px 15px;
        background: #333;
        color: #fff !important;
        border-radius: 6px;
        font-weight: 600;
        text-decoration: none !important;
        display: inline-block;
        vertical-align: top
    }

        .add-new:hover {
            background: #666;
            color: #fff
        }

    .willing-total div {
        text-align: center;
        float: left;
        width: 49.5%;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
        font-size: 1.1em;
        border: 2px solid #cfe8c8
    }

        .willing-total div strong {
            font-weight: 600
        }

        .willing-total div span {
            display: block;
            font-weight: 700;
            color: #2a7a82;
            font-size: 1.4em
        }

        .willing-total div.willi-pay-total {
            margin-left: 1%;
            background: #fff;
            border: 2px solid #e8ccc8
        }

            .willing-total div.willi-pay-total span {
                color: #bd2c57
            }

    .global-offer {
        background: #dde8eb;
        max-width: 660px;
        margin: auto;
        padding: 10px;
        border-radius: 5px;
        font-weight: 600;
        margin-top: 15px
    }

        .global-offer .dollar-icon {
            margin-left: 20px
        }

        .global-offer .form-control {
            font-weight: 400
        }

    #link-unlink .form-content {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: none
    }

    #link-unlink p {
        margin-top: 15px
    }

    #link-unlink td:first-child {
        width: 10px !important
    }

    #link-unlink .radio-check {
        margin-right: 0
    }

    .action .fal.fa-file-image, .action .fal.fa-file-pdf, .action .fal.fa-file-video, .action .far.fa-file-image, .action .far.fa-file-pdf, .action .fas.fa-film {
        font-size: 30px;
        color: #666;
        font-weight: 300;
        line-height: 100%
    }

    .fas.fa-user, .fas.fa-user-friends {
        font-size: 30px;
        color: #999;
        font-weight: 600;
        line-height: 100%
    }

    .data-table .btn-rounded.btn-primary-light {
        background: #fff !important;
        border: #126b73 solid 2px;
        color: #126b73 !important
    }

    .eSettlement-lin-unlick .data-table .btn-rounded.btn-primary-light {
        margin: 15px 0 0 15px;
        float: left;
        font-weight: 400;
        font-size: 1.2em
    }

    .eSettlement-lin-unlick .action .fal {
        color: #fff;
        font-size: 1em
    }

    .tooltip {
        font-family: "Open Sans"
    }

    #share_documents .form-content {
        border: none
    }

    .column-devided div {
        display: table-cell;
        float: none;
        padding: 15px 20px
    }

        .column-devided div:nth-child(2) {
            padding-left: 0
        }

        .column-devided div:last-child {
            padding-right: 0
        }

    .inner-accordion {
        padding: 15px;
        border: 1px solid #ddd;
        background: #fff;
        padding-bottom: 0;
        border-radius: 0 0 5px 5px
    }

        .inner-accordion .panel-group .panel {
            border: none
        }

        .inner-accordion .panel-body {
            border: none;
            padding: 0
        }

        .inner-accordion .panel-group .panel-heading a {
            border: 1px solid #ccc;
            border-bottom: none;
            border-radius: 5px 5px 0 0
        }

            .inner-accordion .panel-group .panel-heading a.collapsed {
                border: 1px solid #ccc;
                border-radius: 5px
            }

    .column-devided h3 {
        color: #126b73;
        font-weight: 600;
        font-size: 1.2em;
        margin: 0
    }

    .column-devided div p {
        margin: 0
    }

        .column-devided div p strong {
            font-weight: 600;
            margin-left: 10px
        }

    .action .action-buttons i {
        font-size: 24px !important;
        text-align: center;
        color: #b02f28 !important;
        line-height: 100%;
        margin: 0 2px
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9999999999
    }

    .medical-expences .willing {
        margin-bottom: 2px
    }

    .enter-amount-cell .action a.add {
        color: #666;
        border: 2px solid #ccc;
        padding: 5px 5px;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        text-decoration: none !important
    }

        .enter-amount-cell .action a.add i {
            color: #666;
            margin-right: 5px
        }

    .quantum-table-bg.medical-expences .table-view .table-cell {
        vertical-align: bottom
    }

    .quantum-table-bg.medical-expences .table-view {
        padding-bottom: 50px
    }

    .liability-offer span, .quantum-offer span {
        border: 1px solid #c6d8af;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        width: 70px;
        text-align: center;
        padding: 3px;
        border-radius: 20px;
        font-size: 12px;
        background: #edfadc
    }

    .liability-offer span {
        background: #ddf2fb;
        border-color: #aacddc
    }

    .documents-details a {
        color: #2a7a82;
        display: block;
        border-bottom: 1px dashed #ddd;
        padding: 5px 0
    }

    .documents-details p {
        margin-bottom: 0
    }

    @media only screen and (max-width:1199px) {
        .quantum-table-bg .table-view .table-cell .form-control {
            max-width: 120px
        }
    }

    @media only screen and (max-width:991px) {
        .quantum-table-bg.medical-expences .table-view {
            padding-bottom: 60px
        }

        .add-new {
            left: 5px
        }

        .quantum-table-bg.medical-expences .table-view .table-cell {
            padding: 5px 5px;
            height: auto
        }

        .quantum-table-bg .table-view .table-cell .help-tooltip {
            top: 0;
            right: auto;
            left: 0
        }

        .quantum-table-bg .help-tooltip .tooltip-span {
            right: auto;
            left: 0;
            z-index: 9999;
            white-space: normal;
            font-size: 12px;
            padding: 5px
        }

        .quantum-table-bg.medical-expences .table-view .table-cell.enter-amount-cell {
            padding-top: 26px
        }

        .quantum-table-bg .table-view .table-cell .has-tooltip {
            display: block;
            padding-left: 30px
        }

        .quantum-table-bg .table-view .table-cell {
            padding: 15px 5px
        }

        .quantum-table-bg .willing {
            min-width: 80px;
            padding: 7px 5px
        }
    }

    .quantum-table-bg.medical-expences .table-view .table-cell br {
        margin-bottom: 10px
    }

    @media only screen and (max-width:767px) {
        .preview-summary .table-responsive, .supporting-documents .table-responsive {
            margin-left: 0;
            margin-right: 0;
            margin-top: 15px
        }

        .progress-steps ul li span {
            display: none
        }

        .heading .btn-rounded {
            clear: both;
            display: inline-block;
            float: none;
            max-width: 100%;
            margin-top: 5px
        }

        .progress-steps ul {
            margin-bottom: 15px;
            padding-left: 0
        }

        .offer-tab h3 {
            display: inline-block;
            width: 100%;
            margin-top: 10px
        }

        .eSettlement-initiated-table .table-cell {
            display: block;
            width: 100%
        }

        .eSettlement-initiated-tab .nav-tabs > li > a {
            padding-left: 0;
            padding-right: 0
        }

        .eSettlement-initiated-tab .tab-pane {
            float: left;
            margin-bottom: 10px;
            width: 100%
        }

        .eSettlement-initiated-tab .nav-tabs, .eSettlement-initiated-tab .table-responsive {
            margin-left: 0;
            margin-right: 0
        }

        .eSettlement-initiated .tab-pane-content {
            padding: 0
        }

        .eSettlement-initiated-tab .data-table a.btn-rounded, .supporting-documents .data-table a.btn-rounded {
            margin-left: 15px
        }

        .eSettlement-initiated-tab .nav.nav-tabs {
            padding: 0 15px !important
        }

        .eSettlement-initiated-tab .nav-tabs > li > a {
            padding: 10px 15px !important
        }

        .case-details-tab .offer-tab .nav.nav-tabs {
            padding-bottom: 0
        }

        .willi-pay-total, .willin-receive-total {
            margin: 0 0 5px 0 !important;
            width: 100% !important
        }

        .case-details-tab .offer-tab .nav.nav-tabs a {
            padding: 10px 15px
        }

        .card-md {
            width: 100%;
            margin: 0 0 10px 0
        }

        #eSettlement .case-details-tab-heading.heading-esettlement {
            position: relative;
            padding-right: 50px
        }

            #eSettlement .case-details-tab-heading.heading-esettlement .btn-rounded.btn-quick-tip {
                position: absolute;
                top: 15px;
                right: 15px
            }

        .eSettlement-initiated-tab .nav-tabs > li:last-child a {
            padding-left: 40px !important
        }

        .btn-rounded {
            padding: 5px 10px
        }

        .quantum-table-bg .table-row {
            display: block
        }

        .quantum-table-bg .table-view .table-cell {
            width: 100%;
            display: block;
            height: auto;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .dollar-icon, .enter-amount {
            display: block;
            margin-left: 5px
        }

        .quantum-table-bg .table-view .table-cell .form-control {
            max-width: 100%
        }

        .quantum-table-bg .table-view .table-cell .enter-amount .form-control {
            width: calc(100% - 20px);
            margin-left: 20px;
            max-width: 100%
        }

        .quantum-table-bg.medical-expences .table-view .table-cell.enter-amount-cell .action {
            position: absolute;
            right: 15px;
            bottom: 7px
        }

        .table-cell.enter-amount-cell {
            position: relative
        }

            .table-cell.enter-amount-cell .dollar-icon {
                position: absolute;
                bottom: 20px;
                left: 15px
            }

        .quantum-table-bg.medical-expences .table-cell.enter-amount-cell .dollar-icon {
            bottom: 15px
        }

        .quantum-table-bg.medical-expences .table-view .table-cell.enter-amount-cell {
            padding-top: 10px
        }

        .quantum-table-bg.medical-expences .table-view {
            padding-bottom: 70px
        }

        .quantum-table-bg .table-view {
            display: block;
            padding: 10px 0
        }

        .quantum-table-bg.medical-expences .table-view .table-cell {
            padding: 5px 15px
        }

        .quantum-table-bg .table-view .table-cell {
            padding: 10px 15px
        }

        .add-new {
            left: 15px
        }

        .table-view.table-header {
            display: none
        }

        .quantum-table-bg .help-tooltip .tooltip-span {
            margin-top: 25px
        }

        .simulator_added .simulator_cell:first-child {
            width: 150px
        }

        .landing-page > section.banner .item h1, .landing-page > section.banner .item h2 {
            font-size: 30px
        }

        .table-top-sorting .cell:last-child {
            width: 100%
        }

        .case-details-tab .offer-tab .nav.nav-tabs a::before {
            display: none
        }
    }

    .login-block-info {
        height: unset;
        padding: 10px 15px 10px 15px;
        color: #ddd;
        background: rgba(0,0,0,.4);
        line-height: 1.6;
        font-size: 14px
    }

    .simulator-btn.active, .simulator-btn:active, .simulator-btn:hover {
        background-color: #fff;
        color: #126b73;
        box-shadow: none;
        border: 2px solid #126b73 !important
    }

    .qntype-btnlist-btn {
        color: #666;
        font-size: 1em
    }

    .qntype-check-checkbox > input {
        border: 1px solid #ddd
    }

    .qntype-check-checkbox {
        font-size: 1em;
        color: #666
    }

    button.btn.btn-lg.simulator-btn.qntype-check-btn {
        font-size: 1.1em
    }

    .qntype-btnlist-input .filter-ext-input {
        width: 140px;
        min-width: auto;
        height: 40px
    }

    .page-disclaimer .quantum-intro-body p {
        font-size: .85em;
        color: #555;
        line-height: 1.5
    }

    .simulator-qngroup .simulator-qngroup-qn p span {
        font-size: 16px !important;
        color: #666;
        font-weight: 600
    }

    .simulator-qngroup .simulator-qngroup-qn p br {
        display: none
    }

    @media only screen and (max-width:991px) {
        .liability-qn .btn.btn-lg.qntype-binary-item {
            width: 100% !important;
            height: auto !important
        }
    }

    @media only screen and (max-width:767px) {
        .qntype-btnlist-btn {
            width: calc(100% - 30px) !important
        }

        .liability-qn .row {
            padding-left: 0 !important;
            display: block !important
        }

        .liability-qn .btn.btn-lg.qntype-binary-item {
            width: 100% !important;
            height: auto !important
        }

        .liability-qn .col-lg-5 .pull-left {
            width: 100%
        }

        .liability-qn .btn.btn-lg.qntype-binary-item {
            margin-right: 0 !important
        }

        .qntype-check.ans-option-grp .row {
            margin: 0;
            margin-left: 15px
        }

        .page-disclaimer .quantum-intro {
            margin-bottom: 0;
            margin-left: 15px !important;
            margin-right: 15px !important;
            padding-left: 0;
            padding-right: 0;
            margin-top: 200px !important
        }

        .page-disclaimer {
            border: 3px solid #ccc;
            padding: 0;
            background: #f3f3f3 url(../../../images/disclaimer-icon.png) center top 65px !important;
            background-repeat: no-repeat !important;
            text-align: center
        }

        .img-overlay-container {
            position: relative;
            display: inline-block;
            width: 100%
        }

        div[class*=col-] {
            display: inline-block;
            width: 100%
        }

        .quantum-table .table tfoot tr, .quantum-table .table tfoot tr td {
            display: block;
            text-align: left
        }

        body .k-grid.k-widget table {
            overflow: hidden
        }
    }

    .dashboard-datatable .k-pager-wrap.k-pager-lg a.k-link {
        border-radius: 5px;
        background: #fff !important;
        padding: 2px 10px;
        border: 1px solid #ccc !important
    }

    .k-pager-wrap.k-pager-lg .k-pager-numbers .k-link, .k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers .k-link, .k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
        margin: 0;
        border-width: 0;
        width: 4em;
        background: #126b73;
        height: 2.3em;
        color: #fff
    }

    .k-pager-wrap.k-pager-lg a.k-link.k-pager-nav.k-pager-first:first-child {
        margin: 0 0 0 10px !important
    }

    .dtpicker-mobile {
        z-index: 99999999999
    }

    .about-us {
        margin: 30px 0;
        text-align: left
    }

    .about-banner {
        background: rgba(0,0,0,0) url(../../../images/banner-2.jpg) no-repeat scroll 0 0;
        background-size: auto;
        background-size: cover;
        padding: 150px 0;
        color: #fff;
        font-size: 1em;
        position: relative;
        background-position: center center
    }

    .about-us h3 {
        color: #ba2b57;
        font-weight: 700;
        margin-top: 0;
        font-size: 1em
    }

    .about-banner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: linear-gradient(90deg,#bd2c57 15%,#136b73 77%);
        height: 100%;
        opacity: .9
    }

    .about-banner span {
        position: relative;
        z-index: 9
    }

    .about-us .list-Features {
        margin: 20px 0
    }

        .about-us .list-Features ul {
            padding: 0
        }

        .about-us .list-Features li {
            list-style: none;
            padding: 10px 0 5px 30px;
            position: relative
        }

            .about-us .list-Features li::after {
                content: "\f111";
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                left: 5px;
                color: #126b73;
                top: 16px;
                font-weight: 600;
                font-size: 8px
            }

    .about-banner strong {
        font-weight: 300;
        display: block;
        font-size: 1.8em;
        position: relative;
        z-index: 9
    }

        .about-banner strong.small {
            display: inline-block;
            font-weight: 600;
            text-transform: none;
            font-size: 1em
        }

    .about-us {
        font-size: .9em;
        line-height: 1.7
    }

    .about-table {
        display: block;
        width: 100%;
        border-spacing: 0;
        text-align: center;
        margin: 30px 0
    }

    .about-table-cell {
        display: inline-block;
        width: 40%;
        background: #f8f8f8;
        padding: 26px;
        border-radius: 5px;
        line-height: 1.8;
        border: 1px solid #eee;
        vertical-align: top;
        min-height: 400px;
        margin: 0 10px
    }

        .about-table-cell p strong {
            display: block;
            color: #126b73;
            font-size: 1.4rem;
            font-weight: 400;
            margin-bottom: 10px
        }

    @media only screen and (max-width:1199px) {
        .about-table-cell {
            min-height: 410px
        }
    }

    @media only screen and (max-width:991px) {
        .about-table, .about-table-cell {
            display: block;
            width: 100%;
            margin: 0 0 10px 0
        }

        .about-table-cell {
            padding: 14px;
            min-height: 0
        }
    }

    .error-page {
        background-image: url(../../../images/error-bg.png);
        background-position: top left;
        background-repeat: no-repeat;
        margin: 100px auto;
        min-height: 328px;
        padding-left: 480px;
        text-align: left
    }

        .error-page h3 {
            color: #ba2b57;
            font-size: 2.4rem;
            font-weight: 300
        }

        .error-page h5 {
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px
        }

            .error-page h5 strong {
                font-weight: 600;
                color: #333;
                display: block
            }

    @media only screen and (max-width:991px) {
        .error-page {
            background-size: 300px;
            padding-left: 340px
        }

        .form-content div[class*=col-md-] {
            clear: none
        }
    }

    @media only screen and (max-width:767px) {
        .error-page {
            background-size: 300px;
            padding-left: 0;
            padding-top: 270px;
            background-position: top center;
            margin-top: 30px;
            text-align: center
        }

            .error-page h5 {
                margin-bottom: 0
            }

            .error-page .button-center.button-left {
                text-align: center
            }
    }

    .contact-email {
        text-align: center;
        font-size: 2rem;
        font-weight: 300;
        margin: 40px 0 110px 0;
        background: url(../../../images/conact-email-graphic.png);
        padding-top: 260px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 300px
    }

        .contact-email a {
            display: inline-block;
            text-decoration: none;
            font-weight: 400 !important;
            color: #ba2b57
        }

    @media only screen and (max-width:767px) {
        .contact-email {
            font-size: 1.4rem
        }

            .contact-email a {
                display: block
            }
    }

    .simulator-qngroup .simulator-qngroup-qn p span, .simulator-qngroup-qn {
        margin: 30px 0
    }

    @media only screen and (max-width:767px) {
        height:auto
    }

    .terms-privacy li, .terms-privacy li li {
        line-height: 1.6;
        margin: 15px 0
    }

    .terms-privacy p strong {
        font-weight: 600;
        color: #333
    }

    .terms-privacy ol {
        list-style-type: none;
        counter-reset: item;
        padding: 0;
        list-style-position: outside
    }

        .terms-privacy ol li > ol {
            margin-bottom: 30px
        }

            .terms-privacy ol li > ol ol {
                margin-bottom: 0
            }

        .terms-privacy ol li {
            display: block;
            font-size: 1.2rem;
            font-weight: 600;
            color: #126b73;
            margin: 20px 0 15px 0
        }

            .terms-privacy ol li li {
                padding-left: 20px;
                font-weight: 400;
                font-size: 1rem;
                color: #333
            }

                .terms-privacy ol li li li {
                    padding-left: 0
                }

        .terms-privacy ol > li {
            counter-increment: item;
            margin-bottom: .6em
        }

            .terms-privacy ol > li:before {
                content: counters(item, ".") ". "
            }

    .terms-privacy li ol > li:before {
        content: counters(item, ".") " ";
        color: #126b73;
        font-weight: 600
    }

    .dashboard-empty {
        display: inline-block;
        width: 100%;
        background: #fff;
        margin: 0 0 40px 0;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 3px 3px 5px #ddd
    }

    .quantum-table-bg .table-view .table-cell .form-control {
        max-width: 200px
    }

    .inline-cell {
        float: left;
        margin-right: 10px;
        margin-top: 0
    }

    .quantum-table-bg .table-view .table-cell:first-child {
        width: 460px
    }

    .quantum-table-bg .table-view .table-cell:last-child {
        width: 380px
    }

    .btn-rounded.btn-quick-tip {
        position: relative
    }

        .btn-rounded.btn-quick-tip::after {
            content: "Quick Tip";
            position: absolute;
            top: -100%;
            white-space: nowrap;
            left: 50%;
            background: #000;
            font-size: 11px;
            padding: 6px 10px;
            border-radius: 3px;
            margin-left: -38px;
            margin-bottom: -2px;
            display: none;
            z-index: 999;
            text-transform: none;
            line-height: 100%
        }

        .btn-rounded.btn-quick-tip::before {
            position: absolute;
            content: "";
            border-top: 5px solid #000;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            left: 50%;
            top: -11px;
            margin-left: -5px;
            display: none;
            z-index: 999
        }

        .btn-rounded.btn-quick-tip:hover::before {
            display: block
        }

        .btn-rounded.btn-quick-tip:hover::after {
            display: block
        }

    .total-summary {
        clear: both;
        border-radius: 10px;
        margin: 10px 0 0 0;
        display: inline-block;
        background: #126b73;
        color: #fff;
        text-align: left;
        width: 100%
    }

        .total-summary.total-pay {
            background: #bd2c57
        }

        .total-summary h4 {
            border-bottom: 1px solid rgba(255,255,255,.5);
            padding: 15px 30px;
            font-size: 1.4rem
        }

        .total-summary p {
            padding: 15px 30px;
            font-size: 1.2rem;
            line-height: 1.2
        }

            .total-summary p strong {
                display: block;
                font-size: 2rem
            }

        .total-summary.offer-not-added {
            background: #efefef;
            color: #333
        }

    .quantum-table-bg .table-view.table-header .table-cell:last-child {
        padding-left: 20px
    }

    .dont-show-again {
        margin-top: 20px;
        border-top: 1px solid #bbb;
        padding-top: 15px
    }

        .dont-show-again a {
            font-size: .9rem;
            color: #aa2b56;
            text-decoration: underline
        }

            .dont-show-again a i {
                font-size: 1rem;
                vertical-align: middle;
                margin-right: 10px;
                margin-top: -4px
            }

        .dont-show-again span {
            color: #666;
            margin-left: 10px;
            font-size: .9rem
        }

    @media only screen and (max-width:1199px) {
        .quantum-table-bg .table-view .table-cell:first-child {
            width: 380px
        }

        .quantum-table-bg .table-view .table-cell .form-control {
            max-width: 160px
        }

        .quantum-table-bg .table-view .table-cell:last-child {
            width: 260px
        }

        .navbar-brand > img {
            max-width: 240px
        }
    }

    @media only screen and (max-width:992px) {
        .quantum-table-bg .table-view .table-cell:first-child {
            width: 300px
        }

        .quantum-table-bg .table-view .table-cell .form-control {
            max-width: 120px
        }

        .quantum-table-bg .table-view .table-cell:last-child {
            width: 160px
        }

        .navbar-brand > img {
            max-width: 200px
        }
    }

    @media only screen and (max-width:767px) {
        .quantum-table-bg .table-view .table-cell {
            white-space: normal;
            width: 100% !important
        }

        .quantum-table-bg.medical-expences span.willing-to-pay.willing {
            margin-top: 5px
        }

        .quantum-table-bg .table-view .table-cell .form-control {
            max-width: 100%
        }

        .quantum-table-bg .table-view .table-cell .inline-cell {
            float: none;
            margin-right: 0;
            margin-top: 10px
        }

        .total-summary p strong {
            display: block;
            font-size: 1.6rem
        }

        .total-summary p {
            font-size: 1rem;
            line-height: 1.4
        }

        .case-details-tab .eSettlement-initiated-tab .nav-tabs > li a[data-toggle=tab]::before {
            display: none
        }

        .navbar-brand > img {
            max-width: 140px
        }
    }

    .simulator_cell.radio-select {
        width: 60px !important
    }

    .radio-select .radio-check {
        margin: 0;
        width: 20px;
        padding-left: 10px
    }

    .radio-btn {
        visibility: hidden
    }

    .simulator-block .simulator_cell.version {
        width: 200px
    }

    .simulator_added.selected ~ .liability-questions {
        display: block
    }

    .simulator-block .simulator_added {
        margin: 0
    }

    .simulator-block {
        margin: 10px 0
    }

    .proceed-without-liability {
        background: #f6f6f6;
        padding: 15px 20px;
        border-radius: 5px;
        margin-bottom: 10px
    }

        .proceed-without-liability .radio-check {
            font-weight: 600;
            padding-left: 0
        }

            .proceed-without-liability .radio-check .overlay-radio {
                margin-right: 20px
            }

    #start-simulator-modal .simulator_cell {
        vertical-align: middle;
        padding: 10px 10px
    }

    @media only screen and (max-width:767px) {
        .liability-questions .form-group .control-label {
            padding-left: 15px
        }

        .select-liability-for .radio-check {
            width: 100%;
            vertical-align: top;
            margin: 10px 0
        }

        #start-simulator-modal .simulator_cell {
            padding: 5px 10px
        }

        .radio-select .radio-check {
            padding-left: 0
        }
    }

    p.liability-offer strong, p.quantum-offer strong {
        display: block
    }

    .modal-body .form-content {
        border-bottom: none
    }

    .empty {
        text-align: center;
        width: 100%;
        margin: 20px 0
    }

    .make-offer-dropdown {
        float: right;
        position: relative
    }

    .btn-rounded.btn-make-offer {
        color: #aa2b56;
        font-size: 19px;
        width: 36px;
        height: 36px;
        border: 1px solid #aa2b56;
        line-height: 34px;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        position: relative;
        z-index: 9999;
        background: #fff
    }

    .make-offer-overlay {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.8);
        z-index: 99
    }

    .make-offer-modal {
        position: absolute;
        width: 340px;
        display: block;
        color: #fff;
        z-index: 991;
        right: 0;
        top: 100%;
        margin-top: 13px;
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
        padding: 15px;
        text-align: center;
        background: #bd2c57;
        background: -moz-linear-gradient(180deg,#bd2c57 0,#136b73 100%);
        background: -webkit-linear-gradient(180deg,#bd2c57 0,#136b73 100%);
        background: linear-gradient(180deg,#bd2c57 0,#136b73 100%);
        border-radius: 5px
    }

        .make-offer-modal::after {
            content: "";
            position: absolute;
            top: -10px;
            border-bottom: 10px solid #bd2c57;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            right: 14px;
            margin-left: -10px
        }

        .make-offer-modal h5 {
            margin: 0
        }

            .make-offer-modal h5 strong {
                display: block;
                font-size: 16px;
                font-weight: 600
            }

    .offer-icon span {
        display: inline-block;
        margin: 10px 0 0 0;
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,.3);
        box-shadow: 0 0 3px
    }

    .offer-table p {
        margin: 0 -15px;
        padding: 10px;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

        .offer-table p strong {
            display: inline-block;
            width: 50%;
            text-align: right;
            font-size: 16px;
            font-weight: 600
        }

        .offer-table p span {
            display: inline-block;
            width: 50%;
            text-align: left
        }

    .make-offer-modal .button-center {
        margin-bottom: 5px;
        margin-top: 20px
    }

        .make-offer-modal .button-center .btn {
            background: #ffb805;
            border-radius: 20px;
            color: #000;
            text-transform: none;
            font-weight: 400;
            font-size: 17px;
            padding: 8px 25px;
            border: 1px solid transparent
        }

            .make-offer-modal .button-center .btn:hover {
                background: #bd2c57 !important;
                color: #fff;
                border: 1px solid rgba(255,255,255,.5)
            }

    .make-offer-modal div a {
        display: inline-block;
        margin: 0;
        width: auto;
        color: #fff;
        float: none;
        font-size: 15px
    }

    .view-details a {
        text-decoration: underline
    }

    .make-offer-modal div.nex-prev a {
        font-size: 15px;
        margin: 10px 5px 0 5px
    }

    div.nex-prev a.offers-page-num {
        text-decoration: none;
        pointer-events: none
    }

    .offer-close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        line-height: 16px;
        border: 2px solid #fff;
        border-radius: 50%
    }

        .offer-close:hover {
            cursor: pointer
        }

    .offer-table p strong.recom-date {
        font-size: 14px
    }

    .offer-table p strong.colored {
        color: #ffb805;
        font-size: 20px
    }

    .system-recom {
        background: #bd2c57;
        background: -moz-linear-gradient(90deg,#bd2c57 18%,#136b73 84%);
        background: -webkit-linear-gradient(90deg,#bd2c57 18%,#136b73 84%);
        background: linear-gradient(90deg,#bd2c57 18%,#136b73 84%);
        padding: 20px;
        border-radius: 5px;
        color: #fff;
        margin-bottom: 3px
    }

    .system-recom-table {
        display: table;
        width: 100%;
        border-spacing: 20px
    }

        .system-recom-table div {
            display: table-cell;
            vertical-align: bottom
        }

            .system-recom-table div p {
                margin-left: 0;
                margin-right: 0;
                min-height: 45px;
                text-align: left
            }

            .system-recom-table div h3 {
                text-align: left;
                font-weight: 300;
                margin: 0 0 20px 0
            }

    .system-recom .button-center {
        margin: 0 0 5px 0;
        text-align: left;
        margin-left: 170px
    }

        .system-recom .button-center .btn {
            background: #ffb805;
            border-radius: 20px;
            color: #000;
            text-transform: none;
            font-weight: 400;
            font-size: 17px;
            padding: 8px 25px;
            border: 1px solid transparent
        }

            .system-recom .button-center .btn:hover {
                background: #bd2c57 !important;
                color: #fff;
                border: 1px solid rgba(255,255,255,.5)
            }

    .system-recom-table div.offer-icon {
        vertical-align: top
    }

    #summary-modal2 button.close {
        height: 32px;
        line-height: 32px;
        margin-right: -5px;
        width: 32px;
        background: 0 0;
        text-shadow: none;
        opacity: 1;
        color: #fff;
        right: 10px;
        position: absolute;
        top: 10px;
        font-size: 30px
    }

    .make-offer-modal, .make-offer-overlay {
        display: none
    }

    #summary-modal2 .summary-form-details {
        background: #efefef;
        color: #000;
        border-bottom: 1px solid #ccc
    }

        #summary-modal2 .summary-form-details .form-group .form-control-static a {
            color: #136b73
        }

    #offer .make-offer-dropdown {
        float: none;
        position: relative;
        display: inline-block
    }

    #offer .btn-rounded.btn-make-offer .fal.fa-balance-scale {
        font-size: 19px !important
    }

    #offer .offer-close .far.fa-times {
        font-size: 14px !important;
        color: #fff !important
    }

    #offer .offer-table p strong {
        color: #fff !important
    }

        #offer .offer-table p strong.colored {
            color: #ffb805 !important
        }

    #offer .make-offer-modal div.nex-prev a i {
        font-size: 15px !important;
        color: #fff !important
    }

    #offer .make-offer-modal h5 strong {
        color: #fff !important
    }

    #offer .btn-rounded.btn-make-offer {
        margin-top: 0 !important
    }

    @media only screen and (max-width:991px) {
        .system-recom-table div {
            display: block
        }

        .system-recom .button-center {
            margin-left: 15px
        }
    }

    @media only screen and (max-width:767px) {
        .system-recom-table {
            display: block
        }

        .system-recom .button-center {
            margin-left: 0;
            margin-top: 15px
        }

        .system-recom {
            padding: 10px 15px;
            font-size: .9rem
        }

            .system-recom .offer-icon span {
                margin-bottom: 10px;
                margin-top: 0
            }

        .make-offer-modal::after {
            right: 68px
        }

        .make-offer-modal {
            margin-right: -55px;
            width: 300px
        }

        .dont-show-message {
            bottom: 0;
            top: auto
        }
    }

    .tip {
        display: none
    }

    @media only screen and (max-width:767px) {
        .tip {
            display: block;
            color: #666;
            font-size: 12px;
            text-transform: capitalize !important
        }

        .action .tooltip {
            display: none !important
        }

        .action a, .table-tabs .nav-tabs table tr td.action a {
            display: inline-block;
            padding: 0 10px 0 0;
            text-align: center;
            text-decoration: none !important
        }

        .dashboard-datatable #tab_require_action tr td:first-child {
            position: static !important;
            padding: 5px 15px !important;
            width: 100% !important
        }

        .column-devided div {
            display: block;
            padding: 10px 00;
            padding-left: 0
        }

        .action-buttons {
            white-space: normal
        }
    }

    .heading span.font-small {
        font-weight: 400;
        color: #666;
        font-size: 14px;
        margin-top: 0
    }

    .hint-bg {
        background: #fce0de;
        padding: 20px;
        line-height: 1.7;
        border-radius: 5px;
        font-size: 1.06rem
    }

    .important-note {
        margin-top: 30px;
        text-align: left
    }

    .quantum-table .important-note {
        margin: 10px 0 0 0
    }

    .important-note h3 {
        margin: 0 0 15px 0;
        font-weight: 400;
        text-transform: uppercase;
        color: #126b73
    }

    .important-note .note-list {
        background: #f8f8f8;
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #eee;
        margin-bottom: 10px
    }

    .quantum-table .important-note .note-list {
        background: #fff
    }

    .outcome-simulator {
        background: #fff;
        padding: 0;
        display: table
    }

        .outcome-simulator .simulator-cell {
            display: table-cell;
            padding: 20px;
            padding-bottom: 0;
            vertical-align: top
        }

    .simulator-document-and-time.simulator-cell {
        border-right: 1px solid #ddd;
        border-top: none;
        text-align: center;
        padding-top: 220px;
        width: 340px;
        color: #555
    }

    .liability .simulator-document-and-time.simulator-cell {
        background: #ddf2fb url(../../../images/libaility-icon.png) no-repeat center 20px
    }

    .quantum .simulator-document-and-time.simulator-cell {
        background: #edfadc url(../../../images/quantum-icon.png) no-repeat center 20px
    }

    .simulator-document-and-time span {
        display: inline-block;
        font-size: 28px;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 10px
    }

    .simulator-document-and-time p strong {
        font-weight: 400;
        font-size: 1.4rem;
        border-top: 1px dashed;
        padding-top: 10px;
        display: block;
        margin-bottom: 30px;
        color: #126b73
    }

    .terms-bg {
        background: #fff;
        padding: 20px;
        margin: 20px 0 0 0;
        border-radius: 5px;
        border: 1px solid #ddd
    }

    .terms-accept {
        text-align: left;
        margin: 20px 0 0 0
    }

        .terms-accept .check-control {
            padding-left: 30px;
            font-size: .9rem;
            color: #666;
            margin-bottom: 7px;
            border-bottom: 1px solid #dce9cc;
            padding: 12px 12px 11px 30px
        }

        .terms-accept div.title {
            color: #bd2c57;
            margin-top: -18px !important;
            margin-bottom: 6px
        }

    .captcha-left {
        text-align: left;
        padding-top: 20px;
        border-top: 1px dashed #bbb
    }

    .skip-step a {
        text-decoration: none
    }

        .skip-step a:hover {
            color: #bd2c57
        }

    .progress-steps {
        float: right;
        margin-right: -25px
    }

        .progress-steps ul {
            counter-reset: step 0;
            display: table;
            padding: 0;
            margin: 35px auto 0 auto;
            width: auto
        }

            .progress-steps ul li {
                min-width: 100px
            }

    .simulator-questionnaire {
        display: block;
        min-height: 500px
    }

    .content-heading {
        color: #126b73;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px
    }

    .liability-heading, .quantum-heading {
        font-size: 1em
    }

        .liability-heading strong, .quantum-heading strong {
            font-size: 1.8rem;
            font-weight: 700;
            vertical-align: middle;
            margin-left: 0;
            display: block;
            margin-top: 5px;
            line-height: 100%
        }

    .quantum-table, .you-and-other-party {
        background: #e6f4ff;
        padding: 30px;
        border-radius: 10px;
        margin-top: -10px;
        border-top: 5px solid #126b73
    }

    .quantum-table {
        background: #edfadc
    }

        .quantum-table h3, .you-and-other-party h3 {
            color: #126b73;
            margin: 0 0 20px 0
        }

    .both-section {
        display: table;
        margin: 0 auto 0 auto;
        position: absolute;
        right: 20px;
        top: 20px
    }

    .both-section-cell {
        display: table-cell;
        font-size: 1rem;
        color: #444;
        padding: 0 10px
    }

        .both-section-cell span {
            display: block;
            text-align: center;
            margin: 15px 0
        }

            .both-section-cell span strong {
                display: inline-block;
                width: 60px;
                height: 60px;
                line-height: 60px;
                border-radius: 50%;
                font-size: 1.4rem;
                color: #fff
            }

                .both-section-cell span strong sup {
                    font-size: 1rem;
                    font-weight: 300
                }

        .both-section-cell.you-would-be span strong {
            background: #00b5e6;
            box-shadow: 0 0 0 6px rgba(0,181,230,.5)
        }

        .both-section-cell.the-other-party span strong {
            background: #ff002e;
            box-shadow: 0 0 0 6px rgba(255,0,46,.5)
        }

    .liability-graph {
        border: none;
        padding: 0
    }

    .explainations {
        padding: 10px 0;
        margin: 0 20px;
        text-align: left
    }

        .explainations ul {
            padding: 0;
            list-style: none
        }

            .explainations ul li {
                padding: 10px;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 20px
            }

                .explainations ul li::before {
                    content: "";
                    height: 7px;
                    width: 7px;
                    background: #126b73;
                    position: absolute;
                    border-radius: 50%;
                    top: 17px;
                    left: 0
                }

                .explainations ul li:last-child {
                    border: none
                }

        .explainations h3 {
            color: #126b73;
            position: relative;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 10px;
            margin-top: 0
        }

            .explainations h3:hover::after {
                background: #bd2c57
            }

            .explainations h3.active::after {
                background: #bd2c57;
                content: "hide"
            }

    .quantum-table .table {
        margin: 0 auto 0 auto;
        text-align: left;
        background: #fff
    }

        .quantum-table .table td, .quantum-table .table tfoot td, .quantum-table .table th {
            font-weight: 400;
            padding: 10px 25px
        }

    .white-bg {
        background: #fff
    }

    .quantum-table .table tfoot {
        background: #fff;
        font-size: 1.2rem;
        text-align: right
    }

        .quantum-table .table tfoot td, .quantum-table .table tfoot td.value {
            color: #126b73;
            font-weight: 700
        }

    .quantum-table .table td.value {
        padding-right: 60px;
        font-size: 1.2rem;
        font-weight: 700;
        color: #126b73;
        text-align: left;
        white-space: nowrap
    }

    .outcome-simulator-quantum-content .img-responsive {
        margin: auto
    }

    .variants {
        background: #bd2c57;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        text-align: left;
        box-shadow: 0 0 0 6px rgba(189,44,87,.5);
        margin: 15px 6px
    }

    .note {
        padding: 20px;
        text-align: left;
        padding-left: 50px;
        position: relative
    }

        .note::before {
            content: "\f671";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 0;
            background: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            font-size: 1.7rem;
            color: #126b73;
            font-weight: 300
        }

    .navbar-user .btn.btn-accent.btn-lg {
        margin-top: 25px;
        margin-left: 20px
    }

    .logo-tagline {
        display: none
    }

    .run-simulator-select {
        text-align: center
    }

        .run-simulator-select label.radio-check {
            width: auto;
            display: inline-block
        }

        .run-simulator-select .radio-select {
            display: inline-block;
            width: 47%
        }

        .run-simulator-select label.radio-check {
            text-align: left;
            height: 50px;
            background: #efefef;
            margin: 10px;
            line-height: 46px;
            border-radius: 5px;
            width: auto;
            display: block;
            font-weight: 400;
            border: 2px solid transparent
        }

            .run-simulator-select label.radio-check.active {
                background: 0 0;
                border: 2px solid #126b73;
                line-height: 46px;
                color: #126b73
            }

        .run-simulator-select .overlay-radio {
            left: -10px
        }

    .navbar-header.text-center {
        width: 100%
    }

        .navbar-header.text-center .navbar-brand {
            display: inline-block;
            float: none
        }

    .error-page.maintenance-page strong {
        margin: 0 0 20px 0
    }

    .case-details-tab .progress-steps ul {
        margin-top: 60px
    }

    .outcome-simulations {
        padding: 20px
    }

    .outcome-simulations-blog {
        display: table;
        width: 100%;
        border-spacing: 20px
    }

        .outcome-simulations-blog .liability-block, .outcome-simulations-blog .quantum-block {
            display: table-cell;
            width: 50%;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 20px;
            position: relative;
            padding-bottom: 65px
        }

        .outcome-simulations-blog h4 {
            color: #126b73;
            font-size: 1.4rem
        }

            .outcome-simulations-blog h4 strong {
                font-weight: 600;
                display: block
            }

        .outcome-simulations-blog .writeups {
            text-align: center;
            line-height: 1.8;
            color: #666
        }

        .outcome-simulations-blog .button-center {
            margin-bottom: 0;
            position: absolute;
            bottom: 20px;
            width: 100%;
            left: 0
        }

    .outcome-simulations .content-heading {
        text-align: center
    }

    .simulator-questionnaire h1 {
        text-align: center;
        margin-top: 100px;
        font-size: 1.6rem
    }

    .heading-main {
        float: left;
        margin-top: 5px
    }

    .progress-steps ul li span {
        font-size: .95rem;
        margin: -5px 0 0 0;
        text-align: center;
        white-space: nowrap;
        padding: 0 15px;
        font-weight: 400
    }

    .heading-footer .heading {
        margin: 0;
        border-top: 3px solid #ddd
    }

    .globalFooter .container .container-fluid {
        padding: 0
    }

    #initiate-eSettlement-intro .simulator-document-and-time.simulator-cell {
        background: #126b73 url(../../../images/initiate_esettlement_intro.png) no-repeat center 40px;
        color: #fff;
        background-size: 180px auto
    }

    #initiate-eSettlement-intro .simulator-document-and-time p strong {
        color: #fff
    }

    #initiate-eSettlement-intro .document-required {
        padding-top: 10px;
        border-top: 1px dashed
    }

        #initiate-eSettlement-intro .document-required strong {
            display: block;
            border: none;
            font-size: 1rem;
            margin: 0;
            text-align: left;
            padding-left: 20px;
            position: relative
        }

            #initiate-eSettlement-intro .document-required strong::before {
                content: "";
                width: 6px;
                height: 6px;
                background: #fff;
                position: absolute;
                left: 0;
                top: 20px;
                border-radius: 50%
            }

    .important-note.nobg .note-list {
        background: 0 0;
        border: none;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        margin-bottom: 20px
    }

        .important-note.nobg .note-list strong {
            font-weight: 600;
            display: block
        }

        .important-note.nobg .note-list:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none
        }

    .steps-box {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%
    }

    .outcome-simulator.steps-box {
        padding-bottom: 0
    }

    .mandatory {
        margin: 20px 20px 10px 20px
    }

    .form-heading {
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #ddd
    }

    .tab-pane-content {
        padding: 0 20px
    }

    .form-content {
        border-bottom: none
    }

    .case-details-tab-heading {
        border: none;
        border-radius: 5px 5px 0 0;
        border-bottom: none
    }

    .preview-summary .case-details-tab-heading.heading-esettlement {
        border: none
    }

    .data-table .table > thead > tr > th strong {
        font-weight: 600
    }

    .heading strong.heading-title {
        font-weight: 400
    }

    .data-table .table > thead > tr > th strong span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        white-space: normal
    }

    .add-offer .table > tbody > tr > td, .add-offer .table > thead > tr > th {
        white-space: normal;
        vertical-align: top
    }

        .add-offer .table > thead > tr > th.comments {
            width: 400px
        }

    .into-select {
        margin: 20px 0
    }

        .into-select .radio-select .radio-check {
            width: inherit;
            display: block;
            text-align: left;
            padding: 20px;
            margin: 0 0 10px 0;
            border: 2px solid transparent;
            padding-left: 50px;
            position: relative;
            background: #efefef;
            border-radius: 5px
        }

            .into-select .radio-select .radio-check.active {
                border-color: #bd2c57;
                background: #fff
            }

        .into-select .steps-box {
            padding: 20px
        }

        .into-select .radio-btn {
            position: absolute
        }

        .into-select .radio-select .radio-check strong {
            display: block;
            font-weight: 400;
            color: #126b73;
            font-size: 1.1rem
        }

        .into-select .radio-select .radio-check .help-block {
            font-weight: 400;
            font-style: normal;
            color: #333;
            margin: 0
        }

        .into-select .radio-select .radio-check .overlay-radio {
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -10px
        }

    .steps-box .steps-heading {
        text-align: left;
        margin-bottom: 10px;
        font-size: 1.2rem;
        color: #666
    }

    .btn-action::after {
        content: "\f178";
        display: inline-block;
        margin-left: 10px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-top: -3px;
        line-height: 100%
    }

    .btn-back::before {
        content: "\f177";
        display: inline-block;
        margin-right: 10px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-top: -3px;
        line-height: 100%
    }

    .btn.proceed_os.btn-action {
        position: relative
    }

    #perform_simulation .writeups {
        margin-bottom: 40px
    }

        #perform_simulation .writeups p {
            margin: 20px 0;
            font-size: 1rem;
            line-height: 2
        }

            #perform_simulation .writeups p strong {
                display: block;
                margin-bottom: 5px;
                font-weight: 600;
                font-size: 1.1rem;
                color: #333
            }

    .home-banner {
        display: inline-block;
        width: 100%;
        min-height: 600px;
        /*background-image: url(../../../images/homebanner-bg-banner.png);*/
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #eff8ff;
        background-size: contain
    }

    .home-banner-tagline {
        margin-top: 70px
    }

        .home-banner-tagline p {
            font-size: 1.4rem;
            color: #126b73
        }

            .home-banner-tagline p span {
                display: block;
                font-size: 2rem
            }

                .home-banner-tagline p span strong {
                    color: #ba2b57;
                    font-weight: 600
                }

    .select-simulation h4 {
        font-size: 1.3rem;
        color: #ba2b57 !important;
        margin-bottom: 20px
    }

    .select-simulation-block {
        display: inline-block
    }

   /* .simulation-blog.blog-liability {
        background-image: url(../../../images/libaility-icon.png)
    }

    .simulation-blog.blog-quantum {
        background-image: url(../../../images/quantum-icon.png)
    }*/

    .simulation-blog {
        display: inline-block;
        width: 500px;
        padding: 40px;
        padding-left: 160px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #b3cddf;
        margin: 0 15px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-size: 124px;
        background-position: 20px 20px;
        vertical-align: top;
        min-height: 285px;
        padding-bottom: 115px;
        position: relative;
        box-shadow: 0 0 8px rgba(18,107,115,.25)
    }

    .simulation-blog-footer {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 160px);
        padding-right: 20px
    }

    .simulation-blog h5 {
        font-size: 1.3rem;
        color: #126b73 !important;
        margin-top: 0
    }

        .simulation-blog h5 strong {
            font-weight: 800;
            display: block
        }

    .simulation-blog .btn {
        background: #126b73;
        color: #fff;
        padding: 10px 20px;
        font-size: 1.1rem;
        width: auto
    }

        .simulation-blog .btn:hover {
            background: #ba2b57
        }

    .learn-more {
        text-align: left
    }

        .learn-more a {
            display: inline-block;
            margin-top: 10px;
            color: #126b73;
            position: relative;
            text-decoration-line: none;
        }

            .learn-more a:hover {
                text-decoration: none
            }

            .learn-more a::after {
                content: "\f0ab";
                display: inline-block;
                margin-left: 10px;
                font-family: "Font Awesome 5 Pro";
                font-size: 1.4rem;
                vertical-align: middle;
                color: #ba2b57
            }

    .select-simulation h6 {
        font-size: 1.1rem;
        color: #333;
        margin-top: 20px;
        margin-bottom: 0
    }

    .select-simulation .help-tooltip {
        position: relative;
        margin-bottom: 60px;
        display: inline-block
    }

        .select-simulation .help-tooltip .tooltip-span:before {
            content: "";
            left: 50%;
            top: -10px;
            position: absolute;
            border-bottom: 10px solid #126b73;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            margin-left: -10px
        }

        .select-simulation .help-tooltip .tooltip-span {
            left: 50%;
            right: auto;
            margin-left: -180px;
            top: 100%;
            margin-top: 10px;
            font-size: 13px
        }

        .empty-state-help .btn, .select-simulation .help-tooltip .btn {
            background: #fff;
            color: #126b73;
            border: 2px solid #126b73;
            font-weight: 600
        }

    #perform_simulation {
        position: relative
    }

        #perform_simulation::after {
            content: ""
        }

    .perform_simulation {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

        .perform_simulation .info, .perform_simulation .perform_simulation_img {
            display: table-cell;
            width: 50%;
            vertical-align: top
        }

        .perform_simulation .perform_simulation_img {
            position: relative;
            z-index: 9;
            vertical-align: middle;
            padding: 40px 0 20px 0
        }

    #perform_simulation::after {
        content: "";
        background: #bd2c57;
        width: 50%;
        left: 50%;
        top: 0;
        height: 100%;
        position: absolute
    }

    .perform_simulation .info {
        padding-right: 40px
    }

    .perform_simulation h1 {
        margin-top: 40px
    }

        .perform_simulation h1 strong {
            color: #bd2c57
        }

    .landing-page > section.faq {
        background: #efefef
    }

    .simulation-blog p {
        color: #666
    }

    .perform_simulation_img div {
        text-align: center;
        color: #fff;
        font-size: 1.1rem;
        margin-bottom: 40px
    }

        .perform_simulation_img div a {
            display: inline-block;
            color: #fff;
            border-bottom: 1px dashed
        }

    .quantum-table-info .data-table {
        clear: both;
        display: inline-block;
        width: 100%;
        float: none
    }

    @media only screen and (max-width:1199px) {
        .simulation-blog {
            width: 430px
        }
    }

    @media only screen and (max-width:991px) {
        .simulation-blog {
            width: 100%;
            display: block;
            margin: 0 0 15px 0
        }

        .button-center .btn {
            margin: 3px
        }

        .progress-steps ul li span {
            padding: 0 5px
        }
    }

    @media only screen and (max-width:767px) {
        .simulation-blog.blog-liability, .simulation-blog.blog-quantum {
            padding: 160px 20px 20px 20px;
            background-position: center 20px
        }

        .simulation-blog h5 br {
            display: none
        }

        .home-banner-tagline p span {
            display: block;
            font-size: 1.6rem
        }

        .select-simulation h6 {
            margin-bottom: 20px
        }

        .perform_simulation .info, .perform_simulation .perform_simulation_img {
            display: block;
            width: 100%
        }

        #perform_simulation::after {
            display: none
        }

        .perform_simulation .perform_simulation_img {
            background: #bd2c57;
            margin-left: -15px;
            margin-right: -15px;
            text-align: center;
            width: auto
        }

            .perform_simulation .perform_simulation_img img {
                margin: auto;
                width: 360px;
            }

        .navbar-user .btn.btn-accent.btn-lg {
            margin-top: 5px
        }

        .navbar-default .navbar-nav > li > a br {
            display: none
        }

        .landing-page h1 {
            font-weight: 300;
            font-size: 2rem
        }

        .perform_simulation .info {
            padding-right: 0
        }

        .outcome-simulator .simulator-cell {
            display: block;
            width: 100%;
            border: none;
            margin: 0
        }

        .heading-main {
            width: 100%;
            margin-bottom: 10px;
            text-align: center
        }

        .progress-steps {
            float: right;
            width: 100%;
            margin-top: 10px
        }

        .heading {
            padding: 10px 0 0 0
        }

        .run-simulator-select .radio-select {
            width: 100%;
            margin: 0
        }

        .liability-heading, .quantum-heading {
            line-height: 100%
        }

        .liability-heading, .quantum-heading {
            line-height: 100%;
            padding-top: 30px
        }

        .liability-heading, .quantum-heading {
            background-position: 10px center
        }

        .quantum-table, .you-and-other-party {
            padding: 15px
        }

        .liability-heading strong, .quantum-heading strong {
            font-size: 1.4rem
        }

        .both-section-cell {
            width: 150px;
            font-size: .9rem;
            font-weight: 600;
            padding: 0 10px
        }

            .both-section-cell span strong {
                display: inline-block;
                width: 70px;
                height: 70px;
                line-height: 70px;
                border-radius: 50%;
                font-size: 1.8rem;
                color: #fff
            }

        .quantum-table h3, .you-and-other-party h3 {
            font-size: 1.2rem
        }

        .quantum-table .table td.value {
            border: none
        }

        .quantum-table .table tfoot tr td.text-right {
            border-right: none
        }

        .quantum-table .table td, .quantum-table .table tfoot td, .quantum-table .table th {
            padding: 10px 15px
        }

        .simulation-blog-footer {
            position: static;
            bottom: 20px;
            width: 100%;
            padding-right: 0
        }

        .progress-steps ul li {
            min-width: 60px
        }

        .learn-more {
            text-align: center
        }

        .simulation-blog {
            text-align: center
        }
    }

    @media only screen and (max-width:575px) {
        .home-banner {
            background-size: 760px
        }

        .home-banner-tagline {
            margin-top: 20px
        }

            .home-banner-tagline p span {
                display: block;
                font-size: 1.2rem
            }

            .home-banner-tagline p, .select-simulation h4, .select-simulation h6 {
                font-size: 1rem
            }

        .button-center .btn {
            width: 100%;
            display: block
        }

        .captcha-left img {
            width: 100%
        }
    }

    .captcha-input {
        display: inline-block;
        margin-left: 20px
    }

    .notification-small {
        background: #fff;
        padding: 10px 70px 10px 130px;
        text-align: left;
        border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        position: relative
    }

        .notification-small a {
            position: absolute;
            display: inline-block;
            right: 6px;
            padding: 4px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 13px;
            color: #666;
            top: 7px;
            text-decoration: none
        }

            .notification-small a:hover {
                border: 1px solid #aa2b56;
                color: #aa2b56
            }

        .notification-small::before {
            content: "\f672";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 10px;
            font-size: 1.6rem;
            line-height: 100%;
            font-weight: 300;
            color: #aa2b56
        }

        .notification-small::after {
            content: "Quick Tip :";
            position: absolute;
            left: 50px;
            color: #aa2b56;
            top: 10px
        }

    .notification-banner.inner {
        display: none
    }

    .supporting-documents .steps-box {
        padding-bottom: 20px
    }

    .comments {
        padding: 0 20px;
        text-align: left
    }

    .heading-med {
        font-size: 1.2rem;
        text-align: left;
        margin: 0 0 20px 0;
        color: #666
    }

    .pay-recieve span {
        display: inline-block;
        padding: 8px 10px;
        border: 2px solid #ccc;
        width: 100px;
        margin: 0 0 0 10px;
        border-radius: 5px;
        color: #999;
        font-weight: 600;
        text-align: center;
        font-size: 1rem
    }

        .pay-recieve span.active, .pay-recieve span:hover {
            cursor: pointer;
            border-color: #2a7a82;
            color: #2a7a82
        }

    .pay-recieve {
        color: #2a7a82;
        font-weight: 600;
        font-size: 1.2rem
    }

    .offer-tab h3 {
        margin-bottom: 10px
    }

    .expences-table {
        display: inline-block;
        width: 100%;
        margin: 20px 0
    }

        .expences-table th:first-child {
            width: 480px
        }

    .amount_field {
        max-width: 200px;
        display: inline-block;
        margin-right: 15px
    }

    .supporting-documents .data-table th {
        white-space: nowrap !important
    }

    .steps-box .mandatory {
        float: right;
        margin: 0;
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400;
        color: #999;
        position: relative;
        margin-top: 5px
    }

        .steps-box .mandatory span {
            display: inline-block
        }

    .steps-box table tr th .help-block {
        font-style: normal;
        margin: 0
    }

    .fault-percentage span {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 50%;
        font-weight: 600;
        font-size: 1.1rem;
        color: #fff;
        margin-right: 10px
    }

        .fault-percentage span:last-child {
            margin-right: 0
        }

        .fault-percentage span.my-fault {
            background: #00b5e6;
            box-shadow: 0 0 0 4px rgba(0,181,230,.5)
        }

        .fault-percentage span.other-fault {
            background: #ff002e;
            box-shadow: 0 0 0 4px rgba(255,0,46,.5)
        }

    .table-action-small {
        margin-top: 15px
    }

        .table-action-small a {
            display: inline-block;
            margin-right: 10px;
            text-decoration: none !important
        }

            .table-action-small a:last-child {
                margin-right: 0
            }

            .table-action-small a i {
                font-weight: 400;
                font-size: .9rem !important;
                margin-right: 5px
            }

            .table-action-small a.re-semulate {
                color: #126b73
            }

            .table-action-small a.delete {
                color: #ff002e
            }

    .table-button .btn.btn-action {
        background: #126b73;
        color: #fff;
        padding: 10px 10px;
        font-weight: 400;
        display: block;
        width: 100%
    }

    .table-action-small a:hover, .table-action-small a:hover i {
        color: #000 !important
    }

    .table-button .btn.btn-action:hover {
        background: #ba2b57
    }

    .ammount-table {
        white-space: nowrap;
        min-width: 240px
    }

        .ammount-table p {
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
            margin-bottom: 5px;
            font-size: 14px;
            display: block;
            color: #666;
            position: relative
        }

            .ammount-table p:last-child {
                border: none
            }

            .ammount-table p span {
                float: right;
                font-weight: 600;
                font-size: 1rem;
                margin-left: 10px
            }

            .ammount-table p.based-on-self span {
                color: #00b5e6
            }

            .ammount-table p.based-on-other span {
                color: #ff002e
            }

            .ammount-table p.based-on-self {
                padding-left: 14px
            }

            .ammount-table p.based-on-other {
                padding-left: 14px
            }

            .ammount-table p.based-on-self:before {
                content: "";
                width: 10px;
                top: 50%;
                margin-top: -7px;
                left: 0;
                height: 10px;
                background: #00b5e6;
                border-radius: 50%;
                position: absolute
            }

            .ammount-table p.based-on-other:before {
                content: "";
                width: 10px;
                top: 50%;
                margin-top: -7px;
                left: 0;
                height: 10px;
                background: #ff002e;
                border-radius: 50%;
                position: absolute
            }

    .data-table .table > tbody > tr > td .reference-nnumber {
        display: block
    }

    .date-created {
        margin-left: 10px
    }

        .date-created:first-child {
            margin-left: 0
        }

    .choose-os .data-table .table tbody tr:last-child td, .mos .data-table .table tbody tr:last-child td {
        border-bottom: none
    }

    .data-table .table > tbody > tr > td .radio-btn {
        position: absolute
    }

    .liability-legends p {
        font-size: 14px
    }

    .data-table .table > tbody > tr > td:not(:first-child):not(:last-child), .data-table .table > thead > tr > th:not(:first-child):not(:last-child) {
        padding-left: 10px;
        padding-right: 10px
    }

    .into-select .important-note {
        margin: 0;
        background: #f8f8f8;
        padding: 15px;
        border-radius: 5px
    }

        .into-select .important-note .note-list {
            background: 0 0;
            padding: 0;
            margin-bottom: 15px;
            border: none;
            color: #666
        }

        .into-select .important-note h3 {
            text-align: center;
            font-weight: 700;
            font-size: 1.1rem
        }

    .quantum-liability span {
        display: inline-block;
        width: 100px;
        height: 100px;
        margin: 0 10px
    }

        .quantum-liability span img {
            width: 100%
        }

    .quantum-liability {
        text-align: center;
        margin-bottom: 10px
    }

    .into-select .important-note .note-list.note-list-bg {
        background: #edfadc;
        border-radius: 0;
        margin: 0 -15px;
        padding: 15px;
        margin-bottom: 15px
    }

    .choose-os .radio-select, .mos .radio-select {
        margin-left: 20px
    }

    .choose-os .total-amount-damages, .mos .total-amount-damages {
        margin-right: 20px
    }

    .modal-dialog.modal-sm {
        max-width: 600px
    }

    .add-offer, .add-party-accident-info, .choose-os, .preview-initiate-esettlement {
        display: none
    }

    @media only screen and (max-width:575px) {
        .offer-tab .nav.nav-tabs li {
            display: inline-block;
            margin: 5px 0
        }

        .notification-small {
            background: #fff;
            padding: 40px 15px 10px 15px
        }

            .notification-small::before {
                top: 10px
            }

        .steps-box .table-responsive {
            border: none
        }

        .expences-table .table-responsive {
            margin: 0
        }

        .amount_field, .inline-cell {
            width: 100%;
            margin: 5px 0;
            max-width: 100%
        }
    }

    @media only screen and (max-width:575px) {
        .offer-tab .nav.nav-tabs li {
            display: inline-block;
            margin: 5px 0;
            width: 100%
        }

        .offer-tab .nav.nav-tabs a {
            margin: 0
        }
    }

    .case-details-tab-heading .font-small {
        font-size: 14px;
        text-transform: none;
        color: #666;
        letter-spacing: 0
    }

    .how-helps a {
        border: none;
        padding: 0;
        margin-top: -10px;
        display: block;
        text-decoration: underline !important;
        text-align: center
    }

        .how-helps a::after {
            display: none
        }

    .case-details-tab {
        margin-top: 20px
    }

    .data-table .btn-rounded.btn-primary-light {
        background: #fff !important;
        border: #126b73 solid 2px;
        color: #126b73 !important;
        font-size: 1rem;
        font-weight: 400;
        margin-left: 20px;
        margin-top: 20px
    }

    .steps-box .data-table {
        text-align: left
    }

    .embed-responsive-16by9 {
        margin-bottom: 20px
    }

    .no-padding {
        padding: 0
    }

    .steps-box .data-table .table tbody tr:last-child td {
        border-bottom: none
    }

    .no-top-margin {
        margin-top: 0
    }

    .join-esettlement {
        padding: 60px 20px;
        background-image: url(../../../images/join_eSettlement.png);
        padding-left: 500px;
        background-position: 100px center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        text-align: left;
        background-size: 300px
    }

    .join-esettlement-form {
        padding: 20px 0 0 0;
        max-width: 280px
    }

    .join-esettlement p {
        color: #666;
        margin-bottom: 20px
    }

    .join-esettlement-form .control-label {
        font-weight: 400;
        font-size: 1.1rem
    }

    .empty-state {
        padding: 20px;
        padding-left: 500px;
        text-align: left;
        background-position: 100px center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        background-size: 300px
    }

    .esettlement-empty {
        background-image: url(../../../images/eSettlement-empty-state.png)
    }

    .my-simulation-empty {
        background-image: url(../../../images/my-os.png);
        background-size: 400px;
        background-position: 50px center
    }

    .state-blog {
        display: inline-block;
        width: 260px;
        text-align: center;
        border-radius: 10px;
        margin-right: 15px;
        padding: 15px;
        vertical-align: top;
        height: 280px;
        position: relative;
        padding-bottom: 60px
    }

    .esettlement-empty .state-blog {
        background: #f0e9eb
    }

    .my-simulation-empty .state-blog.fault {
        background: #ddf2fb
    }

    .my-simulation-empty .state-blog.amount {
        background: #edfadc
    }

    .state-blog h3 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 20px 0 20px 0
    }

    .esettlement-empty .state-blog h3 {
        color: #bd2c57
    }

    .my-simulation-empty .state-blog h3 {
        color: #126b73
    }

        .my-simulation-empty .state-blog h3 span {
            display: block;
            font-weight: 400
        }

    .state-blog p {
        margin: 0;
        line-height: 24px;
        color: #000
    }

    .state-blog .btn {
        position: absolute;
        bottom: 15px
    }

    .state-blog .btn {
        position: absolute;
        bottom: 15px;
        width: calc(100% - 30px);
        left: 15px;
        color: #fff;
        min-width: 120px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 1em;
        padding: 10px 18px;
        border: none
    }

    .empty-state h2 {
        font-size: 1.6rem;
        margin: 0 0 20px 0
    }

        .empty-state h2 strong {
            color: #bd2c57
        }

    .esettlement-empty .state-blog .btn {
        background: #bd2c57
    }

    .my-simulation-empty .state-blog .btn {
        background: #126b73
    }

    .empty-state .state-blog .btn:hover {
        background: #666
    }

    .status {
        display: block;
        position: relative;
        padding-left: 20px;
        font-weight: 600
    }

        .status::before {
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 0;
            font-weight: 600
        }

        .status.pending {
            color: #d66f00
        }

            .status.pending::before {
                content: "\f251"
            }

        .status.cancelled {
            color: #747474
        }

            .status.cancelled::before {
                content: "\f165"
            }

        .status.settled {
            color: #09b109
        }

            .status.settled::before {
                content: "\f164"
            }

        .status.withdrown::before {
            content: "\f2f5"
        }

    @media only screen and (max-width:1199px) {
        .empty-state {
            padding-left: 360px;
            background-size: 280px;
            background-position: 30px center
        }
    }

    @media only screen and (max-width:991px) {
        .join-esettlement {
            padding-left: 380px;
            background-size: 210px
        }

        .empty-state {
            padding-left: 300px;
            background-size: 240px;
            background-position: 20px 20px
        }

        .state-blog {
            width: 100%;
            margin: 0 0 15px 0;
            height: auto
        }

        .progress-steps {
            margin-right: -20px
        }
    }

    @media only screen and (max-width:767px) {
        .join-esettlement {
            padding-left: 280px;
            background-size: 200px;
            background-position: 30px center
        }

        .empty-state {
            padding-left: 270px;
            background-size: 240px;
            background-position: 20px 20px
        }

        .progress-steps {
            margin-right: 0
        }

        .main-content {
            padding-bottom: 131px
        }

        .sitemap {
            margin-top: 10px
        }
    }

    @media only screen and (max-width:575px) {
        .empty-state, .join-esettlement {
            padding-left: 20px;
            background-size: 220px;
            padding-top: 260px;
            background-position: center 20px
        }

            .join-esettlement .button-center .btn {
                margin: 3px 0
            }

        .join-esettlement-form {
            max-width: 100%
        }

        .empty-state {
            padding-top: 240px
        }
    }

    .detailed-box {
        background: #f7f7f7;
        border: 2px dotted #ddd;
        border-radius: 5px;
        margin: 55px 0 30px 0;
        padding: 55px 15px 15px 15px;
        position: relative
    }

        .detailed-box::after {
            content: "\f177";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            width: 80px;
            height: 80px;
            top: -40px;
            background: #126b73;
            border: 2px dotted #fff;
            border-radius: 50%;
            left: 50%;
            margin-left: -40px;
            line-height: 60px;
            font-weight: 600;
            color: #fff;
            font-size: 36px;
            display: flex;
            justify-content: center;
            align-items: center
        }

    .db-details-head {
        color: #bd2c57;
        text-transform: uppercase;
        font-size: 1.2em
    }

    .details-box {
        background: #fff;
        border: 1px solid #ddd;
        padding: 15px 0;
        margin: 15px 0;
        border-radius: 5px
    }

        .details-box h5 {
            font-weight: 600;
            font-size: .9em;
            color: #126b73;
            padding: 0 20px 15px 20px;
            border-bottom: 1px solid #ddd
        }

    .details-body {
        color: #666;
        font-size: .9em;
        padding: 20px;
        border-bottom: 1px solid #ccc
    }

        .details-body p {
            margin: 0
        }

    .details-footer {
        padding: 15px 20px 0 20px
    }

        .details-footer p {
            margin: 0;
            font-size: .9em;
            display: inline-block
        }

            .details-footer p strong {
                font-weight: 600;
                color: #bd2c57
            }

    .empty-state-help {
        text-align: left;
        margin: 20px 0
    }

    .rep {
        display: block;
        color: #777;
        position: relative;
        padding-left: 25px;
        margin-top: 5px
    }

        .rep:before {
            content: "\f508";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 0;
            font-size: 1.2rem;
            line-height: 100%;
            color: #126b73;
            font-weight: 900
        }

    .legend {
        text-align: left;
        margin: 10px 0
    }

        .legend .label {
            text-align: left;
            display: inline-block;
            vertical-align: middle;
            font-weight: 400;
            font-size: 14px
        }

        .legend .rep::before {
            top: 0
        }

    .no-bottom-margin {
        margin-bottom: 0
    }

    .spacer {
        display: block;
        clear: both
    }

    .space-20 {
        height: 20px
    }

    .has-link .label {
        margin-left: 5px;
        vertical-align: middle;
        display: inline-block;
        padding: 5px;
        margin-top: -3px
    }

    .table-striped > tbody > tr.has-new-updates {
        background: #fffff2
    }

    .simulator-document-and-time p strong span {
        font-size: 1rem;
        color: #666;
        display: block;
        margin-bottom: 10px
    }

    .notice-box .important-note {
        padding: 20px;
        margin: 0
    }

        .notice-box .important-note .note-list, .simulator-cell .important-note .note-list {
            background: 0 0;
            border: none;
            margin-bottom: 25px;
            padding: 0 0 0 20px;
            position: relative
        }

            .notice-box .important-note .note-list:before, .simulator-cell .important-note .note-list:before {
                content: "";
                position: absolute;
                left: 0;
                top: 8px;
                width: 8px;
                height: 8px;
                background: #bd2c57;
                border-radius: 50%
            }

    .simulator-cell .terms-accept {
        margin: 20px -20px 0 -20px;
        padding: 30px 20px;
        border-top: 1px solid #ddd
    }

    .run-simulator-select p {
        margin-top: 15px
    }

    .you-and-other-party p {
        text-align: left;
        font-size: 1.2rem;
        margin: 0
    }

    .you-and-other-party {
        position: relative;
        padding: 40px 20px;
        border-radius: 10px 10px 5px 5px;
        min-height: 160px;
        padding-right: 260px
    }

        .you-and-other-party p strong {
            font-weight: 600;
            color: #7d0707
        }

    .outcome-simulator-liability {
        margin-left: 0;
        margin-bottom: 20px;
        border: 1px solid #126b73;
        margin-right: 0
    }

    .notice-box .important-note, .outcome-simulator-liability-content, .questions-ans {
        border-top: 1px solid #ddd
    }

    @media only screen and (max-width:991px) {
        .you-and-other-party p {
            font-size: 1rem
        }

        .you-and-other-party {
            padding-right: 250px
        }
    }

    @media only screen and (max-width:767px) {
        .you-and-other-party {
            padding-right: 20px
        }

        .both-section {
            display: table;
            margin: 20px auto 0 auto;
            position: static
        }

        .you-and-other-party p {
            text-align: center
        }
    }

    .quantum-table h3 {
        text-align: left;
        font-size: 1rem;
        color: #333
    }

    .quantum-table-info {
        display: table;
        width: 100%
    }

        .quantum-table-cell.variants, .quantum-table-info .data-table {
            display: table-cell;
            vertical-align: top
        }

        .quantum-table-info .data-table {
            width: 60%
        }

            .quantum-table-info .data-table .table-responsive {
                margin-right: 30px
            }

    .variants p {
        line-height: 30px;
        text-align: center
    }

        .variants p strong {
            display: block;
            font-size: 1.8rem;
            margin: 10px 0
        }

    .quantum-table {
        border-radius: 10px 10px 5px 5px
    }

    .questions-ans {
        min-height: 400px
    }

    .variants .button-center {
        margin-bottom: 0
    }

    @media only screen and (max-width:991px) {
        .quantum-table-cell.variants, .quantum-table-info .data-table {
            width: 100%;
            display: block
        }

            .quantum-table-info .data-table .table-responsive {
                margin-right: 0
            }

        .quantum-table-cell.variants {
            margin-left: 0
        }
    }

    button.btn.btn-green {
        background: #126b73
    }

    #dialog-email-send .form-group .help-block {
        text-align: left
    }

    .passphase-rules {
        margin-top: -10px
    }

        .passphase-rules span {
            display: inline-block;
            border-bottom: 1px dashed #bd2c57;
            color: #bd2c57
        }

        .passphase-rules ul {
            background: #126b73;
            padding: 15px 15px 15px 30px;
            color: #fff;
            border-radius: 5px;
            display: none;
            margin-top: 5px
        }

        .passphase-rules span:hover ~ ul {
            display: block
        }

    .about-banner {
        text-transform: capitalize;
        padding: 0;
        min-height: 168px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .faq .heading, .heading-bg {
        min-height: 168px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .about-table {
        display: table;
        width: 100%;
        border-spacing: 40px 20px;
        text-align: center;
        margin: 0
    }

    .about-table-cell {
        text-align: left;
        display: table-cell;
        width: 50%
    }

        .about-table-cell p span strong {
            display: inline-block;
            color: #126b73;
            font-size: 1rem;
            margin: 0;
            FONT-WEIGHT: 600
        }

    .about-table-cell {
        text-align: left
    }

    .about-us .list-Features {
        margin: 0;
        margin-top: 20px
    }

    .about-table-cell {
        margin: 0;
        display: block;
        width: 100%;
        background: 0 0;
        min-height: 0;
        padding: 20px 20px 0 20px;
        border: none
    }

        .about-table-cell p {
            margin-bottom: 30px
        }

    .faq .faq-container > li p a {
        text-decoration: none !important;
        color: #136b73;
        padding: 0;
        display: unset
    }

    .faq .faq-container > li.is-active a::after {
        content: ""
    }

    .row.qntype-single-notes .qntype-single-notes-text {
        display: inline-block
    }

    .row.qntype-single-notes .col-lg-6 {
        width: 100% !important;
        padding: 0 15%
    }

    .row.qntype-single-notes .row {
        flex-wrap: wrap
    }

    .liability-graph-section {
        display: flex;
        flex-wrap: wrap
    }

        .liability-graph-section .case-details-tab-heading {
            max-width: 100%;
            padding: 0;
            margin: 10px 0
        }

    .liability-graph .case-details-tab-heading {
        padding-left: 10px
    }

    .liability-graph {
        text-align: left
    }

    .you-and-other-party {
        background: 0 0;
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd
    }

    .outcome-simulator-liability {
        border-radius: 10px 10px 5px 5px
    }

    .liability-graph {
        text-align: left;
        padding: 10px 10px 5px 10px;
        margin: 0 0;
        width: 60%
    }

    .reasons {
        width: 40%;
        text-align: left;
        padding: 10px
    }

        .reasons h3 {
            color: #2a7a82;
            font-size: 1.4rem
        }

        .reasons ul {
            padding: 0;
            list-style: none
        }

            .reasons ul li {
                margin-bottom: 15px
            }

    .steps-box.no-padding.notice-box {
        margin-bottom: 0
    }

    @media only screen and (max-width:1199px) {
        .liability-graph div {
            max-width: 230px
        }
    }

    @media only screen and (max-width:991px) {
        .liability-graph div {
            max-width: 140px
        }

        .liability-graph, .reasons {
            width: 50%
        }
    }

    .page-disclaimer .quantum-intro-body p {
        font-size: 18px;
        color: #555;
        line-height: 1.5
    }

    .page-disclaimer {
        background-position: left 40px top 40px;
        border: 3px solid transparent !important
    }

    @media only screen and (max-width:767px) {
        .liability-graph div {
            max-width: 100%;
            display: block;
            width: calc(100% - 20px)
        }

        .liability-graph, .reasons {
            width: 100%
        }

        .reasons {
            padding: 20px
        }

        .navbar-toggle {
            display: none
        }

        .navbar-brand > img {
            max-width: 200px
        }

        .navbar-default .navbar-brand {
            padding: 16px
        }

        .footer-link {
            display: block;
            margin: 10px 0
        }

    .globalFooter {
        bottom: -68px
    }

        .page-disclaimer {
            background: #fff url(../../../images/disclaimer-icon.png) no-repeat center top 30px !important;
            border: 0
        }

        .you-and-other-party {
            padding: 15px
        }
    }

    .notice-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0;
        border: none
    }

    .notice-box .panel-group .panel {
        border: none;
        border-top: 1px solid #ddd;
        border-radius: 0;
        margin: 0;
        background: 0 0
    }

    .notice-box .panel-group {
        margin: 0
    }

        .notice-box .panel-group .panel-heading a {
            padding-left: 46px;
            padding-right: 20px
        }

            .notice-box .panel-group .panel-heading a::after {
                left: 20px
            }

    span.disc_text {
        margin-left: 30px;
        display: inline-block
    }

    .newDisclaimer ul {
        margin-left: 16px
    }

        .newDisclaimer ul li {
            color: #555;
            padding: 5px 0
        }

    .newDisclaimer .check-control {
        color: #555;
        font-size: 18px
    }

    .newDisclaimer span.checkbox-overlay {
        margin-top: -8px !important
    }

    .newDisclaimer {
        text-align: left
    }

    .panel-group {
        background: #fff;
        padding: 30px;
        border: 1px solid #ccc
    }

        .panel-group h2 {
            margin: 0 !important
        }

    .qntype-check-checkbox span {
        min-width: 10px !important;
        display: inline-block
    }

    .panel-group .panel-heading a::after {
        font-size: 24px !important
    }

    .k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
        color: #333;
        box-shadow: none;
        display: block;
        height: 42px;
        line-height: 38px
    }

    .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
        border-color: #ccc;
        background: #fff !important;
        box-shadow: none !important;
        height: 42px
    }

    .k-i-arrow-60-down:before {
        display: none
    }

    .k-list {
        text-align: left
    }

    .k-list-optionlabel.k-state-selected.k-state-focused {
        text-align: left
    }

    .k-listbox.k-widget {
        width: 100%
    }

    .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
        margin-right: -24px
    }

    .k-listbox .k-item:hover:not(.k-state-disabled) {
        color: #fff !important
    }

    #pagerBottom {
        padding: 0;
        float: left;
        background: 0 0;
        box-shadow: none;
        margin-bottom: 10px;
        clear: both;
        width: 100%
    }

    .btngroup-select .btn.btn-default {
        margin: 0 5px 5px 0;
        border-radius: 5px !important;
        background: #fff
    }

        .btngroup-select .btn.btn-default.active {
            font-weight: 400;
            background-color: #fff;
            color: #126b73;
            border: 2px solid #126b73;
            box-shadow: none
        }

    .k-popup .k-list .k-item {
        text-align: left !important
    }

    .k-dropdown-wrap {
        background: #fff !important;
        box-shadow: none !important
    }

    .dashboard-datatable thead.k-grid-header th.k-header:first-child {
        border: none !important
    }

    .dashboard-datatable .k-grid-header th.k-header > .k-link {
        color: #fff !important
    }

    .k-grid-pager {
        background-color: #efefef !important
    }

    .ibox-content .k-grid .k-grid-header th.k-header {
        background: #126b73;
        color: #fff !important;
        padding: 15px 20px
    }

        .ibox-content .k-grid .k-grid-header th.k-header a {
            color: #fff !important
        }

    .k-grid {
        text-align: left;
        border: none !important;
        border-radius: 0 !important
    }

    @media only screen and (max-width:767px) {
        body .k-grid.k-widget table {
            border: none;
            box-shadow: none;
            display: block;
            width: 100%
        }

        .k-grid.k-widget table colgroup {
            width: 100%
        }

        .k-grid.k-widget table thead.k-grid-header {
            display: none
        }

        .k-grid.k-widget .k-detail-row, .k-grid.k-widget .k-master-row {
            border-bottom: 1px solid #ccc !important;
            display: block;
            background: #fff !important;
            padding-bottom: 0
        }

        .k-grid.k-widget tbody {
            display: block
        }

        .k-grid.k-widget tr td {
            border: none !important;
            display: block;
            background: #fff !important;
            padding: 5px 15px;
            text-align: left !important
        }

            .k-grid.k-widget tr td.k-hierarchy-cell {
                display: none
            }
    }

    #ContentPlaceholder .nav-tabs > li > a {
        border-radius: 5px 5px 0 0;
        padding: 8px 20px;
        border: 1px solid #666;
        color: #666;
        margin: 0 0
    }

    #ContentPlaceholder .nav-tabs > li {
        float: none;
        display: inline-block
    }

    div#ContentPlaceholder ul {
        text-align: left;
        margin: 0 0 15px 0;
        float: left;
        width: 100%;
        border-bottom: 2px solid #126b73
    }

    div#ContentPlaceholder .nav-tabs > li.active > a {
        background-color: #126b73 !important;
        border-color: #126b73 !important;
        color: #fff !important
    }

    .modal-title-text {
        font-size: 24px;
        font-weight: 100;
        text-align: left
    }

    .add-config-page .form-horizontal {
        position: relative
    }

        .add-config-page .form-horizontal .col-md-3.control-label {
            width: 30%;
            display: inline-block;
            float: none
        }

        .add-config-page .form-horizontal .form-group {
            width: 100%;
            text-align: right
        }

            .add-config-page .form-horizontal .form-group .form-control {
                text-align: left
            }

            .add-config-page .form-horizontal .form-group .col-md-5 {
                width: 50%;
                padding-right: 0;
                display: inline-block;
                float: none
            }

        .add-config-page .form-horizontal .col-md-offset-3.col-md-5 {
            margin: 0;
            position: absolute;
            right: 0;
            top: -73px;
            text-align: right;
            padding: 0
        }

            .add-config-page .form-horizontal .col-md-offset-3.col-md-5 button {
                position: relative;
                padding: 5px 15px;
                padding-left: 40px;
                text-transform: uppercase;
                font-size: 1.2em;
                border-radius: 20px
            }

                .add-config-page .form-horizontal .col-md-offset-3.col-md-5 button::before {
                    content: "\f067";
                    font-family: "Font Awesome 5 Pro";
                    position: absolute;
                    left: 10px;
                    font-size: 20px;
                    top: 4px
                }

    #TreeBuilderUpdate {
        padding: 15px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #ddd
    }

        #TreeBuilderUpdate .form-horizontal .form-group {
            margin-right: -15px;
            margin-left: -15px
        }

        #TreeBuilderUpdate .ibox-content.ibox-theme-border {
            padding: 0
        }

        #TreeBuilderUpdate #TreeBuilderLegend .label-legend-text {
            font-size: 10px !important;
            padding-bottom: 7px;
            min-height: auto
        }

    #TreeBuilderLegend {
        position: static;
        width: 100%;
        height: auto;
        padding: 10px 0 0 0;
        box-shadow: none;
        display: block;
        margin: 10px 0 20px 0 !important;
        background: #f8f8f8;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

        #TreeBuilderLegend .col-xs-6 {
            display: inline-block;
            width: auto;
            float: none
        }

            #TreeBuilderLegend .col-xs-6 .label-legend-text br {
                display: none
            }

        #TreeBuilderLegend .col-xs-12.col-xs-offset-3 {
            margin: 0 0 10px 0
        }

    .TreeBuilderUpdate-head h3 {
        margin: 8px 0 0 0
    }

    #TreeBuilderUpdate .form-horizontal .TreeBuilderUpdate-head .form-group {
        margin-bottom: 0
    }

    .TreeBuilderUpdate-head .icon-group {
        padding: 0
    }

    .modal-title {
        text-align: left
    }

    .link-button-right {
        text-align: right;
        margin: 0 0 15px 0
    }

        .link-button-right .btn {
            padding: 0 0 0 20px;
            margin-left: 20px;
            font-size: 1em;
            position: relative;
            background: 0 0;
            color: #126b73
        }

            .link-button-right .btn::before {
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                left: 0;
                top: 0;
                font: 1.2em
            }

            .link-button-right .btn#BtnBack::before {
                content: "\f060"
            }

            .link-button-right .btn#BtnHistory::before {
                content: "\f1da"
            }

    @media only screen and (max-width:767px) {
        .add-config-page .form-horizontal .form-group .col-md-5 {
            width: 60%;
            float: left
        }

        .add-config-page .form-horizontal .col-md-3.control-label {
            width: 40%;
            float: left
        }

        .add-config-page .form-horizontal .col-md-offset-3.col-md-5 {
            position: static;
            text-align: right;
            padding: 0 0;
            width: 100%
        }
    }

    i.fal fa-trash-alt {
        cursor: pointer !important
    }

    #btnCancel {
        background: #333 !important
    }

    .data-table .k-grid-header th.k-header {
        background: #e9f5f7;
        text-align: left;
        border: none;
        border-bottom: 1px solid #126b73;
        color: #126b73;
        font-weight: 400;
        font-size: 1.1em
    }

    label.validationError {
        color: red;
        padding-right: 5px
    }

    #Date-error {
        display: block
    }

    .k-grid table, .k-grid-header, .k-grid-header-wrap {
        table-layout: fixed
    }

    .k-grid {
        text-align: left
    }

        .k-grid tr td {
            border: none !important
        }

    div.k-grid-header {
        padding-right: 0 !important
    }

    .k-grid-pager {
        width: 100%;
        float: right;
        margin: 20px 0 0 0;
        border: none !important;
        background-color: transparent !important;
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .k-grid a {
        color: #126b73
    }

    .k-grid-pager > .active > a, .k-grid-pager > .active > a:focus, .k-grid-pager > .active > a:hover, .k-grid-pager > .active > span, .k-grid-pager > .active > span:focus, .k-grid-pager > .active > span:hover {
        color: #fff !important
    }

    #pagerBottom {
        padding-top: 15px;
        float: right
    }

    .k-state-selected {
        z-index: 3;
        cursor: default !important;
        background: #126b73 !important;
        border-color: #126b73 !important
    }

    .k-datetimepicker, .k-input {
        border-width: 1px !important
    }

    .k-hierarchy-cell, .k-hierarchy-col {
        background-color: #00b0ad !important;
        width: 0 !important
    }

    .k-datepicker.form-control {
        border: none;
        height: auto;
        width: 100%
    }

    .k-timepicker.form-control {
        border: none;
        height: auto;
        width: 100%
    }

    .k-dropdown.form-control {
        border: none;
        height: auto;
        width: 100%
    }

    .dropdown-submenu {
        position: relative
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #fff
        }

        .dropdown-submenu.pull-left {
            float: none
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px
            }

    .container-header {
        margin-left: 100px;
        margin-right: 100px
    }

    .table-tabs .nav-tabs > li.active > a {
        color: #666 !important
    }

    .help-block-validation {
        text-align: left;
        font-size: 13px;
        font-style: normal
    }

    .data-table .table-responsive .k-grid-header th.k-header > .k-link {
        color: #fff !important
    }

    .button-center .btn:hover {
        background: #555 !important
    }

    .button-center .btn.btn-action:hover {
        background: #da2c57 !important
    }

    .button-center .btn.btn-primary:hover, .button-center .btn.green:hover {
        background: #308c95 !important
    }

    @keyframes spinner-validate {
        to {
            transform: rotate(360deg)
        }
    }

    .spinner-validate:before {
        content: '';
        box-sizing: border-box;
        position: relative;
        top: 50%;
        width: 20px;
        height: 20px;
        float: right;
        margin-top: -30px;
        margin-right: 10px;
        border-radius: 50%;
        border: 2px solid #ccc;
        border-top-color: #000;
        animation: spinner-validate .6s linear infinite
    }

    .spinner-validate-success:before {
        font-family: 'Glyphicons Halflings';
        content: '\e013';
        box-sizing: border-box;
        position: relative;
        border: none;
        animation: none;
        color: #3caa3d
    }

    .spinner-validate-fail:before {
        font-family: 'Glyphicons Halflings';
        content: '\e014';
        box-sizing: border-box;
        position: relative;
        border: none;
        animation: none;
        color: #a94442
    }

    .heading.heading-empty {
        padding: 0;
        background-color: transparent
    }

    .page-disclaimer {
        border: 3px solid #ccc
    }

        .page-disclaimer .quantum-intro {
            margin-top: 0;
            margin-bottom: 0
        }

    .container .simulator-qngroup {
        margin: 50px 0 50px 0
    }

    .simulator-btn:not(.qntype-btnlist-btn) {
        background-color: #126b73;
        color: #fff
    }

        .simulator-btn:not(.qntype-btnlist-btn):hover {
            background-color: #447b80
        }

    .heading .btn-rounded {
        margin-top: 0
    }

    .dropdown-menu.single-menu h4 {
        padding-left: 54px;
        margin-top: 0;
        color: #999
    }

    .dropdown-menu.single-menu a {
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #ddd !important;
        position: relative;
        padding-left: 15px;
        margin-left: -15px
    }

    .dropdown-menu.single-menu .row {
        margin-left: 0
    }

        .dropdown-menu.single-menu .row .col-sm-4 {
            margin-top: 10px;
            width: 100%;
            padding-left: 15px
        }

    .dropdown-menu.single-menu h4 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1em;
        color: #126b73;
        padding: 10px 10px 0 0
    }

    .dropdown-menu.single-menu .col-sm-4 a:last-child {
        border: none !important
    }

    .dropdown-menu.user-menu .col-sm-4 {
        width: 50%
    }

    @media only screen and (max-width:767px) {
        .dropdown-menu.single-menu h4 {
            padding-left: 54px;
            padding-top: 0;
            margin-top: 0;
            color: #999;
            font-size: 1em;
            font-weight: 600
        }

        .navbar-default .navbar-nav .dropdown-menu li .sub-menus a {
            color: #fff !important
        }

        .dropdown-menu.single-menu a {
            margin-left: 0
        }

        .dropdown-menu.user-menu .col-sm-4 {
            width: 100%
        }
    }

    .simulator-combined .liability_simulator .added-combined .simulator_cell {
        vertical-align: middle
    }

    .added-combined-repeat::after {
        display: none
    }

    .added-combined-even::after {
        top: 0 !important
    }

    .pointer {
        cursor: pointer
    }

        .pointer:hover {
            background: #f1f1f1
        }

    .uat {
        padding: 10px 0;
        border-top: 5px solid #ba2b57;
        background: #ba2b57;
        color: #fff
    }

        .uat i.fal {
            font-size: 200%;
            margin-right: 10px
        }

        .uat span {
            font-weight: 700
        }

    .button-center.direction {
        direction: rtl
    }

        .button-center.direction .btn {
            margin: 0;
            border-color: transparent !important
        }

    .simulator-qngroup .simulator-qngroup-title {
        background-color: #555 !important;
        color: #fff;
        margin-top: 0;
        border-radius: 3px 3px 0 0;
        padding: 15px;
        cursor: default;
        font-weight: 700;
        width: 100%;
        text-align: left
    }

    .simulator-qngroup-qn span[style] {
        font-family: 'Open Sans',Arial !important;
        font-size: 18px !important
    }

    .simulator-combined .quantum_simulator .simulator_added.added-combined::after {
        content: "\f07e";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: -15px;
        width: 30px;
        height: 30px;
        border: 1px solid #2a7a82;
        top: 50%;
        margin-top: -15px;
        border-radius: 50%;
        background: #2a7a82;
        line-height: 30px;
        color: #fff;
        font-size: 1.3em;
        font-weight: 300
    }

    .case-details-info .data-table .table-responsive .k-grid-pager {
        float: left
    }

    .case-details-info .table-responsive {
        overflow-x: hidden
    }

    .page-disclaimer .quantum-intro .quantum-intro-body {
        margin-top: 0;
        padding-top: 30px
    }

    .welcome-user {
        min-height: 100px
    }

    .form_date .form-control[disabled] {
        background-color: #eee
    }

    .liabilityTree .qntype-btnlist-btn, .liabilityTree .simulator-qngroup .simulator-qngroup-qn p span, .liabilityTree .simulator-qngroup-qn {
        text-transform: lowercase
    }

        .liabilityTree .qntype-btnlist-btn:first-letter, .liabilityTree .simulator-qngroup .simulator-qngroup-qn p span:first-letter, .liabilityTree .simulator-qngroup-qn:first-letter {
            text-transform: uppercase
        }

    @media only screen and (max-width:991px) {
        .checkbox-main {
            height: 24px
        }
    }

    @media only screen and (max-width:767px) {
        .page-disclaimer .quantum-intro {
            padding-left: 5px;
            padding-right: 5px
        }

        .form-accordion {
            margin-right: 0;
            margin-left: 0
        }
    }

    .page-disclaimer .quantum-intro-body p {
        font-size: 18px;
        color: #555;
        line-height: 1.5
    }

    .page-disclaimer {
        border: 0 solid #ccc
    }

    .page-disclaimer {
        background-position: left 40px top 40px
    }

    .hero.center .carousel-control, .landing-page > section.links ul li > a > span:last-child::after, .landing-page > section.steps .step-boxes .step-box > .desc ul li::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        line-height: 1
    }

    .button-right {
        text-align: right
    }

    .btn, [class*=btn-], button {
        border: 1px solid transparent
    }

        .btn, .btn:hover, [class*=btn-], [class*=btn-]:hover, button, button:hover {
            text-decoration: none
        }

    .btn-primary, .btn-primary.btn {
        background: #126b73 !important;
        color: #fff !important
    }

        .btn-primary.btn:hover, .btn-primary:hover {
            background: #158089 !important;
            border-color: transparent !important
        }

        .btn-primary.btn-inverse, .btn-primary.btn.btn-inverse {
            background: 0 0 !important;
            border: #126b73 1px solid;
            color: #126b73 !important
        }

            .btn-primary.btn-inverse:hover, .btn-primary.btn.btn-inverse:hover {
                background: rgba(18,107,115,.3) !important;
                color: #fff !important
            }

    .btn-primary-light, .btn-primary-light.btn {
        background: #2a7a82 !important;
        color: #fff !important
    }

        .btn-primary-light.btn:hover, .btn-primary-light:hover {
            background: #308c95 !important;
            border-color: transparent !important
        }

        .btn-primary-light.btn-inverse, .btn-primary-light.btn.btn-inverse {
            background: 0 0 !important;
            border: #2a7a82 1px solid;
            color: #2a7a82 !important
        }

            .btn-primary-light.btn-inverse:hover, .btn-primary-light.btn.btn-inverse:hover {
                background: rgba(42,122,130,.3) !important;
                color: #fff !important
            }

    .btn-accent, .btn-accent.btn {
        background: #ba2b57 !important;
        color: #fff !important
    }

        .btn-accent.btn:hover, .btn-accent:hover {
            background: #cf3061 !important;
            border-color: transparent !important
        }

        .btn-accent.btn-inverse, .btn-accent.btn.btn-inverse {
            background: 0 0 !important;
            border: #ba2b57 1px solid;
            color: #ba2b57 !important
        }

            .btn-accent.btn-inverse:hover, .btn-accent.btn.btn-inverse:hover {
                background: rgba(186,43,87,.3) !important;
                color: #fff !important
            }

    .btn-dismiss, .btn-dismiss.btn {
        background: #666 !important;
        color: #fff !important
    }

        .btn-dismiss.btn:hover, .btn-dismiss:hover {
            background: #737373 !important;
            border-color: transparent !important
        }

        .btn-dismiss.btn-inverse, .btn-dismiss.btn.btn-inverse {
            background: 0 0 !important;
            border: #666 1px solid;
            color: #666 !important
        }

            .btn-dismiss.btn-inverse:hover, .btn-dismiss.btn.btn-inverse:hover {
                background: rgba(102,102,102,.3) !important;
                color: #fff !important
            }

    .btn-rounded {
        display: inline-block;
        font-size: 80%;
        padding: 5px 15px;
        border-radius: 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: 300
    }

    [class*=btn-] > i {
        padding: 0 3px
    }

    .button-hint {
        display: inline-block
    }

        .button-hint .hint {
            text-transform: none;
            text-align: center;
            color: #ba2b57
        }

    .modal-dialog {
        width: 100%;
        max-width: 100%;
    }

    .modal-content {
        border-radius: 0 40px 0 0;
        border-left: 6px solid #126b73;
        width: 90%;
        margin: 0 auto
    }

    @media only screen and (min-width:992px) and (max-width:1399px) {
        .modal-content {
            width: 70%
        }
    }

    @media only screen and (min-width:1400px) {
        .modal-content {
            width: 900px
        }
    }

    .modal-header {
        padding: 16px 21px
    }

        .modal-header button.close {
            height: 32px;
            line-height: 32px;
            width: 32px;
            position: absolute;
            right: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
        }

        .modal-header h4.modal-title {
            color: #126b73;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 20px
        }
    .
    .modal-body {
        padding: 5px 21px;
        text-align: left
    }

    .modal-body .heading {
        font-size: 18px;
        margin-bottom: 5px
    }

        .modal-body .heading strong {
            color: #ba2b57
        }

    .modal-body form::after {
        clear: both
    }

    .modal-body .img-select {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        justify-content: start
    }

        .modal-body .img-select > * {
            margin: 0 10px;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .modal-body .img-select .choose_profile_blog {
            min-height: unset;
            height: 100%;
            text-align: center;
            font-size: 1.2em;
            min-width: 240px;
            box-shadow: 0 0 5px #ddd;
            padding: 0;
            padding-top: 90px;
            padding-bottom: 15px
        }

            .modal-body .img-select .choose_profile_blog input[type=radio] {
                display: none
            }

            .modal-body .img-select .choose_profile_blog::before {
                height: 60px;
                line-height: 60px;
                width: 60px;
                font-size: 30px;
                left: calc(50% - 30px);
                top: 30px;
                margin: 0 auto
            }

            .modal-body .img-select .choose_profile_blog:hover {
                background-color: #fff;
                color: #666
            }

        .modal-body .img-select .active .choose_profile_blog {
            background-color: #126b73
        }

            .modal-body .img-select .active .choose_profile_blog::before {
                color: #126b73;
                background: #fff
            }

            .modal-body .img-select .active .choose_profile_blog:hover {
                color: #fff
            }

                .modal-body .img-select .active .choose_profile_blog:hover::before {
                    color: #fff;
                    background: #ba2b57
                }

    .modal-footer {
        padding: 14px 16px;
        background: #ebebeb;
        border: 0
    }

        .modal-footer [class*=button-] {
            padding: 0;
            margin: 0
        }

        .modal-footer .btn {
            border-radius: 3px;
            letter-spacing: 3px
        }

    .landing-page {
        background: #fff
    }

        .landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5 {
            color: #666
        }

        .landing-page h1 {
            font-weight: 300
        }

        .landing-page > section {
            width: 100%;
            overflow: hidden
        }

            .landing-page > section::after {
                clear: both;
                display: block;
                content: " "
            }

            .landing-page > section > .container {
                text-align: left
            }

                .landing-page > section > .container > .row {
                    margin: 0
                }

            .landing-page > section.notices {
                background: #333;
                color: #ccc;
                padding: 14px 0;
                position: relative
            }

                .landing-page > section.notices .ticker {
                    background-color: transparent;
                    position: relative;
                    display: flex;
                    align-items: flex-start;
                    padding: 0 5px;
                    border: 0
                }

                    .landing-page > section.notices .ticker, .landing-page > section.notices .ticker ul {
                        margin: 0
                    }

                        .landing-page > section.notices .ticker .active {
                            display: flex;
                            align-items: center
                        }

                .landing-page > section.notices .title {
                    color: #bd9d2b;
                    font-size: 18px
                }

                .landing-page > section.notices .notice {
                    flex-grow: 3
                }

                .landing-page > section.notices > .container {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: space-between
                }

    @media only screen and (max-width:767px) {
        .landing-page > section.notices > .container {
            padding: 0 10px;
            justify-content: flex-start
        }

            .landing-page > section.notices > .container a {
                margin-top: 5px
            }

            .landing-page > section.notices > .container .notice {
                padding: 0
            }
    }

    .landing-page > section.notices a {
        color: #ba2b57;
        flex-shrink: 2
    }

    .landing-page > section.faq {
        border-bottom: #ebebeb 8px solid
    }

        .landing-page > section.faq .container {
            height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            background: url(../../../images/faq.jpg) no-repeat;
            background-position: 100% 0
        }

            .landing-page > section.faq .container h1 {
                margin-top: 0
            }

            .landing-page > section.faq .container .button-center button.btn:hover, .landing-page > section.faq .container .button-right button.btn:hover {
                background: #ba2b57 !important
            }

    .landing-page > section.links {
        padding: 70px 0
    }

        .landing-page > section.links > h1 {
            margin-bottom: 36px;
            margin-top: 0
        }

        .landing-page > section.links ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 16px
        }

            .landing-page > section.links ul li {
                padding: 10px 0
            }

                .landing-page > section.links ul li:not(:last-child) {
                    border-bottom: 1px solid #ddd
                }

    @media only screen and (max-width:767px) {
        .landing-page > section.links ul li {
            border-bottom: 1px solid #ddd
        }
    }

    .landing-page > section.links ul li:hover > a {
        color: #595959
    }

        .landing-page > section.links ul li:hover > a .accent, .landing-page > section.links ul li:hover > a > span:last-child::after {
            color: #d95980
        }

    .landing-page > section.links ul li > a {
        text-decoration: none;
        color: #333;
        display: block
    }

        .landing-page > section.links ul li > a span.accent {
            color: #ba2b57
        }

        .landing-page > section.links ul li > a span.block {
            display: block
        }

        .landing-page > section.links ul li > a > span:last-child::after {
            content: "";
            color: #ba2b57;
            float: right
        }

    .wrapper.index .miniSitemap {
        background: #ebebeb
    }

        .wrapper.index .miniSitemap .sitemap {
            margin-top: 6px
        }

    .landing-page > section.info-box.one .info ul > li > i, .landing-page > section.info-box.two .info ul > li > i, section.info-box.three .info ul > li > i {
        font-weight: 300
    }

    .navbar-user .fa-lock-alt {
        position: absolute;
        height: 42px;
        width: 40px;
        text-align: center;
        background: #fff;
        top: 50%;
        left: 1px;
        border-radius: 5px 0 0 5px;
        line-height: 45px;
        color: #ba2b57;
        font-size: 1.2em;
        margin-top: -21px
    }

    .navbar-user .btn.btn-accent.btn-lg {
        position: relative;
        padding-left: 47px;
        border: thin solid #ba2b57
    }

    .landing-page > section.links ul li > a span.block {
        font-weight: 600
    }

    .carousel-indicators li {
        width: 30px !important;
        height: 12px !important;
        margin: 0 !important
    }

    .ticker {
        margin: 0 auto;
        padding: 10px;
        width: 600px;
        text-align: left;
        border: #ccc 1px solid;
        position: relative;
        overflow: hidden;
        background-color: #fff
    }

        .ticker ul {
            width: 100%;
            position: relative
        }

            .ticker ul li {
                width: 100%;
                display: none
            }

    .qntype-single.ans-option-grp {
        display: flex;
        justify-content: center;
    }

        .qntype-single.ans-option-grp .row {
            display: flex !important;
            width: 960px;
            /*justify-content: flex-start !important;*/
        }

    .heading-custom, .heading {
        display: flex;
    }

    .wrapper .miniSitemap {
        display: flex;
        width: 100%;
        padding: 16px 0;
    }

    .footer {
        display: flex;
        width: 100%;
    }

    .simulator-pdf-separator {
        display: none;
    }

    @media print {
        .simulator-pdf-separator {
            display: block; !important
        }
    }

    .liability-qn div {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .`{
        width: auto;
        display: block;
    }

    .liability-qn {
        /* display: flex; */
        width: 100%;
    }

    .accordion-item {
        margin-bottom: 16px;
    }

    .newDisclaimer {
        display: flex;
        justify-content: flex-start !important;
    }

        .newDisclaimer div {
            display: block;
        }

    .liability-graph div img {
        width: 100%;
    }



    .steps-box.no-padding.notice-box .accordion {
        padding: 16px;
    }

    .accordion-button:not(.collapsed) {
        background: #cce2e5;
    }

    .accordion-body .important-note {
        border-top: 0 !important;
        padding: 0;
    }

    .modal.show {
        display: block !Important;
    }

    .accordion-body .liability-qn {
        display: flex;
    }

    .qntype-binary-item.active {
        border: none;
    }

.alert-warnmsg.alert-danger-warnmsg.font-weight-bold {
    border-left: 4px solid #751c24;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    padding: .75rem 1.25rem !important;
}

    .alert-warnmsg.alert-danger-warnmsg.font-weight-bold h3 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        text-align: center !important;
    }

    .alert-warnmsg.alert-danger-warnmsg.font-weight-bold u {
        color: #721c24 !important;
    }

    .alert-warnmsg.alert-danger-warnmsg.font-weight-bold a {
        border-bottom: 1px solid #ebd3d7 !important;
        padding-bottom: 2px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
    }

        .alert-warnmsg.alert-danger-warnmsg.font-weight-bold a:hover {
            border-bottom: 1px solid var(--primary);
            text-decoration: none !important;
            border-bottom: 1px solid #721c24 !important;
        }