body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  background: #000;
}

.tokenDate {
  padding: 2px;
  display: block;
  width: 100%;
  font-family: monospace;
}

.windowContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.appContainer {
  height: 100%;
  width: 900px;
  display: flex;
  margin:0 auto;
  position:relative;
}

.accountContainer {
  background: #018484;
  border-top: 1px solid #333;
  cursor: default;
  padding: 0;
  font-size: 14px;
  text-shadow: 0 0 1px #000;
}

.accountContainer.selected {
  background: #2e46a4;
}

.restsBlock,
.statusBox {
  display: inline-block;
}

button {
  border: none;
  padding: 8px 15px;
  background-color: #2e46a4;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
  border-radius: 5px;
  box-shadow: 0 1px 1px #000;
}

button:hover {
  background-color: #1178e1;
}
button:active {
  background-color: #001360;
  transform: translateY(1px);
}
button:active:disabled {
  background-color: #1178e1;
  transform: translateY(0px);
}
button:disabled {
  opacity: 0.5;
}

.editPhoneWrapper {
  position:absolute; top:0;left:0; width:100%; height:100%; background: #174952;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editPhoneWrapper span {
  width: 24px;
  height: 24px;
  background-size: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.editPhoneWrapper input {
  flex-grow: 100;
  padding: 5px;
  margin: 5px 7px;
  border: none;
}

.topBlockSide {
  display: flex;
}

.settingsButtonWrapper {
  text-align: center;
  color: #fff;
  font-size: 13px;
  height: 30px;
/*   border-bottom: 1px dotted #aaa; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.readFileWrapper {
  width: 20px;
  overflow: hidden;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.readFileWrapper input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
}

.appWindowsHeaderSide {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.activeLotsHeaderWrapper.checkbox {
  padding-left: 22px;
}

.activeLotsHeaderWrapper.checkbox input[type=checkbox] {
  margin-top: 10px;
  margin-left: 2px;
}

.sidePanelButtonsWrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 0px;
  background-color: #018484;
  z-index:2;
  min-width: 280px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #444;
}

.sidePanelButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 1;
}

.lotUomHeader{
  border: 1px solid #fff;
  background: #fff;
}

.lotSetsPanel {
  width: 15%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  min-width: 325px;
  background: #eee;
}

.arrowDownSVG {
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  transform:rotate(180deg);
}

.arrowDownSVG.r180 {
  transform: none;
}

.arrowDownSVG.r90 {
  transform: rotate(90deg);
}

.activeLotsPanelWrapper{
  width: 100%;
  background: #444;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.activeLotsPanel {
  width: 100%;
}

.activeLots {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  align-content: start;
  cursor: default;
  border-bottom: 1px solid #444;
}

.activeLots.hiddenLots .activeLot, .activeLots.list.hiddenLots .activeLot {
  display:none;
}

.activeLot {
  opacity: 0.5;
}

.activeLots.run .activeLot, .activeLots.list.run .activeLot {
  opacity: 0.9;
}

.activeLots.selected .activeLot, .activeLots.list.selected .activeLot {
  opacity: 1;
}

.activeLots .activeLot.minH {
  min-height: 100px;
}
.activeLots.list .activeLot.minH {
  min-height: inherit;
}

.activeLots.selected {
  border-bottom: 1px solid #000;
  background: #2d2d2d;
}


.activeLots.selected.fixed {
  position:fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
  max-height: 50%;
  overflow-y: auto;
  justify-content: space-between;
}

.activeLots.list .activeLot {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.activeLots.list .activeLot > div {
  padding: 2px 4px;
  display: flex;
  align-items: center;
}

.activeLots.list .activeLot > div:nth-child(2n), .activeLots .activeLot.soldLot > div:nth-child(-n+2) {
/*  background-color: #444;
  color: #fff;*/
  font-weight: 700;
}

.activeLots.selected.fixed .activeLot {
  min-width: inherit;
  width: 49.5%;
}
.activeLots.selected.fixed.list .activeLot {
  width: 100%;
}

.activeLotsHeader {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 1px #000;
  flex-grow: 10;
  display: flex;
  align-items: center;
}

.activeLotsHeaderWrapper {
  display: flex;
  background: #018484;
  align-items: center;
  border-bottom: 1px solid #444;
  position: relative;

}

.activeLotsHeaderWrapper.selected {
  background: #2e46a4;  
}

.textareaLogin {
  width: 100%;
  height: 120px;
  overflow-y: scroll;
  font-size: 10px;
  word-wrap: break-word;
  border: 1px dotted #aaa;
  background-color: #ffffe0;
  resize: none;
}

.spinner {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce1 {
  background-color: #fff;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.loginBoxWrapper {
  width: 100%;
}

.loadingBox {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  text-align: center;
}

.loadingWrapper {
  height: 100%;
  width:100%;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadingBackground {
  position:absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  background-color: rgba(0,0,0,0.1);
}

.appWindowsHeader{
  display:flex;
  background-color: #2e46a4;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
  align-items: stretch;
}

.appWindowButtons {
  flex-grow:1;
  display:flex;
  flex-direction: row-reverse;
  margin-right: 5px;
  position: relative;
}

.lastLogRecord{
  font-size: 11px;
  text-align: center;
  padding: 4px 3px;
  overflow: hidden;
  max-height: 50px;
  font-weight: bold;
  width: 90%;
  white-space: nowrap;
}

.lastLogRecordWrapper {
  display: flex;
  overflow: hidden;
  background: #ffe;
  align-items: flex-end;
  border-bottom: 2px dashed #aaa;
}

.loginBoxMain > div {
  margin-bottom: 7px;
  font-size: 14px;
}

.topBlock {
  position: relative;
  width: 100%;
  display: flex;
  align-items: baseline;
  background: #2e46a4;
}

.sideCountdown {
  display: inline-block;
  margin-left: 5px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  padding: 2px 4px;
  text-shadow: 0 0 1px #fff;
  border-radius: 5px;
  border: 1px solid #000;
  font-weight: 700;
}

.sidePosition {
  background-color: #333;
  color: #fff;
  border-color: #fff;
  text-shadow: 0 0 1px #000;
}

.statusText {
  text-shadow: 0px 0px 1px #000;
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
  background-color: #b93737;
  display: flex;
  align-items: center;
  margin: 3px;
  border: 1px solid #000;
  border-radius: 5px;
}

.statusBox {
  width:20px;
  height:20px;
  margin:0px 3px;
/*   border-radius:50%; */
  display:none;
}

.statusBoxSide {
   border-radius: 0;
   margin:0px;
   margin-right: 5px;
   min-height: 40px;
   min-width: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   align-self: stretch;
   background-color: #c22;
   cursor: pointer;
}

.groupStartCheckboxLabel {
  position:absolute; top:0;left:0; width:100%; height:100%;
}

.editPhoneButton {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px 0;
  position: absolute;
  top: 0;
  right: 68px;
  background-color: #444;
  border-radius: 50%; 
}

.activeLotsWrapper:hover .editPhoneButton {
  display: inline-block;
}

.statusValue {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 25px;
}
.runValue {
  color: #fff;
}
.runBoxBorder {
  border: 2px solid #11dd11;
}
.accountNumber{
  font-weight: 700;
  font-size: 16px;
}

.accountNumberLot {
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
}

.expiredBlock, .balanceBlock {
  color: #fff;
  font-size: 12px;
  padding-right: 5px;
  font-weight: bold;
  text-shadow: 0 0 1px #000;
  display: block;
  text-decoration: none;
  padding-top: 3px;
  flex-grow: 1;
  text-align: right;
}

.balanceBlock {
  flex-grow: 0;
  color: #ffcb00;
  cursor: pointer;
}

.expiredBlock .end {
  color:#f44;
}

.runBox {
  background-color: #0b0;
}
.statusBoxSide.waitBoxOrder {
  background-color: #000;
}
.statusBoxSide.waitBoxTime {
  background-color: #e8860d;
}

.phoneNumBox {
  font-size: 13px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-shadow: 0px 0px 1px black;
  padding: 5px 3px;
  background: #444;
  min-height: 20px;
  display: flex;
  align-items: center;
}
.phoneNumBoxSide {
  margin-right: 5px;  
}

.phoneNumBox.success, .phoneNumBoxSide.success {
  color: #fffeac;
  background: none;
}

.mainBlock {
  position:relative;
  font-size: 14px;
}

.subMainBlock {
  display: block;
}

.subMainBlock .element {
  padding: 3px;
  padding-right: 0px;
  font-size:13px;
  overflow-x: hidden;
}

.allEmBlock {
  text-align: center;
  height: 30px;
}

.startStopButtons {
  text-align: center;
}

.element:nth-child(2n) {
  background:#fafafa;
}

.element button {
  margin-right: 10px;
  border: 1px solid #aaa;
  padding: 5px;
}

.subElement {
  padding-top: 4px;
  position: relative;
}

.startStopButtonsWrapper {
  background: #eee;
  box-shadow:0 0 1px #eee;
  position: relative;
  border-top: 2px dashed #aaa;
}

.loginBoxMain {
  font-size: 14px;
  padding: 2px 7px;
  font-weight: 700;
}

.loginBoxMain input[type=tel] {
  display: inline-block;
  background-color: #ffffe0;
  width: 90%;
}

.savedPhonesButton {
  display: inline-block;
  height: 25px;
  width: 28px;
  flex-grow: 1;
  cursor: pointer;
  background-size: 25px;
  background-position:right;
  background-repeat: no-repeat;
}

.savedPhonesAbs {
  position:absolute;
  width: 100%;
  top: -6px;
}

.savedPhone {
  display: block;
  padding: 5px;
  font-weight: 700;
  border: 1px dotted #aaa;
  font-size: 14px;
  cursor: pointer;
}

.savedPhone:hover, .savedPhone:nth-child(2n):hover  {
  background: #ddd;
}

.savedPhone:nth-child(2n) {
  background: #fff;
}

.savedPhonesWrapper {
  width: 100%;
  background: #eee;
  max-height: 180px;
  overflow-y: auto;
  box-shadow: 0 3px 4px #888;
  text-align: center;
}

.sellerNameSpan {
  font-weight: 700;
}
.loginErrorMsg {
  color: #d11;
  font-size: 12px;
}

span.countAddLots {
  float: right;
  margin-right: 25px;
}

.activeLot {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  text-align: center;
  font-size:13px;
  min-width: 130px;
}

.activeLotDeleteButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: red;
}

.soldLot {
  background: #2f2;
}
.soldLot p {
  font-weight: 700;
  margin: 0;
  font-size: 12px;
}


.lotEmojis {
  display:inline-block;
  width: 22px;
  height: 22px;
  background-repeat:no-repeat;
  background-size:23px;
  background-position:center;
}
.lotDate {
  font-size: 12px;
}

.emButton {
  width: 22px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  display: inline-block;
  cursor: pointer;
}

.emButtonDel {
  height: 30px;
  width: 30px;
  background-size: 30px;
  margin-left: 3px;
}

.selectedEmBlock {
  display: inline-block;
  width: 86px;
  height: 26px;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.selectedEmBlock.cur {
  border: 1px solid #0d0;
  background-color: #9bff9b;
}
.selectedEmWrapper {
  display: flex;
}

.groupStartWrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: #018484;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.labelEmojis {
  width: 100px;
  display: inline-block;
}

.drooltip p {
  color:#c22;
  margin: 0;
  display: block;
  text-align: center;
  background: #fff;
  padding: 3px;
}

.inputField {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;
}

.inputFieldError {
  border: 2px dashed red;    
}

.plus {
  display:inline-block;
  width:36px;
  height:36px;
  border-radius: 50%;  
  background:linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), #444;
  background-position:center;
  background-size: 50% 2px,2px 50%; /*thickness = 2px, length = 50% */
  background-repeat:no-repeat;
  margin: 2px 6px;
  cursor: pointer;
}

.addLotsButton {
  width:24px;
  height:24px;
  margin:4px;
  cursor: pointer;
}

.selEmojisSet {
  width: 18px;
  height: 24px;
  background-size: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
}

.infoMarkLink {
  background-size:15px;  
  display:inline-block;
  width:15px;
  background-position:center;
  background-repeat:no-repeat;
  height:15px;
  cursor:pointer;
}

.startAll {
  background-size: 18px;
  background-position-x: 11px;
}

.stopAll {
  background-size: 42px;
}

.wakeLock {
  background-size: 26px;
  width: 24px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wakeLockOn {
/*   background-color:green; */
}

.closeButton{
  display:inline-block;
  background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), transparent;
  transform: rotate(45deg);
  background-size: 70% 2px,2px 70%;
  width:24px;
  height:24px;
  cursor:pointer;
  margin-top: 2px;
  background-position:center;
  background-repeat:no-repeat;
  background-color: #b33;
  border-radius: 50%;
  margin: 5px 0;
}

.closeButton.closeLog {
  margin-right: 10px;
}

.showLogButton{
  width: 10%;
  height: 28px;
  background-size: 32px;
  cursor: pointer;
  background-position-y: 0px;
  background-position-x: center;
  background-repeat: no-repeat;
}

.selectedEmojisBlockWrapper {
  max-height: 100px;
  overflow-y: auto;
}

.selectedEmojisBlock {
}

.topWindowWrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  z-index: 5;  
}

.topWindow{
  position: relative;
  margin: 0px auto;
  max-width: 600px;
  background-color: #fafafa;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.topWindowHeader{
  flex-direction: row-reverse;
  width: 100%;
  height: 30px;
  padding: 5px 0;
}

.logsWindowContent{
  font-family: sans-serif;
  font-size: 13px;
  padding: 0 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.topWindowHeaderText {
  flex-grow:1;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.logLine:nth-child(2n) {
  background:#eee;
}
.logLine:hover {
  background:#cfc;
}

.logLineTime {
  font-family: serif, monospace;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  border-right: 1px dotted #000;
  padding-right: 3px;
}
.logLineText {
  font-family: sans-serif;
  font-size: 13px;
}

.activeLotsHeaderClear {
  cursor: pointer;
  width: 24px;
  height: 30px;
  background-size: 22px;
  background-position: center;
  margin-right: 10px;
  background-repeat: no-repeat;
}

.restsBlock {
  font-size: 13px;
  padding: 3px;
  text-shadow: 0px 0px 1px #000;
  color:#fff;
  font-weight: 700;
}
button.restButton {
  display: inline-block;
  padding: 5px 3px;
  border: none;
  box-shadow: none;
  cursor:pointer;
  margin: 0 3px;
  border: 1px solid #2a2a2a;
  background: rgba(1,132,132,0.5);
}

button.restSelected {
  background: #fff;
  color: #000;
  text-shadow: 0 0 1px #fff;
  border-radius: 5px;
  border: 1px solid #000;
/*   box-shadow: 0 -1px 2px #000; */
}

.trafficTypeHeader {
  font-weight: 700;
  text-align: center;
  padding: 0;
  flex-grow:10;
  text-align: right;
  white-space: nowrap;
}

.groupStartSelect {
  width: 79%;
  border: none;
}
.groupStartSelect.time {
  width: 100%;
}

.showHideLotsPanelButton {
    width: 40px;
    height: 40px;
    bottom: 0px;
    z-index: 5;
    display: none;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}


.tooltipWrapper {
  right: 3px;
  position: absolute;
  top: 5px;
  background-position-x: right;
  background-color: transparent;
}

.tooltipWrapper:hover .tooltip {
  display: block;
}

.tooltip {
  display: none;
  background: #2e46a4;
  font-weight: 700;
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  z-index: 1000;
  max-width: 300px;
  left: -300px;
  top: 10px;
  cursor: default;
}

.editedPhoneNumber {
  color: #ffea43;
  font-weight: 700;
  word-break: break-word;
}

.passwordBoxPhoneNumber {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.passwordTypeWrapper {
  display: flex;
  padding: 0 10px;
  height: 30px;
  align-items: stretch;
  justify-content: center;
}
.passwordTypeSelect {
  min-width: 80px;
  border: 1px solid #aaa;
}

.sendSMSbutton {
  min-width: 110px;
  padding: 3px 5px;
}
.loginPassword {
  border: 1px solid #aaa;
}
.loginSmsCode {
  width: 100px;
  border: 1px solid #aaa;
  text-align: center;
}
.showPasswordBox {
  padding: 1px 5px;
  float: right;
}

.resizerLine {
  cursor: col-resize; 
  width: 3px;
  height: 100%;
  position: absolute;
  background: #018484;
  right: 0px;
}

.resizerLine div {
  position: absolute;
  top:50%;
  width:5px;
  height:40px;
  margin-top:-20px;
  right: 0px;
  background:#ccc;
}

.showHideAllLotsButtonWrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  cursor: default;
}

.sAllLotsB, .hAllLotsB {
  width: 100%;
  height: 47%;
  background-color: #444;
  border-radius: 0 0 18px 18px;
  cursor: pointer;
}

.phoneNumBoxWrapper {
  position: relative;
}

.phoneNumBoxArrow {
  position: absolute;
  right: -20px;
  top: 0px;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.phoneNumBoxSelect {
  position:absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  background: #018484;
  max-height: 300px;
  overflow-y: auto;
  min-width: 200px;
  overflow-x: hidden;
}

.phoneNumBoxOption {
  display: inline-block;
  white-space: nowrap;
  padding: 8px 3px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #444;
}
.phoneNumBoxOption:hover {
  background: #2e46a4;
}

.sliderBackButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #444;
  display: none;
  background-size: 28px;
  background-position: center;
}

.statusBoxSideArrow {
  background-size: 0px;
}

.activeLotsWrapper:hover .statusBoxSideArrow {
  background-size: 11px;
}

.settingsWindow {
  background-color: #444;
}

.settingsButton {
  background-size: 26px;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.settingsWindowHeaderText {
  flex-grow: 1;
  text-align: center;
}

.closeSettings {
  margin-right: 10px;
}

.settinsgWindowElement {
  background-color: #018484;
  padding: 10px;
  border-top: 1px solid #444;
  color: #fff;
  display: flex;
}

.settinsgWindowElement > div {
  line-height: 30px;
  padding-left: 30px;
  flex-grow: 1;
  background-position: left center;
  height: 100%;
}

.settingsWindowContent{
  overflow-y: auto;
  overflow-x: hidden;
}

.lotsViewWrapper, .lotsPanelPositionWrapper, .lotsOrderWrapper, .serversListWrapper {
  overflow: hidden;
  background-size: 20px;
  background-repeat: no-repeat;
}

.resetSettingsWrapper {
  overflow: hidden;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.loginFormButtonsWrapper {
  position:relative;
  text-align:center;
}

.popUpLotsButton {
  width: 32px;
  height: 32px;
  background-size: 32px;
  position: absolute;
  bottom: 1px;
  left: 1px;
  display:none;
}
.popUpLotsButton.r180 {
  transform:rotate(180deg);
}

.delLotButton {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
}


.editLotWrapper{
  background: #aaa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.editLotWrapper > div {
  padding: 0 3px;
}

.activeLots.list .delLotButton {
  width: 20px;
  height: 20px;
}

.activeLots.list .editLotButton {
  width: 20px;
  height: 20px;
  background-size: 14px;
  right: 25px;
  left: inherit;
}

.activeLot.soldLot .delLotButton, .activeLot.soldLot .editLotButton {
  display: none;
}



@media only screen and (max-width: 625px) {
  .loginFormButtonsWrapper {
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0;
    margin:0 !important;
    background: #eee;
    border-top: 2px dashed #aaa;
  }
  
  .appWindowsHeaderWrapper {
    height: 100px;
    width:100%;
    position:fixed;
    top:0;
    z-index:1;
    overflow: hidden;
  }
  .phoneNumBoxSelect {
    position: fixed;
    top: 68px;
  }
  .mainBlock{
    padding-top: 100px;
  }
  
  .resizerLine {
    display:none;
  }
  
  .activeLotsPanelWrapper {
    position:fixed;
    top: 0;
    left: -95%;
    width: 95%;
    z-index: 3;
    height: 100%;
  }
  .lotSetsPanel, .appContainer {
    width: 100%;
    min-width: 310px;
  }
  .showHideLotsPanelButton, .sliderBackButton  {
    display: block;
  }
  
  .sidePanelButtonsWrapper {
    left: -95%;
    width:95%;
    z-index: 4;    
    min-width: 270px;
  }
  .loadingBox {
    position: fixed;
  }
  .mainBlock {
    padding-bottom: 45px;
  }

  .startStopButtonsWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0;
  }

  .editPhoneButton {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    margin: 5px 7px;
  }
  .statusBoxSideArrow {
    background-size: 11px;
  }
  
  .statusBox {
    width: 40px;
    height: 40px;
    margin: 0px;
    border-radius: 0;
    display: inline-block;
    align-self: center;
  }
  .settingsButton {
    margin-right: 44px;
    height: 100%;
  }
  .settingsButtonWrapper {
    height: 40px;
  }
  .lotsPanelPositionElement {
    display: none;
  }
  .popUpLotsButton {
    display: block;
  }
  .activeLots.list .activeLot {
    border-left: none;
  }
}

@media only screen and (max-width: 340px) {  
  .sidePanelButtons {
    border-top:1px solid #444;
  }
}

.disable-select{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}




.editLotButton {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  background-size: 10px;
  display: block;
}

.displayNone {
  display:none;
}

.greenBG {
  background-color:green;
}

.noBG {
  background: none !important;
}
