.logo-holder {
    clear: both;
    width: 100%;
    height: 56px;
    background: #355981;
    position: absolute;
    padding-left: 7px;
}

[class*=sidebar-dark-] {
    background-color: #FFFFFF;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #f0f2f5;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: none;
    background: #f2e999;
    border-radius: 10px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #355981;
}

.badge-danger {
    background-color: #ff5c5c;
}

.btn-primary {
    background-color: #355981;
    border-color: #355981;
}

.btn-danger {
    background-color: #ff5c5c;
    border-color: #ff5c5c;

}

.btn {
    border-radius: 0px;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.card-primary.card-outline {
    border-top: 3px solid #355981;
}

.lockscreen-item {
    border-radius: 4px;
    background: #fff;
    margin: 10px auto 30px;
    padding: 0;
    position: relative;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    background: #fff;
    left: -10px;
    padding: 5px;
    position: absolute;
    top: -25px;
    z-index: 10;
}

.action_link {
    padding-left: 5px;
    padding-right: 5px;
}

.action-btn {
    margin-top: 10px;
}

.alert-danger, .alert-error {
    color: #fff;
    background: #ff5c5c;
    border-color: #ff5c5c;
}

select.form-control[multiple] {
    height: 250px;
}

.btn-danger-outline {
    border: 1px #ff5c5c solid;
}

.btn-primary-outline {
    border: 1px solid #355981;
}

.text-primary {
    color: #355981 !important;
}

.form-check {
    margin-top: 40px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro";
}

small {
    color: gray;
}

.card {
    margin-top: 30px !important;
    padding: 10px !important;
}

.brand-image {
    margin-top: 3px;
}


.user-panel {
    margin-top: 70px !important;
}

.sidebar {
    padding-right: 0px !important;
}

a.btn {
    margin-right: 5px !important;
}

.content-wrapper {
    background-color: transparent !important;
}

.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: transparent !important;
}

.login-card {
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.login-card-body {
    padding: 0px !important;
}

.login-page {
    background-color: #f1f1f1;
}

.office-name {
    font-size: 20px;
    font-weight: normal;
}

.app-name {
    font-size: 22px;
    font-weight: normal;
}

.login-box {
    width: 330px;
}

.ministry-name {
    font-size: 16px;
    font-weight: normal;
}

.brand-box {
    padding: 20px
}

.login-internal-box {
    padding: 15px;
}

.bg-primary {
    background-color: #355981 !important;
}

.emailinput, .textInput, .numberinput {
    border-radius: 0px !important;
}

.select, .dateinput, .emailinput, .telinput, .datetimeinput {
    border-radius: 0px !important;
}

.printit {
    display: none !important;
}

.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.page-link {
    color: #355981;
}

.page-item.active .page-link {
    background-color: #355981;
    border-color: #355981;
}

.main-sidebar {
    padding-right: 7px;
    background: #355981;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ffffff;
    color: #212529;
    font-size: 18px;
    font-weight: bold;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #355981;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
}

form-control2 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.brand-text {
    line-height: 56px;
    text-align: center;
}