@font-face {
    font-family: 'DFDS';
    src: url("../css/DFDS-Light.woff2");
}

body{
font-family: "DFDS";
}

#header{
  height: 50px;
  background: #345370;
  color: #000;
  overflow: visible !important;
}

#header h1{
    margin: 0 !important;
}

#header a:link, #header a:visited{
    color: #bbddf3;
}

#branding h1{
  color: #fff;
  font-weight: bold;
}

h1{
  color: #49a2df;
  font-weight: bold;
}
.module h2, .module caption, .inline-group h2{
  background: #345370;
  color: #fff;
}
a.section:link{
  color: #fff;
}
a:link, a:visited {
  color: #447e9b;
}

#toolbar form input[type="submit"]{
    font-weight: 400;
    text-transform: none;
}

#changelist .actions .button{
    text-transform: none;
}

.form-row {
    padding: 3px !important;
}

.object-tools a:link, .object-tools a:visited{
    background: #ED8800;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.object-tools a:hover {
    color: #002b45;
}

.object-tools a {
    border-radius: 4px;
}

#nav-sidebar .current-app .section:link, #nav-sidebar .current-app .section:visited{
    color: #bbddf3;
}

#nav-sidebar .current-model{
    background: #bbddf3;
}

#user-tools{
    color: #fff;
    letter-spacing: 1px;
}

a.section:link, a.section: visited {
    color: #fff;
    letter-spacing: 1px;
}

div.breadcrumbs {
  background: #bbddf3;
  color:#10284e;
}
div.breadcrumbs a {
  color: #333;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
   background: #1874bc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=button]:hover, .submit-row input:hover, a.button:hover{
  background: #1874bc;
  color: #002b45;;
}
.button.default, input[type=submit].default, .submit-row input.default{
  background: #4caf50;
  color: #fff;
  font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button.default:hover, input[type=submit].default:hover, .submit-row input.default:hover{
  background: #4caf50;
  color: #345370;
}

.submit-row a.deletelink{
    font-weight: bold;
}