﻿
/*General*/

/* Navbar */
.navbar-default, .side-menu .topbar-left {
    border-top: 3px solid #EEB768;
}

/* menu */
.user-box ul li a:hover, #sidebar-menu > ul > li > a:hover {
    color: #EEB768 !important;
}

.text-custom, #sidebar-menu > ul > li > a.active, #sidebar-menu ul ul li.active a, #sidebar-menu ul ul a:hover {
    color: #EEB768 !important;
}

#sidebar-menu .subdrop {
    border-left: 3px solid #EEB768;
    color: #EEB768 !important;
}

.side-menu .waves-effect .waves-ripple {
    background-color: rgba(239, 176, 105, 0.3) !important;
}

/* Tracking */
.animate-maker-position {
    animation: fadeIn 1s infinite;
    -webkit-animation: fadeIn 1s infinite;
    transform-origin: center;
    -webkit-transform-origin: center;
}

/* Table */
.table-trip.tableFixHead .scrooll_div {
    min-height: 400px;
}

/* EasySelect */
.container-item {
    font-size: 15px !important;
}
.easySelect{
    width: 100% !important;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0.2; }
  20% { opacity: 0.3; }
  40% { opacity: 0.5; }
  60% { opacity: 0.8; }
  80% { opacity: 0.9; }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0.2; }
  20% { opacity: 0.3; }
  40% { opacity: 0.5; }
  60% { opacity: 0.8; }
  80% { opacity: 0.9; }
  100% { opacity: 1; }
}