﻿body {
    background: #E8E9EE;
	background-image: url('/assets/img/bg.png');
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-size: cover;
}

#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    background: url('../img/loading.gif') 50% 50% no-repeat rgba(249,249,249,0.8);
    background-size: 300px;
}

a {
    color: #e79d19;
}

    a:hover {
        color: #e79d19;
        text-decoration: none !important;
    }

.main-panel > .content {
    overflow: initial;
}

.login-register {
    background-image: url(../img/bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

    .login-register .wrapper-login .container-login {
        background: #fff;
        border-radius: 20px !important;
        opacity: 0.5;
        margin-top: 120px
    }

        .login-register .wrapper-login .container-login.container-forgot {
            width: 700px;
        }

.form-floating-label.invalid input {
    border-width: 0 0 2px 0 !important;
}

.form-floating-label.valid input {
    border-width: 0 0 2px 0 !important;
}


.login-register.login .wrapper-login h3, .login-register.login label {
    color: #e79d19 !important;
}

.login-register.register label {
    color: #000;
}

.login-account .msg {
    color: #000;
}

.form-control, .select2-container--bootstrap .select2-selection {
    border-color: #ddd;
}

.btn-login {
    background-color: #e79d19;
    color: #fff;
    width:100%;
}

.datetimepicker td, .datetimepicker th {
    width: 35px;
    height: 35px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e79d19;
}

.custom-control-label::before {
    background-color: #ae123a;
}

.login-register .wrapper.wrapper-login .container-login, .login-register .wrapper.wrapper-login .container-signup {
    padding: 30px 25px;
}

.form-floating-label .placeholder {
    font-size: 85% !important;
    transform: translate3d(0,-10px,0);
    top: 0;
    opacity: 1;
    padding: .375rem 0 .75rem;
    font-weight: 600;
}

.form-check label, .form-group label {
    white-space: normal !important;
}

.ccard {
    border: 1px solid #2E1A46;
}

    .ccard > .card-header:first-child {
        background-color: #e79d19;
        padding: 5px 20px;
        position: relative;
    }

    .ccard .card-title {
        color: #fff;
        font-size: 18px;
        padding-bottom: 3px;
    }

    .ccard .card-sub-title, .tab-pane .card-sub-title {
        border-bottom: 1px solid #cc071e;
        font-weight: bold;
        color: #cc071e;
        margin-bottom: 20px;
    }

    .ccard.accordion {
        cursor: pointer;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .ccard .card-header .btn {
        padding: 6px 10px 7px;
    }

    .ccard.accordion .card-title {
        /*margin-left: 13px;*/
        line-height: 32px;
        min-height: 35px;
        padding-right: 20px;
    }

    .ccard.accordion .card-header::before {
        content: "\f067";
        position: absolute;
        right: 12px;
        top: 11px;
        font-family: 'Font Awesome 5 Solid';
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        color: #fff;
    }

    .ccard.accordion .card-body {
        display: none;
    }

    .ccard.accordion.open .card-header::before {
        content: "\f068";
    }

    .ccard.accordion.open .card-body {
        display: inline-block;
    }

    .ccard.accordion .card-body {
        -webkit-transition: all .5s ease-in-out; /* For Safari 3.1 to 6.0 */
        transition: all .5s ease-in-out;
    }

    .ccard .card-img {
        height: 130px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.card-label-block .card-label {
    font-size: 18px;
}

.card-label-block .card-text {
    font-size: 18px;
    font-weight: bold;
}

.card-label-block {
    font-size: 16px;
    margin-bottom: 5px;
}

.ccard2, .mem_prof .ccard {
    border: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

    .ccard2 .card-header, .mem_prof .ccard .card-header {
        border-bottom: 0px !important;
        padding-bottom: 0px;
        background-color: #fff;
    }

    .ccard2 .card-title, .mem_prof .ccard .card-title {
        color: #000;
        border-bottom: 1px solid #ccc;
    }

    .ccard2 .card-body, .mem_prof .ccard .card-body {
        padding: 10px;
    }

.cnav .nav-item {
    background-color: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    line-height: 45px;
    cursor: pointer;
}

    .cnav .nav-item.active {
        background-color: #ffffff;
        color: #fff;
    }

        .cnav .nav-item.active:hover {
            color: #fff;
        }

.saipa-tabs {
    border: 1px solid #2E1A46;
    border-radius: 5px;
}

    .saipa-tabs .nav-tabs {
        border-bottom: 1px solid #2E1A46;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .saipa-tabs .nav-tabs a {
            background-color: #fff;
            white-space: nowrap;
            border-right: 1px solid #ccc;
            padding: 15px 10px;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            width: 100%;
        }

        .saipa-tabs .nav-tabs li:first-child a {
            border-top-left-radius: 4px;
        }

        .saipa-tabs .nav-tabs li:last-child a {
            border-top-right-radius: 4px;
        }

        .saipa-tabs .nav-tabs a.active {
            background-color: #2E1A46;
            color: #fff;
        }

            .saipa-tabs .nav-tabs a.active:hover {
                color: #fff;
            }

    .saipa-tabs .tab-content {
        padding: 10px;
        background: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .saipa-tabs.app-tabs ul {
        display: table;
        width: 100%;
    }

    .saipa-tabs.app-tabs li {
        display: table-cell;
    }

    .saipa-tabs li.li {
        margin-left: auto;
        display: flex;
    }

        .saipa-tabs li.li a, .saipa-tabs li.li .btn {
            margin: 5px;
            border-radius: 0px;
            padding: .6rem 1rem 0.7rem;
            font-size: 14px;
        }

.stabs {
    border: 1px solid #cc071e;
    border-radius: 5px;
}

    .stabs li {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        border-radius: 5px;
    }

        .stabs li a {
            padding: 5px;
            display: inline-block;
            width: 100%;
            color: #575962;
            font-weight: 600;
            font-size: 14px;
            line-height: 29px;
        }

            .stabs li a.active {
                background-color: #cc071e;
                color: #fff;
            }

            .stabs li a .fa {
                font-size: 17px;
                float: left;
                margin: 4px;
                width: 27px;
                text-align: center;
                line-height: 24px;
            }

.saipa-tabs.lms-tabs > ul > li {
    margin-bottom: 0px;
}

    .saipa-tabs.lms-tabs > ul > li > a {
        border: 0px !important;
        border-right: 1px solid #ddd !important;
        border-radius: 0px;
    }

.saipa-tabs.lms-tabs .lms .nav-tabs a {
    padding: 10px !important;
}

.saipa-tabs.lms-tabs .lms .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table thead th, .table tbody th {
    background-color: #f3f3f3;
}

.table th, .table td {
    border-top-width: 1px !important;
    border-color: #e2e2e2 !important;
}

.btn {
    padding: .5rem 1rem 0.6rem;
}

.btn-xs {
    padding: 5px 10px;
}

.btn-global {
    /*background-color: #2E1A46 !important;*/
    background-color: #009248!important;
    color: #fff;
}

.modal-header {
    background-color: #e79d19;
    color: #fff;
    padding: 12px 14px;
}

.modal-body .btn {
    padding: 5px 15px;
        margin-bottom: 19px;
}

.fs-16 {
    font-size: 16px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.label {
    color: #fff;
    padding: 4px 10px 5px;
    width: auto;
    display: inline-block;
    border-radius: 3px;
    line-height: normal;
    font-size: 12px;
    white-space: nowrap;
}

.label-danger {
    background: #f3545d !important;
    border-color: #f3545d !important;
    color: #fff !important;
}

.label-success {
    background: green !important;
    border-color: green !important;
    color: #fff !important;
}

.label-info {
    background: #819bf8 !important;
    border-color: #819bf8 !important;
    color: #fff !important;
}

.label-warning {
    color: #000;
    background: yellow !important;
    border-color: yellow !important;
}

.label-default {
    background-color: #7d7d7d !important;
}

.label-primary {
    background-color: #324fb9 !important;
}

.label-disagree {
    background: red !important;
    border-color: red !important;
}

.label-green {
    background: #4CAF50 !important;
    color: #fff !important;
}

.label-blue {
    background: #22baf5 !important;
    color: #fff !important;
}

.label-red {
    background: #f44336 !important;
    color: #fff !important;
}

.label-orange {
    background: #ff9800 !important;
    color: #fff !important;
}

.label-gray {
    background: #c7c7c7 !important;
    color: black !important;
}

.label-yellow {
    background: #8E44AD !important;
    color: #fff !important;
}

.label-purple {
    background: #d2d200 !important;
    color: #fff !important;
}

.label-violet {
    background: #080943 !important;
    color: #fff !important;
}

.label-lightcoral {
    background: #F08080 !important;
    color: #fff !important;
}

label span {
    color: red;
}

.fileContainer {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .fileContainer.nb {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .fileContainer .item {
        border: 1px solid #ddd;
        border-radius: 5px !important;
        display: inline-block;
        width: 100px;
        height: 100px;
        margin: 10px;
        float: left;
        padding: 5px;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
    }

    .fileContainer .doc-item {
        display: inline-block;
        text-align: center;
        width: 120px;
        padding: 10px;
        cursor: pointer;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .fileContainer .item img, .fileContainer .item video {
        width: 100%;
        max-height: 100%;
        cursor: pointer;
        padding: 5px;
    }

    .fileContainer .remove {
        cursor: pointer;
        color: red;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
    }

.file-dialog img {
    max-width: 100%;
    max-height: 100%;
}

.note {
    position: relative;
    width: 100px;
    height: 100px;
    display: table-cell;
    color: #fff;
    background: #001563;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    word-break: break-all;
    padding: 5px;
}

    .note:hover, .note:focus {
        color: #fff;
    }

    .note:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        border-style: solid;
        border-color: #fff #fff #324fb9 #324fb9;
        background: #324fb9;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        /* Firefox 3.0 damage limitation */
        display: block;
        width: 0;
    }

    .note.rounded {
        -moz-border-radius: 5px 0 5px 5px;
        border-radius: 5px 0 5px 5px;
    }

        .note.rounded:before {
            border-width: 8px;
            border-color: #fff #fff transparent transparent;
            -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
        }

.input-group-icon.fa-info {
    height: 42px;
    width: 27px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
}

/* Profile */

.tbc input[type=checkbox], .tbc input[type=radio], #refreshments input[type=checkbox] {
    float: left;
    margin-top: 5px;
}

.tbc label, #refreshments label {
    float: left;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 2px;
}

.tbc .checkbox {
    display: inline-block;
    width: 100%;
}

    .tbc .checkbox input[type=checkbox] {
        margin-right: 5px;
    }
/* Notes TImeline */
/* The actual timeline (the vertical ruler) */
.notes_timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .notes_timeline::after {
        content: '';
        position: absolute;
        width: 5px;
        background-color: #cc071e;
        top: 0;
        bottom: 0;
        left: 22px;
        margin-left: 0px;
    }

    /* Container around content */
    .notes_timeline .container {
        padding: 10px 28px;
        position: relative;
        background-color: inherit;
        width: 100%;
    }

        /* The circles on the timeline */
        .notes_timeline .container::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -17px;
            background-color: white;
            border: 4px solid #cc071e;
            top: 17px;
            border-radius: 50%;
            z-index: 1;
        }

    /* Place the container to the left */
    .notes_timeline .left {
        left: 0;
    }

    /* Place the container to the right */
    .notes_timeline .right {
        left: 28px;
    }

    /* Add arrows to the left container (pointing right) */
    .notes_timeline .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
    }

    /* Add arrows to the right container (pointing left) */
    .notes_timeline .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 18px;
        border: medium solid #ececec;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ececec transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    .notes_timeline .right::after {
        left: -16px;
    }

    /* The actual content */
    .notes_timeline .content {
        padding: 15px 30px;
        background-color: #ececec;
        position: relative;
        border-radius: 6px;
    }

        .notes_timeline .content p {
            margin-bottom: 2px;
        }

        .notes_timeline .content h5 small {
            margin-left: 10px;
            font-size: 12px;
        }

.popover {
    top: -70px !important;
    left: 0px !important;
}

.rating-star-block .fa {
    font-size: 35px;
    margin-right: 10px;
}

.star_rating_view {
    margin-top: 10px;
    display: inline-block;
}

    .star_rating_view .fa {
        font-size: 20px;
        margin-right: 4px;
        color: #cc071e;
    }

.notes_timeline.activity .content {
    padding: 10px 15px;
}

.notes_timeline.activity h5 {
    margin-bottom: 0px;
}

.notes_timeline.activity small {
    font-size: 12px;
    font-style: italic;
}
/*.file_zone_panel {
    height: 100px;
    width: 100%;
    border: 4px dashed;
}*/
.dropzone {
    padding: 50px;
    border: 2px dashed #060;
}

    .dropzone.is-dragover {
        background-color: #e6ecef;
    }

.dragover {
    background-color: red;
}

.dropzone .pip {
    display: inline-block;
    float: left;
    width: 100%;
}

    .dropzone .pip h5 {
        font-weight: bold;
        float: left;
    }

    .dropzone .pip .remove {
        color: red;
        margin-left: 5px;
        cursor: pointer;
    }

.card .card-body.no_card {
    padding: 0px;
}

    .card .card-body.no_card .card {
        margin-bottom: 0px;
    }

    .card .card-body.no_card .card-block {
        margin-top: 0px !important;
    }

    .card .card-body.no_card .card-header {
        background-color: transparent !important;
    }

.claimgrid input {
    text-align: right;
    padding: 2px 7px;
}

.social-group a {
    background-color: #ccc;
    padding: 5px;
    margin: 2px;
    width: 32px;
    display: inline-block;
    text-align: center;
    color: #000;
}

    .social-group a.facebook:hover {
        background-color: #4267b2;
        color: #fff;
    }

    .social-group a.twitter:hover {
        background-color: #1da1f2;
        color: #fff;
    }

    .social-group a.linkedin:hover {
        background-color: #0077B5;
        color: #fff;
    }

.hide {
    display: none;
}

.form-horizontal .control-label {
    text-align: right;
    margin-top: 8px;
}

.form-group label.qupload {
    background-color: #cc071e;
    padding: 4px 10px;
    color: #fff !important;
    margin-top: 3px;
    border-radius: 2px;
    font-size: 12px !important;
}

.question .card-body {
    padding: 5px 10px 13px;
}

.question .remove_question {
    float: right;
    color: #fff;
    margin-top: 3px;
}

.question .form-group {
    padding: 2px 5px;
}

.question ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 20px;
    display: inline-block;
    width: 100%;
}

.question li {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}

    .question li input {
        float: left;
        margin-top: 6px;
        height: 1.2em;
        width: 1.2em;
    }

    .question li .option {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: calc(100% - 100px);
    }

    .question li .remove_option {
        background-color: #cc071e;
        color: #fff;
        border-radius: 2px;
        padding: 6px 7px 7px 8px;
        text-align: center;
    }

.form-control.has-error, .select2 .has-error {
    border-color: #f3545d !important;
    color: #f3545d !important;
}

.select2-container--bootstrap .has-error .select2-selection__placeholder {
    color: #f3545d !important;
}

.questions_panel .setup-content {
    margin-top: 20px;
}

.questions_panel .options {
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

    .questions_panel .options li {
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
    }

    .questions_panel .options input[type=checkbox], .questions_panel .options input[type=radio] {
        float: left;
        margin-top: 6px;
        height: 1.2em;
        width: 1.2em;
    }

    .questions_panel .options li span {
        margin-top: 2px;
        float: left;
        margin-left: 5px;
        max-width: 95%;
    }

.questions_panel .answer_icon {
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
    float: left;
}

    .questions_panel .answer_icon.wrong {
        color: red;
    }

    .questions_panel .answer_icon.correct {
        color: green;
    }

.dcard .card-body {
    height: 400px;
    overflow-y: auto;
}
/* width */
.csb::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.csb::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.csb::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}

    /* Handle on hover */
    .csb::-webkit-scrollbar-thumb:hover {
        background: #cc071e;
    }

.remove_attendee {
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.event_when_where {
    display: inline-block;
    width: 100%;
}

.event_when, .event_where {
    font-size: 1.28571em;
    font-weight: 300;
}

    .event_when .icon-holder, .event_where .icon-holder {
        background-color: #cc071e;
        width: 64px;
        padding: 14px 0;
        text-align: center;
        font-size: 1.5em;
        margin-right: 10px;
        margin-top: 10px;
        float: left;
        height: auto;
        margin: 0 auto;
        color: #fff;
    }

    .event_when div, .event_where div {
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        width: calc(100% - 75px);
    }

    .event_when p, .event_where p {
        margin-bottom: 0;
        line-height: 22px;
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

        .event_when p span.event_date {
            font-size: 14px;
        }

    .event_when strong, .event_where strong {
        font-weight: bold;
        color: #cc071e;
        text-transform: uppercase;
    }

    .event_when .when_info {
        font-size: 14px !important;
    }

.event-sub-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .event-sub-title h4 {
        margin: 30px auto;
        text-align: center;
        font-size: 20px;
        position: relative;
        width: auto;
        display: inline-block;
        color: #cc071e;
    }

        .event-sub-title h4:before {
            content: "";
            position: absolute;
            border: 1px solid #cc071e;
            width: 100px;
            top: 50%;
            left: -110px;
            border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .event-sub-title h4:after {
            content: "";
            position: absolute;
            border: 1px solid #cc071e;
            width: 100px;
            top: 50%;
            right: -110px;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
        }

.event_view .card-img-top {
    height: 200px;
}

.event_view .sponsor_item {
    display: inline-table;
    width: 100%;
    text-align: center;
    padding: 10px;
}

    .event_view .sponsor_item img {
        max-height: 70px;
        max-width: 100%;
    }

    .event_view .sponsor_item p {
        font-size: 20px;
        margin-bottom: 0px;
    }

.event_view .card-body {
    padding: 30px 30px;
}

.event_view .card-header {
    border-bottom: 1px solid #e8e9ee;
    padding: 10px 30px;
}

    .event_view .card-header h4 {
        color: #000;
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
        display: block;
    }

.event_view .available_seats {
    margin-bottom: 0px;
    color: #076d07;
    font-weight: 600;
}
/* Invocice */
.invoice-details, .invoice-payment-details > li span {
    float: right;
    text-align: right;
}

    .invoice-details .label {
        width: 100%;
        display: inline-block;
        padding: 6px;
    }

    .invoice-details h3 {
        font-weight: bold;
    }

.bold {
    font-weight: bold;
}

.invoice-payment .table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.invoice_logo {
    height: auto;
    max-height: 100px;
    margin-bottom: 10px;
}

.invoice-to {
    display: inline-block;
    background-color: #cc071e;
    color: #fff;
    padding: 5px 8px;
    width: 35%;
    text-transform: uppercase;
}

.nav-pills.nav-secondary .nav-link.active {
    background-color: #2E1A46 !important;
}

.profile_image {
    padding: 5px;
    border: 1px rgba(0,0,0,.4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .profile_image img {
        width: 100%;
    }

    .profile_image .edit-icon {
        position: absolute;
        width: 25px;
        bottom: 5px;
        right: 1px;
        cursor: pointer;
    }

#preview-pane {
    display: block;
    width: 180px;
    height: 180px;
    z-index: 2000;
    padding: 5px;
    border: 1px rgba(0,0,0,.4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

    #preview-pane .preview-container {
        width: 170px;
        height: 170px;
        overflow: hidden;
    }

.icon-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 17px;
    top: 48px;
}

.supply_app_stat tr td:first-child {
    font-weight: bold;
    width: 200px;
    text-align: right;
}

.supply_app_stat tr td:last-child {
    padding-left: 10px;
}

    .supply_app_stat tr td:last-child input[type=checkbox] {
        height: 1.4em;
        width: 1.4em;
        float: left;
        margin-top: 1px;
    }

.cust_docs input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
}

.product .price {
    float: left;
    font-size: 20px;
}

.product .add_to_cart {
    float: right;
}

.product .card-img-top {
    height: 200px;
}

.product_view .product_price {
    font-size: 25px;
    margin-bottom: 20px;
}

.notif-box .notif-scroll {
    overflow-x: auto;
}

.cart_summary .media-heading {
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 600;
    font-size: 15px;
}

.cart_summary .media-body {
    padding: 0px 10px;
}

.cart_summary .cart_total {
    font-size: 22px;
    text-align: right;
}

.order_view .table {
    margin-bottom: 0px;
}

.order_view .table-card {
    height: 250px;
}

.subscription_price {
    text-align: center;
}

    .subscription_price p {
        margin-bottom: 0px;
    }

    .subscription_price h1 {
        margin-bottom: 0px;
    }

label.price {
    background-color: green;
    color: white !important;
    border-radius: 5px;
    padding: 3px 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.post .card-body {
    padding: 10px;
}

.post .card-header {
    padding: 10px;
}

    .post .card-header .media-object {
        border-radius: 50%;
        width: 45px;
        height: 45px;
    }

    .post .card-header .media-body {
        padding-left: 10px;
    }

    .post .card-header .media-heading {
        font-size: 16px;
        color: #cc071e;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .post .card-header p {
        font-size: 12px;
        margin-bottom: 0px;
    }

.post .card-body p {
    margin-bottom: 7px;
}

.post .card-footer a {
    display: inline-block;
    color: #555;
    font-weight: 600;
    margin-right: 30px;
}

.post .card-footer .liked {
    color: green;
}

.post .comment-box {
    display: inline-block;
    width: 100%;
}

    .post .comment-box img {
        width: 40px;
        border-radius: 50%;
        float: left;
    }

    .post .comment-box input {
        width: calc(100% - 90px);
        border-radius: 5px;
        float: left;
        margin-left: 10px;
        border: 1px solid #ddd;
        padding: 2px 10px;
        height: 40px;
        color: #555;
    }

    .post .comment-box button {
        float: right;
        width: 36px;
        height: 38px;
        border: 0px;
        font-size: 16px;
        border-radius: 5px;
        background-color: #e8e9ee;
        margin-top: 1px;
    }

.post .comment-list .comment-item {
    display: inline-block;
    width: 100%;
}

    .post .comment-list .comment-item img {
        width: 40px;
        border-radius: 50%;
        float: left;
    }

    .post .comment-list .comment-item .comment-text {
        display: inline-block;
        float: left;
        width: calc(100% - 50px);
        padding: 4px 12px;
        background-color: #e8e9ee;
        margin-left: 10px;
        border-radius: 5px;
    }

        .post .comment-list .comment-item .comment-text h4 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 0px;
            margin-top: 3px;
            line-height: 15px;
        }

            .post .comment-list .comment-item .comment-text h4 span {
                font-size: 12px;
                font-weight: 500;
            }

        .post .comment-list .comment-item .comment-text p {
            margin-bottom: 0px;
        }

.list-group-item {
    color: #555;
}

    .list-group-item.active .badge-primary {
        background: #ffffff;
        color: #555;
    }

.notif-box .notif-center a .notif-content {
    padding: 10px 15px 10px 0;
    width: calc(100% - 50px) !important;
}

.chat .recent .list-group-item {
    padding: 10px;
}

.chat .recent .list-group .list-group-item-body {
    padding-left: 10px;
}

.chat .recent .list-group-item-title {
    margin: 0px;
}

.chat .recent .cnav .nav-item {
    border: 0px;
}


/* Chat Page Starts */
.chat-box {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

    .chat-box input {
        border: 0px !important;
        outline: none;
        padding: 4px 10px 6px 35px !important;
        border-radius: 4px !important;
        width: 100%;
    }

    .chat-box .search-box {
        padding: 10px;
        background-color: #f8f8f8;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .chat-box .search-box i {
            position: absolute;
            top: 17px;
            left: 18px;
        }

    .chat-box ul {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        width: 100%;
        list-style-type: none;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .chat-box ul::-webkit-scrollbar {
            width: 6px;
            height: 0px;
            color: #000;
        }

        .chat-box ul:hover::-webkit-scrollbar-thumb {
            background: #d6d5d5;
        }

        .chat-box ul::-webkit-scrollbar-thumb {
            background: #e6e6e6;
            border-radius: 15px;
        }

        .chat-box ul li {
            /* padding: 0px 5px; */
        }

            .chat-box ul li a {
                padding: 10px;
                display: inline-block;
                width: 100%;
                border-bottom: 1px solid #e1e2e3;
            }
                /*  .chat-box ul li:last-child a{border-bottom: 0px;}  */

                .chat-box ul li a:hover {
                    background-color: #f7f7f7;
                }

                .chat-box ul li a.active {
                    background-color: #c7eafc;
                }

    .chat-box .ui {
        float: left;
        position: relative;
        width: 50px;
    }

        .chat-box .ui .online_status {
            position: absolute;
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            color: #fff;
            bottom: 0;
            right: 8px;
            line-height: 12px;
            background-color: #fff;
            border: 1px solid green;
        }

        .chat-box .ui .online {
            background-color: green;
            border: 1px solid #efefef;
        }

            .chat-box .ui .online:before {
                content: '\eda0';
                font-family: "fontello";
                font-size: 10px;
                position: absolute;
                left: 3px;
                top: 1px;
            }

        .chat-box .ui .online_status.igroup {
            background-color: green;
            border: 1px solid #efefef;
            width: 16px;
            height: 16px;
        }

            .chat-box .ui .online_status.igroup:before {
                content: '\e990';
                font-family: "fontello";
                font-size: 10px;
                position: absolute;
                left: 2px;
                top: 1px;
            }

.loading_chat {
    position: absolute;
    top: 155px;
    left: 40%;
    font-size: 25px;
}

.chat-box ul li a img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.chat-box .ub {
    line-height: 12px;
    width: calc(100% - 50px);
    display: inline-block;
}

    .chat-box .ub span.name {
        font-weight: 600;
        width: 65%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
    }

    .chat-box .ub .time {
        color: #888;
        font-size: 13px;
        float: right;
    }

    .chat-box .ub .chat {
        color: #888;
        font-size: 13px;
        width: 75%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 16px;
    }

    .chat-box .ub .count {
        background-color: #ed1b24;
        color: #fff;
        border-radius: 5px;
        padding: 3px 5px;
        float: right;
    }

.chat-body {
    min-height: 400px;
    background-color: #f5f5f5;
}

.chat-box .head {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    border-bottom: 1px solid #e1e2e3;
}

    .chat-box .head span.name {
        margin-top: 7px;
        font-size: 15px;
    }

    .chat-box .head img {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
    }

.chat-box textarea {
    border: 0px;
    border-top: 1px solid #ddd;
    height: 60px;
}

.chat_window {
    height: 500px;
    border-radius: 4px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}

.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 10px 10px 10px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

    .top_menu .buttons {
        margin: 3px 0 0 20px;
        position: absolute;
    }

        .top_menu .buttons .button {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            position: relative;
        }

            .top_menu .buttons .button.close {
                background-color: #f5886e;
            }

            .top_menu .buttons .button.minimize {
                background-color: #fdbf68;
            }

            .top_menu .buttons .button.maximize {
                background-color: #a3d063;
            }

    .top_menu .title {
        text-align: center;
        color: #bcbdc0;
        font-size: 20px;
    }

    .top_menu img {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
    }

    .top_menu .ub {
        line-height: 14px;
        float: left;
    }

    .top_menu .name {
        font-size: 16px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
        font-weight: 700;
    }

    .top_menu .chat {
        font-size: 13px;
    }

.messages::-webkit-scrollbar {
    width: 6px;
    height: 0px;
    color: #000;
}

.messages:hover::-webkit-scrollbar-thumb {
    background: #d6d5d5;
}

.messages::-webkit-scrollbar-thumb {
    background: #f8f8f8;
    border-radius: 15px;
}

.messages {
    position: relative;
    list-style: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    height: 340px;
    overflow-y: scroll;
}

    .messages .message {
        clear: both;
        overflow: hidden;
        margin-bottom: 5px;
        transition: all 0.5s linear;
        opacity: 0;
    }

        .messages .message .stats {
            text-align: right;
            width: calc(100% - 22px);
            color: #888;
            font-size: 12px;
            font-style: italic;
        }

        .messages .message i.green, .chat-box i.green {
            color: green;
        }

        .messages .message.left .stats {
            text-align: right;
            float: left;
        }

        .messages .message.right .stats {
            text-align: left;
            float: right;
        }

        .messages .message.left .avatar {
            background-color: #f5886e;
            float: left;
        }

        .messages .message.left .text_wrapper {
            /*  background-color: #ffe6cb; */
            background-color: #e8e8e8;
            margin-left: 20px;
        }

            .messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
                right: 100%;
                /* border-right-color: #ffe6cb; */
                border-right-color: #e8e8e8;
            }

        .messages .message.left .text {
            /*  color: #c48843; */
            color: #656565;
        }

        .messages .message.right .avatar {
            background-color: #fdbf68;
            float: right;
        }

        .messages .message.right .text_wrapper {
            background-color: #c7eafc;
            margin-right: 20px;
            float: right;
        }

            .messages .message.right .text_wrapper::after, .messages .message.right .text_wrapper::before {
                left: 100%;
                border-left-color: #c7eafc;
            }

        .messages .message.right .text {
            color: #4f6b77;
        }

        .messages .message.appeared {
            opacity: 1;
        }

        .messages .message .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .messages .message .avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: inline-block;
        }

        .messages .message .text_wrapper {
            display: inline-block;
            padding: 10px;
            border-radius: 6px;
            width: calc(100% - 85px);
            min-width: 100px;
            position: relative;
        }

            .messages .message .text_wrapper::after, .messages .message .text_wrapper:before {
                top: 12px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .messages .message .text_wrapper::after {
                border-width: 10px;
                margin-top: 0px;
            }

            .messages .message .text_wrapper::before {
                border-width: 10px;
                margin-top: -2px;
            }

            .messages .message .text_wrapper .text {
                font-size: 14px;
                font-weight: 400;
            }

.alert-danger {
    border-left: 4px solid #f3545d;
    color: #f3545d;
    position: relative;
    padding-left: 45px;
    font-size: 16px;
}

    .alert-danger:before {
        content: "\f071";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 16px;
        top: 18px;
        font-size: 18px;
    }

.bottom_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd;
}

    .bottom_wrapper .message_input_wrapper {
        display: inline-block;
        height: 46px;
        border-radius: 25px;
        border: 1px solid #bcbdc0;
        width: calc(100% - 160px);
        position: relative;
        padding: 0 20px;
    }

        .bottom_wrapper .message_input_wrapper .message_input {
            border: none;
            height: 100%;
            box-sizing: border-box;
            width: calc(100% - 40px);
            position: absolute;
            outline-width: 0;
            color: gray;
        }

    .bottom_wrapper .send_message {
        width: 140px;
        height: 45px;
        display: inline-block;
        border-radius: 50px;
        background-color: #a3d063;
        border: 2px solid #a3d063;
        color: #fff;
        cursor: pointer;
        transition: all 0.2s linear;
        text-align: center;
        float: right;
    }

        .bottom_wrapper .send_message:hover {
            color: #a3d063;
            background-color: #fff;
        }

        .bottom_wrapper .send_message .text {
            font-size: 18px;
            font-weight: 300;
            display: inline-block;
            line-height: 40px;
        }

.message_template {
    display: none;
}

.alert {
    font-weight: bold;
}

    .alert .close {
        top: 0px !important;
    }

.gv_total {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.gv_sort {
    cursor: pointer;
    display: inline-block;
}

.table th {
    position: relative;
}

    .table th .fa {
        position: absolute;
        right: 7px;
        top: calc(50% - 5px);
    }

    .table th .fa-sort-asc, .table th .fa-sort-desc {
        font-size: 16px;
        color: #cc071e;
    }


@media (max-width: 420px) {
    .chat_window {
        margin-bottom: 10px;
    }

    .bottom_wrapper {
        padding: 0px;
        margin-bottom: -5px;
    }

        .bottom_wrapper .message_input_wrapper {
            border-radius: 0px;
            border: 0px;
            width: calc(100% - 60px);
            height: 45px;
            padding: 0px 10px;
        }

        .bottom_wrapper .send_message {
            border-radius: 0px;
            width: 60px;
        }

    .messages .message .text_wrapper {
        width: calc(100% - 70px);
    }
}

/* Chat page Ends */

.swal-text {
    text-align: center;
}

.id_validate label {
    display: inline-block;
    width: 100%;
}

.id_validate input {
    width: calc(100% - 170px);
    float: left;
}

.id_validate button {
    margin-left: 5px;
    height: 42px;
    padding: 5px 15px 6px;
}

.id_validate .id_error {
    display: inline-block;
    width: 100%;
}

.status_circle {
    text-align: center;
    padding: 20px;
    border: 3px solid #ddd;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

    .status_circle span {
        display: inline-block;
        width: 100px;
        height: 100px;
        border: 5px solid #e8e828;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .status_circle p {
        display: block;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .status_circle.active {
        border: 3px solid #cc071e;
    }

    .status_circle.sa span {
        border-color: green;
    }

    .status_circle.sr span {
        border-color: red;
    }

.note-editable p {
    margin-bottom: 3px;
}

.btn.multiselect {
    background: transparent !important;
    border: 1px solid #ddd;
    color: #000 !important;
    text-align: left;
    padding: 10px 15px;
}

    .btn.multiselect .caret {
        display: none;
    }

.multiselect-clear-filter {
    background: #ddd !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #000 !important;
}

    .multiselect-clear-filter .glyphicon-remove-circle:before {
        content: "\f00d";
        font: normal normal normal 14px/1 FontAwesome;
    }

.multiselect-container > li:first-child {
    padding: 5px;
}

.multiselect-container .input-group {
    margin: 0px;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 20px;
}

.add_condition {
    background-color: transparent;
    border: 0px;
    margin-top: 10px;
    color: #cc071e;
    padding: 0px;
    border-bottom: 1px dashed #ddd;
}

.rules-group-container {
    width: 100%;
}

.query-builder .rule-value-container input[type=number], .query-builder .rule-value-container input[type=text], .query-builder .rule-value-container select {
    padding: .6rem 1rem;
    text-transform: unset !important;
}

.btn-group.group-conditions label {
    background: #ffffff !important;
    border-color: #ddd !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #cc071e !important;
    border-color: #cc071e !important;
    color: #fff !important;
}

.step-header {
    width: 100%;
}

    .step-header td:nth-child(odd) {
        color: #555;
        text-align: right;
        position: relative;
        padding: 0px 10px;
        white-space: nowrap;
        vertical-align: top;
    }

        .step-header td:nth-child(odd):before {
            content: ":";
            position: absolute;
            top: 0px;
            right: 0px;
        }

    .step-header td:nth-child(even) {
        font-weight: bold;
        text-align: left;
        padding: 0px 10px;
        font-size: 16px;
        border-right: 2px solid #cc071e;
        vertical-align: top;
    }

    .step-header td:last-child {
        border-right: 0px;
    }

.condition {
    border: 1px solid #e8e9ee;
    background-color: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .condition label {
        padding-left: 3px;
    }

    .condition .btn {
        margin-top: 16px;
        float: right;
    }

.multiselect-container {
    z-index: 1002;
}

.rpl_committe textarea:disabled {
    border: none;
    background-color: transparent;
}

.table.vt td {
    vertical-align: top !important;
}

.material-switch > input[type="checkbox"]:not(:checked):disabled + label::before {
    background: #ddd !important;
}

.material-switch > input[type="checkbox"]:not(:checked):disabled + label::after {
    background: #ddd !important;
}

.nav-pills .nav-link {
    padding: 10px !important;
}

.rpl_list {
    margin-top: 10px;
}

    .rpl_list .br:after {
        top: 0px;
    }

    .rpl_list .fa {
        float: left;
        margin-left: 10px;
        margin-top: 5px;
    }
/*.rpl_item{
    padding-top:5px;
    padding-bottom:5px;
}*/
.rpl_item.active {
    /*background-color: #ccc;*/
}

.checkinput {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .checkinput input {
        width: calc(100% - 100px);
        float: left;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .checkinput button {
        width: 100px;
        float: left;
        height: 42px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.checkintable tr td:first-child {
    width: 150px;
    font-weight: 600;
    text-align: right
}

.qr_canvas {
    width: 100%;
    height: 100%;
}

.pt-7 {
    padding-top: 7px;
}

.checkbox label {
    font-weight: normal;
}

    .checkbox label input {
        float: left;
        margin-top: 4px;
        margin-right: 5px;
    }


/* Style the buttons that are used to open and close the accordion panel */
.acc-panel .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    border-top: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .acc-panel .accordion.active, .acc-panel .accordion:hover {
        background-color: #cc071e;
        color: #fff;
    }

.acc-panel.lms .accordion {
    background-color: #2E1A46;
    color: #fff;
}

    .acc-panel.lms .accordion:last-child {
    }

/* Style the accordion panel. Note: hidden by default */
.acc-panel .panel {
    padding: 10px 15px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0px;
    transition: 0.4s;
}

.acc-panel .accordion:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}

.acc-panel .accordion.active:after {
    content: "-";
    top: 7px;
    font-size: 28px;
}

.acc-panel .panel h4 {
    font-weight: bold;
}

.cpd-panel.acc-panel .panel {
    background-color: #fdfdfd;
    border: 1px solid #dadada;
    margin-bottom: 10px;
}

.input_search {
    display: inline-block;
    width: 500px;
    margin-bottom: 10px;
}

    .input_search input[type=text] {
        width: calc(100% - 100px);
        float: left;
    }

.nw {
    white-space: nowrap;
}

.check_in_out_inpt {
    display: inline-block;
    width: 100%;
}

    .check_in_out_inpt input {
        width: calc(100% - 90px);
        float: left;
        margin-left: 10px;
        border: 1px solid #ddd;
        padding: 2px 10px;
        height: 40px !important;
        color: #555;
    }

    .check_in_out_inpt button {
        float: right;
        height: 40px;
        border: 0px;
        font-size: 16px;
        border-radius: 5px;
        background-color: #e8e9ee;
    }

.error404-content {
    max-width: 550px;
    margin: 0px auto;
    text-align: center;
}

    .error404-content h1 {
        color: #cc071e;
    }

    .error404-content h1 {
        font-size: 140px;
        font-weight: 700;
    }

    .error404-content h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
    }

    .error404-content p {
        font-size: 20px;
        color: #5f5f5f;
        font-weight: 300;
        margin-bottom: 20px;
    }


.button-md {
    cursor: pointer;
    padding: 14px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-theme {
    background: #cc071e;
}

.button-theme {
    color: #FFF;
}

.reports_list .card {
    width: calc(20% - 10px);
    float: left;
    text-align: center;
    margin: 5px;
}

    .reports_list .card h5 {
        color: #000;
    }

    .reports_list .card .card-img {
        background-image: url(../img/chart_icons.png);
        background-position: 23px 13px;
        height: 170px;
        border: 0px;
        background-repeat: no-repeat;
    }

    .reports_list .card .rimg1 {
        background-position: 23px 13px;
    }

    .reports_list .card .rimg2 {
        background-position: -180px 13px;
    }

    .reports_list .card .rimg3 {
        background-position: -374px 13px;
    }

    .reports_list .card .rimg4 {
        background-position: 23px -173px;
    }

    .reports_list .card .rimg5 {
        background-position: -180px -173px;
    }

    .reports_list .card .rimg6 {
        background-position: -374px -173px;
    }

.rl_popup {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 70px;
}

.course_overview_img {
    max-height: 200px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
}

table.asmt_info tr {
    border: 1px solid #ddd;
}

    table.asmt_info tr td {
        padding: 10px 15px;
    }

        table.asmt_info tr td:first-child {
            background-color: #e8e9ee;
            font-weight: bold;
            color: #000;
        }

.mailbox .usr-name img {
    width: 35px;
    height: 35px;
    float: left;
    border: 1px solid #efefef;
    margin-right: 5px;
    border-radius: 3px;
}

.mailbox .usr-name .name {
    line-height: 16px;
}

.mailbox .usr-name .role {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #555;
}

.mailbox .table > tbody > tr > td {
    border-top: 1px solid #E4E7ED;
    vertical-align: middle;
    color: #000;
}

.mailbox .table td.timestamp {
    width: 140px;
}

.mailbox .detail-head {
    font-weight: bold;
    text-decoration: underline;
}

.mailbox .card-user {
    background-color: #f9f9f9;
    border: 1px solid #E4E7ED;
    display: inline-block;
    min-width: 270px;
    margin-right: 5px;
}

    .mailbox .card-user .card-name {
        float: left;
        width: calc(100% - 50px);
        border-left: 1px solid #e4e7ed;
        padding: 0px 10px;
    }

.mailbox .card-name .name {
    line-height: 18px;
    margin-top: 5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mailbox .card-name .role {
    font-size: 13px;
    line-height: 18px;
}

.mailbox .card-user img {
    width: 50px;
    height: 50px;
    float: left;
    margin: -1px;
    margin-right: 0px;
}

.mailbox .detail-sub {
    background-color: #f9f9f9;
    border: 1px solid #E4E7ED;
    padding: 5px 10px;
}

.mailbox .detail-msg {
    background-color: #f9f9f9;
    border: 1px solid #E4E7ED;
    padding: 5px 10px;
}

.mailbox input[type=checkbox], .mailbox input[type=radio] {
    height: 1.2em;
    width: 1.2em;
    margin-top: 0px;
}

.mailbox .checkbox-inline label {
    margin: 0px;
}

.mailbox .list-group-item {
    padding: 10px 15px;
}

    .mailbox .list-group-item i {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }

.mailbox .control-label {
    text-align: right;
    margin-top: 9px;
}

.mailbox .multiselect-container > li > a > label > input[type=checkbox] {
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

ul.helper-text {
    display: block;
    margin-top: 6px;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
}

li.valid {
    color: #1fd34a;
    font-weight: 600;
}

.valid input {
    border: 2px solid #1fd34a;
}

.invalid input {
    border: 2px solid #F44336;
}

.pa-step .step {
    width: 15%;
}

.app-selected {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}

    .app-selected.pe {
        color: #800080;
    }

    .app-selected.membership {
        color: #5858ff;
    }

    .app-selected.accreditation {
        color: #3c4f58;
    }

.app-title {
    color: #07171f;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.app-title-sub {
    color: #07171f;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.app-item, .app-item-sub {
    width: 100%;
    display: inline-block;
    color: #fff;
    height: 60px;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform .5s;
    border: 1px solid #3c4f58;
    box-shadow: 1px 4px 4px #a9a9a9;
}

.app-item-sub {
    height: 40px;
    padding-top: 8px;
    color: #3c4f58;
    overflow: hidden;
    text-align: left;
}



/*.step {
    width: 10%;
}

.form-group {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}*/

.triangle-left {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 25px solid #ddd;
    border-bottom: 80px solid transparent;
    float: left;
    margin-top: -8px;
    margin-right: 15px;
}

.app-item-sub:hover .triangle-left {
    border-left-color: #555;
}

.app-item-sub.active .triangle-left {
    border-left-color: #4caf50;
}

.app-item-sub.pe.active .triangle-left {
    border-left-color: #800080;
}

.app-item-sub.fm.active .triangle-left {
    border-left-color: #5858ff;
}

.app-item-sub.accr.active .triangle-left {
    border-left-color: #3c4f58;
}

.app-home {
    background: #efefee;
}

    .app-home .wrapper.wrapper-login {
        display: flex;
        justify-content: center;
        align-items: center;
        height: unset;
        padding: 15px;
    }

    .app-home .wrapper.wrapper-login-full {
        justify-content: unset;
        align-items: unset;
        padding: 0 !important;
        min-height: calc(100vh - 62px);
        overflow: hidden;
    }


    .app-home .app-home-aside {
        padding: 25px;
        max-height: calc(100vh - 62px);
        overflow-y: auto;
        position: relative;
    }

    .app-home .navbar-header {
        height: 62px;
    }

.vertical-steps {
    list-style-type: none;
    margin: 25px 15px;
    width: 250px;
    text-align: left;
}

    .vertical-steps li {
        width: 100%;
        display: inline-block;
        padding: 15px 0px;
        position: relative;
    }

        .vertical-steps li:before {
            content: "";
            border-left: 1px solid #bdbdbd;
            position: absolute;
            top: 50px;
            height: 35px;
            left: 17px;
        }

        .vertical-steps li:last-child:before {
            content: none;
        }

        .vertical-steps li p {
            color: #fff;
            float: left;
            margin-bottom: 0px;
            line-height: 35px;
            padding-left: 10px;
            font-size: 16px;
        }

        .vertical-steps li .step-circle {
            height: 35px;
            width: 35px;
            border-radius: 50%;
            background-color: #fff;
            display: inline-block;
            float: left;
            text-align: center;
            line-height: 35px;
            color: #3d5059;
        }
        /*.vertical-steps li .step-circle .fa {
            color: #3d5059;
        }*/
        .vertical-steps li.current .step-circle {
            background-color: #3d5059;
            color: #fff;
        }

        .vertical-steps li.current p {
            font-weight: bold;
        }

        .vertical-steps li.completed .step-circle {
            background-color: #25cb25;
            color: #fff;
        }

        .vertical-steps li.completed p {
            font-weight: bold;
            color: #25cb25;
        }

.app_types img {
    width: 100%;
}

.screen-height {
    height: 100vh;
    overflow: auto !important;
}

.wizard-action {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}


.vertical-steps-outside {
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

    .vertical-steps-outside li {
        width: 100%;
        display: inline-block;
        padding: 12px 0px;
        position: relative;
    }

        .vertical-steps-outside li:before {
            content: "";
            border-left: 1px solid #bdbdbd;
            position: absolute;
            top: 57px;
            height: 50px;
            left: 22px;
        }

        .vertical-steps-outside li:last-child:before {
            content: none;
        }

        .vertical-steps-outside li p {
            color: #fff;
            float: left;
            margin-bottom: 0px;
            line-height: 23px;
            padding-left: 10px;
            font-size: 16px;
            padding-top: 10px;
        }

        .vertical-steps-outside li .step-circle {
            height: 41px;
            width: 41px;
            border-radius: 50%;
            background-color: #3d5059;
            display: inline-block;
            float: left;
            text-align: center;
            line-height: 35px;
            color: #3d5059;
        }

            .vertical-steps-outside li .step-circle .fa {
                font-size: 14px;
                line-height: 45px;
                color: #fff;
            }

        .vertical-steps-outside li.current .step-circle {
            background-color: #d7161f;
            color: #fff;
        }

        .vertical-steps-outside li.current p {
            font-weight: bold;
        }

        .vertical-steps-outside li.completed .step-circle {
            background-color: #25cb25;
            color: #fff;
        }

        .vertical-steps-outside li.completed p {
            font-weight: bold;
            color: #25cb25;
        }

.step-circle1 {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #3d5059;
    padding: 2px;
}

.app-home-aside.bg-white {
    background-color: #ddd !important;
}

.app-home .page-header {
    background: url(../../assets/img/City-bg.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    font-size: 25px;
    padding: 15px 35px;
    height: 80px;
    line-height: 50px;
}

.page-header-bg.page-header {
    background: url(../../assets/img/City-bg.jpg) no-repeat center center/cover;
    position: initial;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: -24px;
    color: #fff;
    font-size: 25px;
    padding: 15px 35px;
    height: 80px;
    line-height: 50px;
}

.app-home .container {
    margin-top: 80px;
}

.app-home .app-sidebar {
    background: url(../../assets/img/building5.jpg) no-repeat center center/cover;
}

.app-home .app-sidebar-inner {
    text-align: left;
    width: 350px;
    display: inline-block;
}

.dx-icon-pdffile {
    font-size: 35px !important;
}

.sabc_header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0px;
    z-index:9999;
}
    .sabc_header .container {
        max-width: 95% !important;
    }

    .sabc_header .top_bar {
        background-color: #131313;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .sabc_header .top_bar ul {
            list-style-type: none;
            display: inline-block;
            padding: 0px;
            width: 100%;
            margin-bottom: 0px;
            margin-top: 6px;
        }

            .sabc_header .top_bar ul li {
                color: #fff;
                display: inline-block;
                margin-right: 30px;
            }
        .sabc_header .top_bar .whatsapp {
            color: green;
        }

        .sabc_header .top_bar .search {
            position: relative;
            width: 300px;
            display: inline-block;
            float: right;
        }

            .sabc_header .top_bar .search input {
                border-radius: 0px;
                padding: 6px 15px;
                width: 100%;
                border: 0px;
                background-color: #555;
                color: #fff;
            }

                .sabc_header .top_bar .search input::placeholder {
                    color: #fff;
                }

            .sabc_header .top_bar .search button {
                border-radius: 0px;
                border: 0px;
                position: absolute;
                top: 0px;
                right: 0px;
                padding: 6px 12px;
            }

    .sabc_header .menu_bar {
        background-color: #000;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .sabc_header .menu_bar img {
            height: 45px;
        }

        .sabc_header .menu_bar ul.nav-menu {
            list-style-type: none;
            display: inline-block;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            float: right;
        }

            .sabc_header .menu_bar ul.nav-menu li.menu-item {
                color: #fff;
                display: inline-block;
                margin-right: 10px;
                text-transform: uppercase;
                position: relative;
            }

                .sabc_header .menu_bar ul.nav-menu li.menu-item a {
                    line-height: 45px;
                    color: #fff;
                    font-size: 14px;
                    letter-spacing: -1px;
                }

        .sabc_header .menu_bar ul.sub-menu {
            display: none;
            position: absolute;
            top: 45px;
            right: -15px;
            z-index: 9;
            background-color: #000;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            list-style-type: none;
            width: 200px;
            border-top: 1px solid #e79d19;
        }
        .sabc_header .menu_bar ul.nav-menu li.menu-item:hover ul.sub-menu {
            display: inline-block;
        }
        .sabc_header .menu_bar ul.sub-menu li.menu-item {
            width: 100%;
            margin-right: 0px;
            display: block;
            border-top: 1px solid #999;
        }
            .sabc_header .menu_bar ul.sub-menu li.menu-item a {
                padding: 5px 20px;
                text-align: right;
                width: 100%;
                display: block;
                line-height: 35px;
            }
            .sabc_header .menu_bar ul.sub-menu li.menu-item a .fa {
                margin-right:-10px;
            }

        .sabc_header .menu_bar ul.sub-sub-menu  {
            display: none;
            position: absolute;
            left: 100%;
            top:0px;
            z-index: 9;
            background-color: #000;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            list-style-type: none;
        }

        .sabc_header .menu_bar ul.sub-menu li.menu-item:hover {
            border-top-color: #e79d19;
        }

        .sabc_header .menu_bar ul.sub-menu li.menu-item:hover ul.sub-sub-menu {
            display: inline-block;
        }
            .sabc_header .menu_bar ul.sub-sub-menu li.menu-item a {
                white-space:nowrap;
            }
.sabc_footer {
background-color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    /*bottom: 0px;
    left: 0px;
    right: 0px;*/
    z-index: 9999;
    display: inline-block;
    width: 100%;
    min-height: 90px;
}

.sabc_footer .nav ul {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.sabc_footer .nav ul li {
    width:25%;
    float:left;
    color:#fff;
}
.sabc_footer .nav ul li a {
    color:#fff;
}
    .sabc_footer .nav.flogos ul li {
       width:50%;
       padding:0px 5px;
    }

        .sabc_footer .nav.flogos ul li.bccsalogo {
            margin-top:10px;
        }

        .sabc_footer .nav.flogos ul li.dmma p {
            margin-bottom:0px;
        }

.login .login-panel {
    padding-top: 130px;
    padding-left:10%;
    padding-right:10%;    
}
.login .login-panel-sub {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    text-align: center;
}
.login .login-form {
    display: inline-block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #ddd6;
    border-radius: 10px;
    padding: 45px 15px;
}
.login .login-form h3 {
    color:#fff;
}
    .login .login-form div.icon {
        text-align: center;
    }

    .login .login-form div.icon .far {
        color: #fff;
        font-size: 28px;
        
    }
.container.container-login {
    /*background-color: #6e6e6e !important;*/
}
.sidebar {
    background: #282727 !important;
}
/*.page-inner {
    padding-top: 75px;
    padding-bottom: 100px;
}*/
.main-panel > .content {
    margin-top: 115px !important;
}

.sidebar-content .nav-item {
    border-bottom: 1px solid #484848 !important;
}
.sidebar .sidebar-wrapper .sidebar-content {
    padding-top:35px;
    margin-bottom:100px;
}

.sidebar.sabc_sidebar .sidebar-wrapper {
    width: 300px !important;
    margin-bottom: 100px;
}

.sidebar_mobile .sidebar {
    width: 75px !important;
    overflow: hidden;
}

/*.sidebar_mobile .sidebar .nav > .nav-item a p {
    display: none;
}*/

.sidebar_mobile .main-panel {
    width: calc(100% - 75px) !important;
}
.sidebar_mobile .sidebar .nav > .nav-item a i {
    margin-right: 30px;
}

.sidebar_mobile .sabc_menu_bars {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
}

div.wrapper {
    height: auto !important; /* real browsers */
    min-height: calc(100% - 89px) !important; /* real browsers */
}
div.main-panel {
    height: auto !important; /* real browsers */
    min-height: 100% !important; /* real browsers */
}

/*.page-banner {
    display: inline-block;
    width: 100%;
    position: relative;
    background-image: url("../img/examples/product7.jpg");*/
    /*background-image: url("../img/examples/banner7.png");*/
    /*background-repeat: no-repeat;
    background-position: -4px -30px;
}*/
    .page-banner .page-banner-inner {
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        color: #000;
        padding: 20px;
        /*background-image: linear-gradient(-45deg,rgb(193 146 2),#fff);*/
        background-image: url("../img/examples/banner.png");
       /* margin-left: 250px;*/
        /*padding-right: 250px;*/
    }

.custom-radio, .custom-control-input{
    outline:none;
}

.custom-control-label::before {
    background-color: #e3e2e2;
    border: 1px solid #8f8d8d;
    height:1.2em;
    width:1.2em;
}

.custom-radio .custom-control-input:checked .custom-control-label::before {
    background-color: #e3e2e2;
    border: 1px solid #8f8d8d;
    padding:2px;
}

.custom-radio .custom-control-input:checked .custom-control-label::after {
    background-color: #000 !important;
    border-radius: 50%;
    background-image: none;
    height: 0.8em;
    width: 0.8em;
    margin: 0.2em;
}

.app_status{
    border:none;
}

.app-steps {
    margin-left: auto;
    margin-right: auto;
    width:auto;
}

.app-line .app-step:first-child:before {
    right: 0px;
    width: 50%;
    left:auto;
}

.app-line .app-step:last-child:before {
    left: 0px;
    width: 50%;
}
.app-steps .app-step:before, .app-steps .app-step.current:before {
    border-color: green;
}

.app-steps .step-outer {
    border: 2px solid green;
    height:35px;
    width:35px;
}


.app-steps .step-inner {
    background-color: transparent !important;
    line-height: 24px;
    border:0px;
}

.app-line .app-step:before{
    top:23px;
}
.app-step {
    color: green !important;
    max-width: none;
    width: 130px;
    padding: 0px 10px;
}
    .app-step.current .checktab, .app-step.completed .checktab {
        display: inline-block !important;
        color: green;
    }

.step-title{
    color:green;
    font-size:24px;
    text-align:center;
    display:inline-block;
    width:100%;
}

.step-panel{
    border-top:0px;
    margin-top:10px;
}

.login-register .sabc_footer    {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}

.menu_bars{
    display:none;
}

@media screen and (max-width: 767px) {
    .page-inner {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .main-panel > .content {
        margin-top: 0px;
    }

    .r-header .user .data p {
        margin-bottom: 5px;
    }

    .mobile-header a {
        border: 0px;
        background: transparent;
        font-size: 22px;
        color: #d7161f;
        padding-top: 3px;
        float: right;
        margin-right: 10px;
    }

    .rtable {
        border: 0px;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100% !important;
        table-layout: fixed;
    }

        .rtable tr {
            background: #f8f8f8;
            border: 1px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

            .rtable tr > th, .rtable thead {
                display: none !important;
            }

        .rtable > tbody > tr > td {
            padding: 5px !important;
            padding-left: 90px !important;
            text-align: left;
            display: block;
            font-size: .8em;
            position: relative;
            border: 0px;
            border-bottom: 1px solid #ddd !important;
            word-wrap: break-word;
            background-color: #fff;
        }

        .rtable td:last-child {
            border-bottom: 0;
        }

        .rtable td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            background-color: #f3f3f3;
            padding: 6px;
            color: #000;
            width: 80px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            position: absolute;
            left: 0px;
            bottom: 0px;
            top: 0px;
            border-right: 1px solid #ddd;
        }

        .rtable td .btn {
            margin-bottom: 2px;
            margin-top: 2px;
            height: 25px;
            line-height: 21px;
            padding: 0px 15px;
        }

    .dataTables_wrapper .dataTables_length, div.dataTables_wrapper div.dataTables_filter {
        text-align: left !important;
    }

        .dataTables_wrapper .dataTables_length label {
            /*margin-left: 4px;*/
        }

        .dataTables_wrapper .dataTables_length select {
            margin-left: 14px;
        }

    .dataTables_wrapper.container-fluid {
        padding: 0px;
    }

    .event_view .card-header {
        padding: 0px 20px;
    }

        .event_view .card-header h4 {
            font-size: 18px;
        }

    .event_view .card-body {
        padding: 15px;
    }

    .event_when, .event_where {
        margin-bottom: 10px;
    }

        .event_when p, .event_where p {
            font-size: 14px !important;
        }

            .event_when p span.event_date {
                font-size: 14px;
            }

    .ccard .card-img {
        height: 120px;
    }

    .card .card-body {
        padding: 15px;
    }

    .post .card-footer a {
        margin-right: 10px;
    }

    .col-md-6.text-right, td.text-right {
        text-align: left !important;
    }

    /*.sabc_header .top_bar .col-md-8{
        padding:0px;
    }*/

    .sabc_header .menu_bar ul.nav-menu {
        display: none;
    }


    .sabc_header .top_bar ul li {
        margin-right: 10px;
        font-size:11px;
    }
    .sabc_header .top_bar .search{
        width:100%;
        margin-top:10px;
    }
    .sabc_header .menu_bar ul.nav-menu li.menu-item {
        width: 100%;
        border-top: 0px;
    }
        .sabc_header .menu_bar ul.nav-menu li.menu-item a {
            width: 100%;
            line-height: 35px;
            display:inline-block;
        }
            .sabc_header .menu_bar ul.nav-menu li.menu-item a .fa {
                float: right;
                margin-top: 10px;
            }
            .sabc_header .menu_bar ul.nav-menu li.menu-item ul.sub-menu {
                position: relative;
                top: auto;
                left: auto;
                width: 100%;
                border-top: 0px;
            }

    .sabc_header .menu_bar ul.sub-menu li.menu-item a {
        text-align: left;
        line-height: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .sabc_header .menu_bar ul.sub-sub-menu {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border-top: 0px;
        padding-left:20px;
    }

    .login .wrapper.wrapper-login{
        margin-top:170px;
    }
    .menu_bars {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 26px;
        margin-top: 10px;
    }
}

/*NewAdded*/
@media (max-width: 991px) {
    div#ctl01_lg_sidebar {
        margin-top: 140px;
        margin-left: 260px;
    }

    .page-banner-inner {
        margin-top: 160px;
        margin-left: -10px;
    }
}

@media (max-width: 768px) {
    .login-container {
        padding: 30px 20px;
        margin-top: 60px;
    }

    .main-content {
        padding: 80px 10px;
    }

    img.logo {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .login-container {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    div#ctl01_lg_sidebar {
        margin-top: 156px;
        margin-left: 260px;
    }
}



@media (max-width: 480px) {
    .login-container {
        padding: 25px 15px;
    }
}