﻿/*Colors*/
@font-face {
  font-family: "ptt-icons";
  src: url("../fonts/ptt-icons.eot?xp52o6");
  src: url("../fonts/ptt-icons.eot?xp52o6#iefix") format("embedded-opentype"), url("../fonts/ptt-icons.ttf?xp52o6") format("truetype"), url("../ptt-icons.woff?xp52o6") format("woff"), url("../fonts/ptt-icons.svg?xp52o6#ptt-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}
[class^=ptt-icon-], [class*=" ptt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ptt-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ptt-icon-check-circle:before {
  content: "\e912";
}

.ptt-icon-clock:before {
  content: "\e913";
}

.ptt-icon-arrow-left-circle:before {
  content: "\e91d";
}

.ptt-icon-building:before {
  content: "\e923";
}

.ptt-icon-plus-circle:before {
  content: "\e924";
}

.ptt-icon-minus-circle:before {
  content: "\e925";
}

.ptt-icon-edit:before {
  content: "\e926";
}

.ptt-icon-question-circle:before {
  content: "\e927";
}

.ptt-icon-compress:before {
  content: "\e90f";
}

.ptt-icon-expand:before {
  content: "\e910";
}

.ptt-icon-arrow-down:before {
  content: "\e914";
}

.ptt-icon-arrow-up:before {
  content: "\e915";
}

.ptt-icon-file-excel:before {
  content: "\e916";
}

.ptt-icon-file-csv:before {
  content: "\e911";
}

.ptt-icon-line-chart:before {
  content: "\e917";
}

.ptt-icon-bar-chart:before {
  content: "\e918";
}

.ptt-icon-ellipsis-v:before {
  content: "\e919";
}

.ptt-icon-search:before {
  content: "\e91a";
}

.ptt-icon-spinner:before {
  content: "\e91b";
}

.ptt-icon-check:before {
  content: "\e91c";
}

.ptt-icon-bars:before {
  content: "\e91e";
}

.ptt-icon-download:before {
  content: "\e91f";
}

.ptt-icon-upload:before {
  content: "\e920";
}

.ptt-icon-bookmark:before {
  content: "\e921";
}

.ptt-icon-eye:before {
  content: "\e922";
}

.ptt-icon-settings:before {
  content: "\e900";
}

.ptt-icon-admin:before {
  content: "\e901";
}

.ptt-icon-calendar:before {
  content: "\e902";
}

.ptt-icon-dropdown:before, .user .user-details[aria-expanded=true]:before, .user .user-actions li a[aria-expanded=true]:before, .ptt-icon-dropup:before, .user .user-details[aria-expanded=false]:before, .user .user-actions li a[aria-expanded=false]:before {
  content: "\e903";
}

.ptt-icon-dropup:before, .user .user-details[aria-expanded=false]:before, .user .user-actions li a[aria-expanded=false]:before {
  display: inline-block;
  transform: rotate(180deg);
}

.ptt-icon-chevron-right:before, #sidebar a[aria-expanded=false]:before, .ptt-icon-chevron-left:before, .ptt-icon-chevron-down:before, #sidebar a[aria-expanded=true]:before {
  content: "\e904";
}

.ptt-icon-chevron-down:before, #sidebar a[aria-expanded=true]:before {
  display: inline-block;
  transform: rotate(90deg);
}

.ptt-icon-chevron-left:before {
  display: inline-block;
  transform: rotate(180deg);
}

.ptt-icon-collapse:before {
  content: "\e905";
}

.ptt-icon-contact-us:before {
  content: "\e906";
}

.ptt-icon-dashboard:before {
  content: "\e907";
}

.ptt-icon-document:before {
  content: "\e908";
}

.ptt-icon-logistics:before {
  content: "\e909";
}

.ptt-icon-logout:before {
  content: "\e90a";
}

.ptt-icon-notification:before {
  content: "\e90b";
}

.ptt-icon-production:before {
  content: "\e90c";
}

.ptt-icon-profile:before {
  content: "\e90d";
}

.ptt-icon-earth:before {
  content: "\e90e";
}

.ptt-icon-decline:before {
  content: "\e928";
}

/*Colors*/
.sidebar-header,
.sidebar-footer {
  flex-shrink: 0;
}

.sidebar-body {
  flex-grow: 1;
  overflow: hidden !important;
}
.sidebar-header:hover .tooltiptext {
    visibility: visible;
}
.sidebar-header .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 99;
  background: #7386D5;
  color: #2E384D;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 2px 0 9px 0 rgba(0, 0, 0, 0.03);
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
#sidebar.active {
  min-width: 72px;
  max-width: 72px;
}

#sidebar .logo-container {
    padding: 0 16px;
}

#sidebar .production-net {
    color: #323232;
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 800;
}
    #sidebar .production-net .net {
        color: #f0566a;
    }

#sidebar .sub-logo {
    color: #848484;
    display: inline-block;
    font-size: small;
    text-align: right;
    line-height: 30px;
    width: 100%;
}
    #sidebar .sub-logo img {
        max-width: 50%;
    }

#sidebar .logo, #sidebar .logo-collapsed {
    max-width: 100%;
}

#sidebar.active .logo-container {
    padding: 0 8px;
}

#sidebar.active .logo-collapsed {
    margin-top: 12px;
}

#sidebar.active .logo {
  display: none;
}
#sidebar.active .sub-logo {
    display: none;
}
#sidebar.active .logo-collapsed {
  display: block;
}
#sidebar.active .components .left-nav-title {
  display: none;
}
#sidebar.active .user {
  bottom: 152px;
  width: 72px;
}
#sidebar.active .user-details, #sidebar.active .user .user-actions li a, .user .user-actions li #sidebar.active a {
  padding-left: 17px;
}
#sidebar.active .user-actions li.active a {
  padding-left: 13px;
}
#sidebar.active .user-name-collapsed {
  display: block;
}
#sidebar.active .user-name, #sidebar.active .user-actions span {
  display: none;
}
#sidebar.active .user-role {
  display: none;
}
#sidebar.active .footer-button-container {
  height: 152px;
  width: 72px;
  flex-direction: column;
}
#sidebar.active .sidebar-header .tooltip, #sidebar.active .sidebar-header .tooltip div {
  z-index: 999;
}
#sidebar .logo-collapsed {
  display: none;
}
#sidebar .sidebar-header {
  padding: 32px 0;
}
#sidebar .sidebar-header a {
  display: flex;
  justify-content: center;
}
#sidebar ul.components > li {
  border-bottom: 1px solid #E6EAEE;
}
#sidebar ul.components > li a {
  display: block;
}
#sidebar ul.components > li a:hover {
  color: #70889E;
}
#sidebar ul.components > li a i[class^=ptt-icon-] {
  font-size: 1.3em;
  margin-right: 16px;
  vertical-align: middle;
}
#sidebar ul.components > li > a {
  padding: 16px 10px 16px 24px;
  font-weight: bold;
}
#sidebar ul li.active > a {
  color: #1F8EFA;
  background: rgba(31, 142, 250, 0.1);
  border-left: 4px solid #1F8EFA;
  padding-left: 20px;
}
#sidebar li ul {
  padding-bottom: 10px;
}
#sidebar li ul a {
  font-size: 0.875em;
  padding: 4px 0 4px 64px;
}
#sidebar li ul li.active > a {
  padding-left: 60px;
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}
#sidebar a[aria-expanded=false]::before, #sidebar a[aria-expanded=true]::before {
  font-family: "ptt-icons";
  position: absolute;
  color: #70889E;
  right: 10px;
  top: 20px;
  font-size: 0.8em;
}
#sidebarCollapse {
  position: absolute;
  left: -19px;
  margin: 0;
  z-index: 999;
  border-radius: 2px;
  padding: 7px 10px;
  font-size: 16px;
  background-color: #fff;
  color: #70889E;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
#sidebarCollapse:hover {
  color: #2E384D;
}
#sidebarCollapse:focus {
  outline: none;
}
#sidebarCollapse.closed i {
  display: inline-block;
  margin: 0;
  transform: rotateY(180deg);
}

.user {
  bottom: 40px;
  width: 250px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.user .user-details, .user .user-actions li a {
  padding-left: 24px;
  cursor: pointer;
}
.user .user-details:before, .user .user-actions li a:before {
  font-family: "ptt-icons";
  position: absolute;
  color: #70889E;
  right: 10px;
}
.user .user-name, .user .user-name-collapsed {
  display: block;
  font-weight: bold;
}
.user .user-name-collapsed {
  display: none;
}
.user .user-role {
  font-size: 14px;
  color: #70889E;
}
.user .user-actions li i {
  border: 1px solid;
  padding: 9px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 1.1em;
}
.user .user-actions li a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}
.user .user-actions li.active a {
  padding-left: 20px;
}
.user ul {
  margin-top: 10px;
}

.footer-button-container {
  height: 40px;
  width: 250px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #F4F7F9;
  color: #70889E;
  border-top: 1px solid #E6EAEE;
}

#content {
  width: calc(100% - 250px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
#content.active {
  width: calc(100% - 72px);
}
#content.full-width {
  width: 100%;
}
#content.full-width #sidebarCollapse {
  display: none;
}

@media (max-width: 768px) {
  #sidebar {
    min-width: 72px;
    max-width: 72px;
    min-height: 550px;
  }
  #sidebar .logo {
    display: none;
  }
  #sidebar .logo-collapsed {
    display: block;
  }
  #sidebar .components .left-nav-title {
    display: none;
  }
  #sidebar .user {
    bottom: 152px;
    width: 72px;
  }
  #sidebar .user-details, #sidebar .user .user-actions li a, .user .user-actions li #sidebar a {
    padding-left: 17px;
  }
  #sidebar .user-actions li.active a {
    padding-left: 13px;
  }
  #sidebar .user-name-collapsed {
    display: block;
  }
  #sidebar .user-name, #sidebar .user-actions span {
    display: none;
  }
  #sidebar .user-role {
    display: none;
  }
  #sidebar .footer-button-container {
    height: 152px;
    width: 72px;
    flex-direction: column;
  }
  #sidebar.active {
    margin-left: -72px;
  }
  #sidebar .components > li > a .left-nav-title {
    display: none;
  }
  #sidebar li .list-unstyled a, #sidebar li.active .list-unstyled a {
    padding-left: 2px;
    text-align: left;
  }
  #sidebar li .list-unstyled a .left-nav-title, #sidebar li.active .list-unstyled a .left-nav-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content {
    width: calc(100% - 72px);
  }
  #content.active {
    width: 100%;
  }
  #sidebarCollapse {
    left: -17px;
    padding: 6px 9px;
    font-size: 14px;
  }
  #sidebarCollapse.closed {
    left: -12px;
  }
  .footer-button-container {
    height: 152px;
    width: 72px;
    flex-direction: column;
  }
}
/*Colors*/
.button-primary, .dx-button.button-primary {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #1F8EFA;
  color: #fff !important;
  padding: 6px 12px;
}
.button-primary.dx-button, .dx-button.button-primary.dx-button {
  padding: 0;
}
.button-primary:hover, .dx-button.button-primary:hover {
  background-color: #42AAFF;
}

.button-secondary {
  border: 1px solid #E6EAEE;
  border-radius: 2px;
  background-color: #fff;
  color: #2E384D !important;
  padding: 6px 12px;
}
.button-secondary:hover {
  background-color: #DDDDDD;
}

.btn {
  -webkit-transition: color 0.25s, background-color 0.25s;
  -moz-transition: color 0.25s, background-color 0.25s;
  -ms-transition: color 0.25s, background-color 0.25s;
  -o-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}

.btn i {
  margin-right: 4px;
}
.btn.dropdown-toggle {
  margin: 0;
}

.btn-sm {
  margin: 0px;
}

/*Bootstrap Overrides*/
.btn-info {
  background-color: #476AA1;
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #6599E7;
  border-color: transparent;
}

.btn-create {
  color: #fff;
  background-color: #476AA1;
  padding: 15px;
  border-radius: 4px;
}
.btn-create:hover {
  background-color: #6184ba;
  color: #fff;
}
.btn-create:focus, .btn-create:active {
  outline: none !important;
  color: #fff;
}

.btn-edit {
  color: #fff;
  background-color: #476AA1;
}
.btn-edit i {
  margin: 0px 8px 0;
}
.btn-edit:hover {
  background-color: #6184ba;
  color: #fff;
}

.btn-copy i {
  margin: 0px 8px 0;
}
.btn-copy:hover {
  background-color: #E9C41B;
  color: #fff;
}

.btn-delete {
  color: #7F7F7F;
}
.btn-delete i {
  margin: 0px 8px 0;
}
.btn-delete:hover {
  background-color: #C0483A;
  color: #fff;
}

.btn-help {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  margin-bottom: 6px;
}
.btn-help i {
  color: #1B3360;
}
.btn-help i:hover {
  color: #315db0;
}
.btn-help i:active {
  color: #050910;
}
.btn-help:active {
  box-shadow: none;
}
.btn-help:focus {
  outline: none;
}
.btn-help:active:focus {
  outline: none;
}

.btn-helpText {
  margin-bottom: 10px;
}

.btn-menu {
  background-color: #1B3360;
}
.btn-menu i {
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.btn-save {
  background: #6599E7;
  color: #fff;
  padding: 6px 25px;
}
.btn-save:hover {
  background: #91b6ee;
  color: #fff;
}
.btn-save:active, .btn-save:focus {
  background: #bdd3f5;
  color: #fff;
}

.btn-upload {
  margin-top: -20px;
  height: 32px;
}
.btn-upload:disabled {
  color: #7F7F7F;
  cursor: not-allowed;
}
.btn-upload:hover {
  background-color: #999999;
}

.btn-link {
  border-radius: 4px;
}

.btn-reportNav {
  margin: 0 2px;
  margin-bottom: 10px;
}

button.btn.btn-sm.btn-default:hover {
  color: #fff;
  background-color: #37537e;
}
button.btn.btn-sm.btn-default:active {
  color: #fff;
  background-color: #37537e;
}
button.btn.btn-sm.btn-default:focus {
  color: #fff;
  background-color: #37537e;
}

.button-with-loader-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (max-width: 992px) {
  .form-group .btn-delete {
    margin-top: 24px;
  }
}
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type=checkbox] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
}

.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}

/*Colors*/
.bootstrap-table .fixed-table-container {
  border: 0;
}
.bootstrap-table .table thead tr th {
  border: 0;
  border-bottom: 3px solid #ddd;
}
.bootstrap-table .table tbody tr td {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.table-defects .category {
  width: 25%;
}
.table-defects ul {
  padding-left: 16px;
}

.table-downtimes .category {
  width: 25%;
}
.table-downtimes ul {
  padding-left: 16px;
}

body {
  font-family: "Lato", sans-serif;
  background: #EFF3F6;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

.form-group .control-label.inline {
  display: inline-block;
}
.form-group .control-label.inline.with-control {
  padding-top: 10px;
}

.page-header {
  margin: 0;
  border-bottom: 0;
}
.page-header.entry-header {
  display: flex;
  align-items: center;
}
.page-header.entry-header .offline {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page-header.entry-header .offline .dx-widget {
  margin-left: 10px;
}
.page-header .action-area {
  padding-top: 18px;
  padding-right: 0;
  float: right;
}
.page-header .btn {
  float: right;
  margin-left: 10px;
}
.page-header .btn i {
  vertical-align: middle;
  margin-right: 6px;
}

.validation-summary-errors ul {
  padding-left: 12px;
}

.clone-popup-info {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

/* Bootstrap select Overrides */
.dropdown-menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  overflow: hidden;
  outline: none;
}
.dropdown-menu label {
  font-weight: normal;
}
.dropdown-menu .selected > a, .dropdown-menu .selected > a:hover, .dropdown-menu .selected > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bss-input {
  border: 0;
  margin: -3px;
  padding: 3px;
  outline: none;
  color: #000000;
  width: 99%;
}

.bss-input:hover {
  background-color: #F8F8F8;
}

.additem .check-mark {
  opacity: 0;
  z-index: -1000;
}

.addnewicon {
  position: relative;
  padding: 4px;
  margin: -8px;
  padding-right: 50px;
  margin-right: -50px;
  color: #7F7F7F;
}

.addnewicon:hover {
  color: #6599E7;
}

/* JQuery UI overrides */
.form-control.ui-autocomplete-input {
  padding: 0px 0px 0px 12px;
}

.ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #373A3C;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #1B3360;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*Toastr Overrides*/
.toast {
  background-color: #476AA1;
}

.toast-success {
  background-color: #037501;
}

.toast-error {
  background-color: #C0483A;
}

.toast-info {
  background-color: #1B3360;
}

.toast-warning {
  background-color: #FFF973;
}

/* Login Page SCSS */
.wrapper {
  height: 20vw;
  max-height: 150px;
}

.container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.login-bg {
  background-image: url("/content/images/bg_image.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1B3360;
  width: 100%;
  height: 100vh;
}

.panel-login {
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 4px;
}
.panel-login .panel-title {
  color: #fff;
  font-size: 30px;
}
.panel-login .panel-body .btn {
  background-color: #6599E7;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
}
.panel-login .panel-body .btn:hover {
  color: #1B3360;
}
.panel-login .panel-body .btn.btn-help {
  background-color: transparent;
  padding: 0px;
}
.panel-login .panel-body .btn.btn-help svg {
  color: #fff;
}
.panel-login .panel-heading {
  background-color: transparent;
  border: none;
}
.panel-login .text-danger {
  color: #FFF973;
}

.panel-link {
  transition: all 0.2s ease;
  background-color: #fff;
  color: #476AA1;
  border-color: #476AA1;
}

.panel-link:hover {
  transition: all 0.2s ease;
  background-color: #476AA1;
  color: #fff;
}

.logoVertical {
  vertical-align: middle;
  float: right;
  margin: 125px 0;
  max-height: 75px;
  padding-right: 20px;
}

h2 {
  font-size: 30px;
  color: #1B3360;
}

h4 {
  display: inline-block;
}

.form-dark label {
  color: #fff;
}
.form-dark a {
  float: right;
  color: #fff;
}
.form-dark a:hover {
  color: #FFF973;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #91b6ee !important;
}

/* Error Page SCSS */
.error-message-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding-bottom: 20px;
}

#needs-entity {
  display: block;
  position: relative;
}
#needs-entity #needs-entity-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity 0.5s;
  z-index: 10;
}

.file-upload {
  width: 30vw;
  display: inline-block;
}

.form-group .control-label {
  display: block;
  margin-top: 5px;
}

.list-group .control-label {
  margin-right: 10px;
}

li.plantPicker {
  padding-top: 15px;
}

#filters {
  display: inline-block;
  margin-right: 20px;
}

.dx-list-group-header:empty {
  display: none;
}

.toggle {
  max-height: 3rem;
}

.loader {
  border: 16px solid #6599E7; /* Light grey */
  border-top: 16px solid #1B3360; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
.loader.loader-small {
  width: 56px;
  height: 56px;
  margin: 0;
  border: 8px solid #6599E7;
  border-top: 8px solid #1B3360;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-width {
  width: 100% !important;
}

.help-text {
  font-size: 1.1rem;
}
.help-text .well {
  background-color: white;
}
.help-text .well p {
  color: #333;
}

.table > tbody > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > td:last-child {
  width: 150px;
}

.notificationCount {
  background-color: red;
  color: white;
  font-size: 90%;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 11px;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: -4px;
}

.tab-pane {
  padding: 20px;
  height: 100%;
  border: 1px solid #ddd;
  border-top-color: transparent;
}

/*---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px) {
  .modal-sm {
    margin: auto;
  }
}
.flex-toggles-group {
  display: flex;
  flex-wrap: wrap;
}

.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.login-form {
  padding: 0;
  margin: 0;
}

#plantPicker {
  padding-top: 0px;
}
#plantPicker label {
  display: block;
  font-weight: normal;
  font-size: 80%;
  margin-bottom: 0;
}
#plantPicker > .bootstrap-select {
  width: 220px !important;
  display: inline-block;
}
#plantPicker > button {
  display: inline-block;
}

.top-nav span {
  display: inline-block;
  padding-top: 16px;
}

.return-nav {
  padding-top: 30px;
}

.panel-nav-btn-group .btn {
  margin-top: 4px;
}

.form-group.defect-entry, .form-group.downtime-entry, .form-group.part {
  margin-bottom: 10px;
}

.alert a {
  color: #476AA1;
}
.alert a:hover {
  text-decoration: underline;
}

.alert-sm {
  padding: 2px 4px;
  margin-top: 2px;
}

.inline-edit-field {
  max-width: 180px;
  display: inline-block;
  margin-right: 20px;
}

tr a {
  color: #476AA1;
}

.data {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 2px;
}

.data-group {
  margin-bottom: 10px;
}

#entry-form {
  margin-bottom: 20px;
}

.dx-overlay-wrapper .dx-overlay-content .dx-item .dx-item-content {
  white-space: break-spaces;
}