﻿.mt--1 {
    margin-top: -1rem !important;
}
.mt--2 {
    margin-top: -2rem !important;
}
.mt--3 {
    margin-top: -3rem !important;
}
.mt--4 {
    margin-top: -4rem !important;
}
.mt--5 {
    margin-top: -5rem !important;
}
.mt--6 {
    margin-top: -6rem !important;
}
.mt--7 {
    margin-top: -7rem !important;
}
.mt--8 {
    margin-top: -8rem !important;
}
.mt--9 {
    margin-top: -9rem !important;
}
.mt--10 {
    margin-top: -10rem !important;
}
.mt--11 {
    margin-top: -11rem !important;
}
.mt--12 {
    margin-top: -12rem !important;
}
.header {
    position:relative;
    min-height:15rem;
}
 .content-header-text {
        margin-top: -3rem;
    }

  .dropdown-menu .dropdown-item:first-child:hover {
        border-top-left-radius: 1rem !important;
         border-top-right-radius: 1rem !important;
         background-color:#fff;
    }
    .dropdown-menu .dropdown-item:last-child:hover {
        border-bottom-left-radius: 1rem !important;
         border-bottom-right-radius: 1rem !important;
    }
.modal {
overflow-y:auto !important;
}

.dataTables_processing {
    z-index: 3000 !important;
}