a {
    color: #dd5034;
}

.btn-success,.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #dd5034;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
}

.btn-ipj-green,.btn-ipj-green:hover, .btn-ipj-green:focus,
.btn-ipj-green:active, .btn-ipj-green.active,
.open .dropdown-toggle.btn-ipj-green {
    background: #2eb386;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus,
.btn-warning:active, .btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background: #e48131;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
}
.breadcrumb-area {
    padding: 10px 15px;
    background: #3c4554;
    margin-bottom: 15px;
}
.breadcrumb-area .breadcrumb-item a {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}
.breadcrumb-area li.breadcrumb-item {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    color: #49a85d;
    font-family: "Font Awesome 5 Pro";
    padding: 0 8px;
}
.content-area {
    padding: 15px 30px;
}
.content-item {
    background: #fff;
    padding: 20px 15px 30px;
    border-radius: 3px;
}
.heading-area{
    position: relative;
    padding-bottom: 10px;
}
.heading-area h3.heading{
    display: inline-block;
}
.heading-mid{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
}
.heading-right{
    float: right;
    margin-top: 15px;
}
.heading-mid-right{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    float: right;
}
.heading-area a.btn {
    font-size: 16px;
    font-weight: normal;
    padding: 7px 25px;
}
.content-item h3.heading {
    font-size: 16px;
    font-weight: 300;
    color: #484848;
    line-height: inherit;
    margin-top: 0;
}
.content-item span.total {
    color: #dc4c33;
    font-weight: 600;
}

.table-text-right tbody > tr > td{
    text-align: right;
}
.table-area thead > tr > th {
    font-size: 13px;
    color: #484848;
    font-weight: 600;
    /*    background-color: #3c4554;*/
}
.table-area tbody > tr > td {
    padding: 10px;
    font-size: 14px;
    color: #484848;
    vertical-align: middle;
    border-top: 1px dashed #ddd;
}
.tabe-btn{
    display: block;
    text-align: center;
}
.tabe-btn a{
    display: inline-block;
    color: #dd5034;
    font-size: 14px;
    font-weight: 600;
}
.tabe-btn a:hover{
    color: #dd5034;
}
.profile-area > hr {
    border-color: #50a374;
    border-width: 3px;
}
.dashboard-table-area .col-md-4:nth-child(2) .table-area thead > tr > th {
    border-color: #7dc3b2;
}
.dashboard-table-area .col-md-4:nth-child(3) .table-area thead > tr > th {
    border-color: #637cc4;
}
.dashboard-table-1 {
    border-bottom: 2px solid #d93831;
}
.dashboard-table-2 {
    border-bottom: 2px solid #99a973;
}
.content-area .content-item hr.bdr-color {
    
    border-bottom: 3px #c3607e solid;
    margin-top: 10px;
}
.content-area .content-item hr.dotted-border {
    
    border-bottom: 2px #c3607e dotted;
    margin-top: 10px;
}
.content-area .content-item hr.bdr-color-2 {
    border-bottom: 3px #d93831 solid;
    margin-top: 10px;
}
.content-area .content-item hr.bdr-color-3 {
    border-bottom: 1px #d93831 solid;
    margin-top: 10px;
}
.profile-area .form-area hr{
    border-color: #c1c1c1;
    border-style: dashed;
}

.form-area .content-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
.form-area form > .form-group.inline{
    max-width: 90%;
}
.city-info .form-area form > .content-item > .form-group, .city-info .form-area form > .content-item > .row,
.city-info .form-area form > .form-group.inline{
    max-width: 95%;
}
.form-area label.control-title {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.form-area label{
    color: #1e1e1e;
    font-size: 14px;
    font-weight: normal;
}
.form-area label span{
    /* display: block; */
}
.form-area input.form-control, .form-area textarea.form-control, .form-area select.form-control {
    border: 2px solid #eae9e9;
    border-radius: 15px;
    font-size: 14px;
    height: auto;
    padding: 8px 15px;
    transition: 0.5s all ease-in;
}
.form-area input.form-control:focus, .form-area textarea.form-control:focus{
    background: transparent;
    border-color: #695ca1;
    transition: 0.5s all ease-in;
}
.form-area select.form-control:focus{
    background: transparent;
    border-color: #695ca1;
    transition: 0.5s all ease-in;
}
.form-area span.fields-bottom {
    color: #1e1e1e;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    padding-left: 15px;
    display: inline-block;
}
.account_divider {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 15px;
}
.account_divider h4 {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin: 0;
    padding-bottom: 5px;
}
.account_divider h4 span{
    font-weight: normal;
}
.account_section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin: 0;
    padding-bottom: 5px;
}
.account_section h4 span{
    font-weight: normal;
}
.photo-upload p{
    color: #d93831;
    display: flex;
    align-items: flex-end;
}
.photo-upload p img{
    max-width: 140px;
}
.photo-upload p span{
    color: #d93831;
    display: flex;
    text-align: center;
    align-items: flex-end;
}
.mykad-upload p{
    color: #d93831;
    text-align: center;
    padding-top: 5px;
}
.mykad-upload p img{
    max-width: 250px;
}
.file-upload-area{
    position: relative;
}
.file-upload-area input.file-upload {
    /*text-indent: -1000px;*/
    width: 100%;
    cursor: pointer;
}
.file-upload-area label.file-label {
    position: absolute;
    top: 0;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    background: #695ca1;
    right: 15px;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.form-area span.chevron-down {
    position: absolute;
    width: 35px;
    background: #fff;
    height: 35px;
    right: 17px;
    top: 2px;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    line-height: 35px;
    text-align: center;
}
.login-page, .signup-page {
    background: #7A868F url('assets/images/login-bg.jpg');
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center; 
    height: 100vh;
}
.login-wrap {
    max-width: 400px;
    margin: 0 auto;
}
.login-block {
    border-radius: 4px;
    background: rgba(16, 16, 42, 0.4);
}
.login-logo {
    text-align: center;
    padding-bottom: 20px;
}

.login-logo p{
    color: #ffffff;
    padding-top: 10px;
}
.login-wrap form {
    padding: 5px 20px 20px;
}
.login-title {
    text-align: center;
    padding: 25px 10px 10px;
}
.login-title h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    border-bottom: 1px solid #dd5034;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.login-title p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.login-wrap input.form-control.text-input {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    color: #9e9e9e;
}
.login-wrap input.form-control.text-input:focus{
    transition: 0.5s all ease-in;
    color: #333;
}
.login-wrap .form-check {
    text-align: center;
}
.login-wrap label.form-check-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-left: 5px;
    margin: 0;
}
.login-wrap a {
    color: #ffffff;
    font-size: 14px;
}
.login-wrap a:hover, .login-wrap a:focus {
    color: #dd5034;
}
.login-wrap button.btn-success {
    padding: 8px 15px;
    text-transform: uppercase;
}
a.logout-btn{
    color: #dd5034;
}
.copyright {
    text-align: center;
    padding-top: 3%;
}
.copyright p{
    color: #e3e3e3;
    font-size: 14px;
    margin: 0;
}
.recur-title h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px 10px 60px;
    margin: 0;
}
.account-top-links .widget .widget-icon {
    position: relative;
    float: left;
    min-width: 40px;
    right: inherit;
    top: -20px;
    padding-right: 10px;
}
.account-top-links .widget .widget-icon i{
    font-size: 34px;
    color: #ffffff;
}
.account-top-links .widget {
    background: #786f64;
    border-radius: 5px;
    min-height: 100px;
}
.account-top-links .col-lg-4.col-md-6:nth-child(2) .widget{
    background: #489fbf;
}
.account-top-links .col-lg-4.col-md-6:nth-child(3) .widget{
    background: #99a973;
}
.account-top-links .widget .text-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px;
}
.account-top-links .widget .text-box h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.top-summary .widget .widget-icon {
    position: relative;
    float: left;
    min-width: 40px;
    right: inherit;
    top: -20px;
    padding-right: 10px;
}
.top-summary .widget .widget-icon i{
    font-size: 34px;
    color: #ffffff;
}
.top-summary .widget {
    background: #786f64;
    border-radius: 5px;
    min-height: 115px;
}
.top-summary .col-lg-3.col-md-6:nth-child(2) .widget{
    background: #489fbf;
}
.top-summary .col-lg-3.col-md-6:nth-child(3) .widget{
    background: #99a973;
}
.top-summary .col-lg-3.col-md-6:nth-child(4) .widget{
    background: #eba33e;
}
.top-summary .widget .text-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px;
}
.top-summary .widget .text-box h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.top-summary .widget .text-box h5 i {
    float: right;
}
.top-summary .widget .text-box h5 small {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.big-table.table-area thead > tr > th {
    color: #fff;
    text-align: center;
    background: #d65180;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: none;
    min-width: 135px;
}
.big-table.table-area thead > tr > th:nth-child(2) {
    background: #b03460;
}
.big-table.table-area thead > tr > th:nth-child(3) {
    background: #7b183b;
}
.big-table.table-area thead > tr > th:nth-child(4) {
    background: #5c2f8e;
}
.big-table.table-area thead > tr > th:nth-child(5) {
    background: #49249b;
}
.big-table.table-area thead > tr > th:nth-child(6) {
    background: #3a3a8b;
}
.big-table.table-area thead > tr > th:nth-child(7) {
    background: #3f5686;
}
.big-table.table-area thead > tr > th:nth-child(8) {
    background: #38688d;
}
.big-table.table-area thead > tr > th:nth-child(9) {
    background: #3a79a9;
}
.big-table.table-area thead > tr > th:nth-child(10) {
    background: #1b7c8b;
}
.big-table.table-area thead > tr > th:nth-child(11) {
    background: #198a74;
}
.big-table.table-area thead > tr > th:nth-child(12) {
    background: #49a85d;
}
.big-table.table-area thead > tr > th:last-child {
    background: #72c348;
}
.big-table.table-area tr > td  a.btn-edit{
    color: #868686;
}
.big-table.table-area tr > td  a.btn-edit:hover,
.big-table.table-area tr > td  a.btn-view:hover{
    color: #3c4554;
}
.big-table.table-area tr > td  a.btn-view{
    color: #49a85d;
}
.big-table.table-area tbody > tr > td {
    color: #1e1e1e;
    border-top: 1px dashed #ddd;
    text-align: center;
    padding: 13px 10px;
}
.big-table.table-area tbody > tr > td:first-child {
    text-align: left;
}
.big-table.table-area tbody > tr:first-child > td {
    border-top: none;
    padding-top: 15px;
}
.big-table.table-area thead > tr > th.large-width,
.big-table.table-area tbody > tr > td.large-width{
    min-width: 250px;
}
.big-table .table-responsive, .transport-table .table-responsive{
    max-width: 100%;
    overflow-x: scroll;
}
.table-area .ipj-thead th{
    color: #ffffff;
    background-color: #3c4554;
}
.table-area .ipj-thead-right th{
    color: #ffffff;
    background-color: #3c4554;
    text-align: right;
}
.table-area th span{
    color: #a9b7c5;
}
.table-area th{
    text-align: center;
}
.table-area th:nth-child(1){
    text-align: left;
}
.table-area th:last-child{
    text-align: right;
}
.table-area td{
    text-align: center;
}
.table-area td:nth-child(1){
    text-align: left;
}
.table-area td:last-child{
    text-align: right;
}
.table-area td > a{
    color: #e4795b;
}
.table-area td > a:nth-child(2){
    color: #8b9ebe;
}
.short-area {
    position: relative;
    /*background: #f6f8fa;*/
    padding: 15px 0;
}
.short-area .form-control {
    width: auto;
    color: #484848;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #eae9e9;
    border-radius: 5px;
}
.short_by {
    text-align: right;
}
.short-area label{
    font-weight: 500;
    font-size: 16px;
    padding-right: 15px;
    color: #484848;
}
.short-area button.btn.btn-green-1:hover,
.short-area button.btn.btn-green-1:focus,
.short-area button.btn.btn-green-1{
    background: #b2d76a !important;
    color: #ffffff !important;
    border-radius: 10px;
    margin-left: 10px;
}
.short-area button.btn.btn-gray-1:hover,
.short-area button.btn.btn-gray-1:focus,
.short-area button.btn.btn-gray-1{
    background: #3c4554 !important;
    color: #ffffff !important;
    border-radius: 10px;
    margin-left: 10px;
}
.transport-table thead tr th {
    min-width: 100px;
    background: #09725e;
    color: #fff;
    border-bottom: none;
}
.transport-table thead tr th:nth-child(2n){
    background: #095e4d;
}
.transport-table thead tr th:nth-child(3n){
    background: #72c348;
}
.transport-table thead tr th:nth-child(4n){
    background: #49a85d;
}
.transport-table thead tr th:nth-child(5n){
    background: #198a74;
}
.transport-table thead tr th:last-child{
    background: transparent;
}
.transport-table tbody > tr > td.large-width.nowrap{
    white-space: nowrap;
}
.transport-table.table-area tbody > tr > td {
    border-top: 1px dashed #ddd;
}
.transport-table tbody > tr:nth-child(3n+1) td,
.transport-table tbody > tr:nth-child(3n+2) td{
    border-top: none;
}
.transport-table thead > tr > th.large-width,
.transport-table tbody > tr > td.large-width {
    min-width: 250px;
}
.table-area tbody > tr td{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.transport-table.table-area tbody > tr:nth-child(1),
.transport-table.table-area tbody > tr:nth-child(3n+1){
    background: #f2f2f2;
    font-weight: 600;
}
.transport-table.table-area tbody > tr:nth-child(1) > td:nth-child(1),
.transport-table.table-area tbody > tr:nth-child(3n+1) > td:nth-child(1) {
    background: #cecece;
    font-weight: 600;
}
.transport-table.table-area tbody > tr:nth-child(1) > td:nth-child(2),
.transport-table.table-area tbody > tr:nth-child(3n+1) > td:nth-child(2){
    background: #d6d6d6;
    font-weight: 600;
}
.transport-table tbody > tr td:last-child{
    text-align: center;
}
.transport-table tbody > tr td a.btn-edit {
    color: #868686;
}
.transport-table tr > td a.btn-edit:hover,
.transport-table tr > td a.btn-view:hover {
    color: #3c4554;
}

.content-page > .content {
    z-index: 1;
}
.chart {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.chart h3 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: inherit;
}
.invoice-details ul {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
}
.invoice-details ul li{
    display: block;
    padding: 6px 0;
    font-size: 15px;
    color: #484848;
}
.invoice-details ul li span {
    padding-right: 25px;
    display: inline-block;
    min-width: 200px;
    text-align: right;
}
.invoice-details ul li strong.green-color{
    color: #69a02e;
}

.search-area{
    margin-bottom: 30px;
}
.search-area .form-control {
    color: #484848;
    font-size: 15px;
    border: 1px solid #eae9e9;
    border-radius: 10px;
    height: auto;
    padding: 10px 10px;
}
.search-area .form-control:focus{
    background: transparent;
}
.search-area button.btn-success{
    padding: 10px 20px
}
.search-area button.btn-success {
    padding: 10px 20px;
    width: 100%;
}
.customer-logo {
    text-align: center;
    padding: 50px 0;
}
.customer-logo img{
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}
.customer-logo h3 {
    color: #464646;
    font-size: 32px;
    font-weight: 400;
}
.customer-search-area {
    padding: 0 30px 30px;
}
.customer-search-area .customer-logo{
    padding-bottom: 30px;
}
.customer-search-area .search-area .form-control {
    color: #666;
}
.customer-search-area button.search-left {
    margin-left: -50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.customer-search-area .search-area {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.merchant-login {
    display: flex;
    align-items: center;
}
.merchant-login-area {
    background: #7A868F url('assets/images/merchant-bg.jpg') no-repeat center center / cover;
}
.merchant-login-area .login-wrap {
    max-width: 900px;
}
.merchant-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 280px;
}

/*.short_by_time .c-datepicker-single-editor .c-datepicker-data-input {*/
/*	width: 92%;*/
/*}*/
/*.short_by_time .c-datepicker-data-input {*/
/*	font-size: 15px;*/
/*}*/
.short_by_time .c-datepicker-date-editor {
    height: 34px;
}
.short_by_time .c-datepicker-range__icon {
    padding-right: 10px;
    line-height: 34px;
}
.short_by_time .c-datepicker-single-editor .c-datepicker-data-input:focus{
    background: transparent;
}




/*================= Responsive Media query ========= */

@media (max-width: 991px) {
    .short-area label {
        font-size: 13px;
        padding-right: 0;
    }
    .content-item.table-area {
        margin-bottom: 30px;
    }



}
@media (max-width: 767px) {


    .fixed-left .topbar .navbar-nav > li:first-child {
        display: none;
    }
    .form-area form > .content-item > .form-group, .form-area form > .content-item > .row,
    .form-area form > .form-group.inline{
        max-width: 100%;
    }
    .city-info .form-area form > .content-item > .form-group, .city-info .form-area form > .content-item > .row,
    .city-info .form-area form > .form-group.inline{
        max-width: 100%;
    }
    .table-area .tabe-btn {
        padding-bottom: 20px;
        padding-top: 15px;
    }


    .form-area label {
        padding-bottom: 10px;
    }
    .breadcrumb-area li.breadcrumb-item {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumb-item a {
        font-size: 16px;
    }
    .short_by {
        text-align: left;
        padding-top: 15px;
    }
    .short-area label {
        padding-right: 10px;
    }
    .customer-search-area button.search-left {
        margin-left: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .customer-search-area .search-area {
        margin-bottom: 0;
    }
    .merchant-image {
        text-align: center;
        padding-bottom: 50px;
    }
    .merchant-login {
        display: block;
    }
    .merchant-login .login-block {
        max-width: 350px;
        margin: auto;
    }
    .merchant-login-area .copyright {
        text-align: center;
        padding-top: 10%;
    }




}
@media (max-width: 639px) {

    .topbar .navbar-nav > li:first-child {
        display: none;
    }
    .chart .chartjs-size-monitor canvas {
        min-height: 400px;
    }

}
@media (max-width: 580px) {
    .topbar .topbar-left {
        width: 200px;
    }
    .side-menu {
        width: 200px;
    }
    .content-page {
        margin-left: 200px;
    }
    .logo h2 {
        font-size: 20px;
    }
    .logo h3 {
        font-size: 13px;
    }
    .breadcrumb-area li.breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-area .breadcrumb-item a {
        font-size: 14px;
    }
    .form-horizontal .form-group {
        margin-left: 0;
    }
    .form-area .btn-warning, .form-area .btn-success {
        font-size: 14px;
        padding: 8px 15px;
    }
    .form-area label.control-title {
        text-align: left;
        padding-bottom: 0;
        font-size: 13px;
    }
    .logo img {
        padding: 0 5px;
    }
    .invoice-details ul li span {
        padding-right: 10px;
        min-width: auto;
        text-align: left;
    }
    .content-area {
        padding: 15px 15px;
    }
    .customer-logo h3 {
        font-size: 18px;
    }
    .short-area .form-control {
        margin: 5px 0;
    }
    .c-datepicker-picker__icon-btn {
        padding: 2px 4px;
    }
    .short_by_time .c-datepicker-data-input.only-date {
        width: 80px;
    }


}

@media (max-width: 479px) {
    .customer-search-area .search-area .row > div,
    .content-item.search-area .row > div {
        width: 100%;
    }
    .c-datepicker-date-picker.has-sidebar {
        width: 90% !important;
        left: 20px !important;
    }
    .c-datepicker-picker [slot="sidebar"], .c-datepicker-picker__sidebar {
        width: 80px;
    }
    .c-datepicker-picker [slot="sidebar"] + .c-datepicker-picker__body, .c-datepicker-picker__sidebar + .c-datepicker-picker__body {
        margin-left: 80px;
    }

}


.table-text-left td {
    text-align: left;
}

.table-text-right td {
    text-align: right;
}

.table-text-left th {
    text-align: left;
}

.table-text-right th {
    text-align: right;
}

.item-thumb-view {
    max-width: 200px;
    height: 100%;
}
.item-thumb-view-mini {
    max-width: 50px;
}
.item-thumb-view-fullwidth {
    width: 100%;
}

.non-master-item {
    background-color: #eee;
}

.pawn-summary-first {
    padding-top: 10px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

.pawn-summary {
    padding-top: 10px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-left: 1px dashed;
}

.ticket-item-edit-approval {
    background-color: #ff7373;
}
.ticket-item-edit-approval-eye {
    background-color: #ffffff;
}

.red-text {
    color: red;
}

.black-text {
    color: black;
}

.gray-text {
    color: gray;
}

.checkbox-top {
    margin-top: 7px;
}

.manager-approval-box {
    background-color: #eee;
    padding: 15px;
    margin: 15px;
}

.modal-dialog-80 {
    width: 80%;
}

.management-tabs {
    padding-right: 30px;
}
.management-tabs a  {
    color: #9d274d;
}
.management-tabs a:link li {
    position: relative;
    border-bottom: 1px dotted #e7e7e7;
    padding: 10px 0;
}
.management-tabs li:last-child {
    border-bottom: none;
}
.management-tabs a:link li::after {
    color: #d9903a;
    float: right;
}
.management-tabs li:hover::after {
    color: #9d274d;
}
.management-tabs li button {
    border: none;
    background: transparent;
    color: #17222b;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
.management-tabs li button:hover {
    color: #9d274d;
}
.management-item {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 30px;
}
.management-item p{
    color: #17222b;
    font-size: 13px;
    margin-bottom: 0;
}
.management-item-image {
    padding-right: 20px;
}

.management-item-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
    margin-top: 5px;
}

.management-item-content h4 {
    color: #9d274d;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}

.management-item-content h4 i {
    color: #ffa302;
    font-size: 16px;
    margin-left: 10px;
}

.management-item-content p {
    color: #17222b;
    font-size: 15px;
    margin-bottom: 0;
}
.management-item-content-right p {
    color: #17222b;
    font-size: 15px;
    margin-bottom: 0;
    text-align: right; 
}
.show-redeem {
  max-height: 1000px;
  transition: max-height 0.15s ease;
}

.hide-redeem {
  max-height: 0;
  transition: max-height 0.15s ease;
  overflow: hidden;
}
.form-area-text {
    margin-top: 7px;
}
.redeemer-info-btn {
    margin-top: 10px;
    color: #ffa302;
}

.group-tickets-list {
    padding: 5px;
    border-bottom: dotted 1px;
}
.group-tickets-list-title {
    padding: 5px;
    border-bottom: solid 2px #ffa302;
}

.required-field {
    color: red;
    display: inline-block;
}

.sms-count-text {
    padding-left: 10px;
    padding-top: 5px;
}

.hr-line {
    border-bottom: 1px solid #dddddd;
    margin-top: 5px;
}

.scrollme {
    overflow-x: auto;
}

.extern-index-price-box {
    background-color: #ffffff;
    padding: 15px;
    line-height: 2;
}

.receipt-totals {
    font-weight: bold;
    
}
