@font-face {
    font-family: "Roboto";
    src: url(../fonts/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular.ttf) format("truetype"), url(../fonts/RobotoRegular.svg#Roboto) format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal; }

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?5q2eeu');
    src: url('../fonts/icomoon.eot?5q2eeu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5q2eeu') format('truetype'),
    url('../fonts/icomoon.woff?5q2eeu') format('woff'),
    url('../fonts/icomoon.svg?5q2eeu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mech-font';
    src:  url('../fonts/mech-font.eot?mg55v');
    src:  url('../fonts/mech-font.eot?mg55v#iefix') format('embedded-opentype'),
    url('../fonts/mech-font.ttf?mg55v') format('truetype'),
    url('../fonts/mech-font.woff?mg55v') format('woff'),
    url('../fonts/mech-font.svg?mg55v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="mech-"], [class*=" mech-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    background: transparent;
    font-family: 'mech-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
  Normalize
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block; }

audio,
canvas,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden], template {
    display: none; }

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
    font-family: sans-serif; }

body {
    margin: 0; }

a {
    background: transparent; }
a:focus {
    outline: thin dotted; }
a:hover, a:active {
    outline: 0; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }

h3 {
    font-size: 1.17em;
    margin: 1em 0; }

h4 {
    font-size: 1em;
    margin: 1.33em 0; }

h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }

h6 {
    font-size: 0.75em;
    margin: 2.33em 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

mark {
    background: #ff0;
    color: #000; }

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em; }

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
    content: '';
    content: none; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 0; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0;
    white-space: normal; }

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline; }

button, input {
    line-height: normal; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
input[disabled] {
    cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto;
    vertical-align: top; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

body {
    font-family: "Roboto";
}
/* Interface elements*/
body.login {
    background: #000;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
}
body.main {
    background: #eeeeee;
    box-sizing: border-box;
}
.i-container {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 70px);
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    grid-template-rows: 230px calc(100% -  260px);
    justify-content: space-between;
    align-content: space-between;
    grid-row-gap: 30px;
}
/* End of interface elements */

/*  Basic page elements */
.b-header {
    display: flex;
    position: relative;
    height: 70px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    background: #009688;
    justify-content: space-between;
    z-index: 200;
}
.b-holder {
    position: relative;
    padding: 16px;
    background: #fff;
    box-sizing: border-box;
}
.b-holder--transparent {
    background: transparent;
    padding: 0;
}

.b-holder__flex {
    position: relative;
    display: flex;
    height: auto;
    justify-content: space-between;
}
.b-holder__white {
    position: relative;
    height: calc(100% - 85px);
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
}


.b-title {
    margin: 0 0 30px 0;
    font-size: 1.5em;
    line-height: 1;
    color: #000;
}
.b-data {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.b-data--subplant {
    width: calc(50% - 5px);
}
.b-data__item {
    position: relative;
    display: block;
    padding-left: 44px;
    box-sizing: border-box;
    overflow: hidden;
    height: 77px; /* prev 50 */
}
.b-data__item--plant {
    padding-right: 50%;
    height: 65px;
    margin-bottom: 15px;
}
.b-data__item--subplant {
    height: 65px;
    margin-bottom: 15px;
}
.b-data__input-holder {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
}
.b-data__value--impact {
    vertical-align: top;
    margin-top: 15px;
    line-height: 1;
}
.b-data__impact {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #d15757;
    line-height: 1;
    font-size: 16px;
}
@media all and (max-width: 1280px) {
    .b-data__item {
        height: 77px;
    }
}
@media all and (max-width: 1370px) {
    .b-data__item--plant {
        height: auto;
    }
}
@media all and (max-width: 1370px) {
    .b-data__item--subplant {
        height: auto;
    }
}
@media all and (max-width: 1280px) {
    .b-data__item--plant {
        height: auto;
        padding-right: 0;
    }
}
@media all and (max-width: 1280px) {
    .b-data__item--subplant {
        height: auto;
        padding-right: 0;
    }
}

.b-data__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: transparent;
}
.b-data__image--wheat {
    background: #baa462;
}
.b-data__image--rapeseed {
    background: #92d050;
}
.b-data__image--soybean {
    background: #548235;
}
.b-data__image--corn {
    background: #ed7d31;
}
.b-data__image--sunflower {
    background: #ffc000;
}
.b-data__name {
    display: block;
    color: #000;
    line-height: 1;
    font-size: 1.1em;
    margin-top: 5px;
}
.b-data__text {
    max-width: 205px;
    color: #bdbdbd;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 2px;
}
@media all and (max-width: 1250px) {
    .b-data__text {
        margin: 10px 0;
    }
}
.b-data__value {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.3em;
    line-height: 1;
    color: #bdbdbd;
}
.b-data__value--green {
    color: #0a9a8d;
}

.b-button {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 55px;
    width: 100%;
    line-height: 55px;
    box-sizing: border-box;
}
.b-userdata {
    position: relative;
    display: flex;
    width: 40%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.b-userdata--first {
    width: 700px;
}
.b-userdata--second {
    min-width: 445px;
    width: auto;
    justify-content: space-between;
}
@media all and (max-width: 1200px) {
    .b-userdata {
        width: 50%;
    }
}
.b-userdata__item {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
@media all and (max-width: 1200px) {
    .b-userdata__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.b-userdata__item:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 28px;
    width: 2px;
    background: #1fa396;
}
.b-userdata__item--name {
    padding-left: 85px;
}
.b-userdata__item--name:before {
    display: none;
}
.b-userdata__item--name:hover {
    background: #007268;
}
.b-userdata__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #007268;
    border: #68c0b8 solid 1px;
    background-size: contain;
    background-position: center;
    background-image: url("../img/dummy-ava.jpg");
}
.b-userdata__primary {
    font-size: 1.1em;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
}
.b-userdata__primary--inline {
    display: inline-block;
}
.b-userdata__secondary {
    font-size: 1em;
    color: #68c0b8;
    line-height: 1;
}
.b-userdata__item--name .b-userdata__secondary{
    margin-top: 5px;
}
.b-userdata__item--name .b-userdata__primary{
    margin-top: 2px;
}
.b-userdata__item--last {
    padding-right: 30px;
}
.b-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.b-userdata__item:hover .b-menu {
    display: block;
}

.b-data__total {
    display: inline-block;
    color: #009688;
    line-height: 1;
    font-size: 13px;
}
.b-data__percent {
    display: inline-block;
    font-size: 0.8em;
    color: #c0c0c0;
    margin-left: 0;
    line-height: 1;
}
@media all and (max-width: 1520px) {
    .b-data__percent {
        font-size: 0.6em;
    }
}

.b-chart {
    position: relative;
    width: calc(50% - 25px);
}
#myChart {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.b-settings {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.b-settings__item {
    position: relative;
    height: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.b-settings__item--first {
    padding-right: 40%;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: left;
}
.b-settings__item--last {
    position: absolute;
    bottom: 35px;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
}
.b-settings__title {
    display: block;
    color: #000;
    line-height: 1;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
}
.b-setting__checkbox {
    position: absolute;
    right: 0;
    top: -2px;
}

.b-settings__switch {
    position: relative;
    display: inline-block;
    text-align: center;
}
.b-settings__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9a9a;
}
.b-settings__info--first {
    left: -90px;
}
.b-settings__info--second {
    right: -90px;
}
.b-settings__info--current {
    color: #1da295
}

.b-picker {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 20;
    color: #000;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    font-size: 1.1em;
    cursor: pointer;
}
.b-picker:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #757575;
}
.b-languages {
    display: none;
    position: absolute;
    top: -60px;
    right: 0;
    background: #fff;
    z-index: 50;
    width: 160px;
    height: auto;
    margin: 0;
    padding: 32px 0;
    list-style: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.js-active + .b-languages {
    display: block;
}
.b-languages__item {
    position: relative;
    color: #000;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding: 0 32px;
    font-size: 1.1em;
    cursor: pointer;
}
.b-languages__item:hover {
    background: #eeeeee;
    transition: all .3s ease;
}
.b-languages__item--current {
    margin-bottom: 10px;
}
.b-languages__item--current:hover {
    background: #fff;
}
.b-languages__item--current:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #757575;
}
.b-subheader {
    position: relative;
    height: 70px;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
/*customize for material-design elements*/
.mdl-button--accent.mdl-button--accent.mdl-button--raised {
    background-color: #549788;
    font-size: 1.5em;
    line-height: 55px;
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised:hover {
    background-color: #2A4B44;
    transition: all .3s ease;
}

.mdl-slider.is-upgraded {
    color: #009688;
}

.mdl-slider::-webkit-slider-thumb{
    background: #009688;
}
.mdl-slider.is-upgraded::-ms-fill-lower {
    background:linear-gradient(to right,transparent,transparent 16px,#009688 16px,green 0);
}
.mdl-slider.is-upgraded::-ms-fill-upper{
    background:linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0);
}
.mdl-slider.is-upgraded::-webkit-slider-thumb{
    background: #009688;
    height: 20px;
    width: 20px;
}
.mdl-slider.is-upgraded::-moz-range-thumb{
    background: #009688;
    height: 20px;
    width: 20px;
}
.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb{
    box-shadow:0 0 0 10px rgba(204,234,231,.26)
}
.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb{
    box-shadow:0 0 0 10px rgba(204,234,231,.26)
}
.mdl-slider.is-upgraded:active::-webkit-slider-thumb{
    background: #009688;
}
.mdl-slider.is-upgraded:active::-moz-range-thumb{
    background: #009688;
}
.mdl-slider.is-upgraded::-ms-thumb{
    background: #009688;
}
.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb{
    background:radial-gradient(circle closest-side, #009688 0%,green 37.5%,rgba(204,234,231,.26)37.5%,rgba(204,234,231,.26)100%);
}
.mdl-slider.is-upgraded:active::-ms-thumb{
    background: #009688;
}
.mdl-slider__background-lower {
    background: #009688;
}
.mdl-slider {
    margin: 0 14px;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #009688;
}
.mdl-checkbox__ripple-container .mdl-ripple {
    background: #009688;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{
    background:#009688 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}
.mdl-switch.is-checked .mdl-switch__thumb {
    background: #009688;
}
.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(81,147,136, .5);
}
.mdl-switch__ripple-container .mdl-ripple {
    background: #009688;
}
.mdl-switch {
    width: auto;
}
.mdl-switch__track {
    background: rgba(81,147,136, .5);
}
.b-data__name--link {
    text-decoration: none;
}
.b-menu .b-data {
    display: grid;
    margin-top: 0;
    grid-template-rows: 1fr 1fr;
}
.b-menu .b-data__image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.b-menu .b-data__item {
    padding-left: 44px;
    height: 77px;
    font-size: inherit;
}
.b-menu .b-data__name {
    display: block;
    line-height: 77px;
    font-size: 1.1em;
    margin-top: 0;
    color: #bdbdbd;
}
.mech-restart:before {
    content: "\e905";
    color: #727272;
    font-size: 36px;
}
.mech-quit:before {
    content: "\e903";
    color: #727272;
    font-size: 36px;
}
.mech-ebitda:before {
    content: "\e901";
    color: #727272;
}
.mech-working-capital:before {
    content: "\e907";
    color: #727272;
}
.mech-your-investment:before {
    content: "\e909";
    color: #727272;
}
.mech-mechanizators-investment:before {
    content: "\e902";
    color: #727272;
}
.mech-team-investment:before {
    content: "\e906";
    color: #727272;
}
.mech-your-cashyield:before {
    content: "\e908";
    color: #727272;
}
.mech-your-rentability:before {
    content: "\e90a";
    color: #727272;
}
.mech-rentability:before {
    content: "\e904";
    color: #727272;
}