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%;
}

.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: 50px;
    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;
}

.save-prod-success-alert{
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    width: calc(100% - 20px);
    display: none;
    z-index: 9999;
}

.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;
}

.switch-stock-uk {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  right: 685px;
}

/* Hide default HTML checkbox */
.switch-next-day input {display:none;}

.switch-stock-uk 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-install {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  right: 535px;
}

/* Hide default HTML checkbox */
.switch-install 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;
}

.stock-uk-label{
    margin-left: 70px;
    position: inherit;
    width: 100px;
    margin-top: 8px;
}

.office-label{
    margin-left: 70px;
    position: inherit;
    width: 100px;
    margin-top: 8px;
}

.install-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, .so-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, .clear-case-options{
    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;
}

.clear-case-options{
    margin-left: 5px;
    margin-bottom: 5px;
}

.case-options{
    display: inline-block !important;
}

.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, .picture-edit{
	display: inline-block;
	width: 20px;
	margin-bottom: 5px;
    margin-left: 5px;
}

#custom-return-item{
    display: none;
    width: 50%;
}

.picture-edit{
    float: right;
}

#save-dispatch-details, #save-order-details{
	display: none;
}

.return-custom-item{
    display: none;
    margin-top: 0;
    width: 33%;
}

/* 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;
}

.sh-origin-col{
    width: 50px;
}

.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-oc{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    overflow: scroll;
}

.sh-order-search, .so-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-supplier-order{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 150px;
}

.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: 49%;
    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;
}

input[type=file] {
    position: absolute !important;
    top: -100px !important;
    visibility: hidden;
}

.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;
}

.finish-product-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.sav-section{
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.supplier-section{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.panel-default>.panel-heading{
    min-height: 81px;
}

.panel-default {
    border-color: #ddd;
    width: calc(20% - 20px);
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.finish-product-panel-heading{
    min-height: auto !important;
}

@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: contain;
    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, .finish-product-subsection, .sav-subsection{
    margin-top: 10px;
}

.supplier-prod-price, .reseller-prod-price, .customer-prod-price, .sav-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: 30px;
}

.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: none;
    margin-left: calc(100% - 110px);
}

.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, .aq-return-custom-cause{
    /*display: none;*/
    width: 74%;
    height: 34px;
    vertical-align: top;
    margin-left: 5px;
}

.modal-return-cause, .aq-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, .uk-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, .stock-uk-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;
}

.list-all-return{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 30px;
}

.list-1000{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 170px;
}

.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, .case-quote-edit, .case-stock-edit{
    display: inline-block;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#update-quote{
    display: none;
}

input[readonly]
{
    background-color: #eee;
}

.sh-expires{
    vertical-align: top;
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 190px;
    width: calc(100% - 190px);
    display: none;
    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;
}

.sh-planning{
    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{
    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{
    margin-top: 20%;
    display: inline-block;
}

.stats-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;
}

#stats-loader{
    margin-top: 20%;
    display: inline-block;
}

.list-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;
}

#list-loader{
    margin-top: 20%;
    display: inline-block;
}

.sim-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;
}

#sim-loader{
    margin-top: 20%;
    display: inline-block;
}

.case-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;
}

#case-loader{
    margin-top: 20%;
    display: inline-block;
}

.planning-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;
}

#planning-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, .gps-row-counter, .gps-12-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;
}

.cam-cell{
    color: #9b59b6;
    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, .reseller-delete{
    width: 20px;
    float: right;
}

.reseller-delete{
    margin-left: 10px;
}

.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;
}

.reload-filter-icon{
    width: 20px;
    display: inline-block;
}

.fp-name{
    font-size: 2em;
    border: none;
    border-bottom: 2px solid #CCC;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
}

.fp-comp-price{
    width: 18%;
    display: inline-block;
    text-align: right;
}

.fp-comp-name{
    display: inline-block;
    width: 60%;
}

.fp-comp-row{
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.fp-comp-row:last-child{
    border-bottom: 3px solid #DDD !important;
}

.prod-cost, .reseller-margin, .reseller-cost, .customer-margin, .customer-cost{
    padding: 10px;
}

.prod-cost-title, .reseller-margin-title, .reseller-cost-title, .customer-margin-title, .customer-cost-title{
    display: inline-block;
    width: 80%;
    font-weight: bold;
}

.prod-cost-amount, .prod-cost-amount, .reseller-margin-amount-span, .reseller-cost-amount, .customer-margin-amount-span, .customer-cost-amount{
    width: 18%;
    display: inline-block;
    text-align: right;
}

.comp-quant{
    display: inline-block;
    width: 18%;
}

.reseller-margin-amount, .customer-margin-amount{
    width: 60px;
    text-align: right;
}

.customer-cost-title{
    vertical-align: top;
}

.customer-cost-amount, .reseller-cost-amount, .prod-cost-amount{
    color: #e74c3c;
    font-weight: bold;
}

.price-notice{
    font-style: italic;
    font-size: 0.8em;
    color: #e74c3c;
}

.comp-quant{
    text-align: center;
}

.type-base-price-section{
    font-style: italic;
    font-size: 1em;
    color: #e74c3c;
}

.total-quote-price-container, .quote-details-price{
    font-size: 1em;
    color: #e74c3c;
    font-weight: bold;
}

.calendar-container{
    width: 80%;
    margin: auto;
    height: 700px;
}

.add-event-btn{
    width: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
}

#edit-event{
    display: none;
}

.edit-event-icon{
    display: inline-block;
    width: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#event-note, #edit-event-note{
    display: block;
    min-height: 150px;
}

.fc-dayGridMonth-button{
    display: none;
}

.aq-type, .aq-imei{
    width: 49%;
    display: inline-block;
    text-align: left;
}

.aq-type label, .aq-imei label{
    width: 100%;
}

#aq-modal{
    overflow: scroll;
}

.shipped-comp-section, .shipped-return-section, .graph-section{
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.stats-date-filter{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.trackers-quant-stats{
    width: 50%;
    display: inline-block;
}

.table-title{
    text-align: center;
    background-color: #2c3e50;
    color: #FFF;
    text-transform: uppercase;
}

.trackers-table{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tab2-details-col{
    width: 50px;
}

.details{
    width: 20px;
}

.ratio{
    width: 20%;
}

.shipped-return-section, .graph-section{
    display: none;
}

.cases-add-sim{
    width: 20px;
    float: right;
    margin-left: 15px;
}

.month-6-section{
    display: none;
}

.month-12-section{
    display: none;
}

.trigger-search{
    height: 27px;
    padding-top: 2.8px;
}

.importLabel{
    text-align: left;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    margin-top: 12px;
}

input[type=file]#txtFileUpload{
    position: inherit !important;
    top: 0px !important;
    visibility: visible;
    margin-bottom: 12px;
}

.open-panel{
    width: 20px;
}

#modal-stock-case-sim-dev-section, #modal-stock-case-mac-section, #details-stock-case-mac-section, #details-stock-case-sim-dev-section{
    display: none;
}

.add-oc{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 30px;
}

.oc-half-col{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.oc-full-col{
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

#oc-quantity{
    height: 34px;
}

.oc-product, .oc-quantity, .oc-comment{
    width: 100% !important;
}

.add-oc-content{
    height: 35px;
    margin-top: 38px;
    margin-left: 20px;
}

.oc-table-headers, .so-table-headers{
    background-color: #3498db;
    color: #FFF;
}

.prio1{
    background-color: #3498db;
    color: #FFF;
    text-align: center;
}

.prio2{
    background-color: #f39c12;
    color: #FFF;
    text-align: center;
}

.prio3{
    background-color: #e74c3c;
    color: #FFF;
    text-align: center;
}

.priority-text{
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    opacity: .7;
    display: block;
    text-align: left;
}

.customer-name-invoice{
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.ocstatus1{
    color: #e74c3c;
}

.ocstatus2{
    color: #9b59b6;
}

.ocstatus3{
    color: #f39c12;
}

.ocstatus4{
    color: #3498db;
}

.ocstatus5{
    color: #2ecc71;
}

.ocstatus6{
    color: #16a085;
}

.ocstatus7{
    color: #ef5777;
}

.ocstatus8{
    color: #f39c12;
}

.oc-refresh{
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 10px;
    box-sizing: content-box;
    background-color: #e74c3c;
    border-radius: 50%;
    height: 30px;
}

.oc-close{
    width: 10px;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 7px;
}

.oc-custom-section{
    display: none;
}

.oc-item-edit{
    width: 18px;
    vertical-align: top;
    float: right;
}

.oc-order-edit{
    width: 18px;
    vertical-align: top;
    margin-right: 10px;
}

.oc-enlarge{
    width: 30px;
    position: absolute;
    top: 30px;
    right: 95px;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 50%;
    height: 30px;
    background-color: #3498db;
}

.wfd-section{
    display: none;
}

#cctv-generator{
    display: none;
}

#decode-case-btn{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    margin-left: 135px;
}

.case-urls a{
    color: blue;
}

.comp-margin-title, .show-comp-margin-title{
    display: inline-block;
    width: 80%;
    font-weight: bold;
}

.comp-margin-amount-span, .show-comp-margin-amount-span{
    width: 18%;
    display: inline-block;
    text-align: right;
}

.comp-margin-amount, .show-comp-margin-amount{
    width: 60px;
    text-align: right;
}

.comp-cost-title, .show-comp-cost-title{
    display: inline-block;
    width: 80%;
    font-weight: bold;
}

.comp-cost-amount, .show-comp-cost-amount{
    width: 18%;
    display: inline-block;
    text-align: right;
    color: #e74c3c;
    font-weight: bold;
}

#so-quantity-section{
    width: 90%;
    display: inline-block;
}

#so-quantity{
    height: 33px;
}

.add-so-content{
    width: 30px;
}

.so-quantity{
    margin: 0;
}

#so-custom{
    margin-bottom: 5px;
    display: none;
}

.so-head{
    background-color: #01a3a4;
    color: #FFF;
    text-align: center;
}

.os-order-edit{
    width: 18px;
    vertical-align: top;
    margin-right: 10px;
    position: absolute;
    left: 12px;
}

.os-close{
    width: 10px;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 7px;
}

.os-item-edit{
    width: 18px;
    vertical-align: top;
    float: right;
}

.osstatus1{
    color: #f39c12;
}

.osstatus2{
    color: #3498db;
}

.osstatus3{
    color: #9b59b6;
}

.osstatus4{
    color: #16a085;
}

.osstatus5{
    color: #2ecc71;
}

.so-archive{
    display: none;
}

#details-case-sim-dev-section{
    display: none !important;
}

.switch-cases{
    top: inherit;
    margin-left: inherit;
    zoom: .5;
}

.fruk-label{
    margin-left: 35px;
    zoom: 2;
}

.offblue{
    color: #3498db;
}

.sim-stock-section{
    display: none;
}

.sh-stock-sim-check-col, .sim-stock-check {
    display: none;
    width: 30px;
}

.normal-cell{
    background-color: #dfe6e9 !important;
}

.suspend-cell{
    background-color: #a29bfe !important;
}

.legend{
    position: absolute;
    top: -60px;
    right: 10px;
    font-size: 0.8em;
}

.legend-text{
    vertical-align: top;
    font-weight: bolder;
}

.danger-legend, .warning-legend, .suspend-legend, .normal-legend{
    padding: 5px 0px;
}

.danger-round, .warning-round, .suspend-round, .normal-round{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
}

.danger-round{
    background-color: #e74c3c;
}

.warning-round{
    background-color: #f39c12;
}

.suspend-round{
    background-color: #a29bfe;
}

.normal-round{
    background-color: #dfe6e9;
}

.subnav{
    width: 100%;
    margin-bottom: 30px;
}

.cam-stock-subsection, .cam-sold-subsection{
    display: none;
}

.tip-sim{
    font-size: 0.8em;
    font-weight: bolder;
    position: absolute;
    left: 300px;
    top: 0;
}

.dispatch-section{
    margin-top: 100px;
}

.generator-half-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.add-generator-content{
    width: 25px;
    vertical-align: top;
}

#generator-quantity{
    width: calc(100% - 30px);
    height: 34px;
}

.generator-table-headers{
    background-color: #3498db;
    color: #FFF;
}

.generator-type, .generator-quantity{
    width: 100% !important;
}

.generator-prices{
    font-weight: bold;
    font-size: 1.2em;
}

.generator-right{
    display: inline-block;
    float: right;
    color: #3498db;
}

.generator-item-price{
    margin: 10px 0px;
}

#modal-stock-case-sim-phone-section, #details-stock-case-sim-phone-section{
    display: none;
}

.sync-m2m-btn{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 50px;
}

.quote-generator{
    position: absolute;
    display: inline-block;
    height: 34px;
    top: 30px;
    right: 30px;
}

.sh-list-search{
    display: flex;
    justify-content: space-between;
}

.show-topup-sect{
    display: flex;
    align-items: center;
    vertical-align: top;
}

.topup-switch{
    top: 0;
    position: relative;
    margin-left: 0;
    height: 25px;
    width: 40px;
}

.top-up-slider::before{
    height: 17px;
    width: 17px;
}

input:checked + .top-up-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.show-topup-label{
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bolder;
}