/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #e3f2fd;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.otherControlSection {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 3px 2px 3px;
    background-color: #0275d8;
}

.otherControlSection p {
    margin:0px;
}

.otherControlSection img {
    margin-right: 0px !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 25px !important;
    vertical-align: middle;
}

.sidenav .dropdown-btn {
  padding:10px 15px;
  text-decoration: none;
  color: #fff;
  display: block;
  border: none;
  background: none;
  text-align: left;
  width:100%;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.dropdown-container {
  display: none;
  background-color: #262626;
}

.dropdown-btn-active {
  background-color:  rgba(0, 0, 0, 0.3)!important;
  color: white !important;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus, .dropdown-btn:hover{
    color: #000000;
}
.sidenav .dropdown-btn:hover{
  background: rgba(0, 0, 0, 0.3)!important;
  color:#fff;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#mySidenav {
    padding: 0!important;
    z-index: 999999;
}
.top-nav {
    background: #333;
    width: 100%;
    height: 40px;
    color: #fff;
    padding-left: 18px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#mySidenavContent a.closebtn {
    display: block;
    width: 40px;
    height: 100%;
    background: #c14040;
    float: right;
    position: initial;
    margin: 0;
    text-align: center;
    line-height: 30px;
}
#mySidenavContent a.closebtn i {
    font-size: 25px;
    color: #fff;
}
.top-nav a {
    padding: 0!important
}
.list-icon {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}
.list-icon a {
    background: #25272E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 14px!important;
    color: #fff!important;
    padding: 10px 15px!important;
}
.list-icon a:hover{
    background: rgba(0, 0, 0, 0.3)!important;
}
.list-icon a i,.dropdown-container a i ,.dropdown-btn i:first-child {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10em;
    background: #1976D2;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

#otherControls i {
    margin-right: 0px !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 25px !important;
    vertical-align: middle;
}
.list-icon button img  {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
.dropdown-container a img  {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10em;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
.floatRight {
    float: right;
}

.dropdown-containerIcon  {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10em;
    background: #1976D2;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.list-icon a span,.dropdown-container a span {
    display: block;
    width: 158px;
    float: right;
    margin-top: 5px;
}
.dropdown-container a {
    background: rgba(0, 0, 0, 0.3)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 14px!important;
    color: #fff!important;
    padding: 10px 15px!important;
}
.dropdown-container a:hover {
    background: #25272E!important;
}
.i-red {
    background: #C2185B!important
}
.i-pink {
    background: #512DA8!important
}
.i-green {
    background: #388E3C!important;
}
.i-blue {
    background: #00897B!important
}
.sidenav {
    background: #25272E!important
}

.attachmentNav {
    cursor: pointer;
    display: none;
}
.peopleNav {
    cursor: pointer;
    display: none;
}
.vehicleNav {
    cursor: pointer;
    display: none;
}

.modal-dialog-centered-controls{
    position: relative;
    margin: 0 auto;
    top: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
    }