input {
  /*color: red!important;*/
  font-size: 16px!important;
}

input[disabled] {
  background-color: #fff;
  color: #ccc;
}

input.login {
  /*color: red;*/
  font-size: 18px;
}

.required input:after {
  content: "*";
}

.no-border {
  border-width: 0!important;
  border: none!important;
}

.no-padding {
  padding: 0!important;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin: 0!important;
}

.loginContentStyle h3 {
  color: white;
  font-size: 28px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 15px;
}

.loginContentStyle h4 {
  color: #999999;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.pane, .view {
  background-color: white;
}

.button-fab {
  top: auto;
  right: 16px;
  bottom: 60px;
  left: auto;
  position: absolute;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3), 0 4px 20px 0 rgba(0, 0, 0, .12);
  z-index: 10;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .3s fade-in-out;
  transition: .3s fade-in-out;
  -webkit-transition-property: -webkit-transform, box-shadow;
  transition-property: transform, box-shadow;
}

.button-block {
  border-width: 0;
}

.offer {
  /*color: red!important;
  font-size: 12px!important;*/
}

.price {
  text-align: right;
}

.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}

img.fullscreen {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 600px;
}

img.gallery {
  margin: 2px;
  /* margin: auto;
  display: block; */
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
  cursor: pointer;
}



div.image-editor {
  /* margin: auto; */
  margin-top: 44px;
  /* margin-bottom: 20px; */
  display: none;
  width: 100%;
  /* max-height: 480px; */
}

canvas.image-editor {
  margin: auto;
  border: 2px solid blue
}

.image-modal {
  background-color: #000;
}

.breadcrumb {
  background-color: #eee;
}

img.contact {
  max-height: 250px;
}

img.translation {
  margin-top: 2px;
  margin-right: 10px;
}

.item-button-right {
  padding-top: 10px;
  min-height: 50px;
}

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

.item .item-content {
  background-color: transparent !important;
}

.good {
  background-color: #c0f0c0 !important;
}

.bad {
  background-color: #f0c0c0 !important;
}

.selected {
  background-color: #444 !important;
  color: white !important;
}

.center-vertical-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered-spinner {
  display: flex;
}


/*For angular/bootstrap web interface*/

#main-container {
  margin-top: 60px;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

textarea {
  font-size: 16px;
}

.item-divider {
  background-color: #eee !important;
  /*font-size: 18px;*/
  /*font-weight: 500;*/
}

th {
  text-align: left;
}

button.upload {
  width: 100%;
  text-align: left;
  padding-left: 11px;
}

i.upload {
  width: 32px;
  text-align: center;
}


/*.upload:before {
    display: block;
    width: 32px;
    text-align: center;
}*/

.item-icon-left .icon, .item-icon-right .icon {
  font-size: 24px;
}

.icon:before {
  width: 24px;
}

.header-icon {
  margin-top: 7px;
  font-size: 17px!important;
}

.item-icon-left {
  padding-left: 44px;
}

.item-complex.item-icon-left .item-content {
  padding-left: 44px;
}

.item-content {
  white-space: normal;
  overflow: visible;
}

meter {
  /*-webkit-appearance: none;*/
  width: 100%;
}

.larger {
  font-size: larger;
}

.gallery {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
}

.drop-box {
  background: #ccc;
  border: 7px dashed #666;
  width: 100%;
  /* height: 120px; */
  text-align: center;
  padding: 30px 10px;
  margin: 0px;
}

.drop-box.dragover {
  border: 5px dashed #AAD;
}

.drop-box.dragover-err {
  border: 5px dashed red;
}

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear;
}

.list .item.item-accordion.ng-hide {
  line-height: 0px;
}

.list .item.item-accordion.ng-hide-add, .list .item.item-accordion.ng-hide-remove {
  display: block !important;
}

div.left-checkbox-header {
  background-color: transparent;
  /* margin-top: -5px; */
  padding-top: 7px;
  padding-bottom: 0px;
  /* margin-bottom: -1px; */
}

div.left-checkbox {
  background-color: transparent;
  margin-top: -5px;
  /* margin-bottom: -1px; */
}

label.left-checkbox-header {
  border-top-width: 0px!important;
  background-color: red;
  margin-bottom: 4px;
}

label.left-checkbox {
  background-color: transparent;
  margin-bottom: 4px;
}

label.right-checkbox-header {
  border-top-width: 0px!important;
  padding-top: 0!important;
  margin-top: 14px;
  /* padding-bottom: 3px!important; */
}

div.right-checkbox-header {
  background-color: transparent;
  margin-top: -6px;
  /* margin-top: -5px; */
  padding-top: 7px;
}

div.right-checkbox {
  background-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bfc6cb;
  padding-bottom: 5px!important;
  margin-top: -6px;
}

button.right-checkbox-header {
  background-color: #red!important;
  margin-top: 5!important;
  margin-top: 0!important;
}

label.right-checkbox {
  border-top-width: 0px!important;
  padding-top: 0!important;
  margin-top: 18px;
  /* padding-bottom: 3px!important; */
}

p.right-checkbox-header {
  /* background-color: red; */
  margin-top: 12px;
  font-size: 16px;
}

.edit-container {
  min-width: 220px;
}

.edit-list-item
{
    margin: 10px;
}

.selected-edit-container {
  box-shadow: 3px 3px 2px #999999;
  padding: 0px;
  margin-bottom: 6px;
  /* border: 1px solid black' */
}

.unsaved-changes {
  -webkit-box-shadow: 0px 3px 13px 6px rgba(114, 28, 36,0.96);
  -moz-box-shadow: 0px 3px 13px 6px rgba(114, 28, 36,0.96);
  box-shadow: 0px 3px 13px 6px rgba(114, 28, 36,0.96);
}

.selected-item-divider {
  background-color: #444!important;
  color: white!important;
}

.doublescroll-container {
  overflow: auto;
  overflow-y: hidden;
}

.doublescroll-content {
  margin: 0;
  padding: 0px 1em;
  white-space: nowrap;
}

.selectable {
  user-select: text;
}

.chip-button {
  border-radius: 24px;
  /* height: 32px!important; */
  /* padding: 20px; */
}

span.label {
  border-radius: 16px;
  background-color: #eee;
  padding: 8px;
  margin: 5px;
}

div.labels {
  z-index: -1;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  margin: 5px;
}

.badge-with-icon-right {
  right: 48px!important;
}

.slide-in-left {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.slide-in-left.ng-enter, .slide-in-left>.ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  -moz-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  -o-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  -ms-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
}

.slide-in-left.ng-enter-active, .slide-in-left>.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slide-in-left.ng-leave, .slide-in-left>.ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  -ms-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}


.full-left.item-select select {
  top: 0;
  bottom: 0;
  left: 200px;
  max-width: 90%;
  direction: ltr;
  right: 0;
  width: 100%;
  font-size: 14px; 
}


.alert-error {
 background-color:#f8d7da;
 color:#721c24;
 padding:10px;
 margin: 10px 0;
 font-weight:bold;
}

.home-info {
  background-color: #FFE066;
  color: #333333;  
}

.scrollcon {
  height:600px;
  width:100%;
  overflow-x:auto;
  overflow-y:auto;
}

@media (max-width: 567px)  {
  .responsive-sm .col {
    margin-bottom: 0px; 
  }
  .btn-support {
    display: none;
  }
}

@media (max-width: 650px)  {
  .scrollcon {
    height: auto !important; 
    overflow-x: visible;
    overflow-y: visible;
  }
}


.sort-results-con { 
  text-align: right;
}

.sort-results-con > div {
  cursor:pointer;
  padding: 10px;
  display:inline-block;
}

.sort-results-con > div:hover {
  color: #F08C00; 
 }


 .popup-container .popup {
   width: 300px; 
 }



 .bottom-status {
   width: 100%; 
   position: fixed;
   bottom: 0;
   padding: 60px 20px; 
   background-color: black; 
   color: #ffffff;
   text-align: center;
   font-weight: bold;
   font-size: 16px; 
 }

 .swipe-pos {
   background-color:rgba(249, 251, 231, 1) !important;
 }


 .active-revision {
  background-color:rgba(249, 251, 231, 1) !important;  
 }



@media (max-width: 768px) {
  .inspection-list-label {
    font-size: 14px;
  }
} 

 .inspection-list-actions {
  position: absolute;
  width:80px;
  right: 0;
  top: 0px;
  bottom: 0px;
  background: white;

 }


 .inspection-list-actions--slot {
    width: 40px;
    float: left; 
    height: 100%;
    text-align: center;
    border-left: 1px solid #cccccc;
}


.inspection-list-actions--counter {
  font-weight: bold;
  background-color: #F08C00; 
  color: #ffffff;
  width: 100%; 
  display: block;
  padding: 3px 0; 
}

.inspection-list-actions--slot-1 {

  height: 20px;
}


.inspection-list-actions--slot-2 {
  margin-top: 8px; 
}

.hide-comp {
  background-color: #E9E9E9;
  color: #808080;
  opacity: 0.8;
}


@media (max-width: 650px)  {
  .item-8p2 > .item-content {
    margin-right: 65px !important;
  }

  .platform-android .action-sheet .action-sheet-title, .platform-android .action-sheet .button {
    padding-left: 20px;
  }
}




.notes-textarea {
  padding: 20px 25px 20px 20px;
  width: 90% !important;
  margin-top: 10px;
  resize: none  !important;
  border: 1px solid #bfc6cb; 
  box-sizing: content-box;
  background-color: rgba(244, 244, 244, 0.5);
  font-size: 14px;
}


.feedback-textarea {
  padding: 20px 25px 20px 20px;
  width: 85% !important;
  
  resize: none  !important;
  border: 1px solid #bfc6cb; 
  box-sizing: content-box;
  background-color: rgba(244, 244, 244, 0.5);
  font-size: 14px;
}

.feedback-badge {

  color: #0A85ED;
  
  margin: 4px 0;
 

  font-size: 12px;
  font-weight: bold;
}

.feedback-list-message {
  font-size: 12px;
  margin: 5px 0;
}


.bar-header-modal {
  background-color: #2F4858;
  
}

.bar-header-modal > .title {
  color: #ffffff;
}


.revision-history-slot:hover {
  background-color: #E9E9E9;
  cursor: pointer; 
}

.revision-history-slot:first-child {
  border-top: 1px solid #cccccc;
}
.revision-history-slot {
  border-bottom: 1px solid #cccccc;
  padding: 10px 10px;

  display: table;
  width: 100%;
  
}/* .revision-history-slot */

.revision-history-slot .col1 {
  display: table-cell;
  padding-right: 20px;
}

.revision-history-slot .col2 {
  display: table-cell;
  width: 60px;
}

.revision-history-slot h2 {
  font-size:12px;
  margin: 0;
}

.revision-history-slot h3 {
  font-size: 14px;
  margin: 5px 0 0 0;
  padding: 0;
}

.revision-history-slot .status-info {
  font-size: 11px;
  margin-bottom: 5px;
}


.revision-history-slot .action-info {
  font-size: 11px;
  /* background-color:#047edf;
  color: #ffffff; */
  padding: 2px 8px 2px 8px;
  display: inline-block;
  border-radius: 4px;
}
.revision-history-slot .action-info.new {
  background-color: #f1f8e9;
}

.revision-history-slot .action-info.update {
  background-color: #e1f5fe;
}

.revision-history-slot .action-info.delete {
  background-color: #fce4ec;
}

.gloodb-status-info {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  display: table;
}

.gloodb-status-info .gdb-badge {
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 7px 4px 7px;
  font-weight: bold;
}

.gloodb-status-info .gdb-badge.blue {
  background-color: rgb(10, 133, 237)

}



.gloodb-status-info .col1 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;

}

/*
.gloodb-status-info .spinner.spinner-energized {
  stroke:  #051b45;
  fill:#051b45;
}
*/

.active.serialnumber-hl {
  color:#fff;
  background-color:#444;
}

.serialnumber-hl {
  color:#444;
  font-weight:bold;
  background-color:#eee;
  cursor:auto;
}

.button-ign-selected {
  background-color: #ef473a;
  color: #ffffff;
}

.button-ign-selected:hover {
  color: #ffffff;
}

.useronline {

  color: green;
}  

.useroffline {
  color: red;;
}



.action-sheet-subinfo {
  font-size:13px !important;
  line-height: 19px !important;
  color: #333333;
  display: inline-block; 
  margin-top: 10px;
  
}

.action-sheet-icon-p {
  margin-right: 8px;
}

.action-sheet .button {
  line-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.result-action-icon:hover {
  color: #F08C00;
}

.button-bar-slot {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background-color: #CCCCCC;
  padding: 8px 0; 
  font-size: 20px;
}

.button-bar-slot:hover {
  color: #F08C00; 
}

.button-ign-selected.button-bar-slot {
  background-color: #ef473a;
  color: #ffffff;
}

.button-ign-selected.button-bar-slot:hover {
  color: #ffffff;
}


.button-positive.button-bar-slot {
  background-color: #0A85ED;
  color: #fff;
}


.item-form-group {
  position: relative;
}


.item-form-group>span {

  color: #666666;
  position: absolute;
  right: 0px; 
  top:  7px; 
}
