.auth-page .auth-header-box {
    background-color: #000000 !important;
}

.btn-danger {
    color: #fff;
    background-color: #bc1216 !important;
    border-color: #000 !important;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link.active {
    color: #ffffff;
}

body.dark-sidebar .left-sidebar {
    background-color: #b50000;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link .menu-icon {
    color: #ffffff;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link {
    color: #f7c3ba;
}

body.dark-sidebar .left-sidebar .brand {
    background-color: #000000;
    border-bottom: 1px solid #131d35;
}

.logo-sm {
    height: 50px !important;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

.table-bordered {
    border: 1px solid #bcbad9;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #bcbad9;
}

.journal-search-btn {
    margin-top: 22px;
}

table {
    font-size: 12px;
}

.termscss{
    height: 550px;
    overflow-y: auto;
}

.navbar-custom {
    background: #bc1216;

}

.topbar .navigation-menu>li>a {
    color:#fff;
}

.navigation-menu>li a .menu-icon {
    color:#fff;
}

.navbar-custom-menu .dropdown .dropdown-toggle:after{
    color:#fff;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-link.active, .navbar-custom-menu .navigation-menu .nav-item .nav-link.active .menu-icon, .navbar-custom-menu .navigation-menu .nav-item .nav-link:hover{
    color:#000;
}

.topbar .navigation-menu>li:hover a, .topbar .navigation-menu>li:hover a i {
    color: #000;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-link.active, .navbar-custom-menu .navigation-menu .nav-item .nav-link.active .menu-icon, .navbar-custom-menu .navigation-menu .nav-item .nav-link:hover {
    color: #000;
}

.navbar-custom .nav-link {
    padding: 0;
    color: #fff;
    margin: 0 8px;
}

.topbar .brand {

    background-color: #000 !important;

}

.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 0;
}

.dropdown-menu {

    font-size: .875rem;
    color: #000444;
    text-align: left;
    list-style: none;
    background-color: #bc1216;
    background-clip: padding-box;
    border: 1px solid #bc1216;
    border-radius: 0 !important;
}

.navbar-custom-menu .dropdown .dropdown-menu .dropdown-item {
    position: relative;
    line-height: 26px;
    color: #ffffff;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 11px;
}

.navigation-menu>li a .menu-icon {
    display: inline-block;
    font-size: 13px;
    margin-right: 0px;
    transition: all .1s ease;
    vertical-align: text-bottom;
    color: #fff;
}

.navigation-menu>li a {
    display: block;
    font-size: 11px;
    transition: all .1s ease;
    line-height: 18px;
}

.select2-container{

    width:196px !important;
    display: block;
}

/* Button used to open the end trip form */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }

  /* The popup form - hidden by default */
  .form-popup {
    display: none;
            position: fixed;
            top: 50%; /* Position the form 50% from the top */
            left: 50%; /* Position the form 50% from the left */
            transform: translate(-50%, -50%); /* Center the form horizontally and vertically */
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            z-index: 1000;
  }

  /* Add styles to the form container */
  .form-container {
    max-width: 1000px;
    padding: 10px;
    background-color: white;
  }

  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }

  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }

  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }

  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }

  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }

@media only screen and (max-width: 600px) {
    #navigation {
        background: #bc1216 !important;
        z-index: 1000;
    }
}

.navbar-custom-menu #navigation {
    background: #bc1216 !important;
    z-index: 1000;
}
