/* General */
.cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-brand img {
  max-height: 32px;
}
.time-control {
    position: fixed;
    bottom: 40px;
    left: 40px;
}
.time-control .btn-lg {
    font-size: 56px;
    padding: 5px 30px 20px;
}
.time-control .btn-lg .fa {
    font-size: 60%;
}
.editable-buttons {
    display: none !important;
}
.editable-buttons {
    font-size: 14px;
    max-width: 110px;
}
/* x-editable */
.editable-click, a.editable-click {
  border-bottom: dotted 1px #428bca !important;
}

.setWidth {
    max-width: 120px;
}
.concat div {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: inherit;
}
/* */
.worker {
    font-size: 125% !important;
}

/* Tables */
.table > tbody > tr > td {
    vertical-align: middle;
}
.form-control {
  padding: 6px 8px !important;
}
.required, .required-next {
    position: relative;
    /* background: #ffffcc; */
}
.required:after {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    content: " *";
    /* background: #ffffcc; */
}
.required-next:after {
    font-weight: bold;
    position: absolute;
    top: 26px;
    right: 6px;
    content: " *";
    /* background: #ffffcc; */
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table-hover > tbody > tr:hover {
    background-color: #f2f2f2 !important;
}
.table-hover > tbody > tr:hover > td > a > span {
    display: inline-block !important;
}
.label {
    font-size: 100%;
}
.table th .form-group {
    margin-bottom: 0;
}
.table .w-sm {
    width:100px !important;
}
.table input.search-container {
    width:120px !important;
}
.table input.search-ref {
    width:150px !important;
}
.table .search-size .ui-select-toggle, .table .search-size input.ui-select-search {
    width:100px !important;
}
.table .search-customer .ui-select-toggle, .table .search-customer input.ui-select-search,
.form-group .search-customer span.form-control {
    width: 150px !important;
}
.table .search-status .ui-select-container div {
    width: 200px !important;
}
.table .controls {
    padding: 8px 0 8px 15px;
}
.table .controls .btn {
    padding: 6px 8px;
}
.table-striped > tbody > tr.pallet_item {
  border-left:5px solid #23b7e5;
}
.table-striped > tbody > tr.pallet_item:nth-child(even) > td{
  background-color: #e6f3f7 !important;
}
.table-striped > tbody > tr.pallet_item:nth-child(odd) > td{
  background-color: #eef7fa !important;
  
}
/*.import_token {
    background-color: green;
}
*/
.import_token:after {
    content: 'I';
}
.label.import_token {
    padding: .1em .5em;
}
.import_token, .export_token {
    padding: .1em .5em;
    font-size: 80%;
    
}
.table-striped > tbody > tr:nth-of-type(odd).colli-wrong-tr, .table-striped > tbody > tr:nth-child(odd).colli-wrong-tr > td {
    background-color:#fef3d0 !important;
}
.table-striped > tbody > tr.colli-wrong-tr {
    background-color:#fcf4d9 !important;
}
.app-aside-folded .navi > ul > li a i {
    font-size: 24px;
}
/*
.export_token {
    background-color: blue;
}
*/
.export_token:after {
    content: 'E';
}

.smart_table_link {
    color: lightblue;
}
.smart_table_link:hover {
    color: blue;
}

.editable_field {
    border: dotted;
    border-width: 1px;
}
.lr-drop-target-before {
    border-top: 2px solid #f0ad4e;
}
/*
.ui-select-container.ng-invalid-ui-select-required {
    border: 1px solid #f05050;
}

.ui-select-container.ng-valid-ui-select-required {
    border: 1px solid #27c24c;
}
*/

.ui-select-match-item.btn-xs {
    font-size: 14px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: .85 !important;
}
/* Container ticket */

input#container-id {
    text-transform: uppercase;
}
.table-pallets {
    padding:0 !important;
}

.item_done {
    background-color: #e2f5d7 !important;
}
.item_done_error {
    background-color:#fef3d0 !important;
}

div.invalid {
    background-color: lightpink;
}

.gallery-modal .modal-dialog {
  width: 95% !important;
}
.carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li {
  margin: 0 5px;
}

/*table animation*/
.anim-list {
  overflow: hidden;
  transition: 0.3s;
}
.anim-list.ng-enter {
}

.anim-list.ng-enter.ng-enter-active {
  background-color: red;
}

.table-striped > tbody > tr:nth-of-type(odd).anim-list.ng-enter.ng-enter-active {
  background-color: red;
}

.table-striped > tbody > tr:nth-of-type(odd).anim-list.ng-enter.ng-enter-active > td {
  background-color: red;
}

.anim-list.ng-leave {
  height: 30px;
}

.anim-list.ng-leave.ng-leave-active {
  height: 0;
  margin: 0;
}


/*cell update animation*/
.anim-cell-update {
  overflow: hidden;
  transition: 30s;
}
.anim-cell-update.ng-enter {
}

.anim-cell-update.ng-enter.ng-enter-active {
  background-color: orange;
}

.table-striped > tbody > tr:nth-child(odd) > td.anim-cell-update.ng-enter.ng-enter-active {
  background-color: orange;
}

.table-striped > tbody > tr:nth-of-type(odd) > td.anim-cell-update.ng-enter.ng-enter-active {
  background-color: orange;
}

.anim-cell-update.ng-leave {
  height: 30px;
}

.anim-cell-update.ng-leave.ng-leave-active {
  height: 0;
  margin: 0;
}

/* login page */
body.login-back {
    background: url(../img/login_bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login-dialog {
    padding-top: 10%;
}
#login-dialog .modal-header {
    background:#47a3da;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:0;
    color: #fff;
}
#login-dialog .modal-footer {
    background:#faf2cc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: left;
}
#login-dialog .modal-footer :last-child {
    margin-bottom:0;
}
#login-dialog .form-inline > .form-group {
    margin-left:10px !important;
}
#login-dialog .form-inline :first-child {
    margin:0px !important;
}
#login-dialog img.logo {
    width: 26px;
}

/* menu nav */
.app-aside-fixed .aside-wrap {
    overflow: inherit;
}
.app-aside-fixed .aside-wrap .navi-wrap {
    position: static;
}



.form-control-feedback-remove {
    cursor: pointer;
    pointer-events: all;
    right: 10px;
    top: 7px;
}
.search-date .form-control-feedback-remove {
  right: -4px;
}
.search-size .caret, .search-customer .caret {
  display: none;
}
.search-size .glyphicon-remove, .search-customer .glyphicon-remove {
  right: -18px;
  top:3px;
}
.form-horizontal .control-label {
  text-align: left;
}

tr.disabled {
    color: #ccc;
}

.divider-vertical {
    height: 5px;
    margin: 0 9px;
    border-top: 1px solid #F2F2F2;
}
.table-header-column.item {
    width: 300px
}
.table-header-column.customer {
    width: 200px
}
.table-header-column.int-value {
    width: 150px;
}
.table-data.int-value {
    text-align:right;
}
.ticked-toolbar li {
    padding-right: 1em;
}
.ticked-toolbar .navbar-right li {
    padding-right: 0em;
    padding-left: 1em;
}
.ticked-toolbar .navbar-right.fix-margin {
    margin-right: 0px !important;
}

.btn-group .btn-icon {
    background-color: transparent;
}
.dropdown-menu .checkbox input {
    margin-left: 5px !important;
}
.table td .checkbox-inline {
    margin-bottom: 25px;
}
.table tr .toolbar {
    min-width: 260px;
}
.table .col-position {
    width: 60px;
}
.table .col-weigh,
.table .col-colli {
    width: 100px;
}
.location-select {
    min-width: 200px;
}
.location-select .ui-select-match .btn{
    min-width: 150px;
}
.location-select .select-control {
    width: 75%;
    float: left;
}
.location-select .select-scan-btn {
    margin-left: 5px;
}
#playback {
}
#playback .scandit.scandit-container, #playback_global .scandit.scandit-container {
    height: 400px !important;
}

#playback .scandit-video, #playback_global .scandit-video {
    object-fit: none !important;
}
#playback.fullscreen, #playback_global.fullscreen  {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2000
}
.ui-select-bootstrap.dropdown .dropdown-menu {
    width: auto !important;
}
.location-select .ui-select-bootstrap > .ui-select-choices,
.location-select .ui-select-bootstrap > .ui-select-no-choic {
    max-height: 170px !important;
}
.address-select .ui-select-match-text strong {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.uib-datepicker-popup .text-info {
    color: #117693;
}

.col-remark {
    max-width: 200px;
}

.form-inline .ui-select-container {
    min-width: 150px;
}


.table .col-sm-3,.table .col-sm-4,.table .col-sm-5,.table .col-sm-12 {
  padding-left:15px; padding-right: 15px; 
} 
.table.responsive .mobile {
      display: none;
}


@media only screen and (max-device-width: 991px) {
    body {
        font-size: 140% !important;
        line-height: 110% !important;
    }
    .table > thead > tr > th {
      vertical-align: top;
    }
    .table.responsive .mobile-hide {
      display: none;
    }
    .wrapper {
      padding: 0;
    }
    .table.responsive thead .table-filters th {
      border:0;
      padding: 0 15px;
    }
    .table.responsive thead .table-filters td {
      border:0;
      padding-top: 0;
    }
    .table.responsive .mobile {
      display: block;
    }
     .table.responsive .mobile-hide {
      display: none;
    }
    .table.responsive .table-filters .title {
      font-size: 18px;
      padding-left: 0;
      font-weight: 500;
      padding: 10px 0;
    }
    .table.responsive td {
      vertical-align: top;
      padding-top: 20px;
      width: 50%;
    }
    .table.responsive span.mobile.label-m {
      display: block;
      font-weight: 600;
      font-size: 0.8em;
      text-transform:uppercase;
      color: #1199c4;
    }
    .table.responsive .w-sm, .table.responsive .search-size .ui-select-toggle, .table.responsive input.search-container,.table.responsive input.search-ref, .table .search-customer .ui-select-toggle, .table .search-customer input.ui-select-search, .form-group .search-customer span.form-control {
      width: 100%!important;
      min-width: 100px;
      font-weight: 500;
    }
    .table.responsive .import_token, .export_token {
      margin-left: 0;
    }
    .table.responsive .col-sm-1,.table.responsive .col-sm-2, .table.responsive .col-sm-3,.table.responsive .col-sm-4,.table.responsive .col-sm-5,.table.responsive .col-sm-12 {
      padding-left:0; padding-right: 0; 
      margin-bottom: 15px;
      width: 130px;
    } 
    #playback {
      margin-bottom:20px;
    }
    label {
      font-weight: 600;
    }
    .btn-addon {
      width: 34px;
      overflow: hidden;
    }
}

@media print {
  body {
        font-size: 100% !important;
        line-height: 100% !important;
    }
    .table-striped > tbody > tr.pallet_item {
      border-left:2px solid #ccc;
    }


  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  input, select, .form-control {
    border:0 !important;
    padding: 0 !important;
    font-weight: bold;
  }
}

select.reference-input {
    position:absolute;
    margin: 5px 0;
}

#item_scanner .videoplayback, #cropped_image {
    width: 100%;
}

.pick-and-pack-button-group {
    padding-right: 0px !important;
}

.pick-and-pack-button-group label.service-label {
    float: left;
}

.alstrip-modal .modal-lg {
    width: 1400px;
}