@media (min-width: 992px) {
    .auth-brand {
        position: absolute;
        top: 20px !important;
    }
}

.art_icon {
    width: 40px;
}

.auth-brand img {
    width: 250px;
    height: auto;
    margin-top: 40px;
}

.logo-auth img {
    width: 180px;
    height: auto;
}

#filter {
    border-bottom: 1px solid #ccc;
    width: 100% !important;
    padding: 0px 0px 2px 0px;
    margin-bottom: 20px !important;
}

.data-view {
    padding: 0px;
    border-bottom: 1px solid #c3c3c3;
}

.data-view p {
    margin-top: 0;
    margin-bottom: 10px;
}


/* DD Style */

.enlarged .wrapper .left-side-menu {
    position: fixed;
}

.sidebar-enable .navadmin {
    margin-left: 250px;
}

.enlarged .navadmin {
    margin-left: 70px;
}

@media (max-width: 767.98px) {
    .enlarged .navadmin {
        margin-left: 0px;
    }
    .sidebar-enable .navadmin {
        margin-left: 0px;
    }
}

.page-title-box .page-title-right {
    float: right;
    margin-top: auto;
    line-height: 45px;
}

.page-title-box .page-title {
    line-height: 60px;
}

.page-title-box .breadcrumb {
    padding-top: 8px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-custom {
    left: 0;
    right: 0;
}

footer .container-fluid {
    margin-top: 0px;
}


/* .container-fluid{
  margin-top: 55px;
} */


/* Table td height reduces */

.table td,
.table th {
    padding: 5px 0.95rem;
    vertical-align: middle;
    border-top: 1px solid #e3eaef;
}

.table .btn,
.table .btn {
    padding: 1px 5px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 4px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 4px;
}


/* Table td height reduces */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #f8f8f8;
}


/* logs start */

.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 0x;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #008CBA !important;
}

.timeline-badge.success {
    background-color: #43AC6A !important;
}

.timeline-badge.warning {
    background-color: #E99002 !important;
}

.timeline-badge.danger {
    background-color: #F04124 !important;
}

.timeline-badge.info {
    background-color: #5BC0DE !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

label {
    font-weight: 1000;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    width: fit-content !important;
    float: right !important;
}

.left-side-menu {
    background: linear-gradient(135deg, #2f2f2f 0, #252525 60%) !important;
}

.side-nav .side-nav-link i {
    color: #ff9424;
}

.enlarged .side-nav .side-nav-item:hover .side-nav-link {
    background: linear-gradient(135deg, #000000 0, #000000 60%) !important;
}

td,
th {
    padding: 15px !important;
}

.description-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.error-class {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #fa5c7c
}

.daterangepicker .drp-calendar {
    max-width: 340px !important;
}
.attach_coach .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3caed1;
    border: 1px solid #3caed1;
}
.attach_coach .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #3caed1;
}
table.dataTable {
    width: 100% !important;
    
}
.form-control.is-valid, .was-validated .form-control:valid,.form-control.is-invalid, .was-validated .form-control:invalid 
    {

    background-position: center right calc(1.375em + .1875rem);

}
div.description-height{
    max-height: 100px;
    min-height: 100px;
    overflow-y: scroll;
}