.noBorder {
  border: 0 !important
}

.sndBck {
  z-index: -1 !important
}

@font-face {
  font-family: 'robotomedium';
  src: url(../fonts/roboto-medium-webfont.eot);
  src: url(../fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium-webfont.woff2) format("woff2"), url(../fonts/roboto-medium-webfont.woff) format("woff"), url(../fonts/roboto-medium-webfont.ttf) format("truetype"), url(../fonts/roboto-medium-webfont.svg#robotomedium) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased
}

@font-face {
  font-family: 'robotoregular';
  src: url(../fonts/roboto-regular-webfont.eot);
  src: url(../fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff"), url(../fonts/roboto-regular-webfont.ttf) format("truetype"), url(../fonts/roboto-regular-webfont.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased
}

html,
body {
  height: 100%
}

body {
  font-family: 'robotoregular', sans-serif;
  font-size: 14px;
  background: #f2ece4;
}

.mCSB_container {
  width: auto !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'robotomedium', sans-serif;
  color: #212121
}

h4 {
  font-size: 1.3rem
}

a {
  color: #212121
}

a:hover {
  color: #f89a49;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out
}

a.has-icon {
  position: relative;
  top: 5px
}

.layout-wrap {
  height: calc(100vh - 70px)
}

.main-wrap {
  height: 100%;
  position: relative;
  width: 100%
}

.inner-wrap {
  padding-left: 55px
}

.content-wrap {
  padding: 0 0 0 15px;
}

.main-content {
  padding: 20px 0
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 7px 0;
  box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.15)
}

.dropdown-menu a {
  color: #505050;
  padding: .75rem 1.5rem;
  font-size: 14px
}

.dropdown-menu a:hover {
  background: rgba(247, 148, 63, 0.3)
}

.dropdown-header {
  font-size: 16px;
  color: #212121
}

.daterangepicker::before,
.daterangepicker::after {
  display: none
}

.daterangepicker,
.el-date-table {
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 14px
}

.daterangepicker .calendar {
  margin: 20px 20px 45px 10px !important
}

.daterangepicker .calendar.left {
  margin-right: 0 !important
}

.daterangepicker td {
  border-radius: 0 !important
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.el-date-table td.current:not(.disabled),
.el-date-table td.end-date,
.el-date-table td.start-date {
  background: #f89a49;
  color: #212121
}

.daterangepicker td.in-range,
.el-date-table td.in-range {
  background: rgba(248, 154, 73, 0.25)
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.el-date-table td.current:not(.disabled):hover,
.el-date-table td.end-date:hover,
.el-date-table td.start-date:hover {
  background: rgba(248, 154, 73, 0.75);
  color: #212121
}

.daterangepicker .form-control,
.daterangepicker .form-control.active {
  padding: .5rem .75rem
}

.daterangepicker .ranges,
.el-picker-panel__sidebar {
  background: #f9f9f9 none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 15px 0 0;
  padding: 10px 10px 30px;
  width: auto
}

.daterangepicker .ranges li,
.el-picker-panel__shortcut {
  color: #f89a49;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.00);
  border-radius: 3px;
  padding: 4px 12px
}

.daterangepicker .ranges li:hover,
.el-picker-panel__shortcut:hover {
  color: #212121;
  background: none;
  border: 1px solid #f89a49
}

.daterangepicker .ranges li.active,
.el-picker-panel__shortcut.active {
  background: #f89a49;
  color: #212121
}

.daterangepicker .ranges .range_inputs {
  bottom: 10px;
  position: absolute;
  right: 25px
}

.daterangepicker .ranges .range_inputs .applyBtn {
  float: right;
  margin-left: 10px;
  background: #f89a49;
  border: 0
}

.el-date-range-picker__header button:hover {
  color: #f89a49
}

.el-date-table td.today {
  font-size: 12px
}

.el-date-table td.today::before {
  border-top: .5em solid #f89a49
}

.el-picker-panel [slot="sidebar"]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
  margin-left: 125px;
  min-width: auto
}

.btn {
  cursor: pointer;
  font-size: 14px;
  min-width: 100px
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 3px rgba(248, 154, 73, 0.25);
  outline: 0 none
}

.btn-mainAct {
  background: #f89a49;
  border: 1px solid #f89a49;
  color: #fff;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out
}

.btn-mainAct:hover {
  background: #fff;
  border: 1px solid #f89a49;
  color: #f89a49
}

.btn-secAct {
  background: #fff;
  border: 1px solid #f89a49;
  color: #f89a49;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out
}

.btn-secAct:hover {
  background: #f89a49;
  border: 1px solid #f89a49;
  color: #fff
}

.form-control {
  border-radius: 3px !important;
  border: solid 1px #dcdad6;
  font-size: 14px
}

.form-control:hover {
  border: solid 1px #C3C2C0
}

.form-control.has-err {
  border: solid 1px #dc3545
}

.form-control.has-err+.invalid-feedback {
  display: block
}

.el-input__inner {
  padding: .5rem 35px .5rem .75rem !important
}

.el-input:hover .el-input__icon {
  color: #C3C2C0 !important
}

.el-input .el-input__icon.is-reverse {
  color: #212121 !important
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #636363
}

input::-moz-placeholder {
  font-size: 14px;
  color: #636363
}

input:-ms-input-placeholder {
  font-size: 14px;
  color: #636363
}

input:-moz-placeholder {
  font-size: 14px;
  color: #636363
}

.form-control:focus,
.daterangepicker .input-mini.active {
  border: solid 1px #f89a49;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out
}

.custom-control-input~.custom-control-indicator {
  box-shadow: none !important
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #f89a49
}

a[data-toggle="collapse"] {
  position: relative;
  display: block
}

a[data-toggle="collapse"]::before {
  content: "\E315";
  font-family: "Material Icons";
  position: absolute;
  font-size: 20px
}

a[data-toggle="collapse"][aria-expanded="true"]::before {
  content: "\E313"
}

.nav-pills {
  background: #212121
}

.nav-pills .nav-link {
  font-size: 18px;
  color: #fff;
  font-family: 'robotomedium';
  padding: 15px
}

.nav-pills .nav-link.active {
  background: none;
  border-radius: 0;
  border-bottom: 5px solid #f89a49;
  color: #f89a49
}

.modal {
  z-index: 99999
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: none;
  animation-duration: .6s
}

.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: none;
  border: 0;
  font-size: 24px;
  color: #959595;
  line-height: 10px
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  color: #343434;
  background: none
}

.pagination .page-link {
  color: #343434;
  font-size: 12px
}

.pagination .page-item.active .page-link {
  background: #f7943f;
  border-color: #f7943f
}

.pagination .page-item .page-link:hover {
  background: rgba(247, 148, 63, 0.50);
  border-color: #f7943f
}

.card {
  box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.00);
  margin-bottom: 20px
}

.card:hover {
  border-top: 2px solid #f7943f
}

.card .card-header {
  padding: 25px 16px 15px 25px;
  border-bottom: 1px solid #dcdad6
}

.card .card-header h4 {
  display: inline
}

.card .card-header a {
  color: #636363
}

.card .card-header a:hover {
  color: #f7943f
}

.card .card-header .more a::after {
  display: none
}

.card .table-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  font-size: 12px
}

.card .table th,
.card .table td {
  white-space: nowrap
}

.card .accordion {
  border-bottom: 1px solid #dcdad6;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px
}

.card .accordion .accordion-head,
.card .accordion .accordion-body {
  padding: 0 20px
}

.card .accordion .accordion-head a,
.card .list-section h5 {
  color: #212121;
  padding-bottom: 10px;
  font-family: 'robotomedium';
  font-size: 18px
}

.card .accordion .accordion-head a:hover {
  color: #f89a49
}

.card .accordion .accordion-head a i,
.card .list-section h5 i {
  position: relative;
  top: 5px
}

.card .accordion .accordion-head a[data-toggle="collapse"]::before {
  right: 0
}

.card .list-section h5 {
  padding: 0
}

.card .list-section ul {
  padding: 0
}

.card .list-section li {
  list-style: none;
  padding-left: 20px;
  padding-right: 32px;
  margin-left: 5px;
  position: relative;
  color: #636363;
  border-bottom: 1px solid #dcdad6;
  padding-bottom: 15px;
  margin-bottom: 10px
}

.card .list-section li:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.card .list-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 42px;
  display: block
}

.card .list-section li.high {
  border-left: 4px solid #e53935
}

.card .list-section li.medium {
  border-left: 4px solid #f9a825
}

.card .list-section li.low {
  border-left: 4px solid #ffeb3b
}

.card .list-section li .dropdown {
  position: absolute;
  top: 5px;
  right: -5px
}

.card .list-section li .dropdown a::after {
  display: none
}

.table {
  text-align: left;
  color: #636363
}

.table thead th {
  border: 0;
  color: #000;
  font-size: 14px;
  font-family: 'robotomedium';
  vertical-align: middle
}

.table th {
  font-weight: 300
}

.table td,
.table th {
  padding: .5rem 1rem
}

.table+.pagination {
  margin-top: 2rem
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 2px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 2px
}

.state {
  position: relative;
  top: 7px
}

.state.up {
  color: #00e676
}

.state.down {
  color: #e53935
}

.availability {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%
}

.availability.present {
  background: #f89a49
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f7943f
}

.tooltip-inner {
  background-color: #f7943f
}

.red {
  background: #fc6969
}

.orange {
  background: #f7943f
}

.blue {
  background: #5d96d6
}

.violet {
  background: #ae57af
}

.green {
  background: #5dbca6
}

.purple {
  background: #933d59
}

.sun-flower {
  background: #f1c40f
}

.turq {
  background: #1abc9c
}
.asph {
  background: #2c3e50
}
.conc {
  background: #95a5a6
}
.speech-blue {
  background: #3c40c6
}
.megaman {
  background: #4bcffa

}



header {
  height: 70px;
  background: #fff;
  padding: .5rem 0;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  box-shadow: none !important;
}

header .clnt-logo {
  height: 60px;
  background-size: contain;
  background-position: left;
  background-image: url(/static/images/clnt-logo.png);
  background-repeat: no-repeat
}

@media all and (max-width: 768px) {
  header .clnt-logo {
    background-position: center;
  }
}

header .appl-logo small {
  color: #636363;
  font-size: 10px
}

header .dropdown {
  margin-top: 10px
}

header .dropdown a {
  color: #636363;
  font-size: 14px
}

header .dropdown a:focus,
header .dropdown a:active {
  color: #f89a49
}

header .dropdown a:hover {
  color: #000;
  text-decoration: none
}

.main-nav {
  background-color: #f7943f;
  bottom: 0;
  display: table-cell;
  min-height: 100%;
  position: absolute;
  top: 0
}

.side-nav {
  position: absolute;
  top: 70px;
  left: 0;
  width: 330px;
  margin-left: -260px;
  border: none;
  border-radius: 0;
  background-color: rgba(247, 148, 63, 0.95);
  bottom: 0;
  padding: 25px 0;
  z-index: 2000 !important;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out;
  height: 100%;
  overflow: auto;
  display: block
}

.side-nav:hover {
  left: 260px
}

.side-nav li {
  display: block
}

.side-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 25px 10px 45px;
  display: block;
  font-family: 'robotomedium';
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out
}

.side-nav li a[data-toggle="collapse"]::before {
  left: 20px;
  top: 6px
}

.side-nav li>a>i {
  float: right
}

.side-nav li a:hover,
.side-nav li a:focus {
  background-color: rgba(247, 148, 63, 1);
  color: #212121
}

.side-nav li>ul {
  padding: 0
}

.side-nav li>ul>li>a {
  padding: 10px 45px
}

.breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #f7943f;
  background: #eeeae4;
  padding: 20px 1rem 15px;
  margin-right: -15px
}

@media all and (max-width: 768px) {
  .breadcrumb {
    margin-right: 0px;
  }
}

.breadcrumb>span {
  color: rgb(99, 99, 99);
  font-size: 20px
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #636363;
  content: "\E315";
  font-family: "Material Icons";
  font-size: 1.5rem;
  position: relative
}

.breadcrumb .dropdown>a {
  color: rgb(33, 33, 33);
  font-size: 20px;
  position: relative;
  top: -7px
}

.breadcrumb .dropdown-toggle::after {
  position: relative;
  top: 3px
}

.breadcrumb > span:first-child {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.breadcrumb-item {
  float: none;
  display: inline-block !important;
  vertical-align: middle;
}

.filter {
  background: #fff;
  padding: 2rem;
}

@media all and (max-width: 768px) {
  .filter {
    margin-bottom: 0px;
  }
}

.filter .input-group i {
  margin-top: 8px;
  margin-right: 20px;
  color: #636363
}

.filter .auto-complete-lst .dropdown-menu {
  margin-left: 11%;
  width: 89%;
  height: 270px
}

.filter .setting {
  position: relative;
  top: 3px
}

.filter .setting>a::after {
  color: #212121;
  font-size: 1.2rem;
  position: relative;
  top: -7px
}

.filter .setting>a:hover:after {
  color: #f7943f;
  font-size: 1.2rem;
  position: relative;
  top: -7px
}

.filter .setting>a i {
  font-size: 2rem;
  color: #636363
}

.filter .setting>a:hover i {
  color: #f7943f
}

.filter .setting .dropdown-menu {
  left: -20px !important;
  min-width: 300px
}

.filter .setting .dropdown-menu a {
  position: relative
}

.filter .setting .dropdown-menu a span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
  position: absolute;
  right: 15px;
  top: 10px
}

.filter .setting .dropdown-menu a.active {
  background: none;
  color: #505050
}

.filter .setting .dropdown-menu a.active span::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f7943f;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.filter .form-group label {
  font-family: "robotomedium";
  color: #636363
}

.filter .form-group select {
  width: 100%
}

.tags .badge {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  line-height: normal;
  border-radius: 0;
  text-align: left;
  padding: 6px 30px 6px 10px;
  margin-right: 5px;
  margin-bottom: 8px
}

.tags .badge .close {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 400;
  text-shadow: none;
  color: #fff;
  opacity: 1
}

.tags .badge .close:hover {
  color: #212121
}

.dashboard-cards {
  margin-left: -10px
}

.dashboard-cards>div {
  padding: 0 10px
}

.dashboard-cards .card .card-body {
  height: 300px
}

.dashboard-cards .card .card-body img {
  height: 100%
}

.summary .list-group-item {
  border: solid .5px #dcdad6;
  border-radius: 0;
  padding: 20px 25px;
  color: #505050
}

.summary .list-group-item strong {
  color: #212121
}

.summary .list-group-item.head {
  padding: 25px 25px 15px
}

.summary .list-group-item h6 {
  margin-bottom: 14px
}

.summary .list-group-item ul {
  margin: 0
}

.summary .list-group-item li {
  line-height: 2
}

.smart-alerts table.smart-alert-lst {
  background-color: #fff;
  box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.15)
}

.smart-alerts table a {
  color: #000
}

.smart-alerts table a:hover {
  color: #f7943f
}

.smart-alerts table.smart-alert-lst thead th {
  background-color: #e8e8e8
}

.smart-alerts table.smart-alert-lst thead th:first-of-type {
  color: #fff;
  width: 15%
}

.smart-alerts table.smart-alert-lst thead th:nth-child(2n) {
  width: 15%
}

.smart-alerts table.smart-alert-lst thead th:nth-child(3n) {
  width: 15%
}

.smart-alerts table.smart-alert-lst thead th:nth-child(4n) {
  width: 15%
}

.smart-alerts table.smart-alert-lst thead th:nth-child(5n) {
  width: 15%
}

.smart-alerts table.smart-alert-lst.high thead th:first-of-type {
  background-color: #e53935
}

.smart-alerts table.smart-alert-lst.medium thead th:first-of-type {
  background-color: #f9a825
}

.smart-alerts table.smart-alert-lst.low thead th:first-of-type {
  background-color: #ffeb3b
}

.smart-alerts table.smart-alert-lst tbody th {
  border-right: 1px solid #dcdad6;
  color: #636363
}

.smart-alerts table tbody th i {
  position: relative;
  top: 5px
}

.smart-alerts table td {
  vertical-align: sub
}

.dtl-window {
  z-index: 1000;
  overflow: scroll;
  background-color: #fff;
  -webkit-box-shadow: -1px 1.5px 1.5px 0 #c8c8c8;
  -moz-box-shadow: -1px 1.5px 1.5px 0 #c8c8c8;
  box-shadow: -1px 1.5px 1.5px 0 #c8c8c8;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  right: -2000px;
  color: #212121;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out;
  z-index: 9
}

.dtl-window.show {
  right: 0
}

.dtl-window .close {
  text-shadow: none;
  color: #fff;
  opacity: 1
}

.dtl-window .close:hover {
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.dtl-window .dtl-header {
  background: #f7943f;
  padding: 30px
}

.dtl-window .dtl-header .dtl-title {
  display: inline-block;
  color: #fff;
  margin: 0
}

.dtl-window .dtl-body {
  padding: 30px;
  height: 90%
}

.dtl-window .dtl-body .form-group label {
  color: #505050
}

.dtl-window .dtl-body .form-group .has-txt {
  padding-top: .35rem
}

.dtl-window .dtl-body .form-group .has-txt i {
  margin-top: -10px
}

.dtl-window .dtl-body .form-group a {
  color: #636363
}

.dtl-window .dtl-body .form-group ol {
  padding-left: 15px;
  margin-bottom: 0
}

.dtl-window .dtl-body .form-group ol li {
  padding-bottom: 10px
}

.dtl-window .dtl-body .form-group ol li:last-of-type {
  padding-bottom: 0
}

.dtl-window .dtl-body .table .has-action {
  position: relative
}

.dtl-window .dtl-body .table {
  margin-top: 1rem
}

.dtl-window .dtl-body .table .has-action .btn {
  position: absolute;
  right: 0;
  top: -5px
}

.dtl-window .dtl-body .table td a {
  color: #000
}

.dtl-window .dtl-body .table td a:hover {
  color: #f89a49
}

.dtl-window .dtl-body .table td.has-state {
  min-width: 135px;
  position: relative;
  padding-left: 25px
}

.dtl-window .dtl-body .table td .availability {
  left: 2px;
  position: absolute;
  top: 10px
}

.dtl-window .dtl-body .table td .date-time {
  color: #636363;
  margin-top: 10px
}

.dtl-window .dtl-body .table td label {
  color: #636363
}

.dtl-window .dtl-body .add-section {
  margin-top: 30px;
  display: none
}

.dtl-window table {
  color: #212121
}

.efficiency-statement .brief {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  color: #212121
}

.efficiency-statement .brief .row {
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #dcdad6;
  border-top: 1px solid #dcdad6
}

.efficiency-statement .state-txt {
  font-size: 22px;
  font-family: 'robotomedium';
  text-align: center;
  text-transform: uppercase
}

.efficiency-statement .brief .val,
.efficiency-statement .brief .indicator {
  padding: 10px
}

.efficiency-statement .brief .indicator {
  color: #fff
}

.speedometer {
  width: 202px;
  height: 165px;
  background: url(../img/background.png) no-repeat;
  margin: 0 auto;
  position: relative
}

.speedometer-pointer {
  width: 20px;
  height: 54px;
  background: url(../img/needle.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
  transition: all .5s ease-in-out, padding .5s ease-in-out;
  transform-origin: bottom center;
  margin: auto
}

.speedometer-pointer-center {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #404040;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  margin: auto
}

.efficiency-statement .state-1 .state-txt {
  color: rgb(244, 81, 30);
}

.efficiency-statement .state-2 .state-txt {
  color: rgb(255, 167, 38);
}

.efficiency-statement .state-3 .state-txt {
  color: rgb(255, 213, 79);
}

.efficiency-statement .state-4 .state-txt {
  color: rgb(205, 220, 57);
}

.efficiency-statement .state-5 .state-txt {
  color: rgb(174, 213, 129);
}

.efficiency-statement .state-6 .state-txt {
  color: rgb(156, 204, 101);
}

.efficiency-statement .state-7 .state-txt {
  color: #097b00
}

.efficiency-statement .state-1 .indicator {
  background: #ff2500
}

.efficiency-statement .state-2 .indicator {
  background: rgb(255, 167, 38);
}

.efficiency-statement .state-3 .indicator {
  background: rgb(255, 213, 79);
}

.efficiency-statement .state-4 .indicator {
  background: rgb(205, 220, 57);
}

.efficiency-statement .state-5 .indicator {
  background: rgb(174, 213, 129);
}

.efficiency-statement .state-6 .indicator {
  background: rgb(156, 204, 101);
}

.efficiency-statement .state-7 .indicator {
  background: #097b00
}

.efficiency-statement .indicator .state {
  position: relative;
  top: 4px;
  color: #fff;
  font-size: 24px
}

.efficiency-statement .indicator .state::before {
  font-family: "Material Icons"
}

.efficiency-statement .indicator .state.up::before {
  content: "\E2c6"
}

.efficiency-statement .indicator .state.down::before {
  content: "\E2c4"
}

.el-date-editor--daterange.el-input {
  width: 100% !important
}

.el-select-dropdown__item.selected.hover {
  background: #f7ba2a !important
}

@media (min-width: 1200px) {
  .custom-l-p {
    padding-left: 10px
  }
  .custom-r-p {
    padding-right: 10px
  }
}

/* filter colors stylying (color index) */

.filters-colors-container .color-item {
    min-width: 40px;
    width: 50px;
    position: relative;
    height: 3px;
    display: inline-block;
    margin-right: 4px;
  }

   .filters-colors-container .color-item:hover {
     z-index: 100000;
   }

  .filters-colors-container .color-item:hover span {
    display: inline-block;
  }

  .filters-colors-container .color-item .color-item-data {
    position: absolute;
    background-color: inherit;
    padding: 4px 10px;
    height:30px;
    color: white;
    top: -40px;
    width: 180px;
    display: none;
    z-index: 100000;
    left:  -63.5px;
    text-align: center;
  }

  .filters-colors-container .color-item-data:after {
    width: 0;
    content: '';
    height: 0;
    top: 0;
    top: 30px;
    position: absolute;
    border-top: 5px solid blue;
    border-top-color: inherit;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: calc(50% - 5px)
  }

  .truncate-tooltip {
    width: 160px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
  }

   .orange {
     background: rgba(247, 148, 63, 0.9);
     border-color:rgba(247, 148, 63, 0.9);
   }

   .red {
     background: rgba(252, 105, 105, 0.9);
     border-color: rgba(252, 105, 105, 0.9);
   }

   .blue {
     background: rgba(93, 150, 214, 0.9);
     border-color: rgba(93, 150, 214, 0.9);
   }

   .violet {
     background: rgba(174, 87, 175, 0.9);
     border-color: rgba(174, 87, 175, 0.9);
   }

   .green {
     border-color: rgba(93, 188, 166, 0.9);
     background: rgba(93, 188, 166, 0.9);
   }

   .purple {
     border-color: rgba(147, 61, 89, 0.9);
     background: rgba(147, 61, 89, 0.9);
   }


    .sun-flower {
      border-color: rgba(241, 196, 15, 0.9);
      background: rgba(241, 196, 15, 0.9);
    }

    .turq {
      border-color: rgba(26, 188, 156, 0.9);
      background:  rgba(26, 188, 156, 0.9);
    }

    .asph {
      border-color: rgba(44, 62, 80, 0.9);
      background: rgba(44, 62, 80, 0.9);
    }

    .conc {
      border-color: rgba(149, 165, 166, 0.9);
      background: rgba(149, 165, 166, 0.9);
    }

    .speech-blue {
      border-color: rgba(60, 64, 198, 0.9);
      background: rgba(60, 64, 198, 0.9);
    }

   .megaman {
     border-color: rgba(75, 207, 250, 0.9);
     background: rgba(75, 207, 250, 0.9);
   }
