button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.datatables-font-size {
    font-size: 8pt;
}

.edit_record, .delete_record {
    width: 100%;
    font-size: 7pt;
}

@media only screen and (min-width: 768px) {
    .datatables-font-size {
        font-size: 10pt;
    }

    .edit_record, .delete_record {
        width: 45%;
        font-size: 8pt;
    }
}

@media only screen and (min-width: 992px) {
    .datatables-font-size {
        font-size: 12pt;
    }

    .edit_record, .delete_record {
        font-size: 11pt;
    }
}

.hyphen-text {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto;
}

.brand-content-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 10px solid #FFFFFF;
}

.card-menu {
    background-color: #FFFFFF;
    color: #444444;
}

.card-menu:hover {
    background-color: #b5d1ff;
}

.event-approve-btn, .event-reject-btn {
    border-radius: 5px;
    margin: 30px 20px;
    padding: 5px 50px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -7.5px;
}

.form-content {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 20px 30px;
}

.form-label {
    font-size: 18pt;
    margin-bottom: 20px;
}

.form-button {
    width: 25%;
    background: #007BFF;
    border-color: #007BFF;
    color: #FFFFFF;
}

.menu {
    background-color: #BDCAD9;
    background-image: linear-gradient(315deg, #BDCAD9 0%, #E1DADA 74%);
    font-weight: bold;
}

.menu-active {
    background-color: #2699fb;
    border: 0;
    color: #FFFFFF!important;
    font-size: 18px;
    padding: 5px;
    outline: 0;
    text-align: center;
    width: 50%;
}

.menu-inactive {
	background-color: #FFFFFF;
	font-size: 18px;
	padding: 5px;
	outline: 1;
	text-align: center;
	width: 50%;
}

.m-signature-pad {
    display: flex;
    width: 100%;
    height: 300px;
}

.page-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -7.5px;
}

.profile-image {
    width: 100px;
    height: 100px;
}

.status-approval-image {
    width: 200px;
    height: auto;
}

.status-receiver-image {
    width: 50px;
    height: auto;
}

.status-receiver-image-modal {
    width: 100px;
    height: auto;
}

.signature-canvas {
    width: 300px!important;
    height: 150px;
    border: 2px dotted #555555;
    color: #555555;
    cursor: crosshair;
}

.signature-clear {
    width: 300px;
    margin: 0 auto;
    text-align: right;
}

.signature-clear a {
    background: #44C553;
    border: #44C553;
    border-radius: 5px;
    color: #FFFFFF!important;
    font-weight: bold;
    padding: 7px;
}

.signature-clear a:hover {
    cursor: pointer!important;
}

.signature-preview {
    border: 1px dotted #000000;
    margin: 0 auto;
}

.upload-image-button {
    display: block;
    width: 50%;
    margin: 0 auto 10px auto;
    text-align: center;
}