@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Raleway', Verdana, Arial, sans-serif;
}

#header {
    background: #FFFFFF;
    color: #000;
    border-bottom: 1px solid #F0F0F0;
}

#header a:link, #header a:visited {
    color: #0d47a1;
}

a:link, a:visited{
    color: #0d47a1;
}

a.section:link{
    color: #FFFFFF;
}

td, th {
    font-family: "Raleway", Verdana, Arial, sans-serif;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #002171;
    color: #fff;
    border-radius: 2px;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #0d47a1;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #002171;
}

.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #0d47a1;
}

.module h2, .module caption, .inline-group h2 {
    background: #002171;
}

div.breadcrumbs {
    background: #0d47a1;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #0d47a1;
}

.submit-row a.deletelink {
    border-radius: 2px !important;
}

input, textarea, select, .form-row p, form .button {
    font-family: 'Raleway', Verdana, Arial, sans-serif;
}
