/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
*/
/*
@font-face{font-family:"Open Sans";
  src:url(/assets/fonts/open-sans.eot);
  src:url(/assets/fonts/open-sans.eot?#iefix) format('embedded-opentype'),
  url(/assets/fonts/open-sans.woff2) format('woff2'),
  url(/assets/fonts/open-sans.woff) format('woff'),
  url(/assets/fonts/open-sans.ttf) format('truetype'),
  url(/assets/fonts/open-sans.svg#icons) format('svg');
  font-style:normal;font-weight:400;
  font-variant:normal;text-decoration:inherit;
  text-transform:none;
}*/

html {
    font-family: "Open Sans" !important;
}

body {
    /*background-color: #EAEAEA !important;*/
    font-family: "Open Sans" !important;
    margin: 0px !important;
    padding: 0px !important;
}

#root {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.ui.container {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    /*overflow-y: hidden;
    overflow-x: hidden;*/
}

.ui.inverted.top.fixed.menu {
    /* background-image: linear-gradient(135deg, rgb(24,42,115) 0%, rgb(33,138,174) 69%, rgb(32,167,172) 89%) !important; */
    background-color: #2E3B55;
}

.react-calendar {
    width: 100% !important;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
}

.masthead {
    display: flex;
    align-items: center;
    height: 100vh;
}

.masthead .ui.menu .ui.button,
.ui.menu a.ui.inverted.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.react-datepicker-wrapper {
    width: 100%;
}

.text-center {
    text-align: center;
}

.mower-card {
    padding: 0px;
    width: 100px;
    background-color: lightgray;
    text-align: left;
}

.pl-s {
    padding-left: 0.5em;
}

.pr-s {
    padding-right: 0.5em;
}

.pt-s {
    padding-top: 0.5em;
}

.pb-s {
    padding-bottom: 0.5em;
}

.pl-m {
    padding-left: 1em;
}

.pr-m {
    padding-right: 1em;
}

.pt-m {
    padding-top: 1em;
}

.pb-m {
    padding-bottom: 1em;
}

.pd-30{
    padding: 30px;
}

.error {
    color: red;
}

.leaflet-container {
    height: 100%;
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ui .item .menu-list {
    max-width: 50px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.divider {
    margin-top: 0px !important;
}

.page-title {
    font-size: 20px;
    font-weight: 700;
}

.homePage-title-level-2 {
    font-size: 18px;
    font-weight: 500;
    color:#2979FF;
}


.mower-stats {
    background-color: #fafafa !important;
    margin: 4px;
}

.mower-stat-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mower-stat-value {
    font-size: 20px;
    font-weight: 300;
    color: #212121;
    text-decoration: none solid rgba(33, 33, 33, 0.9);
    text-align: center;
}

.mower-stat-txt {
    font-size: 10px;
    color: #212121;
    text-decoration: none solid rgba(33, 33, 33, 0.64);
    text-align: center;
}

.mower-list-title {
    font-size: 18px;
    font-weight: 500;
    color: #2979FF;
}

.mower-list-item {
    font-size: 12px;
    color: #212121;
    text-decoration: none solid rgba(33, 33, 33, 0.64);
    padding-bottom: 5px !important;
    padding-right: 10px !important;
}

.mower-list-item-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #212121;
    padding-bottom: 8px;
    text-decoration: none solid rgba(33, 33, 33, 0.82);
}

.mower-list-item-desc {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    text-decoration: none solid rgba(33, 33, 33, 0.64);
}

#mower-list-item-id:hover{
    cursor: pointer;
    background-color: #fafafa !important;
}

.menu-item {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    text-decoration: none solid rgb(33, 33, 33);
}

.no-border {
    border: none !important;
    box-shadow: 0 0 0 0 !important;
    color: #212121;
}

.no-border .icon {
    color: #212121 !important;
}

.mower-daily-activity-title .icon {
    color: black !important;
}


.mower-activity-date-title {
    font-size: 18px;
    font-weight: 600;
    color: #2979FF;
}

.profile-name {
    font-family: Raleway;
    font-size: 24px;
    text-align: center;
    padding-bottom: 0px !important;
}

.profile-comp-name {
    font-size: 16px;
    padding-top: 6px !important;
    text-align: center;
}

.profile-label {
    font-size: 14px;
    font-weight: 600;
}

.profile-value {
    font-size: 16px;
}

.profile-log-out {
    background-color: #ef5350 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
}


.top-btn {
    position: fixed;
    left: 370px;
    bottom: 43px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

.mower-save {
    background-color: #5e84c4 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
}

.mower-title-edit {
    margin-top: 4px;
    padding: 2px;
    border-radius: 4px;
    background-size: cover;
    font-size: 16px;
}

.circle {
    height: 8px !important;
}

.blue-circle {
    color: #2979ff !important;
    height: 8px !important;
}

.green-circle {
    color: #00c853 !important;
    height: 8px !important;
}

.dark-grey-circle {
    color: #455a64 !important;
    height: 8px !important;
}

.grey-circle {
    color: #cfd8dc !important;
    height: 8px !important;
}

.icon-grey-circle {
    background-color: #cfd8dc !important;
    height: 6px !important;
}

.white-circle {
    color: #ffffff !important;
    border-width: 2px;
    border-color: #2979ff !important;
    height: 8px !important;
}

.br {
    display: block !important;
    margin-bottom: -1em !important;
    padding: 0em !important;
}

.activity-map-marker {
    background-color: #546e7a !important;
    min-height: 1.5em !important;
    min-width: 1.5em !important;
}

.selected-mower-location {
    background-color: #fffded;
}

.date-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.scroll-container {
    overflow-y: auto !important;
    overflow-x: hidden;
    width: calc(100% - 15px);
    max-width: 375px !important;
    padding-left: 20px
}

.mower-list-count {
    background-color: #fafafa;
    padding: 6px;
    text-align: center;
}

.customer-name {
    display: -webkit-box;
    max-width: 25ch;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oso-button-color {
    color: #5E85C4 !important;
    background-color: white;
}

.dotted {
    position: relative;
    margin: 10px auto;
    border-left: 2px dashed lightgrey;
}

.dotted:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 2px dot-dash lightgrey;
}

.hrBorder {
    height: 1px;
    background-color: lightgrey;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.home-page-mower-list-offline {
    color: grey;
}

.mower-list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative;
&:before {
     content: "";
     display: inline-block;
     width: 4px;
     background-image: linear-gradient(0deg, #CFD8DB, #CFD8DB 75%, transparent 75%, transparent 100%);
     background-size: 10px 20px;
     position: absolute;
     left: 5px;
     top: 15px;
     height: calc(100% - 65px);
 }
.mower-list-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
&:before {
     content: "";
     display: inline-block;
     width: 8px;
     height: 8px;
     position: absolute;
     left: 0;
     top: 5px;
     border-radius: 10px;
 }
}
  
  .calendarWrap {
    display: inline-block;
    position: relative;
  }
  
  .calendarElement {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    border: 1px solid #ccc;
    z-index: 999;
  }
}

.black-background {
    background-color: #212121 !important;
}

.white-background {
    background-color: white !important;
}

.light-grey {
    background-color: #F5F5F5 !important;
}

.primary-bg-color {
    color:  white !important;
    background-color: #5E85C4 !important;
    border-radius: 10px !important;
}

.black-bg-color {
    color:  white !important;
    background-color: black !important;
    border-radius: 10px !important;
}

.margin-Left-10 {
    margin-left: 10px !important;
}

.oso-form {
    font-family: "Raleway" !important;
    font-size: 14px !important;
}
.oso-form input {
    height: 43px !important;
    border-radius: 2px !important;
    background-color: #fafafa !important;
}

.oso-form .ui.selection.dropdown {
    height: 43px !important;
    border-radius: 2px !important;
    background-color: #fafafa !important;
}

.oso-form h3{
    font-family: "Raleway" !important;
    font-size: 16px !important;
}

.registration-top-card{
    height: 100px;
    background-color: #ffffff;
    font-family: "Raleway" !important;
    font-size: 24px !important;
    font-weight: bold;
}

.registration-top-card p{
    padding-top: 36px;
    padding-left: 30px;
}

.ui.menu{
    border-radius: 10px;
}

.ui.menu .active.item{
    background-color: white !important;
}

.ui.menu>.item:first-child {
    border-radius: 10px 0 0 10px !important;
}

.ui.menu>.item:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.ui.segment{
    border-radius: 10px !important;
}

.ui.blue.menu .active.item, .ui.menu .blue.active.item {
    border-color: #6683bf!important;
    color: #6683bf!important;
    font-weight: bold;
}

.ui.pointing.menu .active.item:after {
    background-color: white;
}

.ui.pointing.menu .active.item:hover:after {
    background-color: white;
}

.ui.pointing.menu .item:after {
    width: 0.87142857em;
    height: 0.87142857em
}

.qr-scanner-text{
    font-family: Raleway;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none solid rgba(255, 255, 255, 0.5);
    text-align: center; 
}

.mower-details-grid-header{
    font-size: 16px;
    font-weight: 600;
    flex: "1";
}

.mower-details-grid-header-colum{
    width: 30% !important;
    margin-top: 10px !important;
}

.mower-details-header{
    font-size: 16px;
    font-weight: 900;
}

.mower-details-row {
    font-size: 14px;
    margin-top: 0px;
    text-align: left;
}

.mower-details-row-column{
    width: 30% !important;
    margin-top: -50px !important;
}

.mower-review-image {
    height: 100px;
    width: 120px;
    padding-left: 30px;
    margin-top: 0px;
}

.ui.modal {
    font-family: "Raleway" !important;
    border-radius: 10px !important;
    width: 350px !important;
}

.ui.modal>.header{
    font-family: "Raleway" !important;
    padding-left: 100px;
}

  .vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .middle {
    height: 100%
  }

  .upgrade-plan{
    background-image: url("/assets/images/map-blur.png");
    background-size: 100%;
    height: 100%;
  }

  .upgrade-plan-m-view{
    background-image: url("/assets/images/map-blur.png");
    background-size: 100%;
    height: 220px;
  }