/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li + li:before {
  content: "|";
  padding-right: 0.3em;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #eee;
  overflow-x: scroll;
}

.col .row {
  margin: 0;
}

.card .card-content .card-title {
  margin: -12px 0 !important;
}
.card .card-content .card-title-normal {
  margin: -12px 0 0 0 !important;
}

.scrolling.scrollspy {
  height: 129px; /* three items */
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 -25px;
  margin-top: 25px;
  margin-bottom: -25px;
  border-top: 1px solid #e9e9e9;
  border-radius: 3px;
}
.video-preview {
  margin-top:25px;
}
.scrolling.scrollspy::-webkit-scrollbar-track
{
  -webkit-box-shadow: none;
  border: 0;
  background-color: #fff;
}

.scrolling.scrollspy::-webkit-scrollbar
{
  width: 6px;
  background-color: #e0e0e0;
}

.scrolling.scrollspy::-webkit-scrollbar-thumb
{
  background-color: #e0e0e0;
}

ul.collection {
  margin: 0;
  border-top: 0;
}

i.em {
  float: right;
  margin-top: -5px;
}

.card.video-content {
  height: 665px;
  background: #222;
}

.card.analyse-content {
  height: 615px;
  background: #222;
}

.video-content .card-content {
  padding: 0 !important;
}

.video-content video.webcam-live {
  width: 100%;
  height: 665px;
}

.row.state .col {
  font-size: 38px;
  text-align: center;
  position: relative;
}

span.card-title.card-title-normal {
  position: relative;
}

.row.state {
  margin-bottom: -8px;
}

.nav-wrapper.container {
  padding: 0 25px;
  max-width: 100%;
  width: 100%;
}

.full-container {
  margin-top: 20px;
}
.btn, .btn-large, .btn-medium, .rai-red {
  background: #dd052c !important;
}
.collection a.collection-item {
  color: #dd052c !important;
}
.rai-border {
  border-color: #dd052c !important;
}

.video-progress {
  position: absolute;
  background: #c1c1c1;
  bottom: 0;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  box-shadow: 0 -1px 10px rgba(0,0,0,0.6);
}

.negative {
  width: 10%;
  height: 100%;
  background: #F44336;
  position: absolute;
  border-left: 2px solid #f32a1b;
  top: 0;
  right: 0;
}

.positive {
  width: 30%;
  height: 100%;
  background: #4cae4f;
  border-right: 2px solid #449c47;
  position: absolute;
  top: 0;
  left: 0;
}

i.material-icons.tooltipped {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #4787f2;
  opacity: 0.7;
}

.brand-logo img {
  max-width:100%;
  height:50px;
}

.video.card img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.controls {
  text-align: center;
}

.card-action .positive-url {
  color: #00C853 !important;
}

.switch label {
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.row.event {
  margin-bottom: 0;
  margin-top: 30px;
}

.noUi-connect {
  background: #bd0900;
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  background: #bd0900;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
  background-color: #bd0900;
}

span.time-slider-title {
  font-size: .8rem;
  color: #9e9e9e;
  display: block;
  margin-bottom: 16px;
}

.dropdown-content li>a, .dropdown-content li>span {
  color: #bd0900;
}

.card-content.check-content {
  height: 288px;
  background: #222;
}

div#time-slider {
  margin-bottom: 24px;
}

.collapsible-body.main {
  padding: 0;
  border-bottom: 0;
}

ul.collapsible.inner {
  box-shadow: none;
  margin: 0;
  border: 0;
}

.collection-item .material-icons {
  color: #bd0900;
}

.collapsible-body.main .collection-item {
  background: #eaeaea;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.collapsible-body.main .collection-item:hover {
  background: #fff;
}

.collapsible-body.main .collection-item:last-child {
  border-bottom: 1px solid #ccc;
}

.collapsible-body.main .row {
  margin-bottom: 0;
}

.collapsible-body.main .row .col {
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
}

.card-content.learn {
  padding: 0;
  height: 100%;
  text-align: center;
}

.card-content.learn video {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#learnChart {
    display: none;
}

#humanSelect {
  display: none;
  border: 2px dashed #000;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

#humanCount {
  padding: 0;
  height: 100%;
  text-align: center;
}

#toast-container {
  top: 82px;
  right: 22px;
  max-width: 100%;
  width: 31%;
}

.toast {
  width: 100%;
  height: 56px;
}

.offset-list.underlist {
  margin-left: 24px;
}

.collapsible-body.main .row .col {
  border-right: 0px;
}

.card.camera {
  height: 130px;
  width: 240px;
  overflow: hidden;
  display: inline-block;
  margin-right: 14px;
}

.collapsible-body.main.intrabox {
  background: #fff;
  padding: 25px;
}

#preview {
  padding: 0;
}

#preview img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.relative {
  position: relative;
}

.card-content.check-content.video-preview {
  padding: 0;
  overflow: hidden;
}

.card-content.check-content.video-preview video {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

nav ul a {
  color: #2d2523;
}

ng-form .row {
  margin-bottom: 0;
}

ng-form .row .col {
  padding: 0;
  margin-top: 0;
}

ng-form .row .col:not(:first-child) {
  padding-left: 10px;
}

.tabs .tab a {
  color: rgba(44, 36, 34, .8);
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #dd052c;
}

.tabs .indicator {
  background-color: #dd052c;
}

table .sign {
  font-weight: bold;
  width: 0px;
  padding: 0;
  margin: 0;
}

tfoot {
  border-top: 2px solid;
}

input[type=range] {
}

input[type=range]+.thumb {
  background-color: #dd052c;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #dd052c;
}
input[type=range]::-moz-range-thumb {
  background-color: #dd052c;
}
input[type=range]::-ms-thumb {
  background-color: #dd052c;
}

.card .card-action.map-card {
  padding: 0;
}

.map-card #map {
  height: 400px;
  width: 100%;
}

.main-card {
  height: 457px;
}

.result {
  cursor: pointer;
}

.modal#model_view_house {
  width: 80%;
}

.modal#model_view_images {
  width: 90%;
  max-height: 80%;
  height: 80%;
  padding: 0;
}

.modal#model_view_images .modal-content {
  padding: 0;
}

.modal#model_view_images a.carousel-item.ng-scope img, .modal#model_view_images a.carousel-item.ng-scope,
.modal#model_view_images .modal-content, .modal#model_view_images .carousel-slider {
  height: 100% !important;
  overflow: hidden;
}

.carousel-slider {
  background: #111;
  text-align: center;
}

.modal#model_view_house table td:first-child, .modal#model_view_house table th:first-child {
  text-align: left;
}

.materialboxed {
  display: none;
}

.slider .indicators .indicator-item.active, .red {
  background-color: #dd052c !important;
}

ul.indicators {
  padding-bottom: 10px;
  z-index: 10;
}

.slider .indicators .indicator-item {
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.4);
}

.collapsible {
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.material-icons.loaders {
  transform: rotate(0deg);
  transition: transform 3600s linear;
}

.cursor {
  cursor: pointer;
}

.deleteable:hover {
  color: #dd052c;
}

.marged {
  margin-right: 24px;
}

tr:last-child {
  border-bottom: 0;
}

.fixed-action-btn {
  margin: -13px -5px;
}

.tap-target-content {
  color: #fff;
}

.nopadding {
  padding: 0 !important;
}

.right-edit {
  position: absolute;
  right: 24px;
  font-size: 20px;
}

#houses .card-action, #results .card-action  {
  overflow-y: scroll;
  height: 400px;
}

.card.main-card {
  overflow: hidden;
}

.raised-badge {
  margin-top: -16px;
  font-size: 13px !important;
  cursor: pointer;
}

.text-calculation {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 18px;
}

.pac-container.pac-logo {
  z-index: 9000000000000000000000;
}

#edit_houses .input-field:first-child label {
  margin-left: -12px;
}

.striped.centered.houses img {
  height: 50px;
}

.striped.centered.houses td {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 6px solid #fff;
}

.striped.centered.houses td.img {
  padding: 0;
}

.houses tbody tr:nth-child(odd) {
  background: #ddd !important;
}

.added_calc_command {
  font-size: 10px;
  margin: -14px 0 20px 0;
}

.material-icons.loaders {
  cursor: pointer;
}

#houses table tr {
  cursor: pointer;
}

tr.edit_row, tr.select_row {
  background: #dd052c1c !important;
}

tr.edit_row.select_row {
  background: #dd052c30 !important;
}