/**
 *
 * Apply your custom CSS here
 *
*/
@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow: hidden !important;
}

body {
    overflow: hidden;
    font-size: 12px;
}

a {
    cursor: pointer;
}

    a:focus {
        text-decoration: none;
    }

#clientdashboard {
    font-family: 'Outfit';
}

.modal-backdrop {
    z-index: 0 !important;
}

.login-container form .form-group .btn.btn-dark.btn-block.text-left {
    padding-left: 17px;
}

.login-container button {
    width: 100px;
}

.page-container .main-content {
    padding: 0px;
}

    .page-container .main-content .navbar.user-info-navbar {
        margin: 0px;
        margin-bottom: 0px;
    }

.navbar.horizontal-menu .navbar-inner .navbar-brand {
    padding: 0 22px;
}
.logo img {
    max-height: 36px !important;
    max-width: 100px !important;
    height: auto !important;
    width: auto !important;
    margin-top: -6px !important;
}
.navbar.horizontal-menu .navbar-inner > .nav > li > a.notification-icon .badge {
    font-size: 9px;
    font-family: 'Outfit';
    position: absolute;
    top: 50%;
    right: -4px;
    padding: 2px;
    min-width: 18px;
    font-weight: 400;
    line-height: 10px;
    margin-top: -20px;
    text-align: center;
    border: 2px solid #FFF;
}

.alert {
    margin-bottom: 5px !important;
}

.title .img-circle {
    cursor: pointer;
    margin: 0 5px 0 0;
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center center;
}
    #imgClientImg {
        width: 80px;
        height: 80px;
        object-fit: cover;
        object-position: center center;
    }

.title input {
    display: none;
}

.page-container .main-content .page-title {
    margin: 0px;
    margin-bottom: 0px;
    box-shadow: none !important;
}

    .page-container .main-content .page-title .title-env .title {
        margin: 6px 0 0 0;
        padding-right: 13px;
    }

.dropdown-backdrop {
    display: none;
}

.dropdown-menu-list > li > a > i {
    color: #fff;
}

#formSectionsWrapper {
    position: absolute;
    width: 55px;
    min-height: 150px;
    margin-left: 5px;
    padding: 10px;
    background-color: #e1e1e1;
    z-index: 1;
}

    #formSectionsWrapper.floating {
        position: fixed;
        top: 50px;
        z-index: 110;
    }

    #formSectionsWrapper ul {
        display: block;
        float: left;
        padding-left: 0px;
        list-style: none;
    }

        #formSectionsWrapper ul li {
            display: block;
            float: left;
            width: 100%;
            margin-right: 15px;
            margin-bottom: 8px;
            font-size: 14px;
            color: #333333;
            cursor: pointer;
        }

            #formSectionsWrapper ul li:hover {
                color: #589dcd;
            }

            #formSectionsWrapper ul li:active {
                color: red;
            }

            #formSectionsWrapper ul li.chevron.open {
                text-align: right;
            }

                #formSectionsWrapper ul li.chevron.open i:before {
                    content: "\f053";
                }

            #formSectionsWrapper ul li i {
                margin-left: 8px;
            }

            #formSectionsWrapper ul li span {
                display: block;
                float: left;
            }

                #formSectionsWrapper ul li span.number {
                    width: 35px;
                    height: 35px;
                    border: 1px solid #333333;
                    border-radius: 3px;
                    line-height: 35px;
                    text-align: center;
                }

                #formSectionsWrapper ul li span.text {
                    margin: 2px 0px 0px 8px;
                    text-align: left;
                    overflow: hidden;
                }

@media screen and (max-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav.mobile-is-visible {
        display: block;
        background: #fff;
        max-height: 500px;
        overflow-x: auto;
        margin-top: 0px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.nav-userinfo {
        top: 8px;
    }
    .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:hover, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:active, .navbar.horizontal-menu .navbar-inner > .nav.navbar-mobile a:focus {
        color: #579ac7;
    }
    .logo img {
        margin-top: -15px !important;
    }
    .formContent .form-group label {
        padding: 5px 0 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar.horizontal-menu .navbar-inner .navbar-nav > li {
        line-height: 23px;
    }
}

    .navbar.horizontal-menu.navbar-fixed-top:before {
        background-color: #2e4765;
        background: -moz-linear-gradient(-45deg, #2e4765 35%, #00c1f2 100%);
        background: -webkit-linear-gradient( -45deg, #2e4765 35%, #00c1f2 100%);
        background: linear-gradient( 45deg, #2e4765 20%,#00c1f2 100%);
        position:absolute;
        height: 2px;
        width:100%;
        z-index:9;
    }

.navbar.horizontal-menu {
    height: 55px;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

    .navbar.horizontal-menu .navbar-inner .navbar-nav a {
        color: #111;
        font-family: 'Outfit';
    }

        .navbar.horizontal-menu .navbar-inner .navbar-nav a:hover {
            color: #589dcd;
        }

        .navbar.horizontal-menu .navbar-inner .navbar-nav a > i {
            font-size: 14px;
        }

.navbar-inner {
    height: 52px;
    background: #fff;
}

    .navbar.horizontal-menu .navbar-inner > .nav > li {
        line-height: 54px;
    }

        .navbar.horizontal-menu .navbar-inner > .nav > li i {
            font-size: 18px;
            color: #2e4765 !important;
            line-height: 1;
        }

        .user-profile .dropdown-toggle {
            font-family: 'Outfit';
            background: #e6f1fa;
            margin: 5px 10px !important;
            padding: 0 7px !important;
            border-radius: 5px;
            height: 40px;
            line-height: 40px;
        }

            .user-info-navbar .user-info-menu > li.user-profile .userpic-32, .navbar.horizontal-menu .navbar-inner > .nav > li.user-profile .userpic-32 {
                border: solid 2px #fff;
            }

            .user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li.last, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li.last {
                background: #fff;
                color: #000;
                border-radius: 10px;
            }

            .user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li.last, .navbar.horizontal-menu .navbar-inner > .nav > li .dropdown-menu.user-profile-menu li.last:hover {
                background: #e6f1fa;
            }

.section-links {
    overflow: hidden;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    line-height: 27px;
    height: 27px !important;
}

    .section-links span {
        font-weight: bold;
        float: left;
        padding: 0 5px 0 22px;
    }

.section-links li {
    list-style: none;
    margin-left: 0;
    font-size: 11px;
    white-space: nowrap;
    float: left;
    margin: 1px 10px 0 5px;
}

        .section-links li:before {
            content: disc;
        }

        .section-links li:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.tab-links li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 75px;
}

    .tab-links li.active {
        background-color: #589dcd;
        padding: 10px 0 0;
    }

        .tab-links li.active p {
            padding: 0 0 5px;
        }

    .tab-links li i {
        font-size: 25px;
    }

    .tab-links li p {
        font-size: 11px;
        clear: left;
        color: #fff;
        width: 75px;
        line-height: 12px;
        padding-bottom: 2px;
        padding: 0 3px;
    }

#tabsWrapper {
    position: fixed;
    left: 0;
    top: 158px;
    bottom: 0;
    width: 75px;
    padding: 0;
    margin: 0;
    background-color: #222;
    z-index: 1;
    overflow: hidden;
}

    #tabsWrapper.floating {
        position: fixed;
        top: 50px;
        z-index: 110;
    }

    #tabsWrapper ul {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #tabsWrapper ul li {
            display: block;
            list-style: none;
            font-size: 14px;
            color: #fff;
            cursor: pointer;
        }

            #tabsWrapper ul li:hover {
                color: #23527c;
            }

            #tabsWrapper ul li:active {
                color: red;
            }

            #tabsWrapper ul li.chevron.open {
                text-align: right;
            }

                #tabsWrapper ul li.chevron.open i:before {
                    content: "\f053";
                }

            #tabsWrapper ul li span {
                display: block;
            }

                #tabsWrapper ul li span.number {
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    font-size: 47px;
                }

#formWrapper {
    position: fixed;
    left: 76px;
    right: 0;
    top: 170px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto !important;
    margin: 0;
    padding: 0;
}

    #formWrapper form {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #formWrapper iframe {
        border: none;
        width: 100%;
        height: 100%;
    }

label.rq-sym:after {
    content: " *";
    color: red;
    position: absolute;
}

#titleMenu {
    background: #e9eef6 !important;
    color: #000;
    height: 35px;
    padding: 8px 0px 2px 30px;
    margin: 0;
}

.toolbar.menu {
    background: #333 !important;
    color: #fff;
}

#titleMenu ul {
    display: block;
    float: left;
    padding-left: 0px;
    margin-left: -7px;
    list-style: none;
    width: 98%;
}

    #titleMenu ul li {
        display: block;
        float: right;
        margin-right: 15px;
        font-size: 12px;
        line-height: 22px;
        cursor: pointer;
    }

        #titleMenu ul li i {
            color: #000;
            font-size:14px;
        }

        #titleMenu ul li:hover {
            color: #589dcd;
        }

        #titleMenu ul li:active {
            color: red;
        }

#titleMenu .btnSave {
    float: left;
    opacity: 1;
}

#titleMenu ul .btnSave i {
    opacity: 1;
}

#titleMenu .btnClose {
    float: left;
}

.list-page .btnNew {
    float: left !important;
}

.list-page .btnEdit {
    float: left !important;
}

#titleMenu.floating {
    position: fixed;
    z-index: 110;
    top: 60px;
    right: 0px;
    width: 100%;
    border-style: none;
    margin: 0;
}

#content {
    position: relative;
    margin: 0;
    padding: 0;
}

.listContent {
    margin: 0 -15px;
    padding: 0;
}

.tblViewList tbody tr {
    cursor: pointer;
}

    .tblViewList tbody tr:hover {
        background-color: #e6f1fa;
    }

    .tblViewList tbody tr.selected, table tbody tr.selected {
        background-color: #337ab7 !important;
        color: #fff;
    }

        .tblViewList tbody tr.selected td, table tbody tr.selected td {
            border-color: #337ab7;
        }

        .tblViewList tbody tr.selected:hover, table tbody tr.selected:hover {
            background-color: #5cb85c !important;
        }

.dataTables_wrapper .tableHeaderControl .btnClose {
    font-size: 18px;
    cursor: pointer;
}

.dataTables_wrapper .tableHeaderButtons {
    font-size: 14px;
    text-align: right;
}

    .dataTables_wrapper .tableHeaderButtons a {
        margin-right: 5px;
    }

.table.view tbody tr {
    cursor: pointer;
}

    .table.view tbody tr:hover {
        background-color: #e6f1fa;
    }

    .table.view tbody tr td.colDelete {
        font-size: 18px;
        text-align: center;
    }

.well {
    margin: 0px 15px 15px 0px;
}

.input-group, .form-control {
    width: 97%;
}

.form-group {
    margin-bottom: 5px;
}

.formContent {
    margin: 0px 7px 0px 0px;
}

    .panel {
        margin: 7px 10px 7px 10px;
    }

    .formContent .panel-options a {
        text-decoration: none;
    }

    .formContent .form-group label {
        padding: 7px 0;
        line-height: 15px;
    }

    .formContent .input-group-addon {
        padding: 4px 2px !important;
        border-radius: 0;
    }

    .formContent .form-group.has-error .input-group-addon {
        color: #ffffff;
    }

.field-info div {
    display: none;
    position: absolute;
    bottom: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0 -10px;
    line-height: 15px;
    padding: 10px;
    width: 200px;
    background-color: #444;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}

.field-info:hover div {
    display: block;
}

    .field-info:hover div:before {
        position: absolute;
        bottom: -13px;
        width: 10px;
        content: '';
        height: 0px;
        border-style: solid;
        border-width: 7px;
        border-color: #444 transparent transparent transparent;
        line-height: 13px;
    }

.table tbody td {
    padding: 4px 5px 4px 7px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px !important;
}

.table th {
    line-height: 10px !important;
    white-space: nowrap;
}

.form-control {
    padding: 4px !important;
    height: 28px;
    font-size: 12px;
    border-radius: 2px;
}

.lookup-footer {
    position: absolute;
    margin: 5px;
    font-style: italic;
}

.lookup-actions {
    float: right;
    margin-top: 10px;
}

    .lookup-actions div {
        float: right;
        margin: 5px;
    }

    .lookup-actions i {
        font-size: 13px;
        cursor: pointer;
    }

        .lookup-actions i:hover {
            color: #337ab7;
        }

input.typeahead[selectedid] {
    cursor: pointer;
}

.formContent .sorting::before {
    content: none !important;
}

.panel .col-lg-12, .panel .col-lg-6, .panel .col-lg-4 {
    padding-right: 0 !important;
}

    .panel .col-lg-12:last-child, .panel .col-lg-6:last-child, .panel .col-lg-4:last-child {
        padding-right: 10px !important;
    }

h5.panel-title {
    font-size: 13px !important;
    font-weight: bold;
    color: #2e4765;
}

label.error {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    padding: 4px !important;
    background: red;
    color: #fff;
    line-height: 26px;
    z-index: 9;
}

label.valid {
    display: none !important;
}

.typeahead + label.error {
    right: -16px;
}

.datepicker + label.error {
    right: -16px;
}

.datetimepicker.datepicker + label.error {
    z-index: 10;
}

.modal-right-dock {
    padding-right: 17px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 100%;
    z-index: 999;
}

.tt-menu {
    max-height: 180px;
    min-width: 100%;
    min-height: 60px;
    margin-top: 32px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-box-shadow: 0px 34px 125px -40px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 34px 125px -40px rgba(0,0,0,0.75);
    box-shadow: 0px 34px 125px -40px rgba(0,0,0,0.75);
    right: 0 !important;
    left: auto !important;
}

    .tt-menu .tt-suggestion {
        padding: 1px 5px;
        white-space: nowrap;
    }

        .tt-menu .tt-suggestion:hover {
            cursor: pointer;
            background-color: #fafafa;
        }


.date-and-time .input-group .form-control.datepicker {
    width: 100%;
}

.date-and-time .input-group .form-control.timepicker {
    width: 65px !important;
}

div input[type=radio] {
    margin-top: 7px !important;
}

    div input[type=radio][value='0'] {
        margin-left: 5px !important;
    }

.modal-body .row.formContent {
    margin: 15px !important;
}

.breadcrumb li {
    text-transform: capitalize;
}

.view-menu {
    float: left;
    margin: 20px 0;
    padding: 0 14px;
    font-size: 15px;
    color: #000000;
    font-family: 'Outfit';
    border-left: 1px solid #000000;
}

    .view-menu span {
        margin: 0 3px 0 0;
    }

    .view-menu i {
        margin-left: 5px;
        font-weight: bold;
    }

    .view-menu ul {
        display: none;
    }

    .view-menu:hover ul {
        display: block;
        background: #fff;
        padding: 10px;
        position: absolute;
        margin-left: -50px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 99999999;
    }

    .view-menu li {
        list-style: none;
        cursor: pointer;
        padding: 5px;
    }

        .view-menu li:hover {
            background: #337ab7;
            color: #fff;
        }

            .view-menu li:hover a {
                color: #fff;
            }

.panel-filter {
    display: none;
}

.page-title h1 {
    float: left;
    font-family: 'Outfit';
}

.modal-dialog {
    height: 95%;
}

.modal-content {
    height: 100%;
    border-radius: 0px;
}

.modal-body {
    height: 88%;
    overflow-x: hidden;
    overflow-y: auto;
}

    .modal-body iframe {
        border: none;
        width: 100%;
        height: 98% !important;
    }

.formButtons {
    display: none;
}

.linecons-search {
    cursor: pointer;
}

#listNavTabs {
    display: none;
}

.dataTables_length {
    float: right;
}

    .dataTables_length select {
        width: 64px;
    }

.dataTables_filter {
    float: left;
}

.filter-button {
    height: 28px;
    float: right;
    left: 210px;
    position: absolute;
}

.dataTables_info {
    float: left;
    color: #999;
}

.selected-actions {
    display: none !important;
}

.panel-default {
}

.modal-body {
    width: 100% !important;
    padding: 0 !important;
}

.modal-open .modal {
    overflow-y: hidden !important;
}


.modal .modal-dialog .modal-content {
    padding: 15px !important;
    top: -15px;
}

.panel-body .form-group:first-child .dataTables_wrapper {
    margin: -53px 10px 0;
}

#DataTables_Table_7_wrapper {
    margin: 0px 10px 0;
}

.formContent .dataTables_wrapper .col-sm-12 {
    overflow-x: hidden;
}

.formContent .dataTables_wrapper .col-sm-12:hover {
    overflow-x: auto;
}

.dataTables_length label {
    font-size: 0;
}

.dataTables_length select {
    width: 90px !important;
    margin-left: 10px;
}

.dataTables_filter label {
    font-size: 0;
}

    .dataTables_filter label:before {
        content: '\e801';
        font-family: "linecons";
        font-size: 13px;
        width: 1em;
        position: absolute;
        margin: 5px;
    }

.dataTables_filter input {
    padding-left: 24px !important;
    margin-left: 0 !important;
    margin-right: 10px;
}

.dataTables_scrollBody {
    margin-top: -10px;
}
    .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td, .table.table-bordered > tfood > tr > td, .table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > th {
        border: none;
    }

    .table > thead > tr > td:after, .table > thead > tr > th:after {
        background: none;
        bottom: 5px;
        height: 23px;
        content: none !important;
    }

    .table > thead > tr > td, .table > tbody > tr > td, .table > tfood > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfood > tr > th {
        padding: 12px 15px;
    }

    .select-checkbox.sorting_asc{
        background:none !important;
    }

    .formContent .table > thead > tr > td, .formContent .table > thead > tr > th {
        border-bottom: 1px solid #eee !important;
    }

.dataTables_scrollBody thead {
    visibility: hidden;
}

.dataTables_scrollHeadInner {
    background-color: #fff;
    border-bottom: 1px solid #c5d5f1;
}

    .dataTables_scrollHeadInner * {
        border-bottom: none !important;
    }

    .dataTables_empty{
        color:#999;
    }

.formContent .pagination > li > a {
    border: none;
}

.pagination > li > a {
    padding: 3px 7px !important;
    line-height: 22px !important;
    margin-top: -2px !important;
}

table.dataTable th.select-checkbox {
    background-color: #ffffff;
    z-index: 1;
}

table.dataTable td.select-checkbox {
    position: relative;
    width: 15px;
    max-width: 15px !important;
    z-index: 0;
}

table.dataTable .select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-color: rgba(0,0,0,0.75);
}
    .dataTables_scrollBody table.dataTable .selected .select-checkbox:before {
        content: none !important;
    }

table.dataTable .select-checkbox:before, table.dataTable .select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: none;
}

table.dataTable tr.selected .select-checkbox:after, th.selected:after {
    content: "\f14a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: 33%;
    box-sizing: inherit;
}

.widget-content {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    border:none;
    height: 97%;
    top: 33px;
    overflow: hidden;
}

.form-group label.control-label,
.form-group .form-control-static {
    font-size: 12px;
    font-weight: 400;
}

    .form-group label.control-label .field-info {
        font-size: 9px !important;
        font-weight: bold;
        vertical-align: text-top;
        color: #000;
    }

    #formWrapper .fa, .fa-link, .fa-unlink, .fa-trash {
        font-size: 13px;
    }

.form-group input[type='radio'].dirty + span,
.form-group input[type='checkbox'].dirty + span {
    color: rgba(255,186,0,1);
}

.modal-content .nav {
    -display: none;
}

.modal-content .tab-content {
    padding: 0 !important;
    margin: -20px -15px !important;
}

.panel {
    border-radius: 0;
}

.modal-content .panel {
    padding: 0;
    border: none;
}

    .modal-content .panel .panel-heading h3 {
        color: #fff;
        margin-bottom: 20px;
        width: 102%;
        background: #000;
        padding: 10px;
        margin: -10px 10px 10px -10px;
    }

.modal-content .panel-options {
    position: absolute;
    font-size: 13px;
    margin-bottom: 20px;
    right: 0;
}

    .modal-content .panel-options a {
        color: #fff !important;
    }

.modal-content .formContent .dataTables_wrapper {
    font-size: 12px;
    margin-top: 0px;
}

.dataTables_wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #listTabContent .dataTables_wrapper {
        margin: -14px -3px 0;
    }

.modal-content .panel {
    padding: 10px;
    border: solid 1px #f5f5f5 !important;
}

    .modal-content .panel .panel-heading {
        padding: 0 !important;
    }

    .modal-content .panel .panel-body .panel-heading {
        padding: 15px !important;
    }

.modal-header .close {
    margin-left: 12px;
}

.panel-heading h3 {
    cursor: pointer;
    padding: 12px 10px;
    margin: -10px 10px 10px -10px;
    font-weight: bold;
    background: #e9eef6;
    width: calc(100% + 21px);
    position: absolute;
    z-index: 0;
}

.panel .panel-heading > .panel-options {
    z-index: 1;
    position: absolute;
    right: 0;
}

.wizard {
    margin: -45px auto 0;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

        .wizard > div.wizard-inner .connecting-line {
            height: 2px;
            background: #e0e0e0;
            position: absolute;
            width: 73%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 1;
        }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 24%;
}

.wizard .nav-tabs li:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs li.active:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 45px;
    height: 45px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 40px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .table .colDelete {
    font-size: 18px;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.clientview {
    width: 100%;
}

.view-filter {
    float: left;
}

.table[data-target="servicescheduleclient"] input {
    width: 60px;
}

    .table[data-target="servicescheduleclient"] input.typeaheadcustom {
        width: 100px;
    }

#clientgrid input {
    width: 100%;
    padding: 5px;
}

#clients_wrapper {
    min-height: 170px;
}

    #clients_wrapper label.error {
        right: -20px;
    }

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

#panel_529 .col-sm-12 {
    overflow-x: inherit !important;
}

/*------- Chat ---------*/
.support-chat-icon:not(.open) {
    bottom: 5px !important;
    right: 2px !important;
    background-color: #23527c !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url(https://brevityau.s3.ap-southeast-2.amazonaws.com/assets/images/chaticon.png) !important;
    background-size: auto !important;
}

.spartez-support-chat-container .top-header, .chats-list button.new-conversation {
    background-color: #23527c !important;
}

.chat-message.my {
    background-color: #589dcd !important;
}

    .chat-message.my div.text p {
        color: #fff !important;
    }

.powered-by {
    display: none;
}
/*------- List date range filter ---------*/
.filter_calendar_input {
    position: relative;
    display: inline-block;
    padding-bottom: 0 !important;
}

    .filter_calendar_input > i {
        position: absolute;
        left: 8px;
        top: 50%;
        display: inline-block;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    .filter_calendar_input input {
        padding-left: 25px !important;
        width: 100px;
    }
/*------- List date range filter ends---------*/

#ajaxBusy {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    z-index: 1000;
}


@media screen and (max-width: 768px) {
    .navbar.horizontal-menu {
        background: none !important;
    }

    .mobile-menu-toggle a:first-child {
        display: none !important;
    }

    #breadcrumb {
        display: none;
    }

    #titleMenu ul li {
        display: none;
    }

    #titleMenu .btnSave, #titleMenu .btnClose, .list-page .btnNew, .list-page .btnEdit {
        display: block !important;
    }

    .form-group div {
        padding: 0;
    }

    .panel-body .panel-heading {
        margin-left: -15px !important;
    }

    .modal .modal-dialog .modal-content {
        max-width: 99% !important;
    }
}

/*-------Communities---------*/
.community {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 2%;
    padding-top: 16px;
    border: solid 1px #ebebeb;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05), 0 3px 5px 0 rgba(0, 0, 0, 0.0);
    overflow: visible;
    cursor: pointer;
}

    .community.active {
        background-color: #e6e6e6;
    }

    .community > .communitypic {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        border-radius: 50%;
    }

        .community > .communitypic.fa-image {
            background-color: #b6b7c6;
            font-size: 35px !important;
            text-align: center;
            line-height: 58px;
            color: #ffffff;
        }

    .community > .title {
        float: left;
        width: 69%;
        height: 20px;
        font-size: 13px !important;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .community > .lastmessage {
        float: left;
        width: 69%;
        height: 20px;
        margin-top: 5px;
        font-size: 11px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .community > .lastmessagetime {
        float: left;
        width: 69%;
        height: 20px;
        font-size: 11px !important;
    }

    .community > .receivenotification {
        position: absolute;
        bottom: 12px;
        right: 7px;
    }

    .community > .unreadcount {
        position: absolute;
        left: 7px;
        top: 14px;
        width: 20px;
        height: 20px;
        padding: 2px;
        background-color: #da463a;
        border-radius: 50%;
        font-size: 10px !important;
        line-height: 16px;
        text-align: center;
        color: #ffffff;
    }