.theme--light.v-application {
    background-color: rgb(227, 227, 227) !important;
}
.wedrive-main-container {
    background-image: url(../img/bg-main-container.png); 
    background-repeat: no-repeat; 
    background-position: bottom; 
    background-size: contain;
}
.wedrive-vbtn {
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 1rem !important;
    width: 100%;
    margin-top: 20px;
    height: 42px !important;
}
/**** HEADER ****/
.wedrive-bg-header-container {
    height: 180px;
    width: 100%;
    background-color: #A41735;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.wedrive-header {
    background-color: #000000 !important;
}
.wedrive-last-update-container {
    position: fixed;
    top: 46px;
    z-index: 2;
    width: 100%;
    background-color: #A41735;
    height: 45px;
}
.wedrive-username-header {
    font-size: 1.1rem !important;
    position: relative;
    top: 45px;
    left: 25px;
}
.wedrive-count-text {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    color: #A41735;
    font-weight: 700;
}
.wedrive-noimage-icon {
    position: absolute !important; 
    right: 10px; 
    top: 60px;
}
.wedrive-toolbar-title {
    height: auto !important; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    width: 50%; 
    display: block !important; 
    font-size: 1.2rem;
}
.wedrive-header-search-container {
    position: fixed;
    width: 100%;
    z-index: 2;
    /*top: 90px;*/
    background-color: #A41735;
}
.wedrive-search-header {
    border-radius: 10px !important; 
    position: fixed; 
    top: 75px; 
    left: 0; 
    width: 100%; 
    padding: 0 15px !important; 
    z-index: 6;
}

.v-toolbar__content {
    /*padding: 0 !important;*/
    background-color: #A41735;
    width: 100%;
}

.v-text-field.v-text-field--solo .v-input__control {
        min-height: 36px !important;
    }
/**** TABS ****/
.v-tabs-slider-wrapper {
    height: 6px !important;
}
.wedrive-tabs-container {
    position: fixed;
    width: 100%;
    height: 42px;
    z-index: 2;
    top: 50px;
    left: 0;
    background-color: #A41735 !important;
}
.wedrive-tabs-container .theme--light.v-tabs-items {
    background-color: transparent !important;
    overflow: auto;
    height: 100vh;
    margin-top: 6px;
}
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active), 
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon, 
.theme--light.v-tabs > .v-tabs-bar .v-tab--disabled {
    color: rgba(255, 255, 255, 0.54) !important;
}

/**** NAV ****/
/*.wedrive-nav {
    background-color: #000 !important;
    color: #FFF !important;
}*/

/** HOME **/
.v-card.card-wedrives-home,
.v-card.card-wedrives-detail,
.v-card.card-wedrives-report {
    min-width: 95%;
    min-height: 100px;
    border-radius: 9px !important;
}
.v-application .display-1.title-wedrives-home {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
    line-height: 1.4rem;
    font-size: 1.7rem !important;
    font-weight: 500;
}
.category-wedrives-home {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 1.1rem;
}
.wedrive-card-sensors-container {
    margin-top: 45px !important; 
    height: 100vh; 
    overflow: auto; 
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 150px;
}
.wedrive-alias-mobile {
    color: #000; 
    width: 48%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: inline-block;
}
.wedrive-alias-mobile-icon {
    top: -7px; 
    margin-right: 10px; 
    font-size: 30px;
}
.wedrive-local-date {
    color: #A41735; 
    font-size: 0.8rem; 
    /*float: right;*/
    position: absolute;
    top: 17px;
    right: 10px;
}
.wedrive-short-location {
    color: #9E9E9E; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-weight: 500;
}
.user-wedrives-home {
    color: #0099cc;
    font-size: .9rem;
}
.date-wedrives-home {
    color: #666;
    font-size: .75rem;
}
.wedrive-card-location {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block !important;
}

/** Reports **/
.wedrive-cards-report-container {
    /*margin-top: 25px !important; */
    height: 100vh; 
    overflow: auto; 
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 120px;
}
/** Tabs **/
.wedrive-tabs-item-container {
    margin: 0 12px 5px; 
    padding-bottom: 140px; 
    -webkit-overflow-scrolling: touch;
}
/*.theme--light.v-tabs .v-tab--active:hover::before, .theme--light.v-tabs .v-tab--active::before {
    background-color: #c01033 !important;
    opacity: 1;
}
.v-tabs-bar {
    height: 35px !important;
    background-color: transparent !important;
}
.v-tabs-slider-wrapper {
    color: #c01033 !important;
    height: 3px !important;
}
.v-tab {
    font-size: 13px !important;
    color: #e69fad !important;
}
.v-tab--active {
    color: #c01033 !important;
}
.theme--light.v-tabs-items {
    background-color: transparent !important;
}*/
/**** wedriveS MAIN ****/
/*** Toggle/Tab ***/
.wedrive-toggle button span {
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 0.875rem;
}
/*** TreeView ***/
.wedrive-treeview button span {
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 0.875rem;
}

.search .v-text-field__details,
.search-1 .v-text-field__details,
.search-2 .v-text-field__details {
    display: none !important;
}

.sensor-title {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #383838;
    margin-bottom: 20px;
    display: block;
}
.sensor-value {
    font-family: "Roboto", sans-serif;
    font-size: 35px !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #E36159;
}

/** Legend Container **/
.wedrive-legend-container {
    background-color: #FFF; 
    width: 100%; 
    height: 50px; 
    margin: 0 auto -15px; 
    position: relative; 
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wedrive-legend-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; 
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}
.wedrive-legend-content .legend-sensor-1 {
    height: 2px; 
    width: 20px; 
    background-color: #D55F77; 
    margin-right: 5px;
}
.wedrive-legend-content .legend-sensor-2 {
    height: 2px; 
    width: 20px; 
    background-color: #5DA5DB; 
    margin-right: 5px;
}
.wedrive-legend-content .legend-sensor-3 {
    height: 2px; 
    width: 20px; 
    background-color: #EE61D9; 
    margin-right: 5px;
}
.wedrive-legend-content .legend-sensor-4 {
    height: 2px; 
    width: 20px; 
    background-color: #F1E663; 
    margin-right: 5px;
}
.wedrive-legend-content span {
    font-family: Arial; 
    font-size: 11px;
}



@media screen and (max-width: 320px) {
  .wedrive-alias-mobile {
    width: 45%; 
  }
}