.dt-buttons .dt-button:hover {
    background: #5C4AC7 !important;
}

.img-circle.small-circle {
    width: 30px;
    height: 30px;
}

form .dropify-wrapper p {
    text-align: center;
}

.light-logo,
.dark-logo {
    height: 50px;
}

.clockpicker-popover {
    z-index: 999999;
}

.modal-xl {
    max-width: 1200px;
    padding-top: 10px !important;
}

.modal-xl .modal-body {
    max-height: 500px;
    overflow: auto !important;
}

.modal-dialog .close {
    cursor: pointer;
}

.ms-container input.search-input {
    margin-bottom: 12px;
}

.asColorPicker-trigger {
    border: 1px solid #b1b8bb;
}

.asColorPicker-wrap {
    width: 80%;
}

.select2.select2-container {
    width: 100% !important;
}

img.img-circle.img-responsive {
    /*border: 1px solid #c3b6b6;*/
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
    max-width: 70px;
}

.topbar-img {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
}

.dashboardDivScrolling {
    max-height: 400px;
    overflow-y: scroll;
}

.round-customcolor {
    background: #ffffff;
}

.super-user-color {
    background-color: #e9f7af !important;
}

.sidebar-nav ul li a {
    font-weight: 700;
}

.sidebar-nav ul li a.active {
    background: white !important;
}

.scroll-sidebar .user-profile .profile-img .online {
    background: #26dad2;
}

.scroll-sidebar .user-profile .profile-img .busy {
    background: #ef5350;
}

.scroll-sidebar .user-profile .profile-img .profile-status {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 140px;
    position: absolute;
    top: 10px;
    width: 10px;
}

.font-roboto {
    font-family: 'roboto condensed';
}

.font-size-13 {
    font-size: 13px !important;
}

.modal-fullwidth .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-fullwidth .modal-dialog {
    max-width: 100%;
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-fullwidth .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}


.modal-fullwidth .modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-fullwidth .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    max-height: 100%;
}

.modal-fullwidth .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
}

td.dataTables_empty {
    text-align: center;
}

.btn-primary,
.btn-primary.disabled {
    background: #f3811e;
    border: 1px solid #f3811e;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    background: #da7a27 !important;
    border: 1px solid #da7a27 !important;
}

.dt-buttons .dt-button {
    background: #33bb95 !important;
    border: 1px solid #33bb95 !important;
}

.dt-buttons .dt-button:hover {
    background: #23886b !important;
    border: 1px solid #23886b !important;
}

.dt-buttons .btn-primary {
    background: #1976d2 !important;
    border: 1px solid #1976d2 !important;
}

.dt-buttons .btn-primary:hover {
    background: #1976d2 !important;
    border: 1px solid #1976d2 !important;
}



.dataTables_length {
    float: left;
    position: relative;
    margin-right: 10px;
}

.bg-light-green {
    background-color: #e2fffe;
}

.datepicker.datepicker-dropdown {
    z-index: 9999 !important;
}

.accstyle {
    padding: 0px !important;
}

.label-success-green {
    background-color: #28a745;
    ;
}

#emailsection .bootstrap-tagsinput input[type="text"] {
    min-width: 55.375rem !important;
    line-height: 2 !important;
}

#phonesection .bootstrap-tagsinput input[type="text"] {
    min-width: 44.375rem !important;
    line-height: 2 !important;
}

@media (min-width: 768px) {
    .mini-sidebar .user-initial {
        width: 50px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        font-size: 25px;
    }
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-warning:hover {
    color: #856404;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.commentbox {
    position: relative;
    background-color: white;
    border: 1px solid #ced5d9;
    padding: 67px;
}

.comment {
    position: absolute;
    bottom: 3px;
    right: 6px;
}


.unseen-overlay {
    position: relative;
}

.unseen-overlay::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

.noreply-overlay {
    position: relative;
}

.noreply-overlay::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(58 174 211);
}

/* Added for wordwrap condition start */
    
.wordMore  {
    display:  none;     
    max-width: 100px !important;
    white-space: normal !important;
}
.wordWrapCol
{
    max-width: 275px !important;
    white-space: normal !important;
}

/* Added for wordwrap condition end */

/* Added for description spinner on ajax call start*/
.busy
{
animation: spin 1s infinite linear;
display:inline-block;
font-weight: bold;
font-family: sans-serif;
font-size: 16px;
font-style:normal;
color:#555;
}

.busy::before
{
content:"\25E0";
}

@keyframes spin
{
0% {transform: rotate(0deg);}
100% {transform: rotate(359deg);}
}
/* Added for description spinner on ajax call end*/
.protocol-head{
    margin-bottom: 20px;
}
.protocol-content{
    margin: 0px 36px;
    padding: 0px;
    list-style: unset;
}

.protocol-content li{
    margin-bottom: 10px;
}

.protocol-subhead{
    margin-left: 4px;
    margin-top: 20px;
}

.protocol-content b{
    font-weight: bold;
}

.error-message {
    color: red;
    font-size: 14px;
    font-weight: bold;
}