.form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #000000;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.form-control:-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
}
header {
  background: url(../../assets/frontend-theme/css/colors/color1/headerbgr_U.png) no-repeat center 0;
  height: 194px;
}
header .logo img {
  max-width: 80%;
}
footer {
  background: url(../../assets/frontend-theme/css/colors/color1/footerbgr.png) no-repeat center 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #C31718;
}
a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ajax-loading,
.ajax-loading-text {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding-top: 20%;
  top: 0;
}
.ajax-loading-inline {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  color: #C31718;
}
.ajax-loading-inline div {
  font-size: 18px;
  color: #ffffff;
}
.progress-circle-indeterminate {
  background: url(../images/progress-circle-master.svg) no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto;
}
.open-img {
  cursor: pointer;
}
.text-12 {
  font-size: 12px;
}
.text-white {
  color: #ffffff;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}
#main {
  padding-bottom: 168px;
}
.paging_full_numbers {
  height: auto;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
}
.box .boxheading,
.slider-content li.selected .title,
.box.menu ul li.act a {
  background: #212121;
  background-image: url(../../assets/frontend-theme/img/gradient2.png);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  border: 1px solid #212121;
  color: white;
}
.sf-sub-indicator {
  background: url(../../assets/frontend-theme/img/hdr_dropdown.png) no-repeat 0 0;
}
.sf-sub-indicator {
  background: url(../../assets/frontend-theme/img/hdr_dropdown.png) no-repeat 0 0;
}
ul.sf_menu li ul {
  width: 200px;
  padding: 1.3em 0 0 0;
}
#mainnav li a {
  line-height: 22px;
}
#mainnav li a div {
  float: left;
}
#mainnav li a div i {
  font-size: 22px;
  margin-right: 10px;
  color: #E9E9E9;
}
.animated-globe {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.top {
  line-height: 24px;
}
.top .datetime,
.top .health {
  line-height: 24px;
  font-size: 12px;
}
.top .online-status {
  line-height: 24px;
  font-size: 24px;
  margin-left: 10px;
}
.top .online-status .offline {
  color: #C31718;
}
.top .online-status .online {
  color: #268F2D;
}
.user-menu {
  line-height: 35px;
}
.user-menu i {
  font-size: 19px;
  padding-left: 10px;
  padding-right: 5px;
  color: #E9E9E9;
}
.user-menu i:hover {
  color: #d5d5d5;
}
.btn,
button {
  opacity: 1;
  float: none;
  margin-right: 0;
}
.box .row {
  border-bottom: none;
  padding: 0;
}
.box .boxheading h3 {
  width: auto;
}
.box textarea.form-control,
.box input.form-control {
  width: 100%;
}
.box textarea.form-control {
  min-height: 100px;
}
.box input[type="checkbox"] {
  width: auto !important;
  margin-top: 12px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #CCCCCC;
}
form .box .row label {
  line-height: 34px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.infobox {
  font-size: 12px;
}
.user-status {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}
.user-status.disabled {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
  /* IE6-9 */
  opacity: 1 !important;
}
a.user-status.disabled {
  cursor: pointer !important;
}
.user-status.enabled {
  background: #1eff53;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1eff53 0%, #00cf27 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1eff53 0%, #00cf27 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1eff53 0%, #00cf27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eff53', endColorstr='#00cf27', GradientType=0);
  /* IE6-9 */
}
.user-status.warning {
  background: #fdf900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdf900 0%, #ffc600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdf900 0%, #ffc600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdf900 0%, #ffc600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf900', endColorstr='#ffc600', GradientType=0);
  /* IE6-9 */
}
#main a.btn-success,
#main a.btn-info,
#main a.btn-warning,
#main a.btn-danger {
  color: #fff;
}
.ui-multiselect .ui-widget-header {
  padding: 10px 5px;
}
.ui-multiselect input.search {
  height: 28px;
  padding: 1px;
  opacity: 0.5;
  margin: 0;
  width: 200px;
}
.ui-multiselect ul.available li,
.ui-multiselect ul.selected li {
  padding: 0 5px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.ui-multiselect ul.selected li {
  padding: 0 5px 0 20px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
  top: 8px;
}
.ui-multiselect .ui-icon-plus,
.ui-multiselect .ui-icon-minus {
  top: 2px;
  right: 2px;
}
.select2-close-mask {
  z-index: 9999;
}
.select2-dropdown {
  z-index: 9999;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #C31718;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
#device-not-found span,
#customer-not-found span {
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
}
#mod-inspection .modal-body {
  position: relative;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#mod-inspection label {
  text-align: left;
}
.label-fake {
  cursor: pointer;
}
.inspection-form-container {
  z-index: 10;
}
.insp-checklist-form-container {
  z-index: 9;
}
.insp-final-form-container {
  z-index: 8;
}
.insp-final-form-container .btn-generate-certificate {
  font-size: 12px;
  font-weight: bold;
  white-space: normal;
}
.insp-download-form-container {
  z-index: 7;
}
.inspection-form-container,
.insp-checklist-form-container,
.insp-final-form-container,
.insp-download-form-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.insp-checklist-form-container,
.insp-final-form-container,
.insp-download-form-container {
  top: 50px;
  opacity: 0;
}
.insp-download-form-container a i {
  color: #ffffff;
}
input[readonly] {
  cursor: not-allowed;
}
.form-control[readonly] {
  background: #e2e1e1;
}
.form-disable-autocomplete .form-control[readonly] {
  background: #f2f2f2;
  background: -moz-linear-gradient(#f9f9f9, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2));
}
.form-disable-autocomplete input[readonly] {
  cursor: text;
}
.modal-lg-90 {
  width: 90%;
}
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.form-control-alias {
  display: inline;
  width: 94% !important;
}
input.datepicker {
  max-width: 100%;
}
.bootstrap-datetimepicker-widget {
  display: inline-block;
}
.box ul li {
  background: none;
  padding-left: 0;
}
.box ul li.select2-search--inline {
  padding-left: 5px;
}
.sorting,
.sorting_asc,
.sorting_desc {
  padding-left: 30px;
}
[class^="pg-"],
[class*=" pg-"] {
  display: inline-block;
  font: normal normal normal 14px/1 pages-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pg-arrow_left:before {
  content: "\003c";
}
.pg-arrow_right:before {
  content: "\003e";
}
a i {
  color: #8a8a8a;
}
.error {
  font-size: 12px;
  color: #ea2c54;
  display: block;
}
/*==========================================================*/
/* DATEPICKER
/*==========================================================*/
.gj-datepicker-md [role=right-icon] {
  right: 5px;
  top: 5px;
}
.gj-picker {
  z-index: 9999;
}
/*==========================================================*/
/* DATATABLES - BEGIN
/*==========================================================*/
.table td,
.table th {
  padding: 6px;
  vertical-align: middle;
  font-size: 14px;
}
.table th {
  color: #ffffff;
  background-color: #454A53;
}
.sorting,
.sorting_asc,
.sorting_desc {
  background: none;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.7em;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 19px;
}
.dataTables_info {
  width: 100%;
  text-align: center;
}
div.dataTables_wrapper a:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate ul > li {
  display: inline-block;
  padding-left: 0;
  font-size: 11px;
}
div.dataTables_wrapper div.dataTables_paginate ul > li > a {
  padding: 5px 10px;
}
div.dataTables_wrapper div.dataTables_paginate .page-link {
  border: none;
  color: #aaaaaa;
}
div.dataTables_wrapper div.dataTables_paginate .page-link:hover {
  border: none;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}
div.dataTables_wrapper div.dataTables_paginate .page-item.active .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}
div.dataTables_wrapper .pagination {
  display: block;
}
div.dataTables_wrapper .paging_full_numbers {
  width: 100%;
}
div.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  margin-bottom: 5px;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
div.dataTables_wrapper div.dataTables_processing .table-loader {
  position: relative;
  top: 50%;
  left: 0;
  margin-top: -20px;
  margin-left: -20px;
}
/*==========================================================*/
/* DATATABLES - END
/*==========================================================*/
body #main .square {
  display: inline-block;
  padding: 15px 3%;
  width: 60%;
  max-width: none;
  min-width: 95px;
  color: #212121;
  text-align: center;
  border: 1px solid #c7c7c7;
}
.dashboard-section .btn {
  font-weight: bold;
  background: -moz-linear-gradient(#ffffff, #f6f6f6);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
}
.dashboard-section i {
  color: #8a8a8a;
}
.dashboard-section .btn:hover {
  background: #f5f5f5;
}
@media screen and (max-width: 1470px) {
  button.btn_icon.square span,
  a.btn_icon.square span {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=Base.css.map */