.login-left {
    background-color: #fff;
    padding: 50px;
    height: 100vh;
}

.login-left .login-heading {
    padding-bottom: 30px
}

.login-right {
    height: 100vh;
    background: url('../images/login-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.page-title-box h4 {
    color: #6083E9;
}

.table th,
.table td {
    font-size: 12px;
    color: #000;
    padding: 5px 15px;
}

.table th {
    font-weight: 500;
}

.table thead {
    background-color: #F3F5F5;
}

.navbar-nav li.active {
    background-color: #846EE5;
}

.topnav .navbar-nav .dropdown.active>a {
    color: #fff;
    background-color: transparent;
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #fff;
    padding-left: 10px !important;
}

.logo img {
    height: 40px;
}

.app-search {
    margin-left: 100px;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    bottom: 0.4em;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ccc;
    opacity: 1;
}

.lic_file {
    float: left;
    padding-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.omission-btn {
    background-color: #BC1B26;
    border: #BC1B26 thin solid;
}

.omission-btn:hover {
    background-color: #E33E4A;
    border: #E33E4A solid thin;
}

.policy_behalf_name {
    display: none;
}

.top-heading {
    background-color: #555555;
    color: #fff;
}

.result {
    background-color: #B9B9B9;
}

.bottom-total {
    margin: 20px 0px;
    float: left;
    background-color: #eaeaea;
    padding: 10px 10px 0px;
    color: #000;
}

.bottom-total span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.delete-row,
.del-icon {
    color: #ff0000;
    margin-top: 10px;
    float: left;
}

.code-file {
    float: right;
    background: #99E6DC;
    color: #000;
    padding: 5px
}

.code-file a {
    color: #000;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .login-heading img {
        width: 100%;
        height: auto;
    }
    .login-right {
        display: none;
    }
}

.expired-date {
    border: #ff0000 solid thin;
    padding: 10px
}

.expired-date1 {
    border: #ff0000 solid thin;
}

.blank_name {
    font-weight: bold;
    border: 1px solid #999;
    padding: 10px;
    color: #000;
}

.orange-bg {
    background: #ffc600;
}

.new-dt {
    color: #ff0000;
    font-size: 10px;
}