@charset "UTF-8";

#notify {
  position: fixed;
  top: 1px;
  right: 1px;
  z-index: 1200;
  border: 3px solid #2768d5;
  border-radius: 4px;
  color: #dddddd;
  background: #2768d5;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
  text-align: center;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

#page li:first-child a:before {
  content: "First of ";
}
#page li:last-child a:before {
  content: "Last of ";
}

#mainContent {
  margin-top: 20px;
}

#submenu.btn-toolbar,
#mainContent .pagination {
  margin-top: 0px;
}

#submenu select {
  margin-bottom: inherit;
}

.file_thumbnail {
  width: 160px;
  height: 109px;
  max-width: inherit;
}

#mainContent .dl-horizontal {
  margin-top: 0px;
  margin-bottom: 10px;
}

#mainContent .media-body dt {
  width: auto;
  margin-right: 3px;
}

#mainContent .media-body dd {
  margin-left: auto;
  white-space: nowrap;
}

#mainContent .data_thumbnail .value {
  margin: 3px;
}

.fb-live-marker:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.fb-live-marker div {
  display: inline-block;
  vertical-align: middle;
}
.fb-live-marker-icon {
  width: 80px;
  height: 46px;
  background-image: url("../images/fblive.png");
}
.fb-live-marker-status {
  text-transform: uppercase;
}
.fb-live-marker .fb-live-marker-status {
  margin-left: 3px;
}
.fb-live-marker .fb-360 {
  width: 42px;
  height: 25px;
  background-image: url("../images/360.svg");
  background-size: cover;
}

.btn .checkbox {
  margin-bottom: 0px;
}

.modal.modal-wide {
  width: 70%;
  margin-left: -35%;
}
@media (max-width: 768px) {
  .modal.modal-wide {
    width: 90%;
    margin-left: 2%;
  }
}

#mColorPickerInput {
  padding: 0px;
}

body.v_mobile #mainContent p > label:first-child {
  display: none !important;
}

body.v_mobile #searchBar input {
  width: 70%;
  margin-bottom: 10px;
}

body.v_mobile #menu .navbar-inner {
  padding: 0px;
}

.logo img {
  margin: -5px;
  margin-bottom: 15px;
  width: 300px;
  margin-top: 10px;
}

#ctn_main .preview_thumbnail {
  width: 100%;
}

.v_mobile #submenu select {
  width: 100%;
}
#submenu li {
  margin-bottom: 5px;
}

.dataTables_length select {
  height: 30px;
  width: auto;
}

.show_routes {
  cursor: pointer;
}

.link_map_pin {
  cursor: pointer;
}

#notif_activity {
  position: fixed;
}

#notif_activity .alert {
  display: inline;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  #page li:first-child a:before {
    content: "";
  }
  #page li:last-child a:before {
    content: "";
  }

  .dataTables_filter {
    width: 75px;
  }

  #ctn_nav {
    float: none;
  }
  #menu .pull-right {
    float: none;
    margin-left: 10px;
  }

  #submenu li {
    float: none;
    display: block;
  }

  .btn-group + .btn-group {
    margin-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  #page:first-child li:not(.active):nth-child(n + 5) ~ li:not(:last-child) {
    display: none;
  }

  #flt {
    width: 100%;
  }
}

.data_details form {
  margin: 0px;
}

#device_data_length,
#device_data_paginate {
  width: auto;
}

#device_data_length select,
#device_data_length label {
  margin-bottom: 0;
}

.dt-footer:before,
.dt-footer:after {
  content: "";
  display: table;
}
.dt-footer:after {
  clear: both;
}

.dt-footer {
  position: relative;
  margin-top: 3px;
}
.dt-footer .dataTables_paginate {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

#device_data_wrapper .dataTables_scrollHead table {
  margin: 0;
}

#device_data_filter {
  padding-top: 5px;
  background: #dddddd;
  color: #dddddd;
}

#device_data_wrapper table tr.odd {
  background: #fff;
  color: #000000;
}
#device_data_wrapper table tr.even {
  background: #ccc;
  color: #221111;
}

#dt_tcns_length {
  width: initial;
}

.tcm-link {
  float: left;
  margin-left: 1em;
}
