﻿.dropdown-content {
    overflow-x: hidden;
    padding-left: 20px
}

.rightClickDropdownMenu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.rightClickDropdownMenu a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/* Change color of dropdown links on hover */
.rightClickDropdownMenu a:hover {
    background-color: #ddd
}

input[type='checkbox'] {
    padding-bottom: 50px;
}

.progress {
    position: absolute;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0;
    overflow: hidden;
    margin-top: 66px;
}

/*openstreetmap*/
.fullscreen:-moz-full-screen {
    height: 100%;
}
/*openstreetmap*/
.fullscreen:-webkit-full-screen {
    height: 100%;
}
/*openstreetmap*/
.fullscreen:-ms-fullscreen {
    height: 100%;
}
/*openstreetmap*/
.fullscreen:fullscreen {
    height: 100%;
}
/*openstreetmap*/
.fullscreen {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

/*.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}*/

/*openstreetmap*/
.ol-rotate {
    top: 3em;
}
/*openstreetmap*/
.map {
    width: 100%;
    height: 100%;
    float: left;
}

/*other menuItems are min-height 200, defined in materialize.css, added extra class in materialize.js for visual purpose*/
.dropDownMinimumHeight {
    min-height: 1px;
}

/*to center content*/
body {
    /*background-color: green;*/ /* for visualization purposes */
    text-align: center;
}

input[type="text"], input[type="number"] {
    min-width: 200px;
}

/*to center content*/
.centeredDivHorizontal {
    /*background-color: red;*/ /* for visualization purposes */
    display: inline-block;
}

.centerContainer {
    /*background-color: green;*/  /*for visualization purposes*/ 
    text-align: center;
}

.centerContainer div {
    /*background-color: red;*/ /* for visualization purposes */
    display: inline-block;
}

/*center text details page left*/
.detailsPage {
    text-align: left;
}

.report .row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px; 
}

.btn-report {
    letter-spacing: .5px;
    font-size: 0.8rem;
    outline: 0;
    white-space: normal;
    height: 120px;
    width: 200px;
    line-height: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.fixedheight {
    height: 90%;
    overflow: auto;
    width: 95%;
    padding: 10px;
    z-index: 1005
}

.modal .modal-content {
    padding: 24px;
    height: 95%
}

form {
    height: 100%
}


.fixed-action-panel {
    /*position: absolute;*/
    /*margin-top: -20px;*/
    z-index: 997;
    top: 120px;
    height: 100px;
    width: 95vw;
    right: 50px;
}

.fixed-action-panel .fixed-action-btn.horizontal ul {
    /*background-color: aliceblue;*/
    /*height: 50vh;*/
    width: 75vw;
    z-index: 2000;
    margin-top: 10vh;
    top: 35vh;
}

.fixed-action-btn.horizontal ul li {
    background-color: aliceblue;
    z-index: 2000;
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
}

.fixed-action-panel .fixed-action-btn {
    /*position: absolute;*/
    top: 125px;
    right: 25px;
}

.selectNav .select-wrapper input.select-dropdown {
    border: none;
}

.selectNav .select-wrapper span.caret {
    color: white;
    height: 64px;
    line-height: 64px;
}

/*setting for sidenav ( with and top)*/
.side-nav {
    top: 60px;
    height: calc(100%);
    width: 350px;
    z-index: 1000;
}

#SideNavigation li.search {
    left: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 1px 0 0 0;
    z-index: 2
}

#SideNavigation li.search:hover {
    background-color: #fff
}

#SideNavigation li.search .search-wrapper {
    margin: 0 12px;
    transition: margin .25s ease
}

#SideNavigation li.search .search-wrapper.focused {
    margin: 0
}

#SideNavigation li.search .search-wrapper input#search:focus {
    outline: none
}

#SideNavigation li.search .search-wrapper i.material-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

#SideNavigation li.search .search-results {
    margin: 0;
    border-top: 1px solid #e9e9e9;
    background-color: #fff
}

#SideNavigation li.search .search-results a {
    font-size: 12px;
    white-space: nowrap
}

#SideNavigation li.search .search-results a:hover, #SideNavigation li.search .search-results a.focused {
    background-color: #eee;
    outline: none
}

/*eye is login page*/
.fa-search {
    position: absolute;
    margin-top: 1rem;
    margin-left: 27rem;
}

/*with of container over entire screen*/
@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }
}

#bar {
    width: 240px;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 8px;
    padding: 4px;
    border-radius: 4px;
}

td, th {
    padding: 0px;
}

 /*puts the google places autocomplete dropdown results above the bootstrap modal 1050 zindex.*/ 
.pac-container {
    z-index: 9999; 
}

/*google maps search balk*/
#autoc {
    width: 100%;
    box-sizing: border-box;
}

html,body {
    height: 100%;
    width: 100%;
    min-width: 650px;
    margin: 0;
}

.collection .collection-item {
    line-height: 1.5rem;
    padding: 5px 20px;
}

.input-field label {

    width:100%;
}

.error:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
    display: block;
    position: absolute;
    top: 58px;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.error.top100:after {
    top: 100px;
}


.error.top355:after {
    top: 355px;
}

.error.top255:after {
    top: 255px;
}



  /*input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336; }*/

.angular-google-map-container { height: 400px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../font/material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('font/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
       url('font/material-icons/MaterialIcons-Regular.woff')  format('woff'),
       url('font/material-icons/MaterialIcons-Regular.ttf')  format('truetype');
}

td, th {
    /*padding: 15px 5px!important;*/
}

.transformable {
    -webkit-transition: height 200ms linear;
    -moz-transition: height 200ms linear;
    -o-transition: height 200ms linear;
    -ms-transition: height 200ms linear;
    transition: height 200ms linear;

}

.small {
    height:77px;
}

.big {
    height:152px;
}

.flex{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;         
}

.box {
    display: block;
    align-items: center;
    position: relative;
    text-align: center;
    margin:2px;
}
.card-title .material-icons {
   margin-left: 5px;
}

table.compressed tbody {
    font-size: 14px;
    line-height: 14px;
}
/*table.compressed tbody tr td{
  padding:5px 5px;
}*/

table.compressed tbody .material-icons {
    font-size: 21px;
    line-height: 30px;
    margin: -20px 0px;
}


.legend {
    display:inline;
    font-weight:normal;
    line-height:1.5em;
}

.legend li {
    display:table;

}
.legend li i {
    display:table;
    width:auto;
    line-height:1em;
    text-align:left;
    margin-right:0px;
}

.legend div {
    float:left;
}

.legend .box {
    border: 1px solid #ccc; width: 12px; height: 12px; display:block; margin: 6px 5px 0px 5px;
}


.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 10px;
}

.cursor-pointer{
    cursor: pointer;
}

.side-nav .dropdown-content li > a{
    height:50px;
    padding: 14px 0px;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    /*min-height: 200px;*/
    max-height: 40vh;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.autocomplete-content {
    min-height: 0px;
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    opacity: 1;
    position: static;
}


.light-grey{
  background-color: #f2f2f2 !important; 
}

.interval{
    border:solid 0.5px;
    text-align:center;
    font-weight:bold;
    padding: 0 3px 0 2px !important;
    /*min-width: 53px;*/
    border-color: #DCDCDC;
}

.vertical-value{
    /*-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);*/
    /*border:solid 0.5px;*/
    text-align:center;
    margin: 33px -43px 50px -12.6px;
    font-weight:bold;
    /*padding: 0 3px 0 2px;*/
    /*min-width: 50px;
    min-height: 24px;*/
    border-color: #DCDCDC;
    height: 65px;
    width: 60px;
}

.greenVehicle{
    background-color: #66ef66;
}

.redVehicle{
    background-color: rgba(248, 16, 16, 0.7);
}