/* here you can put your own css to customize and override the theme */

/*GENERAL STYLES =================================*/
.draper-bg-blue {
    background-color: #045185 !important;
}
.seward-lt-grey {
    color:#c9cbcc !important;
}
.wht-text {
    color: white !important;
}
.logo-default {
    margin-top: 0px !important;
}
.page-logo {
    width: 285px !important;
}
.dk-blue.btn {
  color: white;
  background-color: #045185;
  border-color: none;
}
.dk-blue.btn:hover, .dk-blue.btn:focus, .dk-blue.btn:active, .dk-blue.btn.active {
  color: white;
  background-color: #03395d;
}
input.error {
    border: solid 1px red!important;
}
.error {
    color: red !important;
}

.fw-600 { font-weight:600 !important; }

tbody>tr>td.igg_SelectedCell { background:white !important; }


/*LOGIN STYLES =================================*/
.dk-login-bg {
    background: #e6e6e6 !important;
}