/* Colors */
/* Primary colors */
#page {
  background: none repeat scroll 0 0 #E9E9E9;
}
/* Start Navbar */
.navbar {
  /*background: none repeat scroll 0 0 #E9E9E9;
  border: none;
  border-radius: 0;
  margin: 0;*/
}

.map {
  height:100vh;
}

.navbar-nav .menu_icon {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.navbar-nav .menu_icon.home {
  background-image: url('../../images/home.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.masters {
  background-image: url('../../images/masters.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.gps {
  background-image: url('../../images/gps.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.maps {
  background-image: url('../../images/maps.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.users {
  background-image: url('../../images/users.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.logout {
  background-image: url('../../images/logout.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.profile {
  background-image: url('../../images/profile.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.reports {
  background-image: url('../../images/reports.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.app_config {
  background-image: url('../../images/app_config.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.hrm {
  background-image: url('../../images/hrm.png');
  background-repeat: no-repeat;
}
.navbar-nav .menu_icon.marker {
  background-image: url('../../images/marker.png');
  background-repeat: no-repeat;
}

.navbar-nav .menu_icon.attraction {
  background-image: url('../../images/attraction.png');
  background-repeat: no-repeat;
}
.navbar-nav a {
  text-align: center;
}
.navbar-nav a span {
  display: block;
}
.navbar .navbar-brand {
  float: left;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  color: #fff;
}

.navbar-brand .auth_name {
  color: #fff;
  font-size: 15px;
}

.navbar .navbar-brand a {
  color: #fff;
}

.navbar .navbar-brand a:hover{
  text-decoration: none;
}

.navbar-brand a .sub_title {
  font-size: 12px;
  color: #fff;
}
.navbar .navbar-brand img {
  position: absolute;
  height: 70px;
  top: 3px;
  left: 10px;
}
.navbar .dropdown-toggle {
  color: #FFFFFF;
}
.navbar .dropdown-toggle i {
  color: #FFFFFF;
  font-size: 17px;
}
.navbar .dropdown-toggle .badge {
  background-color: #dd5a43;
  border-radius: 99px !important;
  font-size: 12px !important;
  font-weight: 300;
  height: 16px;
  padding: 2px 6px;
  position: absolute;
  right: 24px;
  text-align: center;
  text-shadow: none !important;
  top: 8px;
}
.navbar .dropdown-toggle .username {
  font-weight: 600;
}
.navbar #header-notification .dropdown-toggle i,
.navbar #header-message .dropdown-toggle i,
.navbar #header-tasks .dropdown-toggle i {
  color: #486d93;
  text-shadow: 1px 1px #b4c7da, -1px -1px #375471;
}
.navbar #navbar-left li.dropdown {
  background-color: #6f94b8;
  border-right: 1px solid #507aa4;
  font-weight: 400;
}
.navbar #navbar-left li.dropdown:first-child {
  border-left: 1px solid #507aa4;
}
.navbar #navbar-left i {
  margin-right: 5px;
  color: #FFFFFF;
}
.navbar .nav.navbar-nav.pull-right {
  min-width: 300px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a :focus {
/*  background-color: #00ACAC !important;*/
 background-color: rgba(255, 255, 255, 0.1)
}
/* Navbar Dropdown */
.dropdown-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C7CBD5;
  display: none;
  float: left;
  left: 0;
  font-size: 14px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-menu .dropdown-title {
  background: none repeat scroll 0 0 #3589B8;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 10px;
}
.dropdown-menu .dropdown-title i {
  margin-right: 5px;
}
.dropdown-menu .footer {
  display: block;
}
.dropdown-menu .footer a {
  background-color: #dbdbdb !important;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
}
.dropdown-menu .footer a i {
  margin-left: 5px;
  font-size: 16px;
}
.dropdown-menu ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* Navbar Settings Menu */
.dropdown-menu.skins {
  border-top: 1px solid #486d93;
}
/* Navbar Right Menu */
.dropdown-menu {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.dropdown-menu li a {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: left;
  color: #333;
}

.dropdown-menu li a i {
  width: 20px;
}
.dropdown-menu li a:hover {
  color: #333333;
  background-color: #F5F5F5;
}
.dropdown-menu.context {
  /* For smaller menus */

}
.dropdown-menu.context li a {
  line-height: 30px;
}
.dropdown-menu .divider {
  height: 1px;
  border-bottom: 0 !important;
  border-top: 1px solid #cecece !important;
  color: #555555 !important;
  margin: 0 !important;
}
/* Notification */
.dropdown-menu.notification {
    border-top: 1px solid #486d93;
    width: 270px;
}
.dropdown-menu.notification .label {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    height: 42px;
    margin: 0 10px -5px -10px !important;
    padding: 9px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.dropdown-menu.notification .label i {
    font-size: 18px;
}
.dropdown-menu.notification .body {
    display: inline-block;
    line-height: 20px;
    margin: 10px 5px 10px 40px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}
.dropdown-menu.notification .message {
    display: inline-block;
    line-height: 16px;
    margin: 0 5px 5px 0;
}
.dropdown-menu.notification .time {
    color: #777777;
    display: inline-block;
    font-size: 12px;
}
/* Messages */
.dropdown-menu.inbox {
  border-top: 1px solid #486d93;
  width: 280px;
}
.dropdown-menu.inbox img {
  border-radius: 50em 50em 50em 50em;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
  width: 40px;
}
.dropdown-menu.inbox .body {
  position: relative;
  display: inline-block;
  line-height: 20px;
  max-width: 220px;
  vertical-align: middle;
  white-space: normal;
  margin: 5px 0;
}
.dropdown-menu.inbox .from {
  display: inline-block;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dropdown-menu.inbox .message {
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
}
.dropdown-menu.inbox .time {
  color: #777777;
  display: block;
  font-size: 12px;
}
.dropdown-menu.inbox .compose {
  display: block;
}
.dropdown-menu.inbox .compose :hover {
  cursor: pointer;
}
/* Tasks */
.dropdown-menu.tasks {
  border-top: 1px solid #486d93;
  width: 250px;
}
.dropdown-menu.tasks .progress {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  height: 9px !important;
}
/* User Menu */
.dropdown.user a.dropdown-toggle {
  padding: 10px;
}
.dropdown.user .dropdown-menu {
  border-top: none;
}
.dropdown.user img {
  margin-right: 5px;
  border-radius: 99px;
  height: 29px;
  width: 29px;
  /* filter: url("data:image/svg+xml;filter: gray;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */

}
.dropdown.user a:hover img,
.dropdown.user a:focus img {
  filter: none;
}
/* End Navbar */
/* Start Sidebar */
#sidebar {
  background: #E9E9E9 none repeat scroll 0 0;
  padding: 0 !important;
  width: 200px;
  height: 100%;
  position: absolute;
  border-bottom: 1px solid #E9E9E9;
}
.sidebar-fixed {
  position: fixed !important;
}
#sidebar * {
  text-overflow: ellipsis;
}
.sidebar-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu .module-menu {
  background-color: #E9E9E9;
  padding: 7px 10px 7px 15px;
}
.sidebar-menu .module-menu a {
  display: block;
  position: relative;
  color: #333;
  font-size: 12px;
}
.sidebar-menu .module-menu a i {
    color: #3D4C5A;
    font-size: 13px;
    margin-right: 10px;
    width: 15px;
}
.sidebar-menu .module-menu .arrow {
  float: right;
  margin-top: 2px;
}
.sidebar-menu .module-menu .arrow i {
  margin-right: 0 !important;
  width: auto !important;
  color: #999999;
  font-size: 12px;
}
.sidebar-menu > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  background-color: #C7C7C7;
}
.sidebar-menu > ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0 none;
  padding: 7px 10px 7px 15px;
  text-decoration: none;
  font-size: 12px;
}
.sidebar-menu > ul > li a i {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  width: 15px;
}
.sidebar-menu > ul > li.has-sub {
  position: relative;
}
.sidebar-menu > ul > li.has-sub .sub {
  position: relative;
  background: #C7C7C7;
  border-top: 1px solid #E9E9E9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-menu > ul > li.has-sub .sub .has-sub-sub .sub-sub {
  position: relative;
  background: #e7e7e7;
  border-top: 1px solid #e7e7e7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.sidebar-menu > ul > li.active > a {
  border: none;
  text-shadow: none;
}
.sidebar-menu ul > li > a .arrow:before {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f0d9";
  font-weight: 300;
  text-shadow: none;
}
.sidebar-menu > ul > li > a .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f0d7";
  font-weight: 300;
  text-shadow: none;
}
.sidebar-menu > ul > li > ul.sub:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #3b3b3b;
  border-image: none;
  border-style: dotted;
  border-width: 0 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sidebar-menu > ul > li > ul.sub > li:before {
  border-top: 1px dotted #3b3b3b;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  margin: 5% 0 0;
}
.sidebar-menu > ul > li > ul.sub {
  display: none;
  list-style: none;
  clear: both;
  padding-left: 18px;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub {
  display: none;
  list-style: none;
  clear: both;
}
.sidebar-menu > ul > li.active > ul.sub {
  display: block;
}
.sidebar-menu > ul > li.active > ul.sub .has-sub-sub ul.sub-sub {
  display: block;
}
.sidebar-menu > ul > li > ul.sub > li,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}
.sidebar-menu > ul > li > ul.sub > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 25px !important;
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none;
}
.sidebar-menu > ul > li > ul.sub > li > a i {
  margin-right: 5px;
  display: none;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 0px !important;
  color: #555555;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  background: none;
}
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li :hover,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li :focus {
  text-decoration: underline;
}
.sidebar-menu > ul > li > ul.sub > li > a > i,
.sidebar-menu > ul > li > ul.sub .has-sub-sub ul.sub-sub > li > a > i {
  font-size: 13px;
}
.sidebar-menu > ul > li > a {
  color: #333 !important;
}
.sidebar-menu > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
.sidebar-menu > ul > li:first-child > a {
  /* border-top-color: transparent !important; */

}
.sidebar-menu > ul > li a i {
  color: #3D4C5A;
  font-size: 13px;
}
.sidebar-menu > ul > li.has-sub.open > a,
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li:hover > a {
  background: #d2d2d2;
  color: #333;
}
.sidebar-menu > ul > li.has-sub.open > ul > li.has-sub-sub.open > a {
  background: #d2d2d2;
}
.sidebar-menu > ul > li.active > a {
  background: #c7c7c7 !important;
  border-top-color: transparent !important;
  color: #fff;
}
.sidebar-menu > ul > li > a.open {
  background: #313131;
}
.sidebar-menu ul > li > a .arrow:before,
.sidebar-menu > ul > li > a .arrow.open:before {
  color: #999999 !important;
}
/*.sidebar-menu ul > li.active > a .arrow:before,
.sidebar-menu > ul > li.active > a .arrow.open:before {  
   color: #fff !important;
} */
.sidebar-menu > ul > li > ul.sub > li > a {
  color: #333;
  margin-left: 0px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-menu > ul > li > ul.sub > li:first-child > a {
  border-top: 0px !important;
}
.sidebar-menu > ul > li > ul.sub > li.active > a,
.sidebar-menu > ul > li > ul.sub > li > a:hover,
.sidebar-menu > ul > li > ul.sub > li.current {
  background: #D2D2D2 !important;
}
.sidebar-menu > ul > li > ul.sub > li > a:hover {
  background: #D2D2D2 !important;
}
/* Search */
.sidebar-menu #search-bar {
  display: block;
  text-align: left;
  background: #136a8a; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #136A8A , #166F8B); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #136A8A , #166F8B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 18px;
}

.sidebar-menu #search-bar h3 {
  color: #fff;
  font-size: 14px;
  margin:0;
}

.sidebar-menu #search-bar h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin:5px 0;
}

.sidebar-menu #search-bar .search {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  border-radius: 4px;
  color: #555555;
  padding: 8px 10px;
  width: 100%;
  margin: 0 auto;
  padding-right: 30px !important;
}
.sidebar-menu #search-bar .search-icon {
  display: block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 29px;
  color: #888888;
}
/* Mini Menu Search */
.mini-menu .sidebar-menu #search-bar {
  display: block;
  text-align: center;
}
.mini-menu .sidebar-menu #search-bar .search {
  background: none repeat scroll 0 0 #ffffff;
  border: 0 none;
  border-radius: 4px;
  color: #555555;
  padding: 8px 10px;
  width: 90%;
  margin: 0 auto 10px;
}
.mini-menu .sidebar-menu #search-bar .search-icon {
  display: block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 29px;
  color: #888888;
}
/* Quick launch */
.sidebar-menu .quicklaunch-lg {
  line-height: 39px;
  margin-bottom: 0;
  max-height: 41px;
  text-align: center;
}
.sidebar-menu .quicklaunch-lg .btn {
  margin-right: 1rem;
}
.sidebar-menu .quicklaunch-mini {
  display: none;
  font-size: 0;
  line-height: 18px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  width: 50px;
}
/* Sidebar collapse */
.sidebar-collapse,
.switcher {
  padding: 10px 10px 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
  padding: 6px 8px;
}
.sidebar-collapse:hover,
.switcher:hover {
  background-color: #507aa4;
}
.sidebar-collapse > [class*="fa-"],
.switcher > [class*="fa-"] {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  float: right;
}
.menu-text .badge {
  position: absolute;
  right: 35px;
  line-height: 15px;
  padding-bottom: 3px;
  padding-top: 2px;
  text-shadow: none;
  background-color: #dd5a43 !important;
}
/* Min Menu */
.mini-menu#sidebar {
  width: 50px;
}
.mini-menu#sidebar:before {
  width: 50px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text .badge {
  top: 15px;
  right: 10px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text .label {
  position: absolute;
  top: 15px;
  right: 10px;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a > .menu-text {
  background-color: #2D353C;
  display: none;
  height: 40px;
  left: 50px;
  line-height: 25px;
  padding-left: 12px;
  position: absolute;
  top: 0;
  width: 220px;
  padding: 5px 0 0 15px;
  z-index: 121;
  border: 1px solid #2D353C;
}

.mini-menu#sidebar .sidebar-menu > ul > li > ul.sub > li > a {
  padding-left: 0px !important
}

.mini-menu#sidebar .sidebar-menu > ul > li.has-sub > a > .menu-text {
  border-right: none;
  border-top: none;
}
.mini-menu#sidebar .sidebar-menu > ul > li:hover > a > .menu-text {
  display: block;
}
.mini-menu#sidebar .sidebar-menu > ul > li > ul.sub {
  background-color: #2D353C;
  border: 1px solid #cecece;
  display: none !important;
  left: 50px;
  padding-bottom: 2px;
  padding-top: 35px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 120;
  border-top: 1px solid #cecece;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.mini-menu#sidebar .sidebar-menu > ul > li:hover > ul.sub {
  display: block !important;
}
.mini-menu#sidebar .sidebar-menu ul > li > a .arrow:before {
  display: none;
}
.mini-menu#sidebar .sidebar-menu > ul > li > a .arrow.open:before {
  display: none;
}
.mini-menu#sidebar .quicklaunch-mini {
  display: block;
}
.mini-menu#sidebar #quicklaunch {
  position: relative;
}
.mini-menu#sidebar .quicklaunch-lg {
  background-color: #f4f4f4;
  display: none;
  left: 50px;
  position: absolute;
  top: -1px;
  width: 190px;
  z-index: 20;
  padding: 0 0 0 1px;
  max-height: 50px;
  height: 115%;
  border: 1px solid #cecece;
}
.mini-menu#sidebar .quicklaunch-lg .btn {
  margin-right: 0.25rem;
}
.mini-menu#sidebar #quicklaunch:hover .quicklaunch-lg {
  display: block;
}
/* End Sidebar */
/* Team Status */
.team-status {
  background-color: #6f6f6f;
  display: none;
  border-bottom: 2px solid #555555;
}
.team-status.open {
  display: block;
}
.team-status .team-list {
  height: 100%;
  list-style: none outside none;
  margin: 0 auto;
  padding: 15px 10px 20px;
  text-align: center;
}
.team-status .team-list li {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 30px;
}
.team-status .team-list li:last-child {
  border-right: 0 none;
}
.team-status .team-list li a {
  color: #FFFFFF;
  display: block;
  opacity: 0.9;
  padding: 15px;
  border-radius: 4px;
  min-width: 200px;
}
.team-status .team-list li a .progress {
  margin-top: 10px !important;
  height: 9px !important;
  margin-bottom: 10px !important;
}
.team-status .team-list li a .status {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
}
.team-status .team-list li a .status .field {
  margin-bottom: 5px;
}
.team-status .team-list li a:hover {
  background-color: rgba(255, 255, 255, 0.07);
  opacity: 1;
  text-decoration: none;
}
.team-status .team-list li .image,
.team-status .team-list li .title {
  display: block;
}
.team-status .team-list li .image img {
  height: 45px;
  width: 45px;
  border-radius: 150px 150px 150px 150px;
}
.team-status .team-list li .title {
  font-weight: 600;
}
.team-status .team-list li .image + .title {
  padding-top: 10px;
}
.team-status .team-list li.current a {
  background-color: rgba(255, 255, 255, 0.07);
  opacity: 1;
  text-decoration: none;
}

.card {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  margin: 25px 0;
  position: relative;
  width: 100%;
}

.card-stats .card-header {
    float: left;
    text-align: center;
}
.card [data-background-color] {
    color: #ffffff;
}
.card [data-background-color="orange"] {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ffa726, #fb8c00) repeat scroll 0 0;
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.card [data-background-color="red"] {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ef5350, #e53935) repeat scroll 0 0;
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.card [data-background-color="green"] {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #66bb6a, #43a047) repeat scroll 0 0;
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.card [data-background-color="blue"] {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #26c6da, #00acc1) repeat scroll 0 0;
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.card .card-header {
  background-color: #999999;
  border-radius: 3px;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: -20px 15px 0;
  padding: 15px;
}

.card-stats .card-header i {
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.card-stats .card-content {
  padding: 10px;
  text-align: left;
}

.card .card-content-alt {
  padding: 20px;
  text-align: left;
}

.card .card-content .category {
    margin-bottom: 5px;
}

.card-stats .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.card .card-footer {
  border-top: 1px solid #eeeeee;
  margin: 0 20px 10px;
  padding-top: 10px;
  text-align: right;
}

.driverName {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #379C94;
}

.highlight_date {
  background: #fd746c !important; 
  background: -webkit-linear-gradient(to right, #fd746c, #ff9068) !important; 
  background: linear-gradient(to right, #fd746c, #ff9068) !important; 
}

.processing_box {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: 45%;
  margin-left: -105px;
  margin-top: -50px;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 40%;
  width: 400px;
  z-index: 999;
}
.processing_box h3 {
  font-size: 20px;
}

.processing_box .fa-spin {
  margin-bottom: 15px;
}

.float_bx {
  box-shadow: 0 0 10px rgba(165, 168, 173, 0.3);
  background-color: #E9E9E9;
  padding: 10px; 
  position: fixed;
  z-index: 99;
  right: 2%;
  top: 10%;
}

.content-title {
  padding: 0 25px;
  margin-bottom: 0;
}

.result-item {
    display: table;
    position: relative;
    width: 100%;
}

.result-item.bg-gray {
  background-color: #E9E9E9;
}
.result-item > a {
    color: inherit;
    display: table;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 100%;
}

.result-item > a:before {
    background-color: #136A8A;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 5px;
}

.result-item > a:hover, .result-item > a.hover-state {
  background-color: rgba(0, 0, 0, 0.05);
}
.result-item > a:hover:before, .result-item > a.hover-state:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.result-item > a h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.result-item > a:hover{
  text-decoration: none;
}

.result-item > a .result-item-detail {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: table;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}

.result-item > a .count {
    background-color: #E9E9E9;
    clear: both;
    color: #333;
    float: left;
    height: 40px;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 40px;
    margin-right: 10px;
}


.result-item > a .expand {
    clear: both;
    color: #333;
    float: right;
    height: 20px;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    margin-right: 0px;
}

.result-item > a .count span {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}

.result-item > a .description h5 {
  margin-top: 0px;
}
.result-item > a .description i {
  width: 20px;
}
.c-tabs {
  /**/
}

.c-tabs-nav {
 /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: #1a748c;
  background-color: #f2f2f2;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #fff;
  background-color: #379C94;
  border-radius:3px;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  /*display: none;*/
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}
.c-tab {
  display: none;
  background-color: #E9E9E9;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 1.5rem;
}
.c-tab__content h2 {
  margin-top: 0;
  font-size: 21px;
}
/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}

/*css by siddiq*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.in {
        overflow-y: scroll;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        display:inherit !important;
    }
    .navbar-nav>li>a {
          text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
     left: 1;
    right: 0;
}