.fixed-footer-panel {
  background: #FcFcFcFc;
  border-top: 1px solid #EEE;
  width: 100%;
  position: fixed;
  bottom: 0px;
  margin-left: -20px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
  z-index: 3;
  box-shadow: 0 -4px 5px -3px rgba(0, 0, 0, 0.1) !important;
}

.dashboadrd_box_hover:hover .left_icon_dashboard i {
  font-size: 55px;
  transition-duration: 0.5s;
}

.dashboadrd_box_hover:hover .dashboard_box_details {
  font-size: 36px;
  transition-duration: 0.5s;
}

.flat-card .el-card__header {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border-bottom: none;
}

.flat-card .el-card__body {
  text-align: center;
  font-size: 50px;
  height: 55px;
}

.sub-detail-table tr td {
  padding: 5px 5px;
}

.sub-detail-table tr td:first-child {
  width: 140px;
  color: #555;
  background: #EEE;
  font-weight: 300;
}

.sub-detail-table {
  margin-bottom: 10px;
}

.el-dialog .el-dialog__body {
  padding-top: 5px;
  padding-bottom: 5px;
}

.el-table__row td {
  vertical-align: top;
}

.flat-card .el-card__header {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  border-bottom: none;
}

.flat-card .el-card__body {
  text-align: center;
  font-size: 50px;
  color: #FFF;
}

.custom-badge {
  position: absolute;
  right: 10px;
  top: 20px;
  background: red;
  color: white;
  line-height: 10px;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 8px;
}

.form-container {
  margin-left: 0px !important;
}

.status {
  text-transform: capitalize;
}

.status.done {
  color: green;
}

.status.pending {
  color: gray;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: #5a95f5 !important;
  color: #FFF !important;
}

.el-slider__button {
  border: 1px solid #4286f4;
  background-color: #4286f4;
}

.el-slider__bar {
  background-color: #4286f4;
}

.column-span-done {
  color: green;
}

.column-span-return {
  color: red;
}

.column-span-pending {
  color: gray;
}

.vehicle-detail td {
  line-height: 10px;
  height: 20px !important;
}

.vehicle-detail {
  margin-top: -4px;
}

.checklist-table {
  width: 100%;
  border-spacing: 0px;
}

.checklist-table thead th {
  padding: 5px 10px !important;
  line-height: 20px;
  background: #EEE;
  text-align: left;
}

.checklist-table th,
.checklist-table td {
  border-bottom: #eee solid 1px;
}

.checklist-table td {
  height: 31px;
}

.checklist-table tbody td {
  padding: 0px 8px !important;
}

.el-button .material-icons {
  font-size: 20px;
  line-height: 13px;
  float: left;
  margin-right: 5px;
  color: #aaa;
}

.quick-view-container .header {
  background: #e7edf6;
}

.breadcrumb-container {
  background: #00c5de;
}

.breadcrumb-container .el-breadcrumb__separator {
  color: #FFF !important;
}

.breadcrumb-container .el-breadcrumb__inner a,
.breadcrumb-container .el-breadcrumb__inner span {
  color: #FFF !important;
}

.breadcrumb-container .current {
  color: #FFF !important;
}

.about-button {
  color: #FFF;
}

.notification-dropdown button,
.module-dropdown button {
  background: #0098ab;
}

.keeper-page .el-menu-item.checked {
  background: #008d9f !important;
}

.btn-side-menu-toggle {
  height: 40px;
  padding: 8px;
  border: none;
  color: #FFF;
  width: 50px;
  background: none !important;
}

.btn-side-menu-toggle .material-icons {
  color: #FFF;
}

.login-page .el-header {
  display: none !important;
}

.login-page .el-main {
  background-image: url("/themes/emerald/login-background.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.login-page .login_form_ui {
  background: #fff;
  padding: 20px;
  box-shadow: 0 7px 11px -1px rgba(0, 0, 0, 0.56);
  border-radius: 10px;
}

.login-page .login_brand {
  text-align: center;
  border-bottom: 1px solid #dadada;
  margin: auto auto 30px;
}

.login-page .login_form_ui .el-button--primary {
  background-color: #0b0;
  border-color: #0b0;
  border-radius: 20px;
}

.login-page .version_menubar {
  color: #333 !important;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 10px;
}

.datagrid-container .el-table {
  margin: 0px !important;
}

.datagrid-container .el-table th {
  padding: 3px 0 !important;
  font-size: 13px;
  font-weight: 500 !important;
}

.fake-header .left {
  background: #00bcd4 !important;
}

.fake-header .right {
  background: #00bcd4 !important;
}

.el-main {
  background: #eee !important;
}

.el-main.form,
.el-main.show {
  background: #FFF !important;
}

.el-card {
  box-shadow: 0 1px 2px 1px rgba(154, 154, 204, 0.22);
  margin: 5px 2px;
  border-radius: 8px !important;
  margin-top: 10px !important;
}

.menu_logo_big img {
  width: 85px !important;
  padding-top: 15px;
}

.side-menu-footer {
  background: #00bcd4;
}

.side-menu-footer .footer-button {
  background: #00a5bb !important;
  border-radius: 0px;
  color: #FFF;
  border: 0px solid #ddd;
}

.side-menu-footer .version_menubar {
  color: #FFF;
  font-size: 10px;
  bottom: 0px;
  text-align: center;
}

.menu-brand {
  line-height: 60px;
  background: #00bcd4 !important;
  padding: 0 23px;
  font-weight: 700 !important;
  height: 100px;
  border-bottom: none !important;
  color: #FFF !important;
}

.menu-brand img {
  width: 100%;
}

.logo_menu {
  width: 60px !important;
  margin: auto;
  text-align: center;
  padding: 0px !important;
  padding-top: 10px !important;
  line-height: 36px !important;
  height: 47px !important;
}

.el-menu--popup .el-menu-item {
  background-color: #00bcd4;
  color: #ffffff;
  font-size: 13px;
}

.el-menu--popup .el-menu-item:hover {
  background: #0098ab !important;
}

.el-menu--popup .el-menu-item:focus {
  background: #0098ab !important;
}

.el-menu--popup .el-menu-itema:hover {
  font-weight: 500 !important;
}

.el-menu--popup .el-menu-item.checked {
  background: #0098ab !important;
}

.side-menu {
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.75);
  z-index: 1005 !important;
  border: none !important;
  background-color: #00bcd4 !important;
}

.side-menu .el-menu {
  background: #00bcd4;
}

.side-menu .el-menu .el-submenu__title {
  background: #00bcd4 !important;
  color: white;
  font-weight: 600;
}

.side-menu .el-menu .el-submenu__title i {
  color: #ffffff;
}

.side-menu .el-menu .el-menu-item {
  color: #ffffff;
}

.side-menu .el-menu .el-menu-item i {
  color: #ffffff;
}

.side-menu .el-menu .el-menu-item:hover {
  background: #0098ab !important;
}

.side-menu .el-menu .el-menu-item:focus {
  background: #0098ab !important;
}

.side-menu .el-menu .el-menu-itema:hover {
  font-weight: 500 !important;
}

.side-menu .el-menu .el-menu-item.checked {
  background: #0098ab !important;
}

.side-menu .el-submenu.is-opened .el-submenu__title,
.side-menu .el-submenu.is-opened .el-menu {
  background: #00a5bb !important;
}

.el-menu-item-group__title {
  color: #70747d !important;
}

.el-menu-item-group__title {
  display: none;
}

.el-header {
  background: #00bcd4 !important;
  margin: 0px !important;
}

.searchbox-container .btn-toggle-datagrid-filter {
  background: #2bf295 !important;
}

.el-table {
  border-radius: 10px;
}

.el-dialog {
  background: #eee !important;
}

.el-table {
  width: 100% !important;
  margin-top: 10px;
  box-shadow: 0px -4px 6px 0px rgba(164, 164, 166, 0.22);
}

.event-calendar-container {
  background: white;
  padding: 15px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.el-table th.is-sortable {
  background: #e7edf6 !important;
  color: rgba(0, 0, 0, 0.75) !important;
}

.el-table th,
.el-table__fixed-right-patch {
  background: #e7edf6 !important;
}

/***********************Dashboard css***********************/

.dashboard_box1 {
  color: #ff4f81 !important;
  border-top: 3px solid #ff4f81;
  font-weight: 600;
}

.dashboard_box2 {
  color: #4755AB !important;
  border-top: 3px solid #4755ab;
  font-weight: 600;
}

.dashboard_box3 {
  color: #03c895 !important;
  border-top: 3px solid #03c895;
  font-weight: 600;
}

.left_icon_dashboard {
  width: 30%;
  text-align: center;
  float: left;
}

.right_content_dashboard {
  width: 70%;
  float: right;
  font-size: 20px !important;
}

.dashboard_box_details {
  font-size: 32px;
  line-height: 30px;
  margin: auto;
}

.dashboard_box_title {
  font-size: 14px;
  color: #5d6b71;
  font-weight: 500;
}

.left_icon_dashboard .material-icons {
  font-size: 50px;
}

