@font-face {
    font-family: monterratRegular;
    src: url(../font/Montserrat-Regular.ttf);
}

div {
    font-family: monterratRegular;
}

body {
    background: #F4F4F4 !important;
    font-size: 14px;
}

h1 {
    font-weight: bold;
}

a {
    cursor: pointer;
}

.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 87vh;
    background-size: cover;
}

.login {
    text-align: center;
    width: 280px;
}

.login .logo {
    border-bottom: solid 8px #F69041;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.login .note {
    color: #868686;
    font-size: 14px;
    margin-bottom: 20px;
}

.login label {
    text-align: left;
    display: block;
    color: #123C63;
    font-weight: bold;
    margin-bottom: 5px;
}

.login .login-button {
    width: 100%;
    background: #123C63;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px;
    border: 0;
    outline: none;
    height: 45px;
    margin-top: 30px;
}

.main_header {
    height: 100px;
    border-bottom: solid 10px #F58025;
    width: 100%;
    position: fixed;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
}

.main_header .logo_main {
    padding-left: 20px;
}

.main_header .userpic {
    width: 48px;
    height: 48px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    background-color: #19AEEF;
    border-radius: 50% 50%;
    line-height: 46px;
    color: #fff;
    margin-right: 10px;
}

.footer {
    height: 50px;
    line-height: 50px;
    border-top: solid 1px #ccc;
    text-align: center;
    line-height: 50px;
    color: #999;
}

.search {
    width: 40%;
}

.search input {
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-indent: 30px;
}

.main_header .userdisplay {
    padding-right: 10px;
    align-items: center;
}

.main_header .userdisplay .bell {
    margin-right: 10px;
}

.main_header .userdisplay .name {
    margin-right: 10px;
}

.content {
    width: 100%;
}

.main_navigation {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #003A63;
    height: 100vh;
    z-index: 90;
    width: 220px;
}

.main_navigation .nav_con {
    padding: 130px 0 0 20px;
}

.main_navigation .nav_con .navc {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.main_navigation .nav_con a {
    color: #fff;
    text-decoration: none;
    display: flex;
    display: block;
}

.main_navigation .nav_con span {
    width: 50px;
    display: block;
    margin-right: 10px;
}

.content {
    padding: 130px 20px 0 240px;
    background: #F4F4F4;
    font-size: 14px;
}

.content .al_title {
    margin-bottom: 20px;
}

.content .al_title h1, .content .al_title h3 {
    color: #003A63;
}

.content .main {
    min-height: 71vh;
    margin-bottom: 30px;
}

.addbtn {
    min-width: 124px;
    height: 42px;
    background-color: #003A63;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 0 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addbtn:hover {
    color: #fff;
}


.addbtn img {
    margin-right: 3px;
}

.listbtn {
    min-width: 124px;
    padding: 0 15px;
    height: 42px;
    background-color: #3981A6;
    color: #fff;
    border: 0;
    border-radius: 8px;
}

.mr1 {
    margin-right: 6px;
}

.mr2 {
    margin-right: 20px;
}

.ml1 {
    margin-left: 6px;
}

.mb1 {
    margin-bottom: 10px;
}

.select_filter {
    font-size: 14px;
    color: #003A63;
}

.select_filter select {
    border: 0;
    background: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    color: #2A68B9;
}

.table_con {
    font-size: 14px;
}

.table_con .grid-container {
    width: 100%;
}

.table_con .grid-container2 {
    width: 100%;
}

.table_con .row {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    margin-right: 0;
    margin-left: 0;
    color: #003A63;
    align-items: center;
}

.table_con .row .col {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_con .row .col:last-child {
    overflow: visible;
}

.grid-container {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #003A63;
    align-items: center;
}

.grid-container2 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #003A63;
    align-items: center;
}

.grid-container.thead, .grid-container2.thead, .row.thead {
    font-weight: bold;
    color: #003A63;
    padding: 10px 15px;
}


.grid-container button, .grid-container .link, .grid-container2 button, grid-container2 .link, .row button {
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 5px;
}

.grid-container .link, .grid-container2 .link, .row .link {
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.grid-container button.update, .grid-container2 button.update, .row button.update {
    background: #478A27;
}

.grid-container .link.update, .grid-container2 .link.update, .row .link.update {
    background: #478A27;
}

.grid-container button.deactivate, .grid-container2 button.deactivate, .row button.deactivate {
    background: #A63939;
}

ul.filter {
    padding: 10px;
}

.filter li {
    margin-bottom: 10px;
}

.filter li input {
    margin-right: 10px;
}

.form-con {
    max-width: 500px;
    margin: 0 auto;
    color: #003A63;
}

.form-con.details_c {
    max-width: 100%;
    padding-top: 30px;
    margin-bottom: 50px;
}

.form-con .fc {
    margin-bottom: 20px;
}

.form-con .fc label {
    margin-bottom: 5px;
}

.form-con .fc .v-text {
    color: #666;
    margin-right: 10px;
    display: inline-block;
    width: 220px;
}

.form-con .fc .v-text:first-child {
    font-weight: bold;
}

.user-details {
    font-size: 18px;
    font-weight: bold;
    color: #003A63;
    margin-bottom: 10px;
}

.btn_con {
    text-align: center;
    padding-bottom: 40px;
}

.save-button {
    min-width: 200px;
    margin-bottom: 10px;
}

.red {
    color: red;
}

.modal-body .note {
    color: #6c757d;
    font-size: 12px;
}

.modal-body.assign-pb {
    background: #F4F4F4 !important;
}

.dashboard .welcome {
    font-size: 30px;
    font-weight: bold;
    color: #003A63;
    margin-bottom: 20px;
}

.dashboard .overview {
    background: #A9F0FF;
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
}

.dashboard .update_con {
    display: flex;
    flex-wrap: wrap;
}

.box {
    background: #FFFFFF;
    border-radius: 5px;
    color: #003A63;
}

.box2 {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 200px;
    color: #003A63;
}

.box2 ._h, .box ._h {
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    padding: 10px 15px;
}

.box2 .list_con, .box .list_con {
    padding: 10px 20px;
}

.box2 .list_con .row, .box .list_con .row {
    margin-bottom: 10px;
}

.box2 .list_con .row a, .box .list_con .row a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.dashboard .overview h3 {
    font-weight: bold;
    display: block;
    color: #003A63;
    padding: 20px 0 0 20px;
}

.dashboard .overview h4 {
    font-weight: bold;
    display: block;
    color: #003A63;
}

.dashboard .overview .info {
    padding: 20px 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

.dashboard .overview .info .count {
    color: #F58025;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.dashboard .overview .over_img img {
    padding: 10px 0;
    width: 100%;
}

.dashboard .overview_con {
    display: flex;
    flex-wrap: wrap;
}

.dashboard .overview .con2 {
    display: flex;
    flex-direction: column;
}

.error_page {
    width: 600px;
    margin: 30px auto 0;
    display: flex;
}

.error_page .error_message {
    font-size: 30px;
    padding-top: 40px;
}

.error_page .error_message span {
    font-size: 80px;
    font-weight: bold;
}

.note {
    font-size: 13px;
}

.success_page {
    text-align: center;
    font-size: 26px;
    color: #AAAAAA;
    padding-top: 40px;
}

.success_page img {
    display: block;
    margin: 0 auto;
}

.success_page .message {
    font-size: 60px;
    color: #43A853;
    font-weight: bold;
}

.success_page .message.off {
    color: #B92222;
}

.asset_history .row {
    width: 2330px;
    margin: 0 0 8px 0;
}

.asset_history {
    position: relative;
    overflow-x: scroll;
}

.dataTables_length label {
    display: flex;
    align-content: center;
    align-items: center;
}

.dataTables_length label select {
    width: fit-content;
    margin: 0 5px;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dataTables_length {
    margin-bottom: 10px;
}

.dataTables_filter label input {
    margin-left: 10px;
    width: 300px !important;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    text-indent: 30px;
}

.dataTables_paginate {
    display: flex;
    justify-content: end;
}

.dataTable td {
    vertical-align: middle;
}

.dataTables_wrapper table tr td, .dataTables_wrapper table tr th {
    white-space: nowrap;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
}

.dt-row {
    overflow-x: auto;
    position: relative;
}

#myHistory_wrapper .dt-row {
    margin-bottom: 10px;
}

.modal-content {
    font-size: 14px;
}

.modal-content .assig_info {
    padding: 10px 0 10px 0;
}

.modal-content .assig_info label {
    margin-bottom: 5px;
}

.view_employee.details_c .fc {
    display: flex;
}

.contentPrivacy {
    padding-top: 150px;
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}

.welcome_banner {
    width: 100%;
    position: relative;
}

.welcome_banner img {
    width: 80%;
}

.welcome_banner .gotoDash {
    width: 28%;
    height: auto;
    position: absolute;
    left: 3%;
    bottom: 18%;
    background-size: cover;
}