@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);

/* ---------------------------
    Reset
--------------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height:1.2; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {  vertical-align: top; text-align: left; }
nav li { display:block; list-style:none; }
img { display: inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:30px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;line-height: 1.4;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],
input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:50px;line-height: 50px;padding:0;font-size:16px;color:#fff;vertical-align:middle;width:100%;text-align: right;}
textarea{height:auto; padding: 20px;line-height: 1.2;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],
input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:transparent;border:0;border-bottom:1px solid #fff;-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,
input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;}
input[type="radio"],input[type="checkbox"]{margin:5px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
input[type="submit"] { border: none; }
select,input[type="file"]{height:30px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

/* ---------------------------
    General
--------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    min-height: 100%;
}
body {
    overflow: hidden;
    font: 400 16px/1.3 Lato, arial, serif;
    background: #f9f6f1;
    padding-left: 235px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #809000;
}
a:hover {
    text-decoration: underline;
}
p {
    padding-bottom: 15px;
}
strong {
    font-weight: 600;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}
td, th {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #ece7e1;
    font-weight: 700;
    letter-spacing: 0.1em;
}
th {
    font-size: 13px;
    font-weight: 900;
}
tbody tr:last-child th,
tbody tr:last-child td {
    border-bottom: 0;
}
tbody tr td.red {
    color: #e74a39;
}
tbody tr td.green {
    color: #809000;
}


/* ---------------------------
    Layout
--------------------------- */
#header {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

#nav {
    width: 235px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 30px 20px;
    font-weight: 700;
    background-image: url("../images/nav-bg.jpg");
}
#nav ul {
    padding: 10px;
}
#nav a {
    color: #fff;
    display: block;
    padding: 14px 0;
}
#nav ul:not(.user-nav-list):last-child {
    padding: 0 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#nav .badge {
    display: inline-block;
    background: #f8e15c;
    color: #222;
    border-radius: 100%;
    font-size: 11px;
    line-height: 20px;
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

#main {
    color: #656b6c;
    padding: 1.5% 3% 3% 3%;
}
#main section {
    margin-bottom: 30px;
}

/* ---------------------------
    Specific + Forms
--------------------------- */
::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}
::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}
:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}
input:-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    position: absolute;
    color: #fff;
    left: 0;
    top: 15px;
}

.form-actions {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}
.form-actions p a {
    color: #f8df64;
    text-decoration: underline;
    font-size: 12px;
}
.form-actions .btn {
    margin-bottom: 20px;
}

.checkbox {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.checkbox label {
    font-size: 16px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}
.checkbox a {
    font-weight: bold;
}
.checkbox input {
    visibility: hidden;
    position: absolute;
    height: 0;
}
.checkbox label:before {
    background: transparent center no-repeat;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #f8df64;
    border-radius: 3px;
    -webkit-transition: background .1s;
    transition: background .1s;
}
.checkbox input:checked + label:before {
    background-color: #f8df64;
    background-image: url(../images/icon-tick.png);
}

.btn {
    font-weight: bold;
    display: inline-block;
    border: 1px solid transparent;
    line-height: 45px;
    padding: 0 50px;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #f8df64;
    color: #4a4a4a;
}
.btn:hover {
    background: #eed453;
    text-decoration: none;
}
.btn-transparent {
    color: #fff;
    background: none;
    border-color: #fff;
}
.btn-transparent:hover {
    background: #fff;
    color: #4a4a4a;
}
.btn-white {
    background: #fff;
    color: #809000;
    border-color: #809000;
}
.btn-white:hover {
    background: #f8e15c;
    color: #222;
    border-color: transparent;
}
.btn-medium {
    line-height: 40px;
    font-size: 13px;
    padding: 0 15px;
}
.btn-large {
    font-size: 19px;
    line-height: 55px;
    padding: 0 75px;
}

.box {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    color: #6e6963;
    position: relative
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
.box > h2 {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #dfd7cd;
    background: #f1ece4;
    padding: 20px 30px;
    color: #6e6963;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.box .inner {
    padding: 20px 5%;
}
.box input, textarea {
    border-bottom-color: #ddd;
    color: #6e6963;
}
.box input:-webkit-autofill,
.box input:-webkit-autofill:hover,
.box input:-webkit-autofill:focus,
.box input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #6e6963;
}
.box .form-group label {
    color: #9f9b96;
}
.box ::-webkit-input-placeholder {
    color: #9f9b96;
}
.box ::-moz-placeholder {
    color: #9f9b96;
}
.box :-ms-input-placeholder {
    color: #9f9b96;
}
.box input:-moz-placeholder {
    color: #9f9b96;
}
.box .box-close {
    position: absolute;
    right: 15px;
    top: 0;
    color: #9f9b96;
    font-weight: 700;
    font-size: 40px;
}
.box .vcard .org {
    font-weight: bold;
}
.box .vcard .adr {
    margin-bottom: 15px;
}
.box .vcard .full-name {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    padding-bottom: 30px;
}
.box .vcard .tel {
    letter-spacing: 0;
    font-size: 16px;
    padding: 0;
}
.box .vcard .email {
    letter-spacing: 0;
    font-size: 16px;
    padding-top: 28px;
}
.box .nav li {
    list-style: none;
    display: block;
}
.box .nav a {
    color: #6e6963;
    font-size: 13px;
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #dfd7cd;
}
.box .nav .active > a,
.box .nav a:hover {
    font-weight: bold;
}
.box .nav li li a {
    padding: 10px 0;
    color: #809000;
}
.box .nav li li:last-child a {
    border: 0;
}
.box .nav ul ul {
    padding: 0 30px;
    border-bottom: 1px solid #dfd7cd;
}
.box-table .inner {
    padding: 10px 30px;
}
.box-change {
    margin-top: 60px;
    font-size: 13px;
    background: #809000;
    border-radius: 10px;
    padding: 26px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.box-change time {
    padding-top: 15px;
    display: block;
    font-size: 16px;
}
.box-prices {
    overflow-x: auto;
}
.box-prices h2 {
    background: #f8e15c;
    min-width: 960px;
}
.box-prices .inner {
    padding: 0 30px;
    min-width: 900px;
}
.box-prices table {
    margin-top: -47px;
    min-width: 900px;
}
.box-prices tr:last-child th:nth-child(4),
.box-prices tr:last-child th:nth-child(6),
.box-prices td:nth-child(4),
.box-prices td:nth-child(6) {
    border-left: 1px solid #ece7e1;
    padding-left: 10px;
}

.primary {
    padding: 30px 70px 0;
}
.primary h2 {
    font-size: 44px;
    font-weight: 300;
    padding: 0 0 30px;
}
.secondary {
    background: #f9f6f1;
    padding: 30px 70px;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
}
.secondary .checkbox {
    text-align: left;
    display: block;
}
.secondary .checkbox label {
    font-size: 14px;
}
.secondary .checkbox-small label {
    font-size: 12px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-space {
    margin: 10px 0;
}

.width-auto {
    width: auto;
}

.alert {
    padding: 10px;
    position: relative;
    font-size: 16px;
    background: #fff;
    color: #4a4a4a;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.page-panel {
    background: #f9f6f1;
    padding-left: 235px;
}

.section-header {
    margin-bottom: 30px;
}
.section-header h1 {
    color: #6e6963;
    font-size: 30px;
    text-align: center;
}

.mask {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.map {
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.list {
    font-size: 18px;
}
.list img {
    display: block;
}
.list li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #ece7e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-sites {
    font-weight: bold;
    font-size: 14px;
}

.post-listing {
    margin-bottom: 20px;
}
.post-listing .inner {
    padding: 0 25px 25px 25px;
}
.post-listing .mask {
    height: 270px;
    border-radius: 10px 10px 0 0;
}
.post-listing header {
    background: rgba(248, 225, 92, .9);
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 20%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.post-listing header h2 {
    font-size: 30px;
    font-weight: 300;
    color: #4a4a4a;
}
.post-listing footer {
    font-size: 13px;
}
.post-listing .more,
.post-listing footer a {
    font-weight: bold;
    font-size: 13px;
    color: #809000;
}
.post-listing .more {
    display: inline-block;
}
.post-listing time {
    float: right;
    color: #4a4a4a;
}
.post-listing a {
    color: #656b6c;
    text-decoration: none;
}
.post-listing a:hover header {
    padding: 30px;
}

.post-nav {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 30px;
}
.post-nav a {
    font-weight: 700;
    max-width: 49%;
    display: block;
    float: left;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.post-nav a:last-child {
    float: right
}

.post-single {
    font-size: 18px;
}
.post-single .mask {
    height: 360px;
    border-radius: 10px;
}
.post-single .mask h1 {
    background: rgba(248, 225, 92, .9);
    padding: 15px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 40%;
    font-size: 30px;
    font-weight: 300;
    color: #4a4a4a;
}
.post-single time {
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.posts .post-listing .more {
    display: inline-block;
    padding-top: 10px;
}
.posts .col6:nth-of-type(1) .mask {
    border-radius: 10px 0 0 10px;
}
.posts .col6:nth-of-type(2) .mask {
    border-radius: 0 10px 10px 0;
}

.grid .mask {
    border-radius: 10px 10px 0 0;
    background-color: #fefcee;
    background-size: auto;
    height: 140px;
    font-size: 0;
    text-align: center;
}
.grid .inner {
    text-align: center;
    padding: 0 25px 25px 25px;
}

/* Pages */
.page-signin,
.page-signup,
.page-password {
    padding: 70px 0;
    text-align: center;
}

.page-post {
    background: #fff;
}

/* ---------------------------
    Grid
--------------------------- */
.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.container-1000 {
    max-width: 1000px;
}
.container-800 {
    max-width: 800px;
}
.container-700 {
    max-width: 700px;
}
.container-500 {
    max-width: 500px;
}
.container-400 {
    max-width: 400px;
}

.container-full {
    max-width: 100%;
}

.row {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row [class^="col"] {
    float: left;
    display: block;
    padding: 0 10px;
}
.row-padding0 {
    margin: 0
}
.row-padding0 [class^="col"] {
    padding: 0;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.66666666666666%;
}
.col10 {
  width: 83.33333333333334%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.66666666666666%;
}
.col7 {
  width: 58.333333333333336%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.66666666666667%;
}
.col4 {
  width: 33.33333333333333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.666666666666664%;
}
.col1 {
  width: 8.333333333333332%;
}

/* ---------------------------
    Other
--------------------------- */
.page-login {
    padding: 0;
    background-image: url("../images/bg.jpg");
}

.errorlist li {
    list-style-type: none;
}

#login-logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

.select select {
    color: #6e6963;
}

.select label, .file label, .textarea label {
    position: static;
}

.select select option {
    color: #6e6963;
}

.django-ckeditor-widget {
    margin-top: 40px;
}
input.cke_dialog_ui_input_text {
    color: black;
    height: auto;
    line-height: 12px;
    text-align: left;
    font-size: 12px;
}

.errorlist {
    padding: 10px;
    position: relative;
    font-size: 16px;
    background: #ff5242;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}

.errorlist:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #543f30;
    border-bottom-color: #ff5242;
}

label.login {
    color: #fff;
}

.form-group textarea {
    text-align: left;
    max-width: 100%;
}

#user-nav {
    height: 50px;
    width: 150px;
    padding: 5px;
    background-color: #eed453;
    border-radius: 3px;
    position: relative;
}

#user-nav:hover {
    border-radius: 0 0 3px 3px;
}

#user-nav ul {
    visibility: hidden;
    display: none;
    opacity: 0;

    position: absolute;
    left: 0;
    bottom: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    width: 150px;
}

#user-nav ul li a {
    color: #6e6963;
}

#user-nav:hover ul {
    visibility: visible;
    display: block;
    opacity: 1;
}

.user-nav-text {
    color: #6e6963;
    text-align: center;
}

.news-lead {
    height: 95px;
}

.indications-table td, .indications-table th:not(.indications-outpost) {
    text-align: right;
}

.mask .dot-new {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f8e15c;
    color: #f8e15c;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.inline-dot-new {
    display: inline-block;
    margin-left: 5px;
    background: #f8e15c;
    color: #f8e15c;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    text-align: center;
}

.stock-listings th {
    text-transform: uppercase;
}
.stock-listings td {
    color: #9f9b96;
}

.contract-list-container .col6:first-child
{
    padding-left: 40px;
    padding-right: 0;
    border-right: 1px solid #dfd7cd;
}
.contract-list-container .col6:last-child
{
    padding-right: 40px;
    padding-left: 0;
}
.contract-list-container .col6 div
{
    letter-spacing: 0.05em;
    font-size: 13px;
    padding: 15px;
    border-bottom: 1px solid #dfd7cd;
}
.contract-list-container .col6:first-child div
{
    padding-left: 0;
}
.contract-list-container .col6:last-child div
{
    padding-right: 0;
}
.contract-list-container .col6 div:last-child
{
    border-bottom: 0;
}
.contract-list-container span
{
    float: right;
}

.contract-dot {
    margin-left: 5px;
    line-height: 21px;
    height: 21px;
    width: 21px;
}

.indications-table td {
    color: #9f9b96;
    text-transform: uppercase;
}
.indications-table tbody th {
    text-transform: uppercase;
}
.indications-info {
    font-size: 12.5px;
    letter-spacing: 0.05em;
}

.year-list a {
    font-weight: 900;
}
.year-list p {
    padding: 15px;
}
.delivery-report-time {
    font-weight: 900;
}

.profile label {
    font-weight: 700;
    font-size: 12px;
}
.profile input {
    font-size: 17px;
}

.tos a:first-child {
    margin-right: 5px;
}

.date .hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.no-wrap {
    white-space: nowrap;
}

.marquee {
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    color: #809000;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 45s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

video#navvid {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 235px;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/nav-bg.jpg) no-repeat;
    background-size: cover;
}


.report-header {
    padding: 15px 10px 20px;
    text-align: center;
    background-color: #d0ccc8;
}

.company-info--mobile {
    margin-bottom: 20px;
    font-size: 16px;
}

.company-info--desktop {
    display: none;
}

@media (min-width: 978px) {
    .company-info--mobile {
        display: none;
    }

    .company-info--desktop {
        display: block;
    }
}

.report-header h1 {
    font-size: 30px;
}

.report-header h2 {
    font-size: 20px;
}

.report-table {
    margin-top: 20px;
}

.report-table th {
    border: 1px solid #656b6c;
    vertical-align: middle;
}

.report-table__head th {
    padding: 6px;
    background-color: #d0ccc8;
    text-align: center;
    font-size: 12px;
}

.report-table__body td {
    border: 1px solid #656b6c !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding: 6px;
}

.horizontal-scroll {
    width: 100%;
    overflow-x: auto;;
}

.u--block-space {
    margin: 20px 0;
}

.u--text-black {
    color: black;
}

.c-label {
    position: relative;
    margin: 5px 0 30px;
    font-size: 14px;
}

.c-label::after {
    content: attr(data-trans);
    position: absolute;
    top: 18px;
    left: 0;
    font-size: 13px;
    text-align: left;
}

.c-label--bold {
    font-weight: bold
}

.c-label + .c-label {
    margin-top: 25px;
}

/* ---------------------------
    Media query
--------------------------- */
@media (min-width: 1280px) {
    .c-label {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .c-label {
        font-size: 18px;
    }
}

@media (max-width: 979px) {
    .row [class^="col"] {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}

@media (max-height: 960px) {
    #nav.admin a {
        padding: 5% 0;
        font-size: 80%;
    }

    #nav.admin .user-nav-text {
        font-size: 80%;
    }
}

@media (max-height: 720px) {
    #nav a {
        padding: 6% 0;
        font-size: 90%;
    }

    #nav.admin a {
        padding: 3% 0;
        font-size: 75%;
    }

    #nav.admin .user-nav-text {
        font-size: 75%;
    }
}

@media (max-height: 600px) {
    #nav.admin a {
        padding: 2% 0;
        font-size: 65%;
    }

    #nav.admin .user-nav-text {
        font-size: 65%;
    }
}

/* ---------------------------
    Print
--------------------------- */
@media print {
    body {
        padding-left: 0px !important;
        background-color: white;
        color: #222;
    }

    .pdf-section {
        background-color: white;
        color: black;
    }

    .report-table {
        max-width: 100%;
    }

    .report-header,
    .report-table__head th {
        background-color: #d0ccc8 !important;
    }

    .company-info--desktop {
        display: block;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-row-group;
    }

    tr, th, td { page-break-inside: avoid }
}
