.ie-view {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 20px;
    color: #fafafa;
}

.ie-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

section.full-height, .full-height.ng-scope {
    height: 100%;
}

.footer {
    font-size: 11px;
}

*:focus {
    border: none;
    outline: none;
}

.full-height-content {
    height: 100%;
}

section.ng-scope.white-background,
.white-background {
    background-color: #ffffff;
}

.logo-img,
.cursor-point {
    cursor: pointer;
}

img.logo-img {
    height: 38px;
    width: 38px;
    min-width: 38px;
}

.main-background-color {
    background: #3c8d40;
}

.no-internet-connection {
    position: absolute;
    left: 50%;
    margin-left: -215px;
    background-color: #f9edbe;
    color: #757575;
    font-size: 14px;
    padding: 10px 20px !important;
    border: 1px solid #ebc886;
    border-radius: 5px;
    z-index: 2000;
}

.check-browser-main {
    padding: 20px;
    text-align: center;
}

.browser-img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}

.browser-skip {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 30px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

md-progress-circular.orange .md-inner .md-left .md-half-circle {
    border-left-color: #f2ca80;
    border-top-color: #f2ca80;
}

md-progress-circular.orange .md-inner .md-right .md-half-circle {
    border-right-color: #f2ca80;
    border-top-color: #f2ca80;
}

md-progress-circular.orange .md-inner .md-gap {
    border-bottom-color: #f2ca80;
    border-top-color: #f2ca80;
}

.fixed-width-all {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.login-card {
    width: 480px;
    min-width: 320px;
    margin-top: 60px;
    border-radius: 5px;
}

.login-header {
    font-size: 1.5em;
    padding: 45px 0 30px;
    text-align: center;
}

.small-padding {
    padding: 15px 0 10px;
}

.login-or {
    font-size: 1.5em;
    margin: 20px auto;
}

.warning-message {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ef5350;
    background-color: #ffebee;
    left: 0;
    top: 0;
}

.warning-message.animate-show {
    padding: 7px 0;
}

.success-message {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #388e3c;
    background-color: #e8f5e9;
    left: 0;
}

.success-message.animate-show {
    padding: 7px 0;
}

.start-img {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.plus-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 15px;
}

/* START font view*/

h1, h2, h3, h4, h5, h6, p,
.reset-margin {
    margin: 0;
}

.md-30 {
    font-size: 30px;
}

.font-14 {
    font-size: 14px;
    line-height: 22px;
}

.font-16 {
    font-size: 16px;
}

.font-24 {
    font-size: 24px;
}

.font-w-600,
.md-toolbar-tools h2 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.grey-hard {
    color: #757575;
}

.grey-42 {
    color: #424242;
}

.grey-middle {
    color: #424242;
}

.grey-light {
    color: #9e9e9e;
}

.grey-bd {
    color: #bdbdbd;
}

.success-color {
    color: #008000;
}

.height-first {
    text-transform: capitalize;
}

.small-space-letter {
    letter-spacing: -1px;
}

/* END font view*/

/* START background */

.background-backing {
    background-color: #eeeeee;
}

.grey-background {
    background-color: #424242;
    width: 155px;
}

.background-opacity {
    opacity: 0.2;
}

.background-no-opacity {
    background-color: rgba(238, 238, 238, 1);;
}

.no-view, .select-empty > md-select > .md-select-value > span {
    opacity: 0;
}

.select-empty > md-select > .md-select-value > span.md-select-icon {
    opacity: 1;
}

.fields-view {
    width: 100%;
    background-color: #454545;
}

.active-field {
    background-color: #e8f5e9;
}

.background-light-grey {
    background-color: #fafafa;
}

/* END background */

/*START buttons*/

.blue-button {
    background-color: #1e88e5 !important;
}

a.md-button.md-default-theme.md-raised:not([disabled]).blue-button md-icon,
a.md-button.md-raised:not([disabled]).blue-button md-icon,
.md-button.md-default-theme.md-raised:not([disabled]).blue-button md-icon,
.md-button.md-raised:not([disabled]).blue-button md-icon {
    color: #ffffff;
}

.md-raised.yellow-button {
    background-color: #ffa726;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}

a.md-button.md-default-theme.md-raised:not([disabled]).yellow-button md-icon,
a.md-button.md-raised:not([disabled]).yellow-button md-icon,
.md-button.md-default-theme.md-raised:not([disabled]).yellow-button md-icon,
.md-button.md-raised:not([disabled]).yellow-button md-icon {
    color: #ffffff;
}

.md-raised.yellow-origin-size {
    background-color: #ffa726;
    color: #ffffff;
}

.md-raised.yellow-button.font-w-600 {
    font-weight: 600;
}

.blue-button:hover,
.blue-button:focus,
.blue-button:visited,
.md-button.blue-button:not([disabled]):hover,
.md-button.blue-button.md-raised:not([disabled]).md-focused {
    background-color: #1e88e5;
    color: #ffffff;
}

.yellow-button {
    background-color: #ffa726 !important;
}

.yellow-button:hover,
.yellow-origin-size:hover,
.yellow-button:focus,
.yellow-button:visited,
.md-button.yellow-button:not([disabled]):hover,
a.md-button.md-fab,
.md-button.md-fab, a.md-button.md-fab:hover,
.md-button.md-fab:hover, a.md-button.md-fab:focus,
.md-button.md-fab:focus,
a.md-button.md-raised:not([disabled]):hover,
.md-button.yellow-button.md-raised:not([disabled]):hover,
.md-button.yellow-origin-size.md-raised:not([disabled]):hover,
.md-button.yellow-origin-size.md-raised:not([disabled]).md-focused,
.md-button.yellow-button.md-raised:not([disabled]).md-focused {
    background-color: #ffa726;
    color: #ffffff;
}

.map-btn {
    padding: 0 20px;
    margin: 0 10px;
}

/*END buttons*/

/*START profile*/

.img-person {
    height: 80px;
    width: 80px;
    padding: 12px;
}

.profile-main {
    padding: 12px;
}

.button-block {
    margin-top: 10px;
}

.blue-profile-button,
.blue-profile-button:hover,
.blue-profile-button:focus,
.blue-profile-button:visited,
.md-button.blue-profile-button:not([disabled]):hover,
.md-button.blue-profile-button:not([disabled]).md-focused,
.md-button.md-fab.blue-profile-button {
    background-color: #1e88e5;
    color: #ffffff;
    margin: 0;
}

.red-profile-button,
.red-profile-button:visited,
.md-button.md-fab.red-profile-button {
    background-color: transparent;
    border: 1px solid #757575;
    color: #ef5350;
    margin: 0 0 0 10px;
}

.red-profile-button:hover,
.red-profile-button:focus,
.md-button.red-profile-button:not([disabled]):hover,
.md-button.red-profile-button:not([disabled]).md-focused {
    background-color: #ef5350;
    border: 1px solid #ef5350;
    color: #FFFFFF;
    margin: 0 0 0 10px;
}

.green-profile-button,
.green-profile-button:visited,
.md-button.md-fab.green-profile-button {
    background-color: transparent;
    border: 1px solid #757575;
    color: #3C8D40;
    margin: 0 10px 0 0;
}

.green-profile-button:hover,
.green-profile-button:focus,
.md-button.green-profile-button:not([disabled]):hover,
.md-button.green-profile-button:not([disabled]).md-focused {
    background-color:  #3C8D40;
    border: 1px solid #3C8D40;
    color: #FFFFFF;
    margin: 0 10px 0 0;
}

.exit-button,
.exit-button:hover,
.exit-button:focus,
.exit-button:visited,
.md-button.exit-button:not([disabled]):hover,
.md-button.exit-button:not([disabled]).md-focused {
    background-color: transparent;
    color: #9e9e9e;
    margin: 0;
}

.profile-tabs md-tabs-wrapper md-tabs-canvas {
    background-color: #3c8d40;
    color: #ffffff;
}

md-tabs.profile-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
    color: rgba(255, 255, 255, 0.72);
}

md-tabs.profile-tabs .md-tab.md-active, md-tabs .md-tab.md-focused,
md-tabs.profile-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active,
md-tabs.profile-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.24);
}

.package-box {
    height: 120px;
    margin: 10px;
    border-radius: 4px;
}

.current-plan {
    border: 2px solid #95a1aa;
}

.current-plan .name {
    font-size: 30px;
    font-weight: 600;
    color: #95a1aa;
}

.current-plan .price {
    font-size: 40px;
    font-weight: 600;
    color: #95a1aa;
}

.upgrade-options {
    background-color: #95a1aa;
}

.upgrade-options .price {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.upgrade-options .period {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.plan-name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    margin: 6px 0;
}

.plan-description {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.plan-link,
.md-button.plan-link.md-default-theme:not([disabled]):hover,
.md-button.plan-link:not([disabled]):hover {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    text-decoration: underline;
    color: #ffffff;
}

.buy-plan-btn,
.md-button.buy-plan-btn.md-default-theme:not([disabled]):hover,
.md-button.buy-plan-btn:not([disabled]):hover {
    color: #ffffff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.12);
    padding: 10px 30px;
}

.license-popup {
    width: 342px;
}

.license-inner {
    padding-top: 15px;
    margin: 20px;
}

.license-input {
    margin: 30px 0;
}

.md-raised.blue-active,
.md-button.md-default-theme.blue-active.md-raised:not([disabled]):hover,
.md-button.md-raised.blue-active:not([disabled]):hover {
    background-color: #1e88e5;
    color: #ffffff;
}

/*END profile*/

md-toast {
    z-index: 10000;
    position: fixed;

}

.fixed-panel {
    position: fixed;
    z-index: 30;
    top: 0;
    height: 65px;
}

.fixed-sub-panels {
    position: fixed;
    z-index: 30;
    top: 64px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.48);
}

.fixed-sub-panels:after {
    content: "";

}

.top-offset {
    padding-top: 125px;
}

.top-small-offset {
    padding-top: 80px;
}

.grey-text > a,
.grey-text > p {
    color: rgba(0, 0, 0, 0.54);
    padding: 25px 0;
    font-size: 1.1em;
}

.term-service {
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    padding: 10px 0;
}

.link-old-ef {
    color: #e0e0e0;
    font-size: 16px;
    margin: 25px 0;
    z-index: 10;
}

.link-old-ef > a {
    color: #e0e0e0;
}

.sigh-up-a {
    color: #1e88e5;
    font-weight: 500;
}

.layout-block {
    margin-top: 15px;
}

.field-box {
    padding-bottom: 15px;
}

.small-pad-bottom {
    padding-bottom: 15px;
}

.small-pad-bottom .filter-box {
    padding-bottom: 5px;
}

.round-border {
    border-radius: 4px;
}

.animate-show {
    opacity: 1;
    padding: 5px;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    transition: all .3s cubic-bezier(.55, 0, .55, .2);
}

.animate-show.ng-hide {
    opacity: 0;
    padding: 0 5px;
}

.add-button-actions {
    position: fixed;
    z-index: 2000;
    margin-left: -171px;
    top: 60px;
    padding-top: 40px;
}

.animate-show.top {
    top: 70px;
    right: calc(5% + 6px);
}

.tipsForButtons {
    min-width: 118px;
    max-width: 118px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: rgb(250, 250, 250);
    border-radius: 3px;
    padding: 5px 20px;
    margin: 10px;
    z-index: 1000;
    text-align: center;
}

/*header*/
md-menu-content.resources-menu {
    padding: 0;
}

md-menu-content.profile-header-info {
    min-height: 110px;
}

.md-toolbar-tools > a.menu-item,
md-toolbar:not(.md-menu-toolbar) .md-button.menu-item:not(.md-raised),
md-menu.md-menu-header {
    margin-top: 15px;
}

.md-toolbar-tools > a.menu-item,
md-toolbar:not(.md-menu-toolbar) .md-button.menu-item:not(.md-raised) {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.54);
    font-size: 16px;
    margin: 0 0 0 40px;
    min-width: 100px;
}

md-toolbar:not(.md-menu-toolbar) md-icon.menu-item {
    color: rgba(255, 255, 255, 0.54);
}

md-toolbar:not(.md-menu-toolbar) md-icon.menu-item.active {
    color: #ffffff;
}

.md-toolbar-tools > a.menu-item.active,
md-toolbar:not(.md-menu-toolbar) .md-button.menu-item.active:not(.md-raised) {
    font-weight: 500;
    color: #ffffff;
}

md-menu-bar md-menu.md-open > button {
    background: transparent;
}

.svg-menu {
    width: 30px;
    height: 30px;
}

.svg-menu-machinery {
    width: 20px;
    height: 20px;
    margin: 4px;
}

.svg-menu #Shape-5,
.svg-menu #Path,
.svg-menu-machinery #Shape,
md-toolbar:not(.md-menu-toolbar) md-icon.svg-menu-machinery {
    fill: #757575;
    color: #757575;
}

.svg-menu #bg {
    fill: #fff;
}

.item-menu {
    margin: 0;
}

.header-menu .item-menu:hover,
.header-menu .item-menu:hover .svg-menu #bg,
.item-menu.active,
.item-menu.active .svg-menu #bg {
    fill: #e8f5e9;
    background-color: #e8f5e9;
    transition: none;
}

.item-menu.disabled-link > p, .item-menu.disabled-link > p > md-icon {
    color: #bfbfbf;
    background-color: #ffffff;
    fill: #ffffff;
}

.header-menu .item-menu.disabled-link:hover {
    background-color: #ffffff;
    fill: #ffffff;
    cursor: not-allowed;
}

/*subheader*/

.header-name {
    font-size: 32px;
}

.plus-offset {
    margin-top: -36px;
}

.md-button.md-fab.plus-btn {
    position: fixed;
    top: 90px;
    z-index: 40;
}

md-fab-speed-dial.plus-btn {
    margin-top: 26px;
}

.md-content {
    font-size: 14px;
}

.md-button.yellow-button.md-raised.md-fab {
    padding: 0;
}

.md-mini:hover {
    border: none !important;
}

/*fields*/

.md-toolbar-tools.header-name,
.md-toolbar-tools.header-menu {
    padding: 0;
}

.md-button.small-width {
    min-width: 0;
}

.header-additional-info {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.54);
}

.header-additional-info.small {
    font-size: 16px;
}

.header-additional-sign,
md-toolbar:not(.md-menu-toolbar) md-icon.header-additional-sign {
    color: rgba(255, 255, 255, 0.54);
}

.display-form {
    text-transform: capitalize;
    color: #bdbdbd;
}

.display-form.active,
.display-form:hover,
.display-form:focus,
a.display-form.md-button:not([disabled]):hover,
.display-form.md-button:not([disabled]):hover,
.md-button.display-form:not([disabled]).md-focused {
    color: #ffffff;
    background-color: #9e9e9e;
}

.display-form.active > .material-icons,
.display-form:hover > .material-icons {
    color: #ffffff;
}

.material-icons.grey-barely {
    color: #bdbdbd;
}

h3.grey-hard {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

h4.grey-hard {
    font-size: 16px;
    line-height: 27px;
}

.long-text {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
    white-space: nowrap;
}

/* START tooltip*/

.fields-name.long-text,
.fields-name.long-text:hover {
    box-shadow: none;
    border: none;
    transform: none;
    -webkit-transform: none;
}

/*.fields-name.long-text .bottom {*/
/*top: -30px !important;*/
/*right: 50px !important;*/
/*}*/

md-fab-speed-dial {
    position: absolute;
}

/* END tooltip*/

hr.hr-list {
    color: #eeeeee;
    background-color: #eeeeee;
    height: 1px;
    border: none;
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    /*left: -25px;*/
}

.md-button.help-button {
    text-transform: capitalize;
    font-weight: 500;
    background-color: #1e88e5;
    color: #ffffff;
    margin: 70px 0 0 0;
    position: fixed;
    bottom: 0;
    right: 5%;
}

.help-button:hover,
.help-button:focus,
.help-button:visited,
.md-button.help-button:not([disabled]):hover,
.md-button.help-button:not([disabled]):focus,
.md-button.help-button:not([disabled]):visited {
    background-color: #1e88e5;
    color: #ffffff;
}

.md-button[disabled] md-icon {
    color: rgba(255, 255, 255, 0.54);
}

.image-size {
    padding: 10px;
    width: 140px;
    height: 140px;
}

.add-fields-note h1 {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    color: #378e3c;
    text-align: center;
    font-size: 4em;
}

.add-fields-note p {
    width: 500px;
    position: fixed;
    top: calc(45% + 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #A9A4A4;
    font-size: 2em;
}

.drop-and-down {
    position: absolute;
    height: calc(100% - 550px);
    left: 0;
    right: 0;
}

.drop-and-down h1 {
    margin: 5% auto 20px;
    text-transform: uppercase;
    color: #378e3c;
    text-align: center;
    font-size: 4em;
}

.drop-and-down p {
    margin: 0 auto;
    text-align: center;
    color: #A9A4A4;
    font-size: 2em;
}

.grey-header,
md-list md-list-item.md-3-line .md-list-item-text h3.grey-header {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
}

.padding-both-y {
    padding: 30px 0;
}

.padding-both-small {
    padding: 10px 0;
}

.link-state {
    width: 100%;
    text-decoration: none;
}

md-checkbox:not([disabled]).md-checked.blue-check .md-icon {
    background-color: #1e88e5;
}

.line-h-42, h3.grey-hard.line-h-42 {
    line-height: 42px;
}

/*import*/

input[type="file"].default-view {
    position: absolute;
    top: 0;
    bottom: 0;
    /*z-index: -100;*/
    /*width: 100%;*/
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 30px;
    display: block;
    width: 150px;
}

.form-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}

.padding-all {
    padding: 20px;
}

.padding-sides {
    padding: 0 16px;
}

.hr-imported-list {
    color: #eeeeee;
    background-color: #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 0;
    margin: 0;
}

.click-active button.md-no-style.md-button.ng-click-active {
    color: #aeefb3;
}

/*single field*/

.width-100 {
    width: 100%;
}

.margin-top {
    margin-top: 30px;
}

.margin-top-small {
    margin-top: 15px;
}

.small-grey-name {
    font-size: 14px;
    color: #424242;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.small-grey-name.margin-top {
    margin-top: 20px;
}

.soil-value {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
}

md-input-container .md-input.soil-value,
md-input-container .md-input.small-grey-name {
    width: 70%;
}

.soil-border-right {
    border-right: 1px solid #eeeeee;
    width: 100%;
    top: 0;
}

.md-button.md-primary.blue-flat {
    color: #1e88e5;
}

.md-button.md-primary.blue-flat:not([disabled]):hover,
.md-button.md-primary.blue-flat:not([disabled]).md-focused {
    background: transparent;
}

.md-button.md-primary.orange-flat {
    color: #ffa726;
}

.md-button.md-primary.blue-flat.all-width {
    width: 100%;
}

.border-grey {
    padding: 15px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #eeeeee;
}

.md-button.blue-flat:not([disabled]):hover,
.md-button.blue-flat:not([disabled]).md-focused,
.md-button.md-primary.orange-flat:not([disabled]):hover,
.md-button.md-primary.orange-flat:not([disabled]).md-focused {
    background-color: #ffffff;
}

.list-header p {
    text-transform: uppercase;
    color: #979797;
    font-weight: 600;
}

.fields-view img {
    margin: 0 auto;
    display: block;
    padding: 17px 0;
}

.fields-view-low {
    height: 73px;
    overflow: hidden;
}

.field-view-options {
    margin: 20px;
}

.field-view-options .small-grey-name {
    padding: 5px;
    font-size: 16px;

}

.field-view-options h3 {
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
}

md-tabs .md-tab.md-active, md-tabs .md-tab.md-focused,
md-toolbar.md-warn > md-tabs.md-default-theme,
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active,
md-toolbar.md-warn > md-tabs.md-default-theme,
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    color: #1e88e5;
    background-color: #e4f2f3;
}

md-toolbar.md-accent > md-tabs.md-default-theme, md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
    color: #ef5350;
    background-color: #ef5350;
}

.blue-fab:hover,
.blue-fab:focus,
.blue-fab:visited,
.md-button.blue-fab:not([disabled]):hover,
a.md-button.md-fab.blue-fab,
.md-button.md-fab.blue-fab,
a.md-button.md-fab.blue-fab:hover,
.md-button.blue-fab.md-fab:hover,
a.md-button.blue-fab.md-fab:focus,
.md-button.blue-fab.md-fab:focus,
a.md-button.blue-fab.md-raised:not([disabled]):hover,
.md-button.blue-fab.md-raised:not([disabled]):hover {
    background-color: #1e88e5;
}

.md-button.blue-fab.absolute {
    position: absolute;
    right: 5%;
    bottom: 90px;
}

.tabs-border {
    padding: 0;
    margin: 10px;
    border: 1px solid #eeeeee;
}

.margin-bottom {
    margin-bottom: 50px;
}

.md-raised.plain {
    background-color: #ffffff;
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

.padding-left {
    padding-left: 20px;
}

.margin-left {
    margin-left: 20px;
}

.link {
    color: #1e88e5;
    text-transform: inherit;
    font-size: 16px;
    text-decoration: underline;
}

.link.browser {
    font-size: 14px;
}

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

.placeholder-height {
    height: 82px;
}

.hr-import {
    color: #E0E0E0;
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    width: 100%;
    margin-top: 30px;
}

.edit-field-panel {
    position: absolute;
    right: calc(5% + 10px);
    top: 58px;
}

.values-import-name {
    padding-top: 23px;
}

.values-new-group {
    padding-top: 25px;
}

md-list-item.md-3-line,
md-list-item.md-no-proxy.reset-padding,
md-list-item.reset-padding .md-no-style,
.reset-padding {
    padding: 0;
}

.field-image {
    border-radius: 4px;
    margin-right: 25px;
}

.margin-both {
    margin: 15px 0;
}

md-list md-list-item.md-3-line .md-list-item-text h4.grey-9e,
md-list md-list-item.md-3-line .md-list-item-text p.grey-9e {
    color: #9e9e9e;
    font-weight: 400;
}

.tasks-icon {
    height: 40px;
    width: 40px;
}

hr.hr-single-field {
    margin: 0;
    width: 100%;
    color: #e1e1e1;
    background-color: #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 0;
}

hr.hr-materials {
    margin: 10px 0 -14px 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    border: none;
}

md-progress-linear.import {
    margin-top: 30px;
    width: 80%;
}

md-progress-linear.import .md-container {
    background-color: #aad1f9;
}

md-progress-linear.import .md-bar {
    background-color: #288ae2;
}

@media (max-width: 600px) {
    .login-card {
        margin-top: 0;
    }

    .action-name-fb {
        letter-spacing: -1px;
        margin-left: 30px;
    }
}

.ol-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.ol-layer-switcher {
    float: left;
    margin: 2px 4px;
    height: 14px;
    width: 14px;
    background: url(../images/layer-switcher.jpg) no-repeat;
}

.ol-measure-control {
    float: left;
    margin: 2px 4px;
    height: 14px;
    width: 14px;
    background: url(../images/measure.jpg) no-repeat;
}

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.editor-measure {
    font-size: 16px;
    color: white;
}

.editor-measure-area {
    color: #424242;
    font-size: 16px;
}

.tooltip-static {
    background-color: #ef662f;
    color: white;
    border: 1px solid white;
}

.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.tooltip-static:before {
    border-top-color: #ef662f;
}

/*map*/

.dialog-new-map-field {
    width: 400px;
    height: 430px;
}

.dialog-new-map-field-button {
    margin: 15px 0;
    width: 100%;
}

.bottom-message {
    font-size: 20px;
    color: #757575;
}

.high-attention {
    text-decoration: underline;
    font-weight: 700;
}

md-toolbar.md-default-theme.header-new-map-field:not(.md-menu-toolbar),
md-toolbar.header-new-map-field:not(.md-menu-toolbar) {
    background-color: #ffa724;
}
md-toolbar.md-default-theme.header-delete:not(.md-menu-toolbar),
md-toolbar.header-delete:not(.md-menu-toolbar) {
    background-color: #ef5350;
}

md-toolbar.md-default-theme.header-add-material:not(.md-menu-toolbar),
md-toolbar.header-add-material:not(.md-menu-toolbar) {
    background-color: #1e88e5;
}

/* tasks */
.group-list-task {
    width: calc(100% - 240px);
    padding-right: 20px;
}

.blue-check.task {
    margin: 0 auto;
}

.icon-offset {
    margin: 10px auto;
    display: block;
}

.main-block {
    padding-top: 180px;
}

.top-search-block {
    margin-top: -40px;
}

.filter {
    position: fixed;
    top: 170px;
    right: 0;
    left: 0;
    margin-left: calc(100% - 300px);
    z-index: 1000;

}

.filter-block {
    background-color: #ffffff;
    border-radius: 4px;
    width: 240px;
    /*padding-top: 20px;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.grouped-variant {
    /*box-shadow: none !important;*/
    margin: 10px 0;
    padding: 0 15px;
    border-radius: 50px;
    border: 1px solid #bdbdbd;
    text-align: center;
    color: #bdbdbd;
    text-transform: capitalize;
}

.grouped-variant.right {
    margin-left: 20px;
}

.grouped-variant.active,
.grouped-variant:hover,
.md-button.grouped-variant:not([disabled]):hover,
.grouped-variant.md-button:not([disabled]).md-focused {
    background-color: #9e9e9e;
    border: 1px solid #9e9e9e;
    color: #ffffff;
}

hr.hr-filter {
    color: #eeeeee;
    background-color: #eeeeee;
    height: 1px;
    border: none;
    margin: 0;
}

/*.md-datepicker-calendar-pane {*/
/*background: #ffffff;*/
/*z-index: 1000;*/
/*}*/

.margin-filter {
    margin: 0 0 0 20px;
}

.margin-filter.sort {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/*.md-calendar-date-today {*/
/*color: #ef5350;*/
/*}*/

/*.md-calendar-selected-date {*/
/*background-color: #aeefb3;*/
/*border-radius: 50%;*/
/*}*/

.date-label {
    color: #9e9e9e;
    font-size: 12px;
}

.progress-task {
    position: relative;
    /* display: block; */
    top: -40px;
    left: 0;
    margin: 0 auto 0;
}

.filter-datapic .md-datepicker-input-container {
    right: -14px;
}

md-progress-circular.progress-task.md-default-theme,
md-progress-circular.progress-task .md-inner .md-right .md-half-circle {
    border-right-color: rgba(0, 0, 0, 0.4);

}

md-progress-circular.progress-task.md-default-theme,
md-progress-circular.progress-task .md-inner .md-left .md-half-circle,
md-progress-circular.progress-task .md-default-theme,
md-progress-circular.progress-task .md-inner .md-right .md-half-circle {
    border-top-color: rgba(0, 0, 0, 0.4);

}

md-progress-circular.progress-task.md-default-theme,
md-progress-circular.progress-task .md-inner .md-left .md-half-circle {
    border-left-color: rgba(0, 0, 0, 0.4);
}

md-progress-circular.progress-task.md-default-theme,
md-progress-circular.progress-task .md-inner .md-gap {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.filter-box {
    /*max-height: 200px;*/
    overflow-y: auto;
    width: calc(100% - 20px);
}

.reset-link {
    color: #388e3c;
    text-transform: inherit;
}

/*START loader*/
.loader {
    position: absolute;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
}

.loader.part {
    position: static;
    padding-top: 20%;
    width: 90%;
    height: 100%;
    background-color: #eeeeee;
    z-index: 5;
}

/*END loader*/

.group-block {
    margin: 0px 15px 20px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

md-list-item.md-no-proxy.group-block-inside,
md-list-item .md-no-style.group-block-inside {
    padding: 15px 0 20px 0;
}

/*START work details*/

.task-detail-sidebar {
    /*margin-top: 80px;*/
    overflow: auto;
    max-width: 550px;
    min-width: 550px;
}

.task-detail-map {
    width: calc(100% - 550px);
}

.progress-status,
.md-button.progress-status.md-default-theme:not([disabled]):hover,
.md-button.progress-status:not([disabled]):hover,
.md-button.progress-status.md-default-theme:not([disabled]):focus,
.md-button.progress-status:not([disabled]):focus {
    text-align: center;
    text-transform: capitalize;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    color: #bdbdbd;
    margin: 20px 20px 0 0;
    padding: 0;
    font-weight: 600;
}

.progress-status.progress,
.md-button.progress-status.progress.md-default-theme:not([disabled]):hover,
.md-button.progress-status.progress:not([disabled]):hover,
.md-button.progress-status.progress.md-default-theme:not([disabled]):focus,
.md-button.progress-status.progress:not([disabled]):focus {
    background-color: #ffa726;
    border-color: #ffa726;
    color: #ffffff;
}

.progress-status.open,
.md-button.progress-status.open.md-default-theme:not([disabled]):hover,
.md-button.progress-status.open:not([disabled]):hover,
.md-button.progress-status.open.md-default-theme:not([disabled]):focus,
.md-button.progress-status.open:not([disabled]):focus {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    color: #ffffff;
}

.progress-status.done,
.md-button.progress-status.done.md-default-theme:not([disabled]):hover,
.md-button.progress-status.done:not([disabled]):hover,
.md-button.progress-status.done.md-default-theme:not([disabled]):focus,
.md-button.progress-status.done:not([disabled]):focus {
    background-color: #388e3c;
    border-color: #388e3c;
    color: #ffffff;
}

.grey-background-small.selected-item {
    border-color: #ffa726;
}

.all-fields {
    width: 80px;
    height: 85px
}

.all-fields .all-fields-text-container {
    width: 70px;
    height: 70px;
    padding: 5px
}

.all-fields .all-fields-text {
    font-size: 16px;
    color: #aaaaaa;
    line-height: 1.3;
    font-weight: 600
}

.normal-text {
    font-size: 14px;
    color: #424242;
}

.fields-name {
    color: #757575;
    font-size: 12px;
    text-align: center;
    width: 80px;
    margin: 5px 0;
}

.image-size-small {
    height: 70px;
    width: 70px;
    padding: 5px;
}

.placeholder-no-field {
    background-color: #ececec;
    width: 86px;
    height: 90px;
    border: 1px solid #bdbdbd;
    cursor: pointer;
    text-align: center;
}

.placeholder-no-field.selected-item {
    border: 3px solid #ffa726;
}

.placeholder-no-field > md-icon {
    margin: 0;
}

.placeholder-no-field > p {
    text-align: center;
    color: #757575;
    font-size: 12px;
    padding: 5px;
}

.assign-label {
    text-align: right;
    padding: 8px 15px 0 0;
}

.grey-background-small {
    background-color: #424242;
    width: 80px;
    border: 3px solid transparent;
    cursor: pointer;
}

.tabs-border-tasks {
    padding: 0;
    border-top: 1px solid #eeeeee;
}

md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
    color: #757575;
}

.no-dec {
    text-decoration: none;
}

.input-inline {
    margin: 0 0 -10px 0;
}

hr.hr-work-detail {
    margin: 0;
    color: #eeeeee;
    background-color: #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: none;
}

md-progress-linear.work-details.md-default-theme,
md-progress-linear.work-details .md-container {
    background-color: #F9D6A4;
}

md-progress-linear.work-details.md-default-theme,
md-progress-linear.work-details .md-bar {
    background-color: #ffa726;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    background-color: #ffffff;
}

.text-center {
    text-align: center;
    margin-top: 30px;
}

.default-view.profile:hover {
    cursor: pointer;
}

.del-icon {
    position: absolute;
    margin: -7px 0 0 -30px;
    z-index: 2000;
}

.del-icon.field-del {
    margin: -20px 0 0 65px;
}

.del-icon > md-icon {
    color: #ef5350;
}

.inner-edit-block {
    padding: 10px 20px 20px;
}

.light-lime {
    background-color: #e8f5e9;
}

.inner-progress-block {
    padding: 10px 0;
}

.edit-progress-block {
    margin-top: 20px;
}

.md-button.md-ink-ripple {
    transition: none !important;
}

.resourse-material-icon {
    width: 40px;
    height: 40px;
    margin-top: -3px
}

.resourse-machinery-icon {
    width: 25px;
    height: 25px;
}

.dialog-new-resourse {
    width: 400px;
    min-height: 320px;
}

.dialog-new-resourse-inner {
    padding: 20px;
    min-height: 250px;
}

.dialog-new-material-task {
    width: 400px;
    height: 550px;
    min-height: 550px;

}

.colorCrop {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 50%;
}

.blocksColor {
    height: 54px;
    width: 54px;
    margin: 5px;
}

.setOfColors {
    margin: 20px -5px 0;
    max-height: 200px;
    overflow: auto;
    height: 200px;
}

.blocksColor:hover {
    cursor: pointer;
}

.selectedColor {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    background-color: #9bb9dc;

}

.selectedColor:hover {
    cursor: pointer;
}

hr.hr-crops {
    margin: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    border: none;
}

.info-line {
    margin: 10px 0;
}

.add-field {
    color: #388e3c;
    text-transform: capitalize;
}

.remove-crcl {

}

.remove-crcl > md-icon {
    color: #ef662f;
}

.dialog-new-task-field {
    width: 750px;
    height: 520px;
}

.delete-dialog {
    max-width: 750px;
    max-height: 520px;
}

md-dialog.dialog-new-task-field md-dialog-content {
    padding: 0 20px;
}

.data-fields-wrapper {
    height: 360px;
    max-height: 360px;
    overflow: auto;
}
.delete-dialog-wrapper {
    text-align: justify;
    font-size: 20px;
    padding: 15px;
    width: 400px;
    height: 260px;
    max-height: 260px;
    overflow: auto;
}

.data-materials-wrapper {
    height: 385px;
    max-height: 385px;
    padding: 0 20px;
    overflow: auto;
}

.md-button.md-fab.new-materials {
    position: fixed;
    bottom: 20px;
    /*top: 720px;*/
    left: 460px;
    z-index: 40;
}

/*END work details*/

.photo-loader {
    position: absolute;
    top: 45px;
    margin-left: 28px;
}

.ava-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.track-img {
    display: block;
    margin: 0 auto;
    padding: 3px;
    background-color: #e0ebd4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.task-list:hover {
    cursor: pointer;
}

.task-list.selected-item {
    background-color: rgba(255, 167, 38, 0.12);
}

.green-icon {
    color: #388e3c;
}

@media (max-width: 1200px) {
    section.fixed-width {
        overflow-y: scroll;
        width: 1200px;
    }

    .filter {
        position: absolute;
        margin-left: 925px;
    }

    .fixed-sub-panels.task {
        position: absolute;
    }

    .fixed-panel {
        top: 0;
        left: 0;
        right: 0;
        max-width: 1200px;
        min-width: 1200px;
        min-height: 64px;
        margin: 0 auto;
        width: 100%;

    }
}

.image-view img {
    width: 100%;
    margin-bottom: -5px;
}

.eye-icon-login,
.eye-icon-sign-up,
.eye-icon{
    position: absolute;
    right: 60px;
    top: 148px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;         
}
.eye-icon-login {
    top: 348px;
    right: 45px;
}
.eye-icon-sign-up {
    top: 453px;
    right: 45px;
}
.eye-icon-login:hover,
.eye-icon-sign-up:hover,
.eye-icon:hover{
   transition: opacity 0.5s;  
   opacity: 1;
}
.eye-icon-repeat{
    position: absolute;
    right: 60px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;         
}
.eye-icon-repeat:hover{
    transition: opacity 0.5s;  
    opacity: 1;
}
.change-password-info-icon-sign-up {
    top: 455px;
    left: 10px;
}

.change-password-info-icon-login,
.change-password-info-icon-sign-up,
.change-password-info-icon {
    position: absolute;
    left: 25px;
    top: 150px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;         
}
.change-password-info-icon-login{
    top: 350px;
    left: 10px;
}

.change-password-info-icon-sign-up {
    top: 455px;
    left: 10px;
}

.change-password-info-icon-login:hover,
.change-password-info-icon-sign-up:hover,
.change-password-info-icon:hover{
    transition: opacity 0.5s;  
    opacity: 1;
}
.show-input-rules-login,
.show-input-rules-sign-up,
.show-input-rules{
    z-index: 1;
    background-color: pink;
    color: red;
    opacity: 0.7;
    position: absolute;
    left: 30px;
    top: 178px;
}
.show-input-rules-login {
    top: 376px;
}
.show-input-rules-sign-up {
    top: 483px;
}
.rules-warapper{
    padding: 15px 20px;
}

.password-reset-wrapper{
    padding: 20px;
}

.black-link{
    padding-top: 7px;
    color: black;
    text-decoration: none;
}

.success-info-icon {
    height: 150px;
    width: 150px;
}
.success-info-text {
    width: 100%;
    font-weight: normal;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}