﻿.imgBgLogin {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    /*Added for background blur*/
    background-size: cover;
    filter: blur(5px);
}

.btnCls {
    background-color: #F0583A !important;
    color: #fff !important;
}

table.dataTable thead th, table.dataTable thead td {
    font-weight: 600 !important;
    font-size: 12px !important;
}

tbody, td, tfoot, th, thead, tr {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.form-control {
    background-color: #fff !important;
}

.form-select {
    background-color: #fff !important;
}

.icon:hover {
    cursor: pointer;
}

.mg-t12 {
    margin-top: 10px;
}

.card-height {
    height: 75px;
}

.spn-size {
    font-size: 12px;
    font-weight: 600;
}

.inbound:hover {
    cursor: pointer;
}

.cls-card-active {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.font-17 {
    font-size: 17px !important;
}

.dt-buttons {
    margin-left: 10px !important;
}

.cls-card-header {
    float: right !important;
    display: block !important;
}

.cls-header-right {
    float: right !important;
}
.nowrap {
    white-space: nowrap;
}