textarea {
    resize: none;
}
.alert {
    z-index: 2000 !important;
}
.td-img {
    width: auto;
    height: 30px;
    cursor: pointer;
}
td .td-img-sm{
    width: 40px;
    height: auto;
}
td .td-img-md{
    width: 80px;
    height: auto;
}
.notification-body {
    text-align: left;
    line-height: 1.5em;
}
.icon-btn {
    font-size: 14px;
    padding: .375rem .75rem;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 16px;
}
.btn-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.widget-card-1 .left {
    width: 60px;
}
.widget-card-1 .right {
    width: calc(100% - 60px);
    padding: 10px;
    text-align: right;
}
.widget-card-1 .right p{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-card-1 .right h3{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.card-header .nav-pills .nav-link{
    border-radius: 26px;
    cursor: default;
}
.site-logo{
    height: 45px;
    width: auto;
}
.login .authentication-col-content h1 img{
    max-width: 200px;
    height: auto;
}