body {
    box-sizing: border-box;
    margin: 0 90px;
    position: relative;
}

*, h5, h4, h6, p, span, a {
    font-family: 'Roboto', serif;
}

.headline {
    text-align: center;
    margin: 5% auto 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

.center {
    text-align: center;
}

h1:after {
    content: '';
    bottom: 35px;
    max-width: 305px;
    height: 25px;
    display: block;
    left: 0;
    right: 0;
    margin: 15px auto;

    background: transparent url(../img/h-after2.png) no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.important {
    color: #f39100 !important;
}

b, strong {
    font-weight: 700;
}

em {
    padding-left: 20px;
}

.form-control {
    text-shadow: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

input:active, input:focus, textarea:active, textarea:focus {
    box-shadow: none !important;
    border-color: #f39100 !important;
}

textarea {
    resize: none !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #f39100;
    border: 0;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    background-color: white;
    border: 1px solid #3d3d3d;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
    color: black;
}

.checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 30px !important;
    font-size: 16px;
    font-weight: 300;
    padding-top: 3px;
}

.checkbox input[type=checkbox]:checked + label::after {
    content: "✔";
}

.checkbox label::after {
    display: inline-block;

    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 12px;
}

.btn-primary {
    text-shadow: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #f39100 !important;
    border-color: #f39100 !important;

    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

.btn-primary:hover {
    color: white;
    background-color: #f39100 !important;
    border-color: #f39100 !important;
    box-shadow: none !important;
}

.btn-danger {
    text-shadow: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #f30000 !important;
    border-color: #f30000 !important;

    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

.btn-danger:hover {
    color: white;
    background-color: #f30000 !important;
    border-color: #f30000 !important;
    box-shadow: none !important;
}

.btn:active, .btn:focus, .btn:hover {
    color: white;
    background-color: #f39100 !important;
    border-color: #f39100 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.input-res {
    border: none;
    background: transparent;
    max-width: 50px;
}

.input-res:active, .input-res:focus, .input-res:hover {
    border: none;
    background: transparent;
    max-width: 50px;
}

.star {
    font-size: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: -15px;
}

.star-good {
    display: inline-block;
    font-size: 30px;
    color: #ffc107;
    text-align: center;
}

.star-bad {
    display: inline-block;
    font-size: 30px;
    color: #a9a9a9;
    text-align: center;
}

.stamp {
    text-align: center;
}

.b-orange {
    background-color: #f39100 !important;
}

.b-red {
    background-color: #f30000 !important;
}

.b-green {
    background-color: #10f300 !important;
}

.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
    display: none !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #999999 !important;
    background-color: rgba(153, 153, 153, 0.25) !important;
    border-radius: 0;
    border: white 3px solid;
    max-height: 10px;
}

.datepicker table tr td {
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff !important;
    background-color: rgb(243, 145, 0) !important;
    border: white 3px solid !important;
    border-radius: 0;
    max-height: 10px;
}

.dropdown-menu {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.prev, .prev:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.next, .next:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.datepicker-switch, .datepicker-switch:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.dow, .dow:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.month, .month:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.year, .year:hover {
    border-radius: 0 !important;
    font-family: 'Roboto', serif;
    color: black !important;
    text-shadow: none !important;
}

.modal-content {
    border-radius: 0 !important;
}

.card, .card-img-top {
    border-radius: 0 !important;
}

.stats-up {
    font-size: 10px;
    color: #2ca72c;
    padding: 10px
}

.stats-down {
    font-size: 10px;
    color: #de1919;
    padding: 10px
}

ul {
    list-style-type: none;
}

.modal-lg{
    max-width: 70% !important;
}