﻿@charset "utf-8";
/* CSS Document 
admin/css/style.css
*/

.wapper-content {
    margin-bottom: 75px;
}

.main-sec-body {
    background-color: #f7f7f7;
    padding: 15px;
}

.start-sec {
    background-color: #fff;
    padding: 30px;
}

.cust-table thead {
    background-color: #7f3877;
    color: #fff;
}

    .cust-table thead td {
        padding: 5px 10px 9px;
    }

.cust-table tbody p {
    margin-bottom: 0px;
}

.rating {
    padding-left: 0px;
    margin-bottom: 5px;
}

    .rating .star {
        color: #7f3877;
    }

    .rating .grey-star {
        color: #9E9E9E;
    }

    .rating li {
        margin-right: 1px !important;
    }

.cust-table h4 {
    margin-bottom: 5px;
}

.btn-yellow-reg {
    background: #ffb403;
    color: #7f3877;
    padding: 11px 20px 11px;
    border-radius: 5px;
    font-size: 14px;
}

    .btn-yellow-reg:hover {
        background: #F1AB04;
        color: #7f3877;
        text-decoration: none;
    }

    .btn-yellow-reg i {
        margin-left: 12px;
    }

.tbl-btn {
    text-align: right;
    margin-bottom: 25px;
}

.count a {
    background-color: #7f3877 !important;
    color: #fff;
    border-radius: 5px;
}

    .count a:hover {
        background-color: #7f3877 !important;
        color: #fff;
    }

    .count a:focus {
        box-shadow: none;
    }

.arrow a {
    border: none;
    color: #808080;
}

.cust-tab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #7f3877;
    color: #fff;
    border-radius: 0px;
}

.nav .nav-item {
    padding: 5px;
}

.cust-tab.nav-pills .nav-link {
    padding: 15px 5px 15px;
    color: #000;
    border: 1px solid #494949;
    border-radius: 0px;
    text-transform: uppercase;
}
/*.cust-tab{border: 1px solid #494949;}*/
.new-book-box {
    border: 1px solid #c9c9c9;
    overflow: hidden;
    margin-bottom: 30px;
}

.new-book-head {
    background-color: #f6f6f6;
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
}

    .new-book-head h5 {
        color: #7f3877;
        margin-bottom: 5px;
    }

    .new-book-head p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .new-book-head h4 {
        text-align: right;
        margin-top: 12px;
    }

.tab-pane {
    padding-top: 40px;
}

.new-book-box a {
    background-color: #ffb403;
    color: #7f3877;
    text-align: center;
    display: block;
    padding: 5px 10px 8px;
}

    .new-book-box a:hover {
        text-decoration: none;
        background-color: #F1A900;
        color: #7f3877;
    }

.new-book-box i {
    margin-right: 7px;
}

.new-book-body .star i {
    margin-right: 0px;
    font-size: 12px;
}

.new-book-body .grey-star i {
    margin-right: 0px;
    font-size: 12px;
}

.new-book-body h4 {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 6px;
}

.active-agent {
    text-align: center;
    border: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 30px;
}

    .active-agent .star i {
        margin-right: 0px;
        font-size: 12px;
    }

    .active-agent .grey-star i {
        margin-right: 0px;
        font-size: 12px;
    }

    .active-agent a {
        background-color: #ffb403;
        color: #7f3877;
        text-align: center;
        display: block;
        padding: 5px 10px 8px;
    }

        .active-agent a:hover {
            text-decoration: none;
            background-color: #F1A900;
            color: #7f3877;
        }

    .active-agent h4 {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 3px;
    }

    .active-agent p {
        font-size: 14px;
    }

    .active-agent img {
        width: 35%;
        margin-top: 20px;
    }

    .active-agent .heart {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 25px;
    }

    .active-agent .heart-grey {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 25px;
        color: #808080;
    }

    .active-agent .active {
        color: #7f3877;
    }

.pend-order {
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .pend-order img {
        margin: 20px;
    }

    .pend-order .grey-title {
        background-color: #f3f4ec;
        text-align: center;
        padding: 10px 15px;
    }

    .pend-order h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .pend-order .order-qty {
        background-color: #7f3877;
        color: #fff;
        padding: 2px 12px 5px;
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: bold;
    }

.btn-yellow-square {
    background-color: #ffb403;
    color: #7f3877;
    padding: 7px 11px 6px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: inline-block;
}

    .btn-yellow-square:hover {
        background-color: #F1AB04;
        color: #7f3877;
        text-decoration: none;
    }

.btn-blue-square {
    background-color: #7f3877;
    color: #fff;
    padding: 7px 10px 6px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: inline-block;
}

    .btn-blue-square:hover {
        background-color: #7f3877;
        color: #fff;
        text-decoration: none;
    }

.manage-address {
    border-top: 1px solid #dddbdb;
    margin-bottom: 0px;
}

    .manage-address .ul-right {
        float: right;
        margin-top: 10px;
    }

    .manage-address .ma {
        padding: 15px;
    }

    .manage-address h4 {
        margin-bottom: 3px;
        font-size: 20px;
        color: black;
    }

    .manage-address p {
        margin-bottom: 5px;
        font-size: 14px;
    }

.booking-secbox {
    border: 1px solid #d2d2d2;
    padding: 15px 20px;
    min-height: 330px;
    font-size: 14px;
}

    .booking-secbox p {
        margin-top: 5px;
    }

    .booking-secbox h4 {
        color: #000;
    }

.underprogress {
    background-color: #05a600;
    color: #fff;
    padding: 1px 7px 3px;
    margin-top: 6px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 4px;
}

.btn-bookedit {
    border: 1px solid #7f3877;
    color: #7f3877;
    display: inline-block;
}

    .btn-bookedit:hover {
        text-decoration: none;
        color: #7f3877;
    }

    .btn-bookedit i {
        background-color: #7f3877;
        color: #fff;
        padding: 8px;
    }

    .btn-bookedit span {
        padding: 3px 7px;
        display: inline-block;
    }

.editbtn-right {
    float: right;
}

.booking-secbox .booking-ttl {
    color: #7f3877;
}

.bg-grey {
    background-color: #f9f9f9;
}

.btn-red-reg {
    background: #dd0001 !Important;
    color: #fff !Important;
    font-size: 14px !important;
    border: solid 1px #dd0001;
    cursor: pointer;
    justify-content: center;
    padding: 10px 20px;
    line-height: 18px;
    border-radius: 5px;
}

    .btn-red-reg:hover {
        background: #bf0001;
        color: #fff;
        text-decoration: none;
    }

.btn-green-reg {
    /*background: #0b9305;
    color: #fff;
    padding: 7px 15px 10px;
    border-radius: 5px;*/

    background: #0b9305 !Important;
    color: #fff !Important;
    font-size: 14px !important;
    /*border: solid 1px #ffb403;*/
    cursor: pointer;
    justify-content: center;
    padding: 10px 20px;
    line-height: 18px;
    border-radius: 5px;
}

.btn-warning-reg {
    background: #f0ad4e !Important;
    color: #fff !Important;
    font-size: 14px !important;
    cursor: pointer;
    justify-content: center;
    padding: 10px 20px;
    line-height: 18px;
    border-radius: 5px;
}

.btn-green-reg:hover {
    background: #046400;
    color: #fff;
    text-decoration: none;
}

.bid-box {
    box-shadow: 0px 0px 20.24px 2.76px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.bid-price {
    color: #7f3877;
    text-align: right;
    margin-top: 15px;
}

.yellowstar {
    color: #f6bb42;
}

.greystar {
    color: #BCBCBC;
}

.ratbid {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .ratbid i {
        font-size: 14px;
    }

    .ratbid li {
        margin-right: 0px !important;
    }

.bid-head {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.bid-body {
    padding: 15px;
    overflow: hidden;
}

    .bid-body p {
        font-size: 14px;
    }

.btn-bidnow {
    background-color: #ffb403;
    color: #7f3877;
    padding: 10px 45px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    float: right;
}

    .btn-bidnow i {
        margin-left: 10px;
    }

    .btn-bidnow:hover {
        text-decoration: none;
        color: #7f3877;
        background-color: #F1AB04;
    }

.skill-tag {
    padding-left: 0px;
}

    .skill-tag a {
        border: 1px solid #b8b7b7;
        padding: 7px 20px;
        color: #333;
    }

        .skill-tag a:hover {
            color: #333;
            background-color: #f7f7f7;
            text-decoration: none;
        }

.skillttl {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.bid-popup .modal-header {
    background-color: #7f3877;
    padding: 5px 17px 10px;
    color: #fff;
}

.bid-popup h3 {
    font-size: 20px;
}

.bid-popup .modal-header span {
    color: #fff;
}

.formgen .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
}

    .formgen .form-control:focus {
        box-shadow: none;
        border-color: #bfbaba;
    }

.ceborder {
    border: 1px solid #c9c9c9;
    padding: 15px;
    min-height: 300px;
}

    .ceborder h4 {
        font-size: 20px;
        color: #7f3877;
    }

    .ceborder i {
        color: #7f3877;
        margin-right: 7px;
        font-size: 14px;
    }

    .ceborder p {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .ceborder label {
        font-size: 14px;
        color: #000;
    }

.cust-table td {
    font-size: 16px;
}

.ceborder b {
    color: #000;
}

.empborder {
    border: 1px solid #d0d0d0;
}

.drop-circle {
    margin-right: 3px;
    background-color: #7f3877;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    float: left;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.btn-projectinfo {
    background: #ffb403 !Important;
    color: #7f3877 !Important;
    font-size: 14px !important;
    border: solid 1px #ffb403;
    cursor: pointer;
    justify-content: center;
    padding: 8px 10px;
    line-height: 18px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px;
}

    .btn-projectinfo:hover {
        background: #eea802 !Important;
    }

.dxbButton_DevEx div.dxb {
    padding: 0px !important;
}

.dropsub-circle {
    width: 40px !important;
    margin-right: 8px;
    float: left;
    height: 40px;
    background-color: #ae4fa4;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
}

.bookdet .booking-secbox {
    min-height: 445px;
}

.dxpLite_Office365:not(.dxpLiteDisabled_Office365) .dxp-current.dxp-num:hover {
    background-color: #ffb403;
}

.dxpLite_Office365 .dxp-current {
    background-color: #ffb403;
    color: #7f3877;
    text-decoration: none;
}

.dxpLite_Office365 .dxp-button:not(.dxp-disabledButton):hover {
    background-color: #ffb403;
}

.dxgvEditFormDisplayRow_Office365 td.dxgv, .dxgvDetailCell_Office365 td.dxgv, .dxgvDataRow_Office365 td.dxgv, .dxgvDetailRow_Office365.dxgvADR td.dxgvAIC {
    padding: 1px 10px 5px;
}

.cmpyempview .ceborder {
    min-height: 340px;
}

.companyview .ceborder {
    min-height: 425px;
}

.cust-table thead td {
    padding: 5px 10px 6px;
}

.dxpcLite_DevEx .dxpc-header, .dxdpLite_DevEx .dxpc-header {
    color: #fff;
    background: #7f3877 !important;
    border-bottom: 1px solid #a8aab4;
    padding: 8px 15px 8px 15px !important;
}

.dxgvControl_Office365 a {
    color: #F87C1D;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-align: center;
}

    .dxgvControl_Office365 a:hover {
        text-decoration: none;
    }

.popupwidth {
    width: 500px !important;
}


.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 10%;
}


.bookingbox-sec {
    border: 1px solid #808080;
    margin-bottom: 30px;
}

    .bookingbox-sec h4 {
        color: #7f3877;
        font-size: 19px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .bookingbox-sec p {
        font-size: 13px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .bookingbox-sec .head {
        background-color: #f6f6f6;
        padding: 10px 15px;
        min-height: 118px;
    }

    .bookingbox-sec .price {
        text-align: right;
        font-weight: 500;
        font-size: 22px;
        color: #000;
    }

    .bookingbox-sec .foot a {
        display: block;
        margin-bottom: 0px;
        box-shadow: none;
        border-radius: 3px;
    }

.bookingboxbody {
    padding: 30px 20px;
    min-height: 100px;
}

.ratbooking .yellow {
    color: #7f3877;
}

.ratbooking .grey {
    color: #C3C3C3;
}

.ratbooking li {
    padding: 0px;
}

.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
}

    .btn-new-yellow:hover {
        color: #000;
        box-shadow: none;
        text-decoration: none;
    }

.bookingnoid {
    background-color: #7f3877;
    color: #fff;
    width: auto;
    display: block;
    height: 25px;
    text-align: center;
    /* border-radius: 50%;*/
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
    font-size: 15px;
}

.bid-head {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

    .bid-head p {
        color: #000;
        font-size: 14px;
    }

    .bid-head .bidttl {
        color: #7f3877;
        font-size: 25px;
        margin-bottom: 0px;
        margin-top: 3px;
    }

.bid-body {
    padding: 15px 20px;
    color: #000;
}

.btn-bidnow {
    background-color: #ffb403;
    color: #7f3877;
    padding: 10px 45px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    float: right;
}

.innerbidsec {
    padding-left: 90px;
}

.btn-bidnow i {
    margin-left: 10px;
}

.btn-bidnow:hover {
    text-decoration: none;
    color: #7f3877;
    background-color: #F1AB04;
}

.skill-tag {
    padding-left: 0px;
}

    .skill-tag span {
        border: 1px solid #b8b7b7;
        padding: 7px 20px;
        color: #333;
    }

    .skill-tag a:hover {
        color: #333;
        background-color: #f7f7f7;
        text-decoration: none;
    }

.skillttl {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.bid-popup .modal-header {
    background-color: #7f3877;
    padding: 5px 17px 10px;
    color: #fff;
}

.bid-popup h3 {
    font-size: 20px;
}

.bid-popup .modal-header span {
    color: #fff;
}

.formgen .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
}

    .formgen .form-control:focus {
        box-shadow: none;
        border-color: #bfbaba;
    }

.searchsecbid {
    margin-bottom: 15px;
}

    .searchsecbid .btn-yellow-reg {
        display: inline-block;
        margin-top: 0px;
        padding: 6px 15px 7px;
    }

    .searchsecbid .form-control:focus {
        box-shadow: none;
    }

.pubunpublbl {
    float: right;
    color: #fff;
    font-size: 15px;
    background-color: green;
    padding: 1px 5px;
    border-radius: 3px;
}

.bidaccpt {
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
    border-left: 4px solid green;
    width: 55%;
    margin: auto;
    background-color: #f3f3f3;
}

.popupttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
}

    .popupttl span {
        color: #7f3877;
        border-bottom: 1px solid #7f3877;
    }

.advancepaysec .bg-grey {
    background-color: #f7f7f7;
    width: 50%;
}

.advancepaysec td {
    color: #000;
    padding-left: 15px !important;
}

.advancepaysec .pricelbl {
    color: #7f3877;
    text-align: right;
    font-size: 18px;
}

.advancepayfirstbox {
    background-color: #fdf2fd;
    padding: 15px 20px;
    border-radius: 7px;
}

    .advancepayfirstbox p {
        margin-bottom: 0px;
    }

.secusec {
    background-color: #fffccb;
    padding: 8px 20px;
    border-radius: 7px;
}

    .secusec .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: none;
    }

    .secusec p {
        margin-bottom: 0px;
    }

.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.paybtnsec {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}

.selectpayment label {
    color: #000;
}

.selectpayment h4 {
    text-align: right;
    color: #7f3877;
    font-size: 20px;
}

.lnk-download {
    color: #7f3877;
    font-size: 14px;
    font-weight: bold;
}

.bidaccpt span {
    font-size: 16px;
}

.dashbox {
    background: linear-gradient(to bottom left, #355c7d, #6c5b7b, #c06c84);
    border-radius: 5px;
    padding: 12px 17px;
    min-height: 120px;
    color: #fff;
    position: relative;
}

    .dashbox h4 {
        font-size: 35px;
    }

    .dashbox p {
        margin-bottom: 0px;
        font-size: 13px;
        line-height: 18px;
    }

    .dashbox img {
        margin-top: 20px;
        position: absolute;
        right: 7%;
        opacity: 0.7;
        width: 15%;
    }

.companydashjobbox {
    border: 1px solid #ddd;
    padding: 15px;
}

.companydashttl {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}

.companydashsubttl {
    background-color: #7f3877;
    height: 1px;
    width: 100px;
}

.companylink {
    color: #000;
    float: right;
    margin-top: 5px;
}

    .companylink span {
        border-bottom: 1px solid #000;
    }

    .companylink:hover {
        text-decoration: none;
        color: #7f3877;
    }

.companydashttlbox {
    color: #000;
    margin-bottom: 15px;
}

.bookingbox-sec {
    border: 1px solid #808080;
    margin-bottom: 30px;
}

    .bookingbox-sec h4 {
        color: #7f3877;
        font-size: 18px;
        font-weight: 400;
    }

    .bookingbox-sec p {
        font-size: 13px;
        margin-bottom: 0px;
        margin-top: 5px;
        color: #000;
    }

    .bookingbox-sec .head {
        background-color: #f6f6f6;
        padding: 10px 15px;
    }

    .bookingbox-sec .price {
        text-align: right;
        font-weight: 500;
        font-size: 25px;
        margin-top: 11px;
        color: #000;
    }

    .bookingbox-sec .foot a {
        display: block;
        margin-bottom: 0px;
        box-shadow: none;
        border-radius: 0px;
    }

.bookingboxbody {
    padding: 20px;
}

    .bookingboxbody i {
        margin-right: 8px;
    }

.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

.header-menu-top a {
    margin-top: -4px;
    display: inline-block;
}

.cap .skill-tag {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

    .cap .skill-tag li {
        margin-bottom: 10px;
    }

    .cap .skill-tag span {
        border: 1px solid #b8b7b7;
        padding: 2px 10px;
        color: #333;
        display: block;
        font-size: 13px;
    }

.cap .bookingbox-sec .price {
    margin-top: 0px;
}

.cap .skill-tag {
    min-height: 72px;
}

.custmerdahbox .dashbox {
    min-height: auto;
}

    .custmerdahbox .dashbox img {
        margin-top: 0px;
    }

.custmerdahbox .dashbox {
    padding: 25px 17px;
}

.cptbl .bgrey {
    background-color: #f7f7f7;
    width: 50%;
}

.disputname {
    margin-left: -3px;
    color: #7a2e71;
    font-size: 25px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.diputcommentbox .bookingbox-sec {
    border: 1px solid #ddd;
}

.disputright {
    padding: 0px 10px;
}

    .disputright ul {
        margin-bottom: 0px;
    }

    .disputright li {
        border-bottom: 1px solid #ddd;
        padding: 9px 0px 12px;
        font-weight: 600;
    }

        .disputright li:last-child {
            border-bottom: none;
        }

    .disputright span {
        float: right;
        font-weight: 400;
    }

.solutionsuggest {
    padding: 15px;
}

    .solutionsuggest .form-control {
        border-radius: 0px;
    }

        .solutionsuggest .form-control:focus {
            box-shadow: none;
        }

.dashboard-menu .active {
    text-decoration: none;
    background-color: #ffb403;
    color: #84387b;
}

.loginli.list-inline > li {
    padding-right: 0px;
}

.wallsec {
    padding-bottom: 15px;
}

    .wallsec .btn-yellow-reg {
        margin-top: 20px;
        border-radius: 3px;
        display: block;
        text-align: center;
    }

.wallet-bal h4 {
    color: #7a2e71;
    font-size: 55px;
    margin-bottom: 0px;
}

.wallet-bal p {
    color: #7a2e71;
}

.addmoney-sec {
    background-color: #fffaef;
    padding: 20px;
    margin: 0px -30px;
    display: flex;
    flex-wrap: wrap;
}

    .addmoney-sec .form-control {
        border-radius: 0px;
        padding-bottom: 10px;
    }

        .addmoney-sec .form-control:focus {
            box-shadow: none;
        }

    .addmoney-sec .btn-yellow-reg {
        margin-top: 1px;
        border-radius: 3px;
        display: block;
        text-align: center;
    }

.trnstbl h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}




.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 10px;
}

    .media-carousel .carousel-control.left {
        left: -12px;
        background-image: none;
        background: none repeat scroll 0 0 transparent;
        border: 4px solid transparent;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 30px
    }


    .media-carousel .carousel-control.right {
        right: -12px !important;
        background-image: none;
        background: none repeat scroll 0 0 transparent;
        border: 4px solid transparent;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width: 40px;
        margin-top: 30px
    }


    .media-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }


        .media-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        .media-carousel .carousel-indicators .active {
            background: #333333;
        }

    .media-carousel img {
        width: 250px;
        height: 100px
    }


#media .carousel-control.left {
    left: 0px !important;
    margin-top: 45px !important;
}

#media .carousel-control.right {
    right: 0px !important;
    margin-top: 45px !important;
}

#media .carousel-inner a {
    padding: 15px;
}

.time a {
    padding: 10px 15px;
}


.ttl-main-two {
    color: #7f3877;
    font-size: 18px !important;
    margin-bottom: 20px;
}

    .ttl-main-two h4 {
        font-size: 20px;
        font-weight: 500;
        color: #7f3877;
    }

#media .carousel-control.left {
    margin-left: 0px;
}

#media .carousel-control.right {
    margin-right: 0px;
}

#media .carousel-control.left, .carousel-control.right {
    top: -40%;
    color: #808080;
    font-size: 45px;
}

.selectdate {
    background: #ffb403 !Important;
    color: #7f3877 !Important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.time a {
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #000;
}

.removeuploadimgborder img {
    border: 2px solid transparent !important;
}

.selcustdet {
    background-color: #ffbb1b;
    width: 100%;
    padding: 30px;
    text-align: center;
}

    .selcustdet h3 {
        text-decoration: underline;
        font-size: 24px;
    }

    .selcustdet h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

.contactinfo {
    margin-bottom: 0px;
}

    .contactinfo li {
        list-style: none;
        font-size: 14px;
        margin-top: 10px;
    }

.selcustdet img {
    width: 35%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.selcustdetbtmwhitesec {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}

    .selcustdetbtmwhitesec p {
        margin-bottom: 0px;
    }

.relttl h3 {
    text-decoration: underline;
    text-align: center;
    padding-bottom: 30px;
}

.selcustdetbtmwhitesec .media h4 {
    font-size: 18px;
    padding-top: 8px;
}

.tickdet {
    border: 1px solid #dedede;
    padding: 20px;
}

    .tickdet .ttl {
        margin-bottom: 20px;
    }

@media (min-width: 1450px) and (max-width: 1920px) {
    .dashbox img {
        width: 10%;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .dashbox img {
        width: 10%;
    }
}

.btn-approve {
    background-color: #ffb403;
    color: #7f3877;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}

.btn-Reject {
    background-color: #7f3877;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}

.lblAdd {
    text-transform: capitalize;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7%;
    border-top: 1px solid #8989dc;
    background-color: #fff;
    color: white;
    text-align: center;
}






/*Menu side bar*/

#sidebar::-webkit-scrollbar {
    width: 5px;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #b1b1b1d9;
    outline: 1px solid slategrey;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
    position: fixed;
    overflow-y: auto !important;
    height: 91.5% !important;
    top: 65px !important;
    left: 0;
    background: #118dbb !important;
    bottom: 0;
    padding-bottom: 40px;
}

.dxnbLite {
    background: #4694a1 !important;
    padding: 0px !important;
    color: #fff;
    /* float: left; */
    width: 100% !important;
    margin-bottom: 100px;
}

#sidebar.active {
    min-width: 0px;
    max-width: 0px;
    text-align: center;
}

    #sidebar.active + button#sidebarCollapse i.fa.fa-caret-left {
        transform: rotate(180deg);
    }

.wapper-content {
    display: flex;
    align-items: stretch;
}

button#sidebarCollapse {
    position: fixed;
    top: 0;
    /* padding: 25px 4px 25px 4px; */
    border: none;
    /* background-color: #ffe000; */
    cursor: pointer;
    /* box-shadow: 2px 1px 4px 0px #00000052; */
    border-radius: 0 5px 5px 0;
    left: 300px;
    color: #000;
    z-index: 1005;
}

.dxnbLite .dxnb-item.dxnb-link, .dxnbLite .dxnb-item .dxnb-link {
    padding: 4px 40px 4px !important;
    color: #fff !important;
}

    .dxnbLite .dxnb-item.dxnb-link, .dxnbLite .dxnb-item .dxnb-link:hover {
        padding: 4px 40px 4px !important;
        color: #000 !important;
        background-color: #f9d448 !important;
    }

.dxnbLite .dxnb-gr {
    margin-bottom: 0px !important;
}

.dxnbLite .dxnb-content {
    list-style: none none outside;
    margin: 0;
    padding: 0px !important;
    overflow: hidden;
    border-top: 0 solid #A8A8A8;
    border-right: 0px solid #A8A8A8;
    border-bottom: 0px solid #A8A8A8;
    border-left: 0px solid #A8A8A8;
}

.dxnbLite .dxnb-itemSelected, .dxnbLite .dxnb-largeSelected {
    background-color: #f9d448 !important;
    color: #000 !important;
    border: 1px solid #ffffff !important;
}

.dxnbLite .dxnb-item, .dxnbLite .dxnb-large, .dxnbLite .dxnb-bullet {
    border-bottom: 1px solid #fff !important;
    clear: both;
    overflow: hidden;
}

.dxnbLite .dxnb-header, .dxnbLite .dxnb-headerCollapsed {
    background-color: #337f8c !important;
    border-bottom: 1px solid #f5f4f4 !important;
    border-left: 0px solid #f5f4f4 !important;
    border-right: 0px solid #f5f4f4 !important;
    border-top: 0px solid #f5f4f4 !important;
    font-weight: bold;
    padding: 4px 10px;
    white-space: nowrap;
}

#sidebar.active + button#sidebarCollapse + .wapper-content {
    margin-left: 0;
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

#sidebar.active + button#sidebarCollapse {
    left: 250px;
}

button#sidebarCollapse i.fa.fa-caret-left {
    font-size: 20px;
}

button#sidebarCollapse:hover i.fa.fa-caret-left {
    color: #000;
    transition: 0.3s;
}

button#sidebarCollapse:focus {
    outline: none;
    box-shadow: none !important;
}

.page-ttl {
    background-color: #7ca556;
    margin-left: -23px;
    margin-right: -20px;
    margin-top: -20px !important;
    height: 50px;
    color: #fff;
    line-height: -10px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

    .page-ttl h4 {
        font-size: 1.8rem;
        margin-top: 1.6rem;
    }
.tile-red {
    background: linear-gradient(to bottom left, #2531ff, #7527ff);
}
.tile-bble {
    background: linear-gradient(to bottom left, #3a79cb 0%, #3A6686 100%);
}
a#ctl00_ctl00_HeaderPane1_hyp {
    background: #d81c1c;
    padding: 3px 10px;
    color: #fff;
    border-radius: 53px;
    text-decoration: none;
}
a#ctl00_ctl00_HeaderPane1_hyp:hover {
    background: #000;
    padding: 3px 10px;
    color: #fff;
    border-radius: 53px;
    text-decoration: none;
}