@import url("/static/css/font.9a6134fc0387.css");
body {
}

select {
    height: 40px;
}

#header {
    background: none;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #000;
    font-size: 40px;
}

div#user-tools {
    color: black;
    font-size: 18px;
}
div#user-tools > * {
    color: black!important;
}

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

a:link, a:visited {
    color: #585b61;
}

div.breadcrumbs {
    background: #c0c0c0;
    color: #000;
}

div.breadcrumbs a {
    color: #333;
}

.selector-chosen h2 {
    background: grey !important;
}

input, textarea, select, .form-row p, form .button {
    font-family: "Blender Pro";
    font-size: 20px;
}

.selector .selector-available h2 {
    font-family: "Blender Pro";
    font-size: 20px;
}
.selector-chosen h2 {
    font-family: "Blender Pro";
    font-size: 20px;
}

label {
    font-family: "Blender Pro";
    font-size: 20px !important;
}
div .help {
    font-family: "Blender Pro";
    font-size: 18px !important;
}

.select2-container--admin-autocomplete .select2-selection--single .select2-selection__rendered {
    font-family: "Blender Pro";
    font-size: 20px !important;
}

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

.button.default, input[type=submit].default:hover {
    background-color: #434349;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background-color: #c0c0c0;
}

.button, input[type=submit]:hover {
    background-color: grey;
}

#content-main a {
    font-size: 16px;
}

table thead th .text span {
    font-size: 17px;
}

.paginator a:link, .paginator a:visited {
    background-color: grey;
}

.form-row input[type=text] {
    width: 80%;
}

.form-row textarea[name=body] {
    width: 80% !important;
}

input[name=_addanother] {
    display: none;
}

input[name=_continue] {
    display: none;
}

/* operation-admin */
.operation-green {
    color: green;
}
#operation-notice {
    list-style-type: none;
    font-size: 16px;
    padding: 30px;
    border: 0px solid;
    border-radius: 16px;
    margin-bottom: 17px;
    -webkit-box-shadow: 0 0 30px rgb(141, 141, 141, 0.3);
            box-shadow: 0 0 30px rgb(141, 141, 141, 0.3);
}

/* FONTS */
body {
   font-family: "Blender Pro";
}

h1, h2, h3, h4 {
   font-family: "Blender Pro";
}

div[class=breadcrumbs] {
    display: none;
}

h1 {
    font-size: 28px;
}

.select2-results__option {
    font-size: 20px!important;
}

.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
    background-color: grey!important;
}

div .field-expected {
    background-color: #c0c0c0;
}

div .field-assumed {
    background-color: #F5E625b3;
}

div .field-claimed {
    background-color: #F57A00b3;
    color: white;
}

div .field-matched {
    background-color: #03a9f4b3;
    color: white;
}

div .field-devoted {
    background-color: #1ac31ab3;
    color: white;
}
div .field-incurred {
    background-color: #c0c0c0;
}
div .field-received {
    background-color: #c0c0c0;
}
