#versionBar {
    background-color: #212121;
    position: fixed;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    z-index: 11;
    -webkit-box-shadow: black 0px 10px 10px -10px inset;
    -moz-box-shadow: black 0px 10px 10px -10px inset;
    box-shadow: black 0px 10px 10px -10px inset;
}
#versionBar {
    height: 50px;
    background-color: #000;
    background-image: url(https://tierracero.com/dev/core/images/top_bgrepeat.jpg);
    text-shadow: none;
    color: #FFF;
    text-align: right;
    font-size: 10px;
    line-height: 50px;
    padding: 0 0px;
}
.copyright {
    text-align: center;
    font-size: 10px;
    color: #CCC;
}
.clear {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
}
.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);

}
.ico {
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 7px;
}
input[disabled='disabled']{
    color: #666;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* TOGGLE */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0 153 255 / 54%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 153, 255);
}
.pageButtonItem {
    border-radius: 24px;
    margin: 7px;
    text-align: center;
    float: left;
    position: relative;
    width: 124px;
    height: 124px;
}
.pageButtonItemPlaceholder {
    border-radius: 24px;
    margin: 7px;
    text-align: center;
    float: left;
    position: relative;
    width: 146px;
    height: 156px;
    background: lightgray;
}
.button-handle{
    position: absolute;
    top:7px;
    right: 7px;
    cursor:grab
}

.button-handle:active {
    cursor: grabbing
}
