﻿.field-validation-error {
  color: #f86c6b;
  display: block; }

.validation-summary-errors {
  padding: 10px;
  border: thin solid #f20d0b;
  color: white;
  background-color: #f86c6b;
  font-weight: bold;
  margin-bottom: 1em; }
  .validation-summary-errors ul {
    margin: 0;
    list-style: decimal-leading-zero; }

.width-50 {
  width: 50px !important; }

.width-100 {
  width: 100px !important; }

.width-150 {
  width: 150px; }

.width-200 {
  width: 200px; }

.width-250 {
  width: 250px; }

.width-300 {
  width: 300px; }

.width-350 {
  width: 350px; }

.width-500 {
  width: 500px; }

.width-720 {
  max-width: none !important;
  width: 720px !important; }

.width-1112 {
  max-width: none !important;
  width: 1112px !important; }

.max-size-webcam {
    max-height: 80vh !important;
    max-width: 40vw !important;
}

.width-80p {
  max-width: none !important;
  width: 80% !important; }

.full-width {
  width: 100%; }

.max-h-100 {
  max-height: 100px; }

.max-h-64 {
  max-height: 64px; }

.img-280-220 {
  max-width: 280px;
  max-height: 220px; }

.img-640-480 {
  max-width: 640px;
  max-height: 480px; }

#dpi-marker {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in; }

.alertify-notifier .ajs-primary {
  background-color: #0dbefc !important;
  border: thin solid #039dd3 !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #039dd3;
  -moz-box-shadow: 0px 0px 3px 0px #039dd3;
  box-shadow: 0px 0px 3px 0px #039dd3; }

.alertify-notifier .ajs-secondary {
  background-color: #c8ced3 !important;
  border: thin solid #acb5bc !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #acb5bc;
  -moz-box-shadow: 0px 0px 3px 0px #acb5bc;
  box-shadow: 0px 0px 3px 0px #acb5bc; }

.alertify-notifier .ajs-success {
  background-color: #4dbd74 !important;
  border: thin solid #3a9d5d !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #3a9d5d;
  -moz-box-shadow: 0px 0px 3px 0px #3a9d5d;
  box-shadow: 0px 0px 3px 0px #3a9d5d; }

.alertify-notifier .ajs-alert {
  background-color: #f86c6b !important;
  border: thin solid #f63c3a !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #f63c3a;
  -moz-box-shadow: 0px 0px 3px 0px #f63c3a;
  box-shadow: 0px 0px 3px 0px #f63c3a; }

.alertify-notifier .ajs-warning {
  background-color: #ffc107 !important;
  border: thin solid #d39e00 !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #d39e00;
  -moz-box-shadow: 0px 0px 3px 0px #d39e00;
  box-shadow: 0px 0px 3px 0px #d39e00; }

.alertify-notifier .ajs-ajaxAlert {
  background-color: #6f42c1 !important;
  border: thin solid #59339d !important;
  color: white !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #59339d;
  -moz-box-shadow: 0px 0px 3px 0px #59339d;
  box-shadow: 0px 0px 3px 0px #59339d; }

.ajs-buttons .ajs-ok {
  color: white !important;
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #0dbefc !important; }
  .ajs-buttons .ajs-ok:hover {
    background-color: #03b0ed !important; }

.ajs-buttons .ajs-cancel {
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: #c8ced3 !important; }
  .ajs-buttons .ajs-cancel:hover {
    background-color: #bac1c8 !important; }

.ajs-header {
  background-color: white !important;
  border-bottom: thin solid #c8ced3 !important;
  color: #2f353a !important;
  border-radius: 10px; }

.ajs-dialog {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px; }

.ajs-footer {
  border-radius: 10px; }

.app-custom-dialog .ajs-footer {
  display: none !important; }

.notification-alert-dialog .ajs-dialog {
  padding: 0 !important;
  border-radius: 10px;
  background-color: #F8CCCB !important;
  color: #E95E50 !important; }

.notification-alert-dialog .ajs-commands {
  margin: 0 !important; }
  .notification-alert-dialog .ajs-commands .ajs-close {
    margin-left: 0 !important;
    margin-top: 0 !important; }

.notification-alert-dialog .ajs-footer {
  display: none !important; }

.notification-alert-dialog .ajs-header {
  display: none !important; }

.notification-alert-dialog .ajs-content {
  padding: 0 !important; }

.form-tabs .nav-link {
  min-width: 200px;
  border: thin dotted #c8ced3;
  border-bottom: none; }
  .form-tabs .nav-link.active {
    border-style: solid;
    color: #0dbefc; }
    .form-tabs .nav-link.active .badge {
      background-color: #0dbefc !important;
      color: white !important; }

.form-control-static {
  margin: 0 !important; }

.col-form-label label, .form-row label, .form-group label {
  font-weight: bold; }

.modal-scroll-container {
  height: 360px;
  position: relative; }

.ajs-header {
  font-weight: bold; }

.ajs-dialog {
  border: thin solid #5c6873; }

.i18n-flag {
  cursor: pointer;
  height: 64px;
  width: 64px;
  margin: 5px;
  transition: all .2s ease-in-out; }
  .i18n-flag:hover {
    transform: scale(1.2); }

#questions-loader {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: 270px; }

.survey-inline-editing {
  color: #23282c !important;
  border: none !important; }
  .survey-inline-editing:hover {
    color: #0dbefc !important; }

.question-container.required {
  color: #f86c6b; }

.expired-survey {
  background-color: #F0AAAE !important; }

.max-fills-exceded-survey {
  background-color: #FFC9AA !important; }

.unactive-row {
  background-color: #F0AAAE !important; }
  .unactive-row a {
    color: white; }

.dependent-question-container {
  margin-left: 50px;
  position: relative; }
  .dependent-question-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -50px;
    top: -25px;
    height: 130px;
    width: 50px;
    background-image: url(Images/Util/dependent-question-connector.png);
    background-repeat: no-repeat; }

#survey-video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 130%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bg-inspections {
  background-color: #5EB91E; }

.dashboard-header-tile {
  cursor: pointer; }

.survey-report-legent-item {
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  color: white;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  cursor: pointer; }
  .survey-report-legent-item:first-child {
    margin-left: 0 !important; }

.survey-report-tooltip {
  position: absolute;
  display: inline-block;
  padding: 2px 7px;
  background-color: black;
  color: white;
  border-radius: 3px;
  max-width: 100px;
  word-wrap: break-word; }

.video-unit-report {
  display: inline-block !important; }

.question-type-tile {
  text-align: center;
  padding: 10px;
  background-color: #f0f3f5;
  border-radius: 10px;
  height: 162px;
  margin-bottom: 10px;
  transition: all ease 0.2s;
  cursor: pointer; }
  .question-type-tile:hover {
    transform: scale(1.1);
    background-color: #e4e7ea; }

.btn-take-photo-fill-survey-form {
  position: absolute;
  bottom: 20px;
  right: 50px; }

#matrix-table {
  table-layout: fixed; }
  #matrix-table th, #matrix-table td {
    text-align: center; }

#camera-box {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.priority-status {
  font-weight: bold;
  color: #23282c; }

.priority-status__lowest {
  background-color: #729FCF; }

.priority-status__low {
  background-color: #DEE6EF; }

.priority-status__medium {
  background-color: #EEEEEE; }

.priority-status__high {
  background-color: #FFFF00; }

.priority-status__veryhigh {
  background-color: #FF8000; }

.priority-status__critical {
  background-color: #FF0000; }

.priority-status-text__lowest {
  color: #729FCF; }

.priority-status-text__low {
  color: #DEE6EF; }

.priority-status-text__medium {
  color: #EEEEEE; }

.priority-status-text__high {
  color: #FFFF00; }

.priority-status-text__veryhigh {
  color: #FF8000; }

.priority-status-text__critical {
  color: #FF0000; }

[data-alert-detection-id] {
  text-shadow: 0px 0px 3px #383838; }

.chat-message-container {
  padding: 20px;
  margin-top: 20px;
  background-color: #f0f3f5;
  border-radius: 10px; }
  .chat-message-container.logged-user {
    border-bottom: thick solid #acb4bc; }
  .chat-message-container:first-child {
    margin-top: 0; }
  .chat-message-container .chat-date {
    text-align: right;
    font-size: 12px; }
  .chat-message-container .chat-user {
    text-align: right;
    font-size: 12px;
    font-weight: bold; }
  .chat-message-container .message-file {
    display: inline-block;
    margin-left: 5px; }
    .chat-message-container .message-file .imgage-preview {
      display: inline-block;
      width: 60px;
      height: 70px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all linear 0.2s; }
      .chat-message-container .message-file .imgage-preview:hover {
        transform: scale(1.1); }

.dropzone-chat {
  background-color: #f0f3f5 !important;
  border: none !important;
  padding: 2px !important; }

.user-report-position {
  padding: 5px; }
  .user-report-position__title {
    width: 50%;
    font-size: 16px;
    text-align: center; }
  .user-report-position__indicator {
    position: relative;
    width: 100%;
    min-height: 32px;
    background-color: #EEE; }
  .user-report-position__bar {
    position: absolute;
    height: 32px;
    top: 0;
    left: 0; }
  .user-report-position__bar-counter {
    position: absolute;
    height: 32px;
    top: 0;
    left: 0;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 10px; }

.dataTables_wrapper.container-fluid {
  padding: 0 !important; }

.dataTable td .btn-square {
  width: 30px !important;
  height: 30px !important; }

.pre-style {
  font-family: Arial;
  font-size: 14px; }

.none-underline {
  text-decoration: none !important; }

span.select2-container {
  z-index: 2000; }

.static-z-index span.select2-container {
  z-index: 10 !important; }

.bootstrap-datetimepicker-widget {
  z-index: 10200; }

.input-group-text label {
  margin: 0 !important; }

.img-fixed-orientation {
  image-orientation: from-image;
  /* Use EXIF data from the image */ }

.dashboard-chart .tick {
  font-family: 'FontAwesome';
  font-size: 18px;
  cursor: pointer; }

.dashboard-chart .c3-axis-y .tick {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  font-size: 12px; }

.dashboard-chart .c3-chart-text .c3-text {
  font-family: 'FontAwesome'; }

.c3-chart-texts .c3-chart-text .c3-texts .c3-text {
  font-size: 16px; }

.colorpicker {
  z-index: 2000 !important; }

.mfp-extra-z-index {
  z-index: 3000000 !important; }

.carousel-indicators li {
  background-color: #DDD;
  height: 20px;
  width: 20px;
  border-radius: 10px; }
  .carousel-indicators li.active {
    background-color: #555; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none; }

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #23282c; }

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #23282c; }

body .app-header {
  display: flex;
  height: auto !important; }
  @media (max-width: 992px) {
    body .app-header {
      position: relative; } }
  body .app-header .app-header--navbar {
    display: flex;
    flex: 1; }
    @media (max-width: 992px) {
      body .app-header .app-header--navbar .navbar-toggler {
        margin-right: 0 !important; } }
    @media (max-width: 992px) {
      body .app-header .app-header--navbar .navbar-brand {
        position: relative;
        margin-left: 0;
        left: auto; } }
  body .app-header .app-header--user-panel {
    flex: 1;
    background-color: #fff;
    padding: 0 5px; }
    body .app-header .app-header--user-panel .navbar-nav {
      flex-wrap: nowrap; }
      @media (min-width: 992px) {
        body .app-header .app-header--user-panel .navbar-nav {
          justify-content: flex-end; } }

@media (max-width: 992px) {
  body .app-body {
    margin-top: 0; } }

body .main {
  padding-top: 70px; }
  @media (max-width: 992px) {
    body .main {
      padding-top: 0; } }
  @media (max-width: 992px) {
    body .main .container-fluid {
      padding: 0; } }
  body .main .breadcrumb {
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 999; }
    @media (max-width: 992px) {
      body .main .breadcrumb {
        position: relative;
        top: 0;
        margin-left: 0;
        left: 0 !important; } }
  body .main .additional-menu {
    position: fixed;
    width: 100%;
    top: 101px;
    left: 0;
    z-index: 999; }

body.sidebar-lg-show .main .additional-menu {
  left: 200px; }

body.sidebar-lg-show .main .breadcrumb {
  left: 200px; }

body.sidebar-lg-show.sidebar-minimized .main .breadcrumb {
  left: 50px; }

body.sidebar-lg-show.sidebar-minimized .main .additional-menu {
  left: 50px; }

.btn-datatable-action {
  margin: 0 1px;
  text-align: center;
  padding: 3px 6px;
  transition: all .2s ease-in-out; }
  .btn-datatable-action:hover {
    transform: scale(1.1); }

.app-selected-item {
  background-color: #ffeaaa !important; }

.height-auto {
  height: auto !important; }

.login-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.hover-pointer {
  cursor: pointer; }

#form-scroll-wrapper {
  position: relative; }

#navbar-organization-image-container img {
  height: 40px; }

#matrix-container {
  position: relative; }
  #matrix-container table tr {
    cursor: pointer; }
    #matrix-container table tr.selected {
      background-color: #63c2de; }

.btn-breadcrumb {
  padding: 2px 8px !important; }

.inquiry-accepted {
  background-color: #DBFFDE !important; }

.inquiry-rejected {
  background-color: #FFC8CC !important; }

.select-question-tile-content {
  max-width: 750px;
  word-wrap: break-word; }

.text-gray-500 {
  color: #8f9ba6; }

.bg-override-data {
  background-color: #f0f3f5; }

.survey-verification-yellow {
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8c8;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8c8;
  box-shadow: 0px 0px 3px 1px #c8c8c8;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  line-height: 32px;
  background-color: #F4D5B1; }

.survey-verification-red {
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8c8;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8c8;
  box-shadow: 0px 0px 3px 1px #c8c8c8;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  line-height: 32px;
  background-color: #F4B1B1; }

.survey-verification-blue {
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8c8;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8c8;
  box-shadow: 0px 0px 3px 1px #c8c8c8;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  line-height: 32px;
  background-color: #9EAEE2; }

.selected-row {
  background-color: #f8cb00 !important;
  font-weight: bold; }

.object-row-disabled {
  color: white;
  background-color: #c8ced3; }

.btn-sm-datatable {
  padding: 0;
  background-color: transparent;
  margin: 0 10px;
  transition: all .2s ease-in-out;
  color: #2f353a; }
  .btn-sm-datatable:hover {
    transform: scale(1.5);
    color: #5c6873; }

.btn-rounded {
  border-radius: 50%;
  padding: 8px; }

#details-report-table td {
  padding: 8px; }

#details-report-table td:nth-child(1) {
  width: 50% !important; }

#details-report-table td:nth-child(3) {
  width: 132px; }

.break-word-field {
  word-break: break-word;
  display: inline-block; }

.object-map-modal-mode, .object-map-frame {
  height: 480px; }

#work-report-table tr {
  cursor: pointer; }
  #work-report-table tr:hover td {
    transition: all ease-out 0.3s;
    background-color: #0dbefc;
    color: white; }
  #work-report-table tr.level-1 {
    background-color: #c8ced3; }
    #work-report-table tr.level-1 td {
      border-bottom: thin solid #5c6873; }
  #work-report-table tr.level-2 {
    background-color: #e4e7ea; }
    #work-report-table tr.level-2 td {
      border-bottom: thin solid #8f9ba6; }
  #work-report-table tr.level-3 {
    background-color: #f0f3f5; }
    #work-report-table tr.level-3 td {
      border-bottom: thin solid #c8ced3; }
  #work-report-table tr.level-4 {
    background-color: white; }
    #work-report-table tr.level-4 td {
      border-bottom: thin solid #f0f3f5; }

.prevent-selection {
  user-select: none; }

.expired {
  background-color: #F0AAAE !important; }

.text-smaller {
  font-size: 0.7em; }

.horizontal-list {
  display: inline-block; }
  .horizontal-list li {
    display: inline-block; }

.highlight-search-answer {
    background-color: yellow;
}