a {
    color: #1A287A;
}


.progress-bar {
    background-color: #1A287A;
}


.dm-login-form,
.dm-public-content header,
.terms .card {
    border-top-color: #1A287A;
}
.dm-login-form .login-logo,
.dm-public-content .dm-logo,
.terms .logo{
    margin-top: 10px;
}
.submit-control .btn-signin {
    background: #1A287A;
}
.submit-control .btn-signin:hover {
    background: #ED8134
}

header.global {
    background-color: #1A287A !important;
}


.sidebar li.menu-item.active a.menu-link,
.sidebar li.menu-item:hover a.menu-link {
    color: #1A287A !important;
}

.sidebar li.menu-item.expanded .sub-menu li.active a {
    color: #1A287A !important;
}

.sidebar li.menu-item .sub-menu a.submenu-link[data-v-afb61ac4]:hover {
    color: #ED8134 !important;
}

.sidebar li.menu-item.active .menu-icon,
.sidebar li.menu-item:hover .menu-icon {
    fill: #1A287A !important;
}

.sidebar li.menu-item::before {
    background: #1A287A !important;
}

.sidebar li.menu-item.expanded .sub-menu li.active::before {
    background: #1A287A !important;
}


.page-link {
    color: #1A287A;
    border-color: #1A287A;
}

.page-link:hover {
    background: #ED8134 !important;
}

.page-item.active .page-link {
    background-color: #1A287A !important;
    border-color: #1A287A !important;
}

.page-item.disabled .page-link {
    color: #1A287A !important;
    border-color: #1A287A !important;
}


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

.btn-primary.active {
    background: #ED8134 !important;
}

.btn-primary:disabled {
    background: #1A287A !important;
}

.btn-primary.dropdown-toggle {
    background: #1A287A !important;
    border-color: #1A287A !important;
}

.btn-primary:hover {
    background: #ED8134 !important;
}

.btn-outline-primary {
    color: #1A287A;
    border-color: #1A287A;
}

.btn-outline-primary.active {
    background: #1A287A !important;
    border-color: #1A287A !important;
}

.btn-outline-primary:disabled {
    color: #1A287A;
}

.btn-outline-primary.dropdown-toggle {
    border-color: #1A287A !important;
}

.btn-outline-primary:hover {
    background: #1A287A;
    border-color: #1A287A;
}

.btn-link {
    color: #1A287A;
}

.btn-link:hover {
    color: #ED8134;
}

.btn-link:disabled {
    color: #1A287A;
}


.panel-primary {
    border-color: #1A287A;
}

.panel-primary>.panel-heading {
    background-color: #1A287A;
    border-color: #1A287A;
}


.text-primary {
    color: #1A287A;
}

.label-primary {
    background-color: #1A287A;
}



