/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
  color: #1d3c51;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

.layout-row {
  display: flex;
  flex-direction: row;
}

.layout-column {
  display: flex;
  flex-direction: column;
}

.layout-row > .flex {
  flex: 1;
  box-sizing: border-box;
}

.page-header {
  vertical-align: middle;
  margin: 60px 0px 0px 0px;
  padding: 0;
  border-bottom: unset !important;
  text-align: center;
}

.sub-title.page-header {
  border-bottom: 0;
}

.page-header h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1d3c51;
  display: inline-block;
  margin-bottom: 15px;
  text-shadow: 0 1px #fff;
  padding: 0px 0 2px 0;
  text-transform: uppercase;
}

.sub-title.page-header h1 {
  /*margin-bottom: 0px;*/
  font-size: 16px;
}

.breadcrumb {
  display: inline-block;
  background: none;
  margin: 8px 0 19px 0;
  padding: 0 10px;
  border-radius: 0;
}

.breadcrumb li a {
  color: #3e3f3f !important;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #3e3f3f !important;
  padding: 0 5px;
  font-size: 15px;
}

.breadcrumb > li {
  color: #1a6a6a;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
}

#container {
  min-height: calc(100% - 5vh);
  width: 100%;
  position: relative;
  background: linear-gradient(to left, #fff 0%, #b9d1f2 100%);
}

.container-fluid {
  padding: 10px 5px;
}

#header {
  min-height: 0px;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 3px #ccc;
  position: fixed;
  top: 0;
  width: calc(100% - 230px);
  right: 0;
}

#header .container-fluid {
  padding: 0;
}

#header .menu-icon {
  height: 38px;
  cursor: pointer;
  border: 1px solid #1d3c51;
  font-size: 25px;
  background: #fff;
  padding: 6px 7px;
  float: left;
  border-radius: unset;
}

.violations-box {
  padding: 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #a6cdea;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 5px;
}

.violations-box span.violation-count {
  font-size: 2.5vh;
  font-weight: 600;
  cursor: pointer;
}

.violations-box span.no-violation {
  line-height: 20px;
  color: lightslategray;
  font-size: 12px;
  cursor: not-allowed !important;
}

div.hearing-content p[class^="title"],
div.widget-header {
  font-weight: 600;
}

div.widget-header {
  font-size: 1.25em;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 320px) and (max-width: 450px) {
  #header .menu-icon {
    display: block;
  }
}

#header .navbar-header {
  transition: 0.3s all;
  border-right: 1px solid #eee;
  width: 235px;
  display: none;
}

#header .navbar-brand {
  margin-left: 8px;
  padding: 0;
}

#header .navbar-nav > li {
  display: inline-block;
}

/* #header .navbar-right > li {
  border-left: 1px solid #eee;
} */

#header .navbar-right {
  margin-right: 0;
  margin: 0px 0px 0px 0px;
  float: right;
}

#focus-select.eespc-btn:hover {
  color: #fff !important;
}

#header span.bg-blue {
  padding: 0 8px;
  font-size: 24px;
}

div.navbar-custom-menu span.info-box-number {
  padding: 4px;
}

input[type="file"]:hover {
  color: #fff;
}

/***Display Alignments***/
.display-items-center {
  display: flex;
  align-items: center;
}

.display-content-center {
  display: flex;
  justify-content: center;
}

.display-content-spaced {
  display: flex;
  justify-content: space-between;
}

.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-content-end {
  display: flex;
  justify-content: flex-end;
}

.cursor-pointer,
img[alt="EESPC"] {
  cursor: pointer;
}

/**END**/

.hearings-cntr .widget-header i.fa {
  transform: scale(1.4);
}

div.graph-loading {
  font-size: 25px;
}

.todays-hearings span.fa.fa-external-link-square {
  color: #1d3c51;
  transform: scale(1.2);
}

.display-content-center .title-head {
  font-size: 16px;
  border-bottom: 2px solid #5a7485;
}

.content-wrapper .sources-status {
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 320px) and (max-width: 450px) {
  #header ul.nav.navbar-nav.navbar-left.facility-cntr {
    padding: 0px 15px;
    border-bottom: 1px solid;
  }

  #header ul.nav.navbar-nav.navbar-right {
    top: 15px;
    position: fixed;
    display: flex;
    right: 0;
  }

  #header ul.nav.navbar-nav.navbar-right li a i.fa.fa-sign-out {
    padding-bottom: 10px;
    transform: scale(3);
  }

  #header ul.nav.navbar-nav.navbar-right li.dropdown.user.user-menu {
    margin-top: -10px;
  }

  #header #user-profile {
    max-width: none !important;
    margin-top: -8px;
  }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  ul.nav.navbar-nav.navbar-right {
    right: -10px;
    position: absolute;
  }
}

#header #user-profile {
  max-width: 30px;
  margin-right: 15px;
}

#header .nav > li > a {
  padding: 0px 21px;
  line-height: 45px;
  cursor: pointer;
  color: #1d3c51;
  border-left: 0px solid #e1e1e1;
}

#header .nav > li.dropdown > a {
  padding-left: 10px;
  padding-right: 10px;
}

#header > .navbar .nav .open > a,
#header .nav > li.dropdown > a:hover {
  background: unset !important;
}

#header .nav > li.dropdown > a {
  padding-left: 10px;
  padding-right: 10px;
}

.toast-wrapper {
  position: fixed;
  right: 0;
  height: 48px;
  top: 10%;
  width: auto;
  opacity: 1;
  z-index: 11;
  box-shadow: -0.005em 1px 0.15em 0.018em #1d3c51;
}

.toast-wrapper .toast-body {
  padding: 12px;
  margin-left: 20px;
  color: #000;
}

.toast-wrapper .toast-body .toast-text {
  font-size: 14px;
}

.toast-wrapper span.bubble {
  cursor: pointer;
  border-radius: 50px;
  background: green;
  color: #fff;
  padding: 2px;
  margin: 1px 10px 0 0;
}

.toast-wrapper span.orange {
  cursor: pointer;
  border-radius: 50px;
  background: orange;
  color: #fff;
  padding: 2px;
  margin: 1px 10px 0 0;
}
/**Center Alignments for date pickers in mobile view**/
div.input-group ul[datepicker-popup-wrap] {
  left: 0 !important;
}

ul[datepicker-popup-wrap] table[role="grid"] thead th {
  background: #eee !important;
}

div.layout-row ul.dropdown-menu + span {
  flex: 0 0 14%;
}

/*****END****/

/****Search Form Class****/
div.search-criteria-panel {
  transition: height ease-in 1s;
  min-height: 80px;
  height: 80px;
  margin: 5px -100px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  border: 10px solid #e4e4e4;
  position: absolute;
  z-index: 50;
  width: calc(100% - 10%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

mwl-calendar .cal-month-box .cal-week-box-cell {
  left: 24px !important;
  z-index: 1;
  top: 38px !important;
  border-radius: 0 !important;
  border: 1px solid;
}

div.cal-navigation div.layout-row.date ul li td button span {
  color: inherit !important;
}

div.cal-navigation div.layout-row.date table thead tr th > button:hover,
div.cal-navigation div.layout-row.date table tbody tr td > button:hover {
  background-color: #2b8ba6;
}

.cal-navigation label {
  font-size: 25px !important;
}

/**END**/

/* Desktop */

@media (min-width: 768px) {
  #header .navbar-header {
    display: inline-block;
  }

  #header #user-profile {
    max-width: none;
  }

  #header .nav > li > a {
    line-height: 60px;
  }
}

#button-menu {
  line-height: 30px;
  font-size: 24px;
  float: left;
  padding: 10px 16px;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
  color: #6d6d6d;
  border-right: 1px solid #eee;
}

button {
  color: #fff;
}

/* Desktop */

@media (min-width: 768px) {
  #button-menu {
    display: none;
  }
}

#column-left {
  width: 235px;
  height: 100%;
  overflow: auto;
  background-color: #242d37;
  position: absolute;
  top: 0px;
  left: -235px;
  padding-top: 60px;
  z-index: 10;
}

#column-left::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(200, 200, 200, 0);
}

#column-left::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(128, 139, 156, 0.2);
}

/* #content {
  padding-bottom: 40px;
} */

#column-left,
#content,
#footer {
  transition: all 0.3s;
}

#column-left + #content,
#column-left + #content + #footer {
  position: relative;
  left: 0px;
}

.ng-scope + #content {
  position: relative;
  left: 0px;
}

#column-left.active {
  left: 0px;
}

#column-left.active + #content,
#column-left.active + #content + #footer {
  left: 235px;
}

table#facade-inspection tbody > tr > th {
  min-width: 100px;
}

tr.state-permit-comment td:hover .hide {
  display: block !important;
}

/* Desktop */

@media (min-width: 768px) {
  #column-left {
    left: 0px;
  }

  #column-left + #content,
  #column-left + #content + #footer {
    left: 0px;
    margin-left: 235px;
  }

  .ng-scope + #content {
    left: 0px;
    margin-left: 235px;
  }

  #column-left.active + #content,
  #column-left.active + #content + #footer {
    left: 0px;
    margin-left: 235px;
  }
}

/* Navigation */

#navigation {
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
  color: #ffffff;
  background: #19222e;
  display: block;
}

/* Menu */

#menu,
#menu ul,
#menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#menu li a {
  text-decoration: none;
  display: block;
  /*padding: 10px;*/
  padding: 12px;
  cursor: pointer;
  border-bottom: 0px solid #515151;
}

#menu li a.parent:after {
  font-family: FontAwesome;
  float: right;
  margin-right: 8px;
}

#menu li a.parent:after {
  content: "\f107";
}

#menu li a.collapsed:after {
  content: "\f105";
}

/* 1st lvl */
#menu > li {
  position: relative;
  border-bottom: 1px solid #2b3642;
}

#menu > li > a {
  color: #fff;
  padding-left: 20px;
  border-bottom: 0px solid #585858;
  transition: transform 0.5s;
}

#menu > li.active-menu {
  background-color: #444444;
}
#menu > li > a:hover {
  background-color: #444444;
  /* padding-left: 25px;
  box-shadow: 0px 0px 0px 2px red inset; */
  transform: scale(1.1);
}

#menu > li > a > i {
  font-size: 16px;
  /*width: 18px;*/
}

#menu > li.active > a {
  color: #fff;
  background-color: #171b21;
}

#menu > li > ul {
  background-color: #d3d3d3;
}

/* 2nd lvl */
#menu li li a {
  color: #000;
}

#menu li li a:before {
  content: "\f101";
  font-size: 13px;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
  transition: margin ease 0.5s;
}

#menu li li a:hover:before {
  margin-right: 20px;
}

#menu li li a:hover {
  color: #ffffff;
  background-color: #444444;
}

#menu li li.active > a {
  color: #468b68;
  background-color: #d3e2f7;
}

#menu li ul a {
  padding-left: 20px;
}

#menu li li ul a {
  padding-left: 40px;
}

#menu li li li ul a {
  padding-left: 60px;
}

#menu li li li li ul a {
  padding-left: 80px;
}

/* footer */
#footer {
  height: 5vh !important;
  padding-top: 1vh !important;
  text-align: center;
  background: inherit !important;
  color: #2e353c !important;
  font-weight: bold !important;
}

/* Navs
/* Tabs */
ul.nav.nav-tabs li {
  cursor: pointer;
}

ul.nav.nav-tabs li.active > a {
  background: #1c6b6a;
  color: #fff;
}

ul.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.nav-tabs > li > a {
  color: #a5a5a5;
  border-radius: 2px 2px 0 0;
  border: 1px solid;
  border-bottom-style: none;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs {
  margin-bottom: 25px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: bold;
  color: #333;
}

.form-control:hover {
  border: 1px solid #1d6c6a;
  border-top-color: #206e6a;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

div.required .control-label:not(span):before,
td.required:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.btn-group {
  white-space: nowrap;
}

button.btn.eespc-btn:hover {
  color: #fff;
}

.delete-icon {
  font-size: 22px;
  color: #1c6b6a;
  cursor: pointer;
}

.table thead td span[data-toggle="tooltip"]:after,
label.control-label span:after {
  font-family: FontAwesome;
  color: #1c6b6a;
  content: "\f059";
  margin-left: 4px;
}

fieldset legend {
  padding-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}

.radio,
.checkbox {
  min-height: 18px;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  border-color: #4d90fe;
  outline: 0;
}

input[type="radio"]:active,
.radio input[type="radio"]:active,
.radio-inline input[type="radio"]:active,
input[type="checkbox"]:active,
.checkbox input[type="checkbox"]:active,
.checkbox-inline input[type="checkbox"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6;
}

input[type="radio"]:checked,
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:checked,
input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
  background: #fff;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 15px;
  width: 18px \0;
  height: 15px;
  height: 18px \0;
  border-radius: 1em;
}

input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #666;
  border-radius: 1em;
}

input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
  border-color: #c6c6c6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: none \9;
}

input[type="checkbox"]:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  position: absolute;
  top: -6px;
  left: -5px;
  display: block;
  /*content: url('../image/checkmark.png');*/
}

.table thead td {
  font-weight: bold;
}

.table thead > tr > td,
.table tbody > tr > td {
  vertical-align: middle;
}

.table a.asc:after {
  content: " \f106";
  font-family: FontAwesome;
}

.table a.desc:after {
  content: " \f107";
  font-family: FontAwesome;
}

table.house-range-table td,
th {
  border: 1px solid #dddddd;
  padding: 5px;
}

table.house-range-table tr:nth-child(even) {
  background-color: #dddddd;
}

.pagination {
  margin: 0;
}

.form-group {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.form-group div.house-range-header-section {
  display: flex;
  flex: 1;
  margin-bottom: 10px;
}

.form-group div.house-range-header-section h5 {
  font-weight: 600;
  margin-bottom: 0;
  font-family: inherit;
}

.form-group div.house-range-header-section button:nth-of-type(1) {
  margin-left: auto;
  margin-right: 5px;
}

form[name="add_violation_form"]
  div.display-content-spaced.pd5
  > label.no-margin {
  flex-basis: 35%;
}

form[name="add_violation_form"]
  div.display-content-spaced.pd5
  label.radio-inline {
  flex-basis: 30%;
}

form[name="add_violation_form"] div.display-content-spaced.pd5:last-child {
  flex-wrap: wrap;
}

form[name="add_violation_form"]
  div.display-content-spaced.pd5:last-child
  div.form-group {
  flex: 1;
}

form[name="add_violation_form"] div.house-range-header-section h5 {
  align-self: center;
}

form[name="add_violation_form"] div.house-range-header-section button {
  padding: 2px 14px;
}

form[name="add_violation_form"] .house-range-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
}

/*.form-group div.house-range-header-section button{
    border-radius: 0;
}*/
form[name="add_violation_form"] .house-range-wrapper table tbody tr td input {
  height: 28px !important;
  width: 98% !important;
}

form[name="add_violation_form"]
  .house-range-wrapper
  table
  tbody
  tr
  td:first-child {
  margin-right: 10px;
}

.form-group + .form-group {
  border-top: 1px solid #ededed;
}

/* Panels */
.panel {
  border-radius: 0px;
}

.panel .panel-heading {
  position: relative;
}

.panel-heading h3 i {
  margin-right: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.panel-heading h3 {
  font-weight: 500;
  display: inline-block;
}

.widget-wrapper .panel {
  border-radius: 3px;
  margin-bottom: 0;
}

/* Primary Panel */
.panel-primary {
  border: 1px solid #c3e4f6;
  border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
  color: #1e91cf;
  border-color: #96d0f0;
  background: white;
}

/* Default Panel */
.panel-default {
  border: unset;
}

.panel-default .panel-heading {
  color: #fff;
  border-color: #dcdcdc;
  background: #f6f6f6;
  text-shadow: 0 -1px 0 rgba(50, 50, 50, 0);
  text-align: center;
}

.img-thumbnail i {
  color: #ffffff;
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  vertical-align: middle;
  display: inline-block;
}

.img-thumbnail.list i {
  width: 40px;
  height: 40px;
  padding-top: 10px;
}

/* Tiles */
.tile {
  margin-bottom: 15px;
  border-radius: 3px;
  color: #ffffff;
  transition: all 1s;
}

.tile-primary {
  background-color: #fff;
}

.tile-success {
  background-color: #53b953;
}

.tile-warning {
  background-color: #f3aa41;
}

.tile-danger {
  background-color: #e45847;
}

.tile:hover {
  opacity: 0.95;
}

.tile a {
  color: #ffffff;
}

.tile.btn-danger {
  width: 85px;
  height: 85px;
  margin-bottom: 0px;
}

.tile-heading {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
  background-color: #3e3f3f;
  border-bottom: 1px solid #c03333;
}

.tile .tile-heading .pull-right {
  transition: all 1s;
  opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
  opacity: 1;
}

.tile-body {
  /*padding: 15px;*/

  padding: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.tile .tile-body i {
  font-size: 50px;
  transition: all 1s;
  opacity: 0.8;
}

.tile:hover .tile-body i {
  color: #c03333;
  opacity: 1;
}

.tile .tile-body h2 {
  font-size: 42px;
}

.tile-footer {
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #c03333;
}

#stats {
  border-radius: 2px;
  color: #808b9c;
  background: #2e3a47;
  margin: 15px 20px;
  padding: 5px 0;
}

#stats ul,
#stats li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#stats li {
  font-size: 11px;
  color: #9d9d9d;
  padding: 5px 10px;
  border-bottom: 1px dotted #373737;
}

#stats div:first-child {
  margin-bottom: 4px;
}

#stats .progress {
  height: 3px;
  margin-bottom: 0;
}

.jqvmap-label {
  z-index: 999;
}

.alert {
  overflow: auto;
}

/* Fix form-group margin inside the modal */
.modal-body .form-group {
  margin: 0;
}

/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
  font-size: 14px;
}

/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
  font-size: 10.5em;
}

#extension-list {
  color: #4b525d;
}

#extension-list h2 {
  margin-top: 54px;
  margin-bottom: 44px;
}

#extension-list section {
  border: 1px solid #ddd;
}

#extension-list section > div {
  position: relative;
}

#extension-list section > div + div {
  border-top: 1px solid #ddd;
  padding: 10px;
}

#extension-list section:hover {
  border: 1px solid #1b80c2;
}

#extension-list > .row {
  margin-top: 40px;
}

#extension-list > .row > * {
  margin-bottom: 30px;
}

#extension-list .extension-preview {
  min-height: 150px;
}

#extension-list .extension-preview .extension-description {
  position: absolute;
  background-color: rgba(36, 45, 55, 0.9);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  height: 100%;
  width: 100%;
}

#extension-list .extension-preview .extension-description:hover {
  opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #extension-list .extension-preview {
    min-height: 123px;
  }

  #extension-list .extension-preview .extension-description {
    font-size: 12.5px;
    padding: 6px;
  }
}

#extension-list .extension-preview img {
  margin: 0 auto;
}

#extension-list .extension-name {
  min-height: 100px;
}

#extension-list .extension-name p {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

#extension-list .extension-name p:first-child {
  font-size: 17px;
}

#extension-list .extension-name p span {
  color: #4b525d;
  font-weight: 400;
}

#extension-list .extension-name h4 a,
#extension-list .extension-name p a {
  color: #000;
}

#extension-list .extension-name + div > .row {
  margin-top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #extension-list .extension-name + div > .row {
    font-size: 14px;
  }
}

#extension-list i {
  color: #10b4e9;
}

#extension-list span {
  font-weight: 600;
}

#marketplace-extension-info #banner img {
  margin-left: auto;
  margin-right: auto;
}

#marketplace-extension-info .extension-review {
  border-top: 5px solid #1b80c2;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#marketplace-extension-info .nav-tabs {
  font-size: 14px;
}

#marketplace-extension-info .nav-tabs + .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

#marketplace-extension-info iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
  #marketplace-extension-info iframe {
    height: 350px;
  }
}

#marketplace-extension-info #buy {
  color: #4b525d;
}

#marketplace-extension-info #buy #price {
  color: #000;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#marketplace-extension-info #buy i {
  color: #10b4e9;
}

#marketplace-extension-info #buy hr {
  border-color: #ddd;
  margin: 10px 0;
}

#marketplace-extension-info #sales {
  color: #4b525d;
}

#marketplace-extension-info #sales i {
  color: #7ec239;
  margin-right: 10px;
  font-size: 24px;
}

#marketplace-extension-info #sales strong {
  font-size: 24px;
}

#marketplace-extension-info #comment {
  color: #4b525d;
}

#marketplace-extension-info #comment i {
  margin-right: 10px;
  font-size: 22px;
}

#marketplace-extension-info #comment strong {
  font-size: 22px;
}

#marketplace-extension-info .reply > div {
  margin-top: 15px;
}

#marketplace-extension-info .well .media {
  line-height: 1.2;
}

#marketplace-extension-info .well .media .media-body {
  padding-top: 6px;
}

#marketplace-extension-info .well .media .media-body span {
  font-size: 24px;
  font-weight: 600;
}

#marketplace-extension-info .well .media .media-body small {
  color: #878f9a;
}

@media screen and (max-width: 992px) {
  #marketplace-extension-info .container-fluid {
    padding-bottom: 30px;
  }
}

.list-check {
  list-style: none;
}

.list-check li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-left: -30px;
  width: 29px;
  display: inline-block;
  color: #7ebd38;
}

.list-check.list-color-blue li::before {
  color: #02afe9;
}

.well.filter {
  background-color: #ffffff;
}

@font-face {
  font-family: "opencart";
  src: url("fonts/opencart.eot?h4wsna");
  src: url("fonts/opencart.eot?h4wsna#iefix") format("embedded-opentype"),
    url("fonts/opencart.ttf?h4wsna") format("truetype"),
    url("fonts/opencart.woff?h4wsna") format("woff"),
    url("fonts/opencart.svg?h4wsna#opencart") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="opencart-icon-"],
[class*=" opencart-icon-"] {
  font-family: "opencart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */

  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opencart-icon-comment:before {
  content: "\e91b";
}

.opencart-icon-cart-mini:before {
  content: "\e91c";
}

.dashboard-title.container-fluid {
  text-align: center;
}

.container-fluid .widget-wrapper {
  display: block;
  /*border: 1px solid #c03333;*/
  transition: height ease-in 0.5s;
  overflow: hidden;
  position: relative;
}

.widget-wrapper .widget-header {
  height: 30px;
  align-items: center;
  /*border-bottom: 1px inset #c03333;*/
  width: 50vw;
  max-width: -webkit-fill-available;
}

.tile-footer a:hover {
  text-decoration: underline;
}

.login-title {
  color: brown;
  font-size: 24px;
  font-weight: 600;
}

.panel-default.login-custom {
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  opacity: 0.75;
}

.NoCntrBg {
  background: none;
}

.cntrBg {
  background: url(../../images/bg.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.row.chartFilter {
  margin: 0 0 14px 0;
}

.row.chartFilter button.custom_btn.btn-danger {
  margin: 38px 0 0px 0;
  outline: 0;
}

.ng-datepicker-input.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

span.help-block.terms input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 4px;
}

.tooltip-bg {
  cursor: pointer;
}

.tooltip-bg + .tooltip > .tooltip-inner {
  max-width: 300px;
  text-align: left;
  padding: 10px 10px 3px 10px;
}

.graph-loading {
  text-align: center;
  position: absolute;
  width: 90%;
}

.date-picker .btn-info:active,
.date-picker .btn-info.active,
.date-picker .open > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #c03333;
  border-color: #c03333;
}

.date-picker .btn-default:active:hover,
.date-picker .btn-default.active:hover,
.date-picker .open > .btn-default.dropdown-toggle:hover,
.date-picker .btn-default:active:focus,
.date-picker .btn-default.active:focus,
.date-picker .open > .btn-default.dropdown-toggle:focus,
.date-picker .btn-default:active.focus,
.date-picker .btn-default.active.focus,
.date-picker .open > .btn-default.dropdown-toggle.focus,
.date-picker .btn-default:active,
.date-picker .btn-default.active,
.date-picker .open > .btn-default.dropdown-toggle,
.date-picker .btn-default:hover {
  color: #fff;
  background-color: #c03333;
  border-color: #c03333;
}

ul.nav.navbar-nav.navbar-left.facility-cntr {
  padding: 10px;
}

ul.nav.navbar-nav.navbar-left.facility-cntr
  > div.display-center
  li
  div.multiselect-parent {
  line-height: 35px;
}

ul.nav.navbar-nav.navbar-left.facility-cntr
  > div.display-center
  li
  div.multiselect-parent
  ul.dropdown-menu-form {
  width: 310px;
  min-height: 155px;
  height: inherit !important;
  max-height: 300px;
  overflow-x: hidden !important;
  border: 1px solid rgba(29, 60, 81, 0.42);
}

ul.nav.navbar-nav.navbar-left.facility-cntr
  > div.display-center
  li
  div.multiselect-parent
  a.option {
  display: flex;
  align-items: center;
}

span[dm-dropdown-static-include] i.fa.fa-star-o.pd5 {
  font-size: 15px;
}

ul.nav.navbar-nav.navbar-left.facility-cntr
  > div.display-center
  li
  div.multiselect-parent
  ul.dropdown-menu-form
  a[role="menuitem"] {
  float: left;
  width: 104%;
}

ul.nav.navbar-nav.navbar-left.facility-cntr
  > div.display-center
  li
  div.multiselect-parent
  button {
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  border: none;
  border-radius: 5px;
  width: 310px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.facility-select {
  background: #2e353c !important;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 12px !important;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  ul.nav.navbar-nav.navbar-left.facility-cntr {
    padding: 10px 0px;
  }
}

ul.nav.navbar-nav.navbar-left.facility-cntr li {
  padding-right: 10px;
}

ul.nav.navbar-nav.navbar-left.facility-cntr li.dropdown {
  padding: 10px 10px 0px 10px;
}

td .multi-selector {
  width: 100%;
}

td .multi-selector div.multiselect-parent.btn-group button.dropdown-toggle {
  min-width: 100%;
  white-space: pre;
  border: 0;
  background: darkslategray;
  padding: 5px;
}
.multiselect-parent.btn-group.dropdown-multiselect {
  width: 100%;
}
td .multi-selector ul.dropdown-menu.dropdown-menu-form {
  width: 100%;
}

td
  .multi-selector
  ul.dropdown-menu.dropdown-menu-form
  li[role="presentation"]
  a {
  padding: 2px 5px;
  font-size: 12px;
}

.controls.testimonial_control.pull-right .left {
  position: absolute;
  top: 50%;
  left: 6px;
  color: #7fc718 !important;
}

.controls.testimonial_control.pull-right .right:hover,
.controls.testimonial_control.pull-right .left:hover {
  color: #7fc718 !important;
}

.controls.testimonial_control.pull-right .right {
  position: absolute;
  top: 50%;
  right: 6px;
  color: #7fc718 !important;
}

.carousel-inner.todays-hearings .row {
  /*padding: 25px 40px 25px 40px;*/
}

.carousel-inner.todays-hearings p span {
  color: #c03333;
}

.controls.testimonial_control.pull-right.align-right-corner {
  position: absolute;
  right: 10px;
  bottom: 14px;
}

.controls.testimonial_control.pull-right.align-right-corner > div {
  border: unset;
}

.col-sm-12 p i {
  padding: 0 8px 0 0;
  font-size: 14px;
}

.carousel-inner.todays-hearings .col-sm-12 p i {
  padding: 0 8px 0 0;
  font-size: 14px;
}

.carousel-inner.todays-hearings .col-sm-12 p {
  padding: 12px 0px 0px 0px;
}

.carousel-inner.todays-hearings .item {
  background-color: #c03333;
  color: #fff;
}

.carousel-inner.todays-hearings .item .title1 {
  font-size: 20px;
  /*font-size: 25px;*/

  text-align: center;
}

.carousel-inner.todays-hearings .item .title2 {
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid #fff;
  /*padding: 0px 0 10px 0;*/

  padding: 0px 0 5px 0;
}

.carousel-inner.todays-hearings .item .title3,
.carousel-inner.todays-hearings .item .title4 {
  text-align: center;
}

.carousel-inner.todays-hearings .item .title4 span {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 30px;
  font-weight: bold;
}

.view-al-hearings {
  /*background-color: #b01111;*/

  padding: 10px;
  text-align: right;
  background: #c03333;
}

.view-al-hearings a {
  color: #fff;
  cursor: pointer;
}

.view-al-hearings a:hover {
  text-decoration: underline;
}

.panel-default.hearings-cntr {
  margin-bottom: 0;
  border: 0;
}

.panel-default.hearing-cntr .widget-wrapper .widget-header {
  width: auto;
}

.custom-grid p {
  text-align: right;
  margin: 0px 15px 5px -10px;
}

.custom-grid button {
  padding: 5px 5px 5px 5px;
}

i[data-filetype="pdf"] {
  color: #f44336;
}

i[data-filetype="img"] {
  color: green;
}

.custom-grid i {
  font-size: 16px;
}

#todayshearings {
  visibility: hidden;
  height: 10px;
  font-size: 10px;
}

#todayshearings th,
#todayshearings td {
  padding: 4px;
}

.carousel-inner.todays-hearings div.widget-header {
  width: auto;
  border: 1px solid #c03333;
  background: #c03333;
  color: #fff;
}

.row.custom-grid div.layout-row.display-center > u {
  font-size: 20px;
  text-decoration: none !important;
}

.row.custom-grid div.layout-row.display-center button.close {
  font-size: 25px;
  background: #19696a;
  padding: 0 4px;
  color: #fff;
  opacity: 1;
}

/* Header top section starts here */
.navbar-custom-menu {
  float: none !important;
  background: linear-gradient(to left, #fff 7%, #b9d1f2 100%) !important;
}

/* Header top section ends here */

/* Facility detail page starts here */
.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.facility-detail .panel-heading.main {
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  cursor: pointer;
}

.facility-detail .panel-heading {
  text-align: left;
}

.facility-detail .panel-title {
  margin-left: 15px;
  font-weight: 600;
}

.facility-detail .panel-default-main-facility-info .panel-body.main,
.facility-detail .panel-default-main-facility-info .panel-body.inner {
  padding: 30px;
}

.facility-detail .graph-loading {
  top: 100px;
}

.facility-detail .client-name {
  color: #c03333;
  font-size: 15px;
  font-weight: bold;
}

.facility-detail .client-name span {
  color: #000000;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}

.facility-detail .col-client-info .col-inner {
  margin-top: 10px;
  margin-bottom: 10px;
}

.facility-detail .col-client-info .info {
  min-height: 30px;
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  border-left: 1px solid #19696a;
  padding: 6px 12px;
}

.facility-detail .col-client-info .add-info {
  min-height: 30px;
  width: 100%;
  color: #000000;
  padding: 6px 12px;
}

.facility-detail .col-client-info h2 {
  /*color: #cccccc;*/
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.facility-detail .panel-default-main-contact-info .col-client-info {
  border-left: 1px solid #dcdcdc;
}

.facility-detail .panel-default-main-contact-info .panel-heading.inner,
.facility-detail .panel-default-main-staff-list .panel-heading.inner,
.facility-detail .panel-default-main-hazardous-waste .panel-heading.inner,
.facility-detail .panel-default-main-building-info .panel-heading.inner {
  color: #fff !important;
  background-color: #eeeeee !important;
}

.facility-detail .panel-heading h3 {
  display: block !important;
}

.facility-detail .panel-default-inner-other-info {
  position: relative;
}

.facility-detail .panel-default-inner-other-info p {
  min-height: 80px;
}

.facility-detail .panel-default-inner-other-info .col-read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.facility-detail .col-client-info .inner-section {
  padding-left: 15px;
  padding-right: 15px;
}

.form-group .select-class {
  padding: 2px;
  width: 50%;
  border-radius: 4px;
}

/* Facility detail page ends here */

/* Add Facility page starts here */
.add-facility .panel-heading {
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  color: #ffffff;
}

.add-facility .panel-heading {
  text-align: left;
}

.add-facility .panel-title {
  margin-left: 15px;
  font-weight: 600;
}

.add-facility input[type="text"],
.add-facility select {
  margin: 6px !important;
}

/* Add Facility page ends here */

/* Facility - Other information section starts here */
.facility-detail .panel-default-main-other-info .panel-body.main,
.facility-detail .panel-default-main-other-info .panel-body.inner {
  padding: 30px;
}

.facility-detail .panel-group .panel + .panel {
  margin-top: 25px;
}

.facility-detail .panel-body {
  padding: 0px 10px 10px 10px;
}

.facility-detail input[disabled] {
  border: none;
  background: none;
}

.facility-detail table th,
.facility-detail table td {
  text-align: center;
}

.facility-detail .fa {
  cursor: pointer;
}

button.fa.fa-save.btn.btn.xs.eespc-btn.disabled {
  cursor: not-allowed;
}

.facility-detail .panel-heading {
  text-align: left;
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
}

.facility-detail .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.facility-detail .table > thead > tr > th,
.facility-detail .table > tbody > tr > th,
.facility-detail .table > tfoot > tr > th,
.facility-detail .table > thead > tr > td,
.facility-detail .table > tbody > tr > td,
.facility-detail .table > tfoot > tr > td {
  padding: 8px;
}

.facility-detail .form-control {
  height: 22px;
  width: 120px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control:hover {
  box-shadow: none;
}

.facility-detail .form-control1 {
  height: 30px;
  width: 220px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control2 {
  height: 30px;
  width: 116px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control3 {
  height: 30px;
  width: 180px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control4 {
  height: 25px;
  width: 180px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control5 {
  height: 30px;
  width: 140px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control6 {
  height: 20px;
  width: 80px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail .form-control7 {
  height: 30px;
  width: 95px;
  padding: 3px;
  box-shadow: none;
}

#hazardousWaste .table-responsive.main {
  height: 500px;
}
#spccInformation .table-responsive.main {
  height: 500px;
}

#staffList .form-control,
#spccInformation .form-control,
#hazardousWaste .form-control,
#buildingInfo .form-control {
  height: 30px;
  width: 100%;
}

#ehs .form-control {
  height: 30px;
  width: 220px;
  padding: 3px;
  box-shadow: none;
}

#buildingInfo .form-control4 {
  height: 22px;
  width: 100%;
}
.facility-detail .form-control4 {
  height: 22px;
  width: 100%;
}

/* Facility - Other information section ends here */

/* Facility - Staff list section starts here */
.facility-detail .stffName,
.facility-detail .manifestNum,
.facility-detail .file {
  cursor: pointer;
}

.facility-detail .showStaffListRowContent,
.facility-detail .showhazardousWasteRowContent,
.facility-detail .showSPCCRowContent,
.facility-detail .showBuildingListRowContent {
  padding: 25px;
  border: 2px solid #1a6a6a;
}

.facility-detail .showStaffListRowContent .panel-body,
.facility-detail .showhazardousWasteRowContent .panel-body,
.facility-detail .showSPCCRowContent .panel-body,
.facility-detail .showbuildingInfoRowContent .panel-body {
  padding: 0 !important;
}

.facility-detail .left-panel,
.facility-detail .right-panel {
  padding: 30px;
  text-align: left;
}

.facility-detail .left-panel {
  border-right: 1px solid #dcdcdc;
}

.facility-detail .rowCloseIcon {
  color: #1a6a6a;
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 25px;
}

.facility-detail .showStaffListRow table th,
.facility-detail .showStaffListRow table td,
.facility-detail .showBuildingListRow table th,
.facility-detail .showBuildingListRow table td,
.facility-detail .panel-default-main-facility-info table th,
.facility-detail .panel-default-main-facility-info table td {
  text-align: left !important;
  width: 20%;
  /*border:none;*/

  border-bottom: 1px solid #f4f4f4;
}

#dob-boiler th,
#dob-boiler td {
  width: 10% !important;
}

.facility-detail .showStaffListRow table,
.facility-detail .showBuildingListRow table,
.facility-detail .panel-default-main-facility-info table {
  margin-bottom: 0;
}

.facility-detail .panel-default-main-facility-info .table > thead > tr > th,
.facility-detail .panel-default-main-facility-info .table > tbody > tr > th,
.facility-detail .panel-default-main-facility-info .table > tfoot > tr > th,
.facility-detail .panel-default-main-facility-info .table > thead > tr > td,
.facility-detail .panel-default-main-facility-info .table > tbody > tr > td,
.facility-detail .panel-default-main-facility-info .table > tfoot > tr > td {
  height: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle !important;
}

.facility-detail .table-border-less th,
.facility-detail .showhazardousWasteRow .table-border-less td {
  text-align: left !important;
  width: 25%;
  border: none;
}

.facility-detail .table-border-less th,
.facility-detail .showhazardousWasteRow .table-border-less td {
  text-align: left !important;
  width: 25%;
  border: none;
}

.facility-detail .table-border-less {
  margin-bottom: 0;
}

.facility-detail .table-waste-type input[disabled],
.facility-detail .custom-disable {
  background: #eee !important;
  border: 1px solid #ccc !important;
}

/*faclity detail1 style for all sopurces*/
.facility-detail1 .panel-default-main-other-info .panel-body.main,
.facility-detail1 .panel-default-main-other-info .panel-body.inner {
  padding: 30px;
}

.facility-detail1 .panel-group .panel + .panel {
  margin-top: 25px;
}

.facility-detail1 .panel-body {
  padding: 0px 10px 10px 10px;
}

.facility-detail1 input[disabled] {
  border: none;
  background: none;
}

.facility-detail1 .fa {
  cursor: pointer;
}

.facility-detail1 .panel-heading {
  text-align: left;
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  color: #ffffff;
}

.facility-detail1 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.facility-detail1 .table > thead > tr > th,
.facility-detail1 .table > tbody > tr > th,
.facility-detail1 .table > tfoot > tr > th,
.facility-detail1 .table > thead > tr > td,
.facility-detail1 .table > tbody > tr > td,
.facility-detail1 .table > tfoot > tr > td {
  padding: 8px;
}

.facility-detail1 .form-control {
  height: 22px;
  width: 120px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control:hover {
  box-shadow: none;
}

.facility-detail1 .form-control1 {
  height: 30px;
  width: 220px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control2 {
  height: 30px;
  width: 116px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control3 {
  height: 30px;
  width: 180px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control4 {
  height: 25px;
  width: 180px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control5 {
  height: 30px;
  width: 140px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control6 {
  height: 20px;
  width: 80px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control7 {
  height: 30px;
  width: 95px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control8 {
  height: 25px;
  width: 500px;
  padding: 3px;
  box-shadow: none;
}

.facility-detail1 .form-control9 {
  height: 25px;
  width: 100px;
  padding: 3px;
  box-shadow: none;
}

/* Facility - Other information section ends here */

/* Facility - Staff list section starts here */
.facility-detail1 .left-panel,
.facility-detail1 .right-panel {
  padding: 30px;
  text-align: left;
}

.facility-detail1 .left-panel {
  border-right: 1px solid #dcdcdc;
}

.facility-detail1 .panel-default-main-facility-info table th {
  text-align: right !important;
  width: 20%;
  /*border:none;*/

  border-bottom: 1px solid #f4f4f4;
}

.facility-detail1 .panel-default-main-facility-info1 table th {
  text-align: right !important;
  width: 20%;
  /*border:none;*/

  border-bottom: 1px solid #f4f4f4;
}

.facility-detail1 .panel-default-main-facility-info table {
  margin-bottom: 0;
}

.facility-detail1 .panel-default-main-facility-info .table > thead > tr > th,
.facility-detail1 .panel-default-main-facility-info .table > tbody > tr > th,
.facility-detail1 .panel-default-main-facility-info .table > tfoot > tr > th {
  height: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle !important;
}

.facility-detail1 .table-border-less th {
  text-align: right !important;
  width: 25%;
  border: none;
}

.facility-detail1 .table-border-less th {
  text-align: right !important;
  width: 20%;
  border: none;
}

.facility-detail1 .table-border-less td {
  text-align: left !important;
  width: 20%;
  border: none;
}

.facility-detail1 .table-border-less {
  margin-bottom: 0;
}

.facility-detail1 .custom-disable {
  background: #eee !important;
  border: 1px solid #ccc !important;
}

/*facility detail1 for all sources css*/
.alert-success {
  color: #398c39 !important;
  background-color: #cbeacb !important;
}

.facility-detail .waste_type select {
  height: 25px !important;
}

.facility-detail .waste_unit {
  margin: 0 auto;
  width: 85px;
  display: block;
  text-align: left;
}

.facility-detail .column_radio {
  width: 140px;
  display: block;
}

.facility-detail input[type="radio"] {
  position: relative;
  top: 3px;
}

/* Facility - Staff list section ends here */
.facility-detail .inner-loading {
  text-align: center;
  padding: 20px;
}

.facility-detail1 .inner-loading {
  text-align: center;
  padding: 20px;
}

.showBuildingListRowContent input:disabled,
.showStaffListRowContent input:disabled {
  height: 30px;
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  border-left: 1px solid #19696a;
  padding: 6px 12px;
}

.disabled_content {
  min-height: 30px;
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  border-left: 1px solid #19696a;
  padding: 6px 12px;
}

/* Building detail page starts here */
#building-detail .form-control {
  height: 36px;
  width: 100%;
}

.facility-detail .violation_row_cnt {
  padding: 25px;
  border: 2px solid #1a6a6a;
}

.facility-detail .violation_row table th,
.facility-detail .violation_row table td {
  text-align: left !important;
  width: 25%;
  border-bottom: 1px solid #f4f4f4;
}

.violation_row_cnt input:disabled {
  height: 30px;
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  border-left: 1px solid #19696a;
  padding: 6px 12px;
}

#building-detail p.no-record {
  padding: 10px 0 0 0;
}

div.building-detail-loading {
  text-align: center;
  margin: 30px 0;
}

#building-detail .building-vilations-cntr {
  margin-top: 25px;
}

#building-detail .add-source-cntr {
  border: 1px solid #ccc;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}

#building-detail .add-source-cntr button {
  margin: 0 0 4px 0;
  font-weight: normal;
}

#building-detail .add-source-cntr select {
  padding: 8px 13px;
  border: 1px solid #ccc;
  margin: 0 10px 0 10px;
  border-radius: 3px;
  width: 310px;
  font-weight: normal;
}

#building-detail .add-source-cntr select:hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#building-detail .return-cntr {
  text-align: right;
  padding: 20px 0px 20px 20px;
}

/************/
@media (min-width: 768px) {
  .modal-dialog {
    /*width: 65%;*/
    margin: 30px auto;
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.manage-user .dropdown-multiselect,
.dropdown-multiselect div {
  float: left;
  width: 100%;
}

.manage-user .dropdown-multiselect .info {
  text-align: left;
  line-height: 15px;
}

.manage-user .dropdown-multiselect .dropdown-menu {
  width: 100%;
}

.manage-user .dropdown-multiselect .dropdown-menu > li > a {
  float: left;
  width: 100%;
}

.manage-user .dropdown-multiselect .dropdown-menu > li > a .checkbox {
  margin: 2px 0;
}

.manage-user .dropdown-multiselect .info span.caret {
  float: right;
  position: relative;
  top: 5px;
  right: -8px;
}

.manage-user .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a94442;
}

.manage-user .graph-loading {
  margin: 35px 40px;
  top: 40px;
}

.manage-user .panel-default-main-facility-info {
  min-height: 300px;
}

.manage-user .messageNotification {
  margin: 10px;
}

.manage-user .searchBox {
  height: 30px;
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  border-left: 1px solid #c03333;
  padding: 6px 12px;
}

.manage-user table tr td.update-user {
  text-align: left !important;
}

.manage-user .update-user .graph-loading {
  position: relative;
  top: 0px;
}

.manage-user .history-grid {
  display: grid;
  grid-template: auto/1fr;
}

.table-responsive .table {
  background-color: #ffffff;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  max-width: 200px;
  overflow-y: auto;
}

.scrollable-menu li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scrollable-menu.dropupmenu {
  top: auto !important;
  bottom: 100% !important;
}

.form-control[readonly] {
  background: #ffffff !important;
}

.ag-theme-fresh .ag-cell,
.ag-header-cell-text,
.ag-theme-fresh .ag-header-cell-menu-button .ag-icon-menu {
  height: 40px !important;
  line-height: 40px !important;
}

.ag-theme-fresh .ag-header-cell {
  background-color: #1c6b6a;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  border-color: #1c6b6a;
  border: 1px solid transparent;
}

.ag-theme-fresh .ag-root {
  border: 1px solid gainsboro;
}

.ag-theme-fresh .ag-icon-menu {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) !important;
}

.ag-theme-fresh span.ag-icon.ag-icon-asc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0ZGRkZGRiIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiNGRkZGRkYiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0ZGRkZGRiIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiNGRkZGRkYiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) !important;
}

.ag-theme-fresh .ag-icon-desc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0ZGRkZGRiIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiNGRkZGRkYiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iI0ZGRkZGRiIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) !important;
}

.ag-theme-fresh,
.ag-theme-fresh .ag-header,
.ag-theme-fresh .ag-cell {
  font: 400 13px "Open Sans", "sans-serif" !important;
}

.ag-paging-button {
  background: #1c6b6a;
  border-color: #1c6b6a;
}

.user-menu #user-profile {
  width: 45px;
  height: 45px;
}

div.info {
  cursor: default;
}

.profile-image:hover div {
  display: block !important;
}

.cropArea {
  background: #e4e4e4;
  overflow: hidden;
  width: 500px;
  height: 350px;
}

form .progress {
  line-height: 15px;
}

.progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #ccc;
}

.progress div {
  font-size: smaller;
  background: orange;
  width: 0;
}

.facility-detail .panel-body {
  padding: 10px !important;
}

ul.edit-facility-contact {
  margin: 0;
  padding: 20px 0;
}

ul.edit-facility-contact li.list {
  display: inline-block;
  width: 100%;
}

.select2 > .select2-choice.ui-select-match {
  /* Because of the inclusion of Bootstrap */

  height: 29px;
}

.selectize-control > .selectize-dropdown {
  top: 36px;
}

/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
  background: #fff;
  position: relative;
  z-index: 1;
}

.alert-info.positioned {
  margin-top: 1em;
  position: relative;
  z-index: 10000;
  /* The select2 dropdown has a z-index of 9999 */
}

.select2-container {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding-top: 2px;
}

.select2-container .select2-choice {
  height: 35px !important;
  line-height: 35px !important;
}

.select2-results .select2-result-label {
  line-height: 20px !important;
}

.select2-container .select2-choice .select2-arrow b {
  background: url(select2.png) no-repeat 0 4px !important;
}

.select2-search input {
  height: 30px !important;
  min-height: 30px !important;
}

.col-address-right {
  padding-right: 0px;
}

.col-address-left {
  padding-left: 0px;
}

.panel-content {
  min-height: 332px !important;
}

.red-tooltip + .tooltip > .tooltip-inner {
  background-color: #c03333;
}

.col-address-left img.img-circle {
  height: 105px;
  width: 105px;
}

.btn-folder {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  color: #c03333;
}

.sidebar-mini.sidebar-collapse ul ul.treeview-menu {
  overflow-y: auto;
  height: 342px;
  width: auto !important;
  min-width: 180px;
}

.tree-grid-row:nth-child(odd) {
  background: #f6f6f6;
}

.tree-grid-row.active td {
  background-color: #e1e1e1 !important;
}

.bldg_res_list {
  background-color: #f6f6f6;
}

.bldg_res_list ul {
  overflow-y: auto;
  height: 150px;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.bldg_res_list ul li {
  padding: 5px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bldg_res_list ul li:last-child {
  border-bottom: none;
}

.bldg_res_list ul li:nth-child(odd) {
  background: #fdfdfd;
}

.tile.bldg_res_list .tile-body ul li i {
  font-size: 16px;
}

.bldg_res_list ul li .edit_ctrl {
  position: absolute;
  right: 20px;
}

.bldg_res_list ul li .delete_ctrl {
  position: absolute;
  right: 2px;
}

.bldg_res_list ul li .controls {
  display: none;
}

.bldg_res_list ul li:hover .controls {
  display: inline;
}

.bldg_res_list .add {
  position: absolute;
  right: 15px;
  padding: 0 5px;
}

.calendar-page .month-total-wrapper {
  /*padding: 10px;*/
  padding: 20px;
  padding-top: 0px;
  align-items: center;
}

.calendar-page .header {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1d3c51;
}

.calendar-page .month-total {
  color: white;
  align-items: center;
  padding: 15px 0px;
  font-size: 15px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.calendar-page .month-total + span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.month-total-wrapper > div.layout-column div.flex.display-items-center {
  padding-top: 10px;
}

.calendar-page .month-total > span {
  font-size: 20px;
  display: block;
  background: white;
  color: black;
  padding: 12px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}

a.event > .cal-tooltip {
  position: absolute;
  padding: 25px 60px;
  color: white;
  display: none;
  top: 18px;
  z-index: 9999999999999;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

a.event:hover > .cal-tooltip {
  display: block;
}

#menu .tooltip.top .tooltip-inner {
  background-color: #ffffff;
  color: #c03333;
  font-weight: bold;
}

#menu .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}

#menu .tooltip.right .tooltip-arrow {
  border-right-color: #ffffff;
}

#menu .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}

#menu .tooltip.left .tooltip-arrow {
  border-left-color: #ffffff;
}

div.ag-cell:hover a.facility-default {
  display: inline !important;
}

div.ag-cell a.facility-default {
  display: none;
  background: green;
  color: #fff;
  border-radius: 50%;
  padding: 5px 7px;
  font-size: 12px;
}

div.ag-cell div.display-content-spaced.pd5 i.fa {
  font-size: 20px;
  padding-right: 8px;
  cursor: pointer;
}

div.ag-cell div.display-content-spaced.pd5 i.fa.fa-star,
div.ag-cell div.display-content-spaced.pd5 i.fa.fa-star-o,
span[dm-dropdown-static-include] i.fa.fa-star-o.pd5,
span[dm-dropdown-static-include] i.fa.fa-star.pd5 {
  color: orange;
}

select[data-native-menu="false"] {
  font-family: "FontAwesome", "Open Sans";
}

div.ag-cell div.display-content-spaced.pd5 a.manifestNum {
  margin-right: auto;
}

td[eespc-grid-row] a[rel="noreferrer"] {
  word-break: break-word;
}

#pie-chart {
  width: 500px;
  height: 250px;
  position: relative;
}
#pie-chart::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 115px;
  left: 315px;
  top: 0;
  background: #fafafa;
  box-shadow: 1px 1px 0 0 #ddd;
}
#piechart::after {
  content: "";
  position: absolute;
  display: block;
  top: 260px;
  left: 70px;
  width: 170px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
}
/*.required label {
    font-weight: bold;
}*/
.required :after {
  color: #e32;
  content: " *";
  display: inline;
}

.spcc-table-width .panel-body {
  width: max-content;
}

.spcc-table-width .panel-body {
  width: max-content;
}

.display-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.display-align-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.navbar-nav > .user-menu > .dropdown-menu > .divider,
.xs-dropdown-menu > .divider {
  background-color: #1d3c51 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li > a,
.xs-dropdown-menu > li > a {
  color: #1d3c51;
}

.navbar-nav > .user-menu > .dropdown-menu,
.xs-dropdown-menu {
  border: 1px solid #1d3c51;
}

.xs-image-circle {
  margin-top: 1px !important;
  height: 35px !important;
  width: 35px !important;
  margin-right: 5px !important;
}

.height100 {
  height: 100%;
}

.dashboard-status-of-source {
  display: flex;
  margin: 5px;
  flex-direction: row;
  justify-content: space-around;
  height: calc(100% - 48px);
}

.quick-links {
  border: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  height: 37px;
}

.dashboard-height {
  height: 29vh;
}

.login-screen {
  max-width: 400px !important;
  width: 95% !important;
}

/* New Dashboard Styles */
.nav-bar-gray {
  background: #2e353c !important;
  font-size: 1.15em !important;
}

.nav-logo {
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
  color: #fff !important;
}
#menu > li.active-menu > a {
  background: #d3e2f7 !important;
  color: #468b68 !important;
  font-weight: bold;
}

#menu > li > a:hover {
  background: #d3e2f7 !important;
  transform: scale(1.1) !important;
  color: #468b68 !important;
}

html,
body {
  color: #3e3f3f !important;
  background: linear-gradient(to left, #fff 0%, #b9d1f2 100%) !important;
}

.bg-default {
  background: linear-gradient(to left, #fff 0%, #b9d1f2 100%) !important;
}

.cal-header {
  color: #636363;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
}

.expiration-report-grid-filter {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: end;
}

.header-btn {
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  color: #fff !important;
}

.violation-stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.violation-stats-grid2 {
  min-width: 65%;
}

.bg-theme-color {
  color: #19696a !important;
}

.download-as {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  align-items: center;
  padding-right: 20px;
}

.download-as .filebtn {
  font-size: 16px;
  padding: 5px;
}

.home-violation-stats {
  float: right;
  margin: 5px;
  cursor: pointer;
  padding: 0 5px 0 0;
}

.no-top-padding {
  padding-top: unset !important;
}

.select2-container .select2-choice .select2-arrow {
  visibility: hidden !important;
  width: 1px !important;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 8px !important;
  text-align: center !important;
}

/* CSS related to Sources  */
.source-list {
  border-radius: 5px;
  padding: 5px 8px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
  background-color: #2e353c;
  display: flex;
  flex-direction: row;
  margin: 5px;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  min-height: 45px;
  font-size: 15px;
  font-weight: bold;
}

.source-list > a {
  color: #fff;
}

.source-list-selected {
  background: #d3e2f7 !important;
  color: #468b68 !important;
}

.source-list-selected > a {
  color: #2e353c !important;
}

.source-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  border: 5px solid #fff !important;
}

.source-item-name {
  width: auto;
}

.source-item-action {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}

.source-item-action > a {
  color: #fff;
  font-weight: 900;
  padding: 9px 13px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.add-source-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  border: 5px solid #fff !important;
}

.manage-filter {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.manage-filter input {
  width: 400px;
  max-width: 100%;
}

.white-bg {
  background: #fff;
}
/* Ask Mee CSS */
.ask-img {
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1047;
  right: 10px;
  bottom: 10px;
  opacity: 0.3;
  cursor: pointer;
}

.ask-img:hover {
  opacity: 1;
  z-index: 1049;
}

.show-ask-me {
  width: 250px;
  position: fixed;
  border: 1px solid #1b6b6a;
  z-index: 1048;
  right: 5px;
  bottom: 5px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
  transition: all ease-out 0.5s;
  color: #1c6b69;
}

.show-ask-me > .header {
  background: linear-gradient(to left, #4a8e68 0%, #19696a 100%) !important;
  color: #fff;
  padding: 5px;
}

.show-ask-me .close {
  color: #fff;
  opacity: 1;
  padding-left: 5px;
}
.show-ask-me > .content {
  padding: 15px;
  height: 300px;
}
.blankScreen {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1046;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.margin-btn {
  margin: 3px;
  border-radius: 5px;
  padding: 2px 15px;
}
/* End of Ask Mee CSS */

.calender-col1 {
  background: #00a651;
}

.calender-col2 {
  background: #2087af;
}

.calender-col3 {
  background: #ff8624;
}

.report-head {
  margin-top: 18px;
  margin-bottom: unset;
}

#upcominDeadlines .table > thead > tr > th {
  color: rgb(255, 255, 255);
  background-color: rgb(25, 105, 106);
  padding: 5px;
  text-align: center;
  font-weight: normal;
  border: 1px solid white;
}

.fuel-consumption {
  display: flex;
  flex-direction: row;
  margin: 4px 0;
}

.fuel-consumption .form-group {
  width: 150px;
  margin-right: 5px;
}

.text-info {
  color: #fff !important;
}

.claender-overview {
  animation: blinker 0.4s step-start infinite;
}

.claender-overview:hover {
  animation: unset;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
