.body{
    font-size:85%;
    padding-top: 105px;
}
h1{
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 40px;
}
#map {
    width: 100%; height: 350px;
}
.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color:#00688B;
}
.navbar.navbar-dark .navbar-nav .nav-item.active1>.nav-link {
    background-color:#ffff;
}
#menu{
    float:right;
}
.nav-item{
   
    padding-left: 30px;
}
.square {
    height: 20px;
    width: 20px;
    background-color: yellow;
    text-align:center !important;
    display: inline-block;
}
.square1 {
    height: 20px;
    width: 20px;
    background-color:#FFA500;
    display: inline-block;
}
.square2{
    height: 20px;
    width: 20px;
    background-color: red;
    display: inline-block;
}
/* The container */
.mycontainer {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default radio button */
.mycontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
  /* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}
  
  /* On mouse-over, add a grey background color */
.mycontainer:hover input ~ .checkmark {
    background-color: #ccc;
}
  
  /* When the radio button is checked, add a blue background */
.mycontainer input:checked ~ .checkmark {
    background-color: #3f51b5;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the indicator (dot/circle) when checked */
.mycontainer input:checked ~ .checkmark:after {
    display: block;
}
  
  /* Style the indicator (dot/circle) */
.mycontainer .checkmark:after {
    top: 6px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.card-header{
    text-align: center;
}
span{
    color: red !important;
}
#reg{
    color: red !important;
}
#user_view{
    margin-bottom: 10px;
    margin-top: 60px;
}
#incident_view{
    margin-top: 60px;
}

.ui-datepicker{
    z-index: 9999 !important;
}

.ui-datepicker-month{
    color: #3f51b5 !important;
}
.ui-datepicker-year{
    color: #3f51b5 !important;
}
#link{
    color:blue;
}
#mapheader{
    background-color: #3f51b5 !important;
}
#searchbtn{
    margin-top: 35px;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}
.stickyfilter{
    position: -webkit-sticky;
    /*position: fixed;*/
    top: 200;
   /* z-index: 100;*/
}
/* .table-head{
    position: -webkit-sticky;
    position: fixed;
    top: 600;
    z-index: 100;
} */
/* #head{
    position: -webkit-sticky;
    position: fixed;
    top: 600;
    z-index: 100;
} */
.users{
    margin-top: 90px !important;
}
#mycontainer{
    margin-top: 80px !important;
}
#myfilter{
}
.clear-filters {
    text-align: right;
}

tbody tr:hover {
    background-color: #c7c7c9 !important;
}
#demo{
    display: none;
    margin-top:20px;
    margin-bottom: 5px;
}
th{
    padding: 0 35px 0 35px;
}

.btn-select span {
    color: #495057!important;
}

#demo .form-control {
	font-size: 0.8rem;
    line-height: 1;
}

.btn-select {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: left;
}
.btn-select::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    text-align: right;
    float: right;
    margin-top: 10px;
}
.multiselect-native-select ul{
    z-index: 9999;
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 10px !important;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    height: 20px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: #3f51b5;
    margin-bottom: 5px;
    text-align: center;
}
#myBtn:hover {
    background-color: #555;
}
.indigo{
    color:#fff
}
.map-control {
    background-color:  #3f51b5;
    border: 1px solid #3f51b5;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
    padding-right: 5px;
    /* Hide the control initially, to prevent it from appearing
       before the map loads. */
    display: none;
  }
  /* Display the control once it is inside the map. */
#map .map-control { display: block; }

.selector-control {
    font-size: 14px;
    line-height: 30px;
    vertical-align: baseline;
}
#content-wrapper{
    margin-top: 45px;
}
.filter{
    z-index: 100;
}
#getfilter{
    background-color: #fff; 
    margin-top: 0px !important;
}
.activelocation {
    background-color:red !important;
}
#viewlocation{
    background-color: #3f51b5;
    padding: 5px 5px;
    color: #fff;
}
#dtHorizontalExample{
    overflow: auto;
}
/* .list-group-item{
    padding: .4rem 1.25rem;
    position: -webkit-sticky;
    position: fixed;
    top: 100;
    z-index: 100;
    width: 100%;
} */
.list-group-item{
    margin-top: 10px;
}
.dropdown-submenu {
    position: relative;
  }
#trow{
    position: -webkit-sticky;
    position: fixed;
    top: 600;
    z-index: 100;
    width: 100%;
    display:table;
}
.scroll {
    border: 0;
    border-collapse: collapse;
}
.scroll tr {
    display: flex;
}
.scroll td {  
    flex: 1 auto;  
    width: 10px;
    word-wrap: break;
}
.scroll thead tr:after {
    content: '';
    overflow-y: scroll;
    visibility: hidden;
    height: 10px;
}
.scroll thead th {
    flex: 1 auto;
    display: block;
   text-align: center !important;
}
.scroll tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: 500px;
}
td{
    text-align: center !important;
}
th{
    text-align: center !important;
}


.legenda-heatmap {
	position: absolute;
    bottom: 35px;
    z-index: 9999;
    left: 5px;
}

/* table {
    width: 100%;
    margin:auto;
    margin-left: auto;
    margin-right: auto;
}
thead, tfoot {
	background:#f9f9f9;
	display:table;
	width:100%;
}
tbody {
	height:300px;
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:100%;
}
tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
} */
