body{
    font-family: "Open Sans";
    background-color: #FAFAFA;
    margin: 0 0;
    padding: 0 0;
}

a{
    color: #FFF;
}

a:hover{
    text-decoration: none;
    color: #FFF;
}

a:focus{
    color: #FFF;
    text-decoration: none;
}

/* LOGIN - REGISTER PAGE */
.translate-login{
    position: absolute;
    right: 20px;
    top: 20px;
}

.login-register{
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 10%;
    padding: 50px;
    box-sizing: border-box;
}

.login{
    text-align: center;
}

.register{
    text-align: center;
}

.login-title{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0;
    color: #5e5e5e;
}

.register-title{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0;
    color: #5e5e5e;
}

.form-group{
    margin: 10px 0px;
}

.form-group label{
    width: 40%;
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 3px;
    color: #5e5e5e;
}

.field{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    width: 40%;
    font-size: 0.8em;
}

.field:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.btn-submit{
    width: 100%;
}

.register-now, .log-in{
    width: 40%;
    border: 2px solid #34495e;
    border-radius: 5px;
    font-size: 1em;
    background-color: #34495e;
    color: #FFF;
    outline: none;
    padding: 3px 0px;
    transition: .2s;
    margin-top: 20px;
}

.register-now:hover, .log-in:hover{
    cursor: pointer;
    background-color: #FFF;
    color: #34495e;
}

.error{
    color: #e74c3c;
    margin: 10px 0px;
}

.btn-log{
    width: 40%;
    background-color: #009adf !important;
    border: #009adf !important;
}

.gotek7-logo{
    width: 40%;
}

/* SIDE MENU */

.sh-side-nav{
    width: 190px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #2c3e50;
}

.sh-nav-logo{
    width: 80%;
    margin: 20px auto;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}

.sh-nav-list{
    list-style-type: none;
    padding: 0;
    color: #FFF;
}

.sh-nav-item{
    padding: 10px 25px;
}

.selected-nav-item{
    background-color: #34495e;
}

img.sh-nav-img {
    width: 25px;
    margin-right: 10px;
}

.sh-title{
    margin-top: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.sh-label{
    width: auto !important;
    font-size: 1.1em;
}

.sh-field{
    width: 90%;
    font-size: 1em;
}

.sh-full-field{
    width: 100%;
    font-size: 1em;
}

.search-icon{
    width: 20px;
    display: inline-block;
}

/* CREATE DISPATCH */

.sh-create{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    overflow: scroll;
}

.btn-add{
    margin-top: 29px;
}

.btn-finish{
    width: 60%;
    margin: auto;
    display: inherit;
}

.save-success-alert, .save-failure-alert, .update-success-alert, .update-failure-alert{
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    width: calc(100% - 20px);
    display: none;
}

.replace-body{
    text-align: center;
}

.replace-field{
    font-size: 1em;
    padding: 6px 10px;
    vertical-align: top;
}

/* The switch - the box around the slider */
.switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  margin-left: 30px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The switch - the box around the slider */
.switch-next-day {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  right: 150px;
}

/* Hide default HTML checkbox */
.switch-next-day input {display:none;}

.switch-office {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  right: 350px;
}

/* Hide default HTML checkbox */
.switch-office input {display:none;}

.switch-return-office {
    position: sticky;
    display: block;
    height: 34px;
    top: 30px;
    right: 350px;
    width: 60px !important;
}

/* Hide default HTML checkbox */
.switch-return-office input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ecc71;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2ecc71;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.scan-mode-label{
    margin-left: 70px;
    position: inherit;
    width: 100px;
    margin-top: 8px;
}

.next-day-label{
    margin-left: 70px;
    position: inherit;
    width: 100px;
    margin-top: 8px;
}

.office-label{
    margin-left: 70px;
    position: inherit;
    width: 100px;
    margin-top: 8px;
}

.return-office-label{
    margin-left: 70px;
    position: absolute;
    width: 160px;
    margin-top: 7px;
}

.on{
    color: #2ecc71;
}

.off{
    color: #d9534f;
}


/* LIST DISPATCH */

.sh-list{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.sh-search-field{
    width: 250px;
}

.search-cat{
    border-radius: 5px;
    border: 1px solid #cacaca;
    font-size: 0.8em;
    display: inline-block;
    width: 100px;
    height: 27px;
    vertical-align: top;
    color: #FFF;
    background-color: #2c3e50;
}

.sh-date-field{
    width: 150px;
    height: 27px;
}

.btn-filter{
    margin-top: 0;
    height: 27px;
    padding: 0px 5px;
    font-size: 0.9em;
    vertical-align: top;
}

.date-filter{
    display: inline-block;
    margin-left: 50px;
}

.more-details, .delete-dispatch, .delete-customer, .delete-order, .transfer{
    width: 20px;
}

.transfer{
    margin-left: 10px;
}

.modal label{
    width: inherit;
}

.content-textarea{
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    resize: none;
    overflow: hidden;
    margin-left: 30px;
    width: calc(100% - 30px);
}

.content-textarea[disabled]{
    background-color: transparent;
    cursor: pointer;
}

.content-textarea:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.expand-arrow{
    width: 15px;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: rotate(90deg);
    transition: all .3s;
}

.content-row{
    position: relative;
}

.reduce{
    transform: rotate(-90deg);
}

.dispatch-actions, .customer-actions{
    text-align: center;
}

.delete-dispatch, .delete-customer, .delete-order{
    margin-left: 10px;
}

.date-row{
    background-color: #d9534f !important;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.date-row td{
    padding: 3px !important;
    border-top: none !important;
}

.dispatch-row{
    display: none;
}

.date-row{
    display: none;
}

.return-date-row, .future-return-date-row{
    background-color: #d9534f !important;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.return-date-row td, .future-return-date-row td{
    padding: 3px !important;
    border-top: none !important;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #d9534f;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 5px;
  display: none;
}

.loader-container{
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-load{
    display: block;
    margin: auto;
}

.sh-invoice-col{
    width: 100px;
}

.sh-tracking-col{
    width: 145px;
}

.sh-date-col{
    width: 180px;
}

.sh-content-col{
    min-width: 500px;
}

.tracking-link{
    color: #337ab7;
}

.tracking-link:hover{
    color: #337ab7;
    text-decoration: underline;
}

.tracking-link:focus{
    color: #337ab7;
}

.modal-dispatchcontent{
    display: inline-block !important;
}

.modal-ordercontent{
    display: inline-block !important;
}

.dispatchcontent-edit, .ordercontent-edit, .product-edit, .edit-return, .edit-item, .edit-future-return{
    display: inline-block;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#save-dispatch-details, #save-order-details{
    display: none;
}

/* CUSTOMERS */

.sh-customer{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.sh-details-col, .return-details-col, .future-return-details-col{
    width: 100px;
}

.customer-details-field{
    width: 100%;
}

/* STATS */

.sh-stats{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.sh-orders{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.sh-order-search{
    display: inline-block;
}

.stats-row{
    width: 200px;
    display: inline-block;
    background-color: #d9534f;
    font-size: 1em;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.g73000-stats{
    text-align: left;
    width: 78%;
    display: inline-block;
    padding-right: 20px;
}

.stats-row span:last-child{
    display: block;
}


/* ORDER */

.order-label{
    width: auto !important;
}

.order-field{
    width: 100% !important
}

.add-supplier{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.add-product{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.add-subcategory{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 200px;
}

.add-link-prod{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 425px;
}

.add-return{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
    left: 0px;
}

#order-finish-btn{
    margin-bottom: 50px;
}

.date-filter-order{
    display: inline-block;
    margin-left: 50px;
}

.tracker-cat{
    font-size: 1.6em;
    display: block;
    margin-top: 20px;
}

.separator{
    margin-top: 5px;
}

.components{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

#chartContainer{
    width: calc(40% - 20px);
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

#chartContainer1{
    width: calc(60% - 20px);
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.canvasjs-chart-credit{
    display: none;
}

.logout-section{
    padding: 10px 25px;
    color: #FFF;
    cursor: pointer;
    display: block;
}

.p-section{
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 64;
    top: 15px;
    margin-left: 230px;
    background-color: #CCC;
    color: #FFF;
    padding: 5px;
    border-radius: 50%;
    padding-top: 22px;
    font-weight: bold;
    text-align: center;
}

.g-section{
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 64;
    top: 15px;
    margin-left: 310px;
    background-color: #CCC;
    color: #FFF;
    padding: 5px;
    border-radius: 50%;
    padding-top: 22px;
    font-weight: bold;
    text-align: center;
}

.sh-catalog{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    overflow: scroll;
    display: none;
}

.sh-return{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    overflow: scroll;
    display: none;
}

.nav-tabs{
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin: auto;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #fafafa;
}

.nav-tabs>li>a{
    color: #333;
}

#image_preview{
    background-image: url(../res/camera.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-bottom: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #FAFAFA;
}

#uploadimage{
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
}

.filename{
    vertical-align: top;
    padding: 10px;
    border: 1px solid #cacaca;
    border-right: none;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    width: 70%;
}

.upload{
    vertical-align: top;
    padding: 10px;
    margin-left: -4px;
    border: 1px solid #d43f3a;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    width: 30%;
}

#selectImage {
    text-align: center;
}

.f-error {
    display: none;
    width: 100%;
    margin: auto;
    text-align: left;
}

.reseller-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.customer-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.supplier-section{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.panel-default {
    border-color: #ddd;
    width: calc(20% - 20px);
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width: 1500px) {
  .panel-default {
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 1100px) {
  .panel-default {
    width: calc(33% - 20px);
  }
}

@media screen and (max-width: 800px) {
  .panel-default {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 650px) {
  .panel-default {
    width: 100%;
  }
}

.panel-body{
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}

.product-picture{
    width: 100%;
    min-height: 300px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.supplier-subsection, .reseller-subsection, .customer-subsection{
    margin-top: 10px;
}

.supplier-prod-price, .reseller-prod-price, .customer-prod-price{
    font-weight: bold;
    color: #e74c3c;
    display: block;
}

#modal-add-item{
    width: 50%;
    display: inline-block;
}

#modal-item-id{
    width: calc(49% - 30px);
    height: 34px;
    vertical-align: top;
}

.sep{
    margin-bottom: 5px;
    margin-top: 5px;
}

.modal-add-line{
    width: 28px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 16px;
    right: 16px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #eee; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.form-group.details-customer-container, .form-group.details-receive-container, .form-group.details-shipping-container, .form-group.details-status-container, .form-group.details-status-update-container {
    width: 33%;
    display: inline-block;
}

.form-group.details-customer-container label, .form-group.details-receive-container label, .form-group.details-shipping-container label, .form-group.details-status-container label, .form-group.details-status-update-container label{
    margin: initial;
    width: 100%;
}

.return-title{
    font-size: 1.5em;
    color: #CCC;
}

.return-type, .return-imei, .return-new-imei{
    width: 33%;
    display: inline-block;
    padding: 2px;
}

.return-type label, .return-imei label, .return-new-imei label{
    margin: initial;
    width: 100%;
}

.return-section-title{
    display: block;
    font-size: 1.4em;
    background-color: #333;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.return-section-title:first-child{
    margin-top: 10px;
}

.return-items{
    margin-bottom: 40px;
}

div.return-item {
    margin-top: 40px;
}

div.return-item:first-child {
    margin-top: 10px;
}

.save-item{
    float: right;
}

.save-return-info{
    float: right;
}

.edit-return, .edit-future-return{
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}

.edit-item{
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 20px;
}

.save-item{
    display: none;
}

.save-return-info{
    display: none;
}

.modal-return-custom-cause{
    /*display: none;*/
    width: 74%;
    height: 34px;
    vertical-align: top;
    margin-left: 5px;
}

.modal-return-cause{
    display: inline-block;
    width: 25%;
}

.link-item{
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 20px;
    width: 20px;
    display: none;
}

.add-customer, .export-csv{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.orange{
    color: #e67e22;
}

.light-orange{
    color: #FEA47F;
}

.violet{
    color: #9b59b6;
}

.red{
    color: #e74c3c;
}

.blue{
    color: #3498db;
}

.green{
    color: #2ecc71;
}

.dark-blue{
    color: #273c75;
}

.pink{
    color: #fd79a8;
}

.add-order-content{
    height: 35px;
    margin-top: 26px;
}

.customer-name-edit{
    width: 15px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: top;
    margin-top: 2px;
}

.modal-customer-name{
    display: inline-block !important;
}

#modal-customer-name{
    width: 80%;
}

.update-customer-name{
    height: 27px;
    vertical-align: top;
    padding: 0;
    width: 19%;
    display: none;
}

.orders-date-row {
    background-color: #d9534f !important;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.orders-date-row td {
    padding: 3px !important;
    border-top: none !important;
}

.form-control[readonly]{
    background-color: #FAFAFA !important;
}

#subModal .modal-body{
    height: 500px;
    overflow-y: scroll;
}

.sh-stock{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.trackers-section{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.components-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.add-tracker-profile{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.profile-semi-col{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.profile-title{
    font-size: 1.4em;
    color: #aaa;
    margin-top: 20px;
    display: block;
}

.stock-trackers-table, .stock-components-table{
    margin-top: 30px;
}

.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.white-row{
    background-color: #FFF;
}

#add-item-return-modal{
    z-index: 9999;
}

#modal-add-item-return{
    width: 50%;
    display: inline-block;
}

#modal-add-item-id {
    width: calc(49% - 30px);
    height: 34px;
    vertical-align: top;
}

.modal-add-item-line {
    width: 30px;
}

.subcat-title{
    text-align: center;
    background-color: #d9534f;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 5px;
    font-weight: bold;
    border-radius: 3px;
}

.sh-future-return{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.add-future-return{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
    left: 0px;
}

.modal-future-add-line{
    width: 30px;
}

#modal-add-future-item{
    width: 50%;
    display: inline-block;
}

#modal-future-item-id{
    width: calc(49% - 30px);
    height: 34px;
    vertical-align: top;
}

.third-width {
    width: 33%;
    display: inline-block;
}

.half-width {
    width: 49%;
    display: inline-block;
}

.third-width label, .half-width label{
    width: 100%;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 1px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.minus{
    width: 30px;
}

.plus{
    width: 30px;
}

.quantity{
    width: 100px;
    display: inline-block;
    text-align: center;
}

.field-quantity{
    display: inline-block;
    float: right;
}

.field-quantity input {
    width: 100px;
    text-align: center;
    margin-right: 10px;
    border: none;
    border-radius: 3px;
}

.update-sign, .check-sign {
    width: 25px;
}

.list-all{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 30px;
}

.link-title{
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 3px;
    color: #5e5e5e;
    font-weight: 700;
    border-bottom: 2px solid;
}

#filter-link{
    display: inline-block;
    width: 202px;
    margin-left: 23px;
}

.sh-sim{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.add-sim-customer{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.add-sim{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 180px;
}

.invoice-history {
    width: 20px;
    margin-left: 10px;
}

.sim-customer-more-details, .bis-sim-customer-more-details {
    width: 20px;
    float: right;
}

.sh-sim-nbr-col{
    width: 250px;
}

.sh-sim-invoice-col{
    width: 150px;
}

.sh-sim-customer-col{
    width: 450px;
}

.warning-cell{
    background-color: #f39c12 !important;
}

.danger-cell{
    background-color: #e74c3c !important;
}

.customer-cell{
    background-color: #FAFAFA !important;
}

.sim-payed{
    margin: 20px 0px;
    margin-left: 5px;
}

.payment-fields{
    display: none;
}

.pay-icon{
    width: 50px;
    padding: 5px;
    border: 2px solid #27ae60;
    border-radius: 6px;
}

#sim-new-date, #sim-new-invoice{
    width: 150px;
}

#confirm-payment{
    height: 27px;
    padding: 0px 10px;
    vertical-align: top;
}

.sh-sim-check-col, .sim-check{
    display: none;
    width: 30px;
}

tr.separator-row {
    background-color: #333 !important;
}

.sh-bis-customer-col{
    display: none;
}

.customer-cell-bis{
    display: none;
}

.delete-sim{
    width: 20px;
    margin-left: 10px;
}

.sh-case-pricing, .sh-case{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.add-case-customer{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.add-case-stock{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.add-case-quote{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 180px;
}

.add-case-option{
    height: 30px;
    margin-top: 30px;
    margin-left: -10px;
}

.case-options-container{
    display: block;
    width: 100%;
    height: 230px;
}

.quote-details, .cases-stock-details{
    width: 20px;
    float: right;
}

.sh-case-quote-customer-col{
    width: 500px;
}

.quote-details-section{
    margin: 10px 0px;
}

.quote-details-options {
    display: block;
    min-height: 150px;
}

.case-quote-transfer{
    float: right;
    margin-left: 10px;
    width: 20px;
}

#transfer-case-quote-modal{
    overflow: scroll;
}

.cases-details{
    width: 20px;
    float: right;
}

.case-edit{
    display: inline-block;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

input[readonly]
{
    background-color: #eee;
}

.sh-expires, .sh-search{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    overflow: scroll;
}

.sh-reseller{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.refresh-icon{
    width: 50px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.expire-loader-container, .search-loader-container{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#expire-loader, #search-loader{
    margin-top: 20%;
    display: inline-block;
}

.reseller-loader-container{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#reseller-loader{
    margin-top: 20%;
    display: inline-block;
}

#save-expired-contact-btn{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 30px;
}

.row-counter{
    margin: 20px;
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    top: 20px;
    left: 100px;
}

.reseller-counter{
    margin: 20px;
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    top: 53px;
    left: 10px;
}

.create-reseller{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.tracker-cell{
    color: #2ecc71;
    text-align: center;
}

.sim-cell{
    color: #2980b9;
    text-align: center;
}

.sh-reseller-tracker-quant-col, .sh-reseller-tracker-price-col, .sh-reseller-sim-quant-col, .sh-reseller-sim-price-col, .sh-reseller-total-price-col{
    text-align: center;
}

.total-cell{
    text-align: center;
    color: #e74c3c;
}

.reseller-edit{
    width: 20px;
    float: right;
}

.export-reseller{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 30px;
}

table {
    font-size: 13px;
}

.case-stock-section{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.case-quote-section, .case-sold-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.open-panel{
    width: 20px;
}

#period-select, #arrival-select{
    width: 300px;
    display: inline-block;
}

#trigger-search{
    vertical-align: top;
}

#trigger-dev-search{
    vertical-align: top;
}

.sh-list-expires{
    margin-top: 20px;
}

.search-dev-cont{
    text-align: center;
}

.search-dev-cont input{
    height: 34px;
}

.cmd-section{
    text-align: center;
}

.cmd-section button{
    margin: 0px 10px;
}

.alert{
    width: 95%;
    margin: 25px;
    position: absolute;
    text-align: center;
    font-weight: bolder;
    font-size: 1.3em;
    display: none;
}

#search-result{
    text-align: center;
    margin: 50px;
    font-size: 1.3em;
}

.battery-level-alert, .last-comm-alert{
    color: #e74c3c;
    font-weight: 900;
    font-size: 0.8em;
}

.large-field{
    width: 100%;
}

.btn-margin{
    margin: 0px 5px;
}

.modal-tracker-id{
    width: 90%;
}

.half-input{
    width: 50%;
    display: inline-block;
}

.shipping-to-date, .shipping-from-date{
    margin-left: 10px;
}

#save-return-btn{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 20px;
}

.modal-xl{
    width: 70% !important;
}

.still-in-return{
    font-size: 1.3em;
    text-align: center;
    font-weight: bolder;
    color: #3498db;
}