body .main-sidebar {
  padding-top: 0;
  z-index: 9999; }
  body .main-sidebar .logo .logo-lg {
    display: block;
    background: #ecf0f5;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 9px; }
    body .main-sidebar .logo .logo-lg img {
      width: 100%;
      max-width: 133px; }
  body .main-sidebar .sidebar .user-panel .img-circle {
    width: 45px;
    height: 45px;
    font-size: 49px;
    text-align: center;
    line-height: 45px;
    background: #ecf0f5;
    overflow: hidden; }

body.sidebar-collapse .main-sidebar {
  padding-top: 50px; }
  body.sidebar-collapse .main-sidebar .logo {
    display: none; }

#crudTable .last_edited td {
  background-color: #ecf0f5;
  border: 1px solid #e31d24;
  border-width: 1px 0; }

.box-header .subTitle {
  font-size: 26px;
  margin-bottom: 20px; }

.route_lines {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  .route_lines .line {
    padding: 10px;
    margin: 10px;
    border: 1px solid transparent;
    cursor: pointer; }
    .route_lines .line.active {
      border: 1px solid #afafaf;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
      border-radius: 2px; }
    .route_lines .line .color {
      display: inline-block;
      width: 15px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle; }

.specialContractors {
  background: rgba(247, 48, 48, 0.35) !important; }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
  #crudTable tr th:last-of-type, #crudTable tr td:last-of-type {
    display: none; }
  .box-header, #crudTable_length, #crudTable_filter {
    display: none; }
  tr.specialContractors {
    background: rgba(247, 48, 48, 0.35) !important; } }

.history-description .panel-heading {
  position: relative; }
  .history-description .panel-heading .button-section {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 21px;
    cursor: pointer;
    border-left: 1px solid #d2d6de;
    background: #FFF; }
    .history-description .panel-heading .button-section .save {
      display: none; }

.history-description .field {
  display: none; }

.history-description.active .panel-heading .button-section .edit {
  display: none; }

.history-description.active .panel-heading .button-section .save {
  display: block; }

.history-description.active .field {
  display: block; }

.history-description.active .text-field {
  display: none; }

.leaflet-control-container .leaflet-control .leaflet-draw-draw-polyline,
.leaflet-control-container .leaflet-control .leaflet-draw-draw-rectangle,
.leaflet-control-container .leaflet-control .leaflet-draw-draw-circle,
.leaflet-control-container .leaflet-control .leaflet-draw-draw-marker,
.leaflet-control-container .leaflet-control .leaflet-draw-draw-circlemarker {
  display: none; }

.area-editor textarea {
  display: none; }

.fc-day-grid-event .fc-time {
  font-size: 18px; }

.fc-day-grid-event .phone {
  font-size: 16px; }

.dashboard .legend {
  padding: 10px;
  background: #FFF;
  margin-bottom: 20px; }
  .dashboard .legend .user {
    display: inline-block;
    margin-right: 20px; }
    .dashboard .legend .user .color {
      width: 20px;
      height: 20px;
      display: inline-table;
      vertical-align: middle;
      border-radius: 2px;
      position: relative;
      top: -2px; }

.dashboard .list-users-to-call .widget-user-header {
  padding: 5px;
  text-align: center; }
  .dashboard .list-users-to-call .widget-user-header .widget-user-username {
    margin: 0; }
    .dashboard .list-users-to-call .widget-user-header .widget-user-username small {
      display: block;
      font-weight: 100; }

.dashboard .list-users-to-call .box-footer {
  max-height: 200px;
  overflow-y: scroll; }

.dashboard .list-users-to-call .static-label {
  display: inline-block;
  width: 25px;
  text-align: right; }
