.dataTables_empty {
    color: #fd3995;
    font-size: 1rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.overflow-y {
    overflow: hidden;
    overflow-y: auto;
    max-height: 150px
}

.page-logo-text {
    font-size: 1.45rem;
}

.page-logo img {
    width: 50px;
    height: 50px;
}

.dprofile {
    border: 1px solid #DDDDDD;
    float: left;
    width: 100%;
    padding: 20px;
}

.custom-control-input:disabled ~ .profile-danger::after,
.custom-control-input:disabled ~ .profile-danger::after,
.custom-control-input:disabled ~ .profile-success::after {
    background-color: #FFF !important;
}

.custom-control-input:checked ~ .profile-danger::before {
    border-color: #fd3995;
    background-color: #fd3995 !important;
}

.custom-control-input:disabled ~ .profile-danger::before {
    border-color: #fd3995;
    background-color: #fd3995 !important;
}

.custom-control-input:disabled ~ .profile-warning::before {
    border-color: #ffc241;
    background-color: #ffc241 !important;
}

.custom-control-input:checked ~ .profile-warning::before {
    border-color: #ffc241;
    background-color: #ffc241 !important;
}

.custom-control-input:disabled ~ .profile-success::before {
    border-color: #1dc9b7;
    background-color: #1dc9b7 !important;;
}

.custom-control-input:checked ~ .profile-success::before {
    border-color: #1dc9b7;
    background-color: #1dc9b7 !important;;
}

.table-no-border td {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
    border-top: none;
}

.table-pdf td {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
    padding-left: 0px;
    border-top: none;
}

.pdf-color-black {
    color: #000;
}

.pdf-table-no-border td {
    border-top: none;
}

.pdf-brder-bottom-2 {
    border-bottom: 2px solid #000;
}

.pdf-border {
    border: 1px solid #000;
    /*padding: 6px;*/
}

.table-no-border input, .table-no-border textarea {
    min-height: 18px;
    padding-left: 6px;

}

.table-no-border h6 {
    font-size: 0.775rem;
}

.bg-orange {
    background-color: orange;
}

.bg-orange-800 {
    background-color: #E36C09
}

.bg-green-800 {
    background-color: #00AF50
}

.disable-el {
    pointer-events: none;
    background-color: #f8f9fa;
}

.signature {
    width: 100%;
    height: 70px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.signature canvas {
    width: 100%;
    height: 80px;
    margin: 0 !important;
    padding: 0px !important;
}

.signature-clear {
    float: right;
    padding: 3px 5px;
    font-size: 12px;
}

.bg-danger2 {
    background-color: #fd3939 !important;
}

.bg-danger3 {
    background-color: #fd393966 !important;
}
.badge-danger2 {
    color: #fff;
    background-color: #fd3939;
}

.btn-danger2 {
    color: #fff;
    background-color: #fd3939;
}
.custom-green{
    background-color: #1aa001;
}
.text-danger-custom {
	color:#fd3939;
}

.text-success-custom {
	color:#1aa001;
}

.badge-success-custom {
    color: #fff;
    background-color: #1aa001;
}

#dt-live-issues-listing.table-hover tbody tr:hover, #dt-live-issues-closed.table-hover tbody tr:hover{
    color: #212529;
    background-color: #f3f3f3;
    /*background-color: #92929244;*/
    /*background-color: rgba(136, 106, 181, 0.1);*/
}
