/**{
    font-family: 'Roboto', sans-serif !important;
}
*/
body{
  padding-bottom: 60px;
}

.header{
    width: 100%;
    background-color: #4285f4 !important;
    height: 55px;
                            
}

.header h4{
    color: #fff;
}
.showLeft{
    background-color: #4285f4 !important;
    text-shadow: none !important;
    color:#fff !important;
    
 }

 .icons > li {
    background: none repeat scroll 0 0 #fff;
    height: 7px;
    width: 7px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    
    vertical-align: top;
    border-radius:50%;
    pointer-events: none;
}

.btn-left {
    left: 0.4em;
}

.btn-right {
    right: 0.4em;
}

.btn-left, .btn-right {
    position: absolute;
    top: 0.24em;
}
.dropbtn {
    background-color: #4CAF50;
    position: fixed;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: absolute;
    display: inline-block;
    right: 0.4em;
}

.dropdown-content {
    display: none;
    position: relative;
    
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}
.show {display:block;}


/*----------- FOOTER ------------------------------------------------------------------------------------*/

.cargofl-footer{
    position: fixed;
    bottom: 0 !important;
    background-color: #fff !important;
}

.cargofl-footer .nav-pills .nav-link{
    border-radius: 0px;
}

/* ------------ SUB NAV -----------------------------------------------*/

/* Add a black background color to the top navigation */
.topnav {
  background-color: #fff;
  /*overflow: hidden;*/
}

/*--------------------------------------*/

.container-5 {
    padding: 0% 5%;
  }
  
  .thumbnail{
    /*margin-left: 1em;*/
    width: 230px;
    height: 80px;
    clear:both;
    list-style:none;
    border:1px solid #ccc;
  }
  .left1 {
    margin-left: 1em;
  }  
  .overdue-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 12px;
    border-radius: 2%;
    background-color: #4285f4;
    color: white;
  }
  .new-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 12px;
    border-radius: 2%;
    background-color: red;
    color: white;
  }

  .nav-pills .nav-link{
    border-radius: 0px;
    color: grey;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4285f4;
    border-bottom: 3px solid #4285f4;
    background-color: #fff;
}
/*--------------------------------------------*/

.round{
  
  /*border-radius:50%;*/
  border-top-left-radius: 50px; 
  border-bottom-left-radius: 50px;

  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/*---------------------- HR ---------------------------*/

hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------ */


/*----------------------------------------------------------------*/

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation-duration: 3s;
  animation: spin linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}