*, a:focus {outline: none;}
li {list-style-type: none;}
ul {padding: 0; margin: 0}
a {text-decoration: none; color: #000000;}
a:hover {color: #000000;}

.container {
    width: 1200px;
    margin: 0 10px;
}

body {
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    max-width: 1900px;
    flex-direction: column;
}

input[name="total"] {
    width: 31px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[class*=overlay] {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    transition: all 300ms;
    z-index: -1;
}
[class*=popup] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background: #fff;
    transition: width 200ms, height 200ms 200ms;
    overflow: hidden;
    z-index: -1;
}
.wait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    font-size: 35px;
    font-weight: 700;
    animation: .6s cubic-bezier(0.02, 0.45, 1, 0.53) 0s normal none infinite running rotate-animation;;
}
@keyframes rotate-animation {
    0% { transform: rotate(360deg);  }
    100% { transform: rotate(0deg); }
}
div.close {
    position: absolute;
    top: 5px;
    right: 9px;
    cursor: pointer;
    transition: all 400ms;
}

div.close:hover {
    text-shadow: 0 0 10px #000;
    transform: rotate(90deg);
}

.--hide {
    display: none;
}

.attach-category {
    text-align: center;
    cursor: pointer;
}
.attach-category:hover {
    transform: rotate(90deg);
    transition: all 250ms;
}

.generation input {
    width: 20px;
}

.exports-table img {
    width: 20px;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.pages ul, .types-for-all ul {
    display: flex;
    flex-direction: row;
}
.pages li, .types-for-all li {
    margin-right: 15px;
}

table {
    border-collapse: collapse;
    margin: 15px auto 0;
}

td, th {
    border: 1px solid #bfbfbf;
    padding: 3px 7px 2px 7px;
    white-space: nowrap;
}

th {
    text-align: center;
    background-color: #adadad;
    color: #fff;
}

tr:nth-child(odd) {
    background-color: #f4f4f4;
}

tbody tr:hover,  tbody tr:hover a {
    background: #f3f3f3;
    color: #a3a3a3;
}

.btn {
    text-align: center;
    text-decoration: none;
    background-color: #eaeaea;
    color: #000e13;
    border: 1px solid #848484;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
    transition: all 0.4s ease;
    cursor: pointer;
    margin: 0 3px;
}

.generation-table .btn {
}

.btn:hover {
    text-decoration: none;
    background-color: #848484;
    color: #ffffff;
    border-color: #848484;
}

.btn span {
    font-weight: 700;
}

.add-btn {
    max-width: 150px;
    margin-bottom: 15px;
}
form h2, h2 {
    text-align: center;
}

label input{
    margin: 0 0 15px 15px;
}

.popup-edit-type textarea {
    width: 98%;
    height: 500px;
    padding: 3px;
    border: #dddddd solid 1px;
}

.types-change input {
    width: 25px;
}

.bottom {
    width: 200px;
    margin: 15px auto 0;
}

.left {
    width: 100px;
    margin: 15px auto 0;
}

.export-img {
    text-align: center;
}

.popup-ready .bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    height: 100px;
    width: 130px;
}

input[type=range] {
    width: 100px;
}

.range {
    vertical-align: top;
    padding-left: 17px;
}

.upload-file {
    margin-bottom: 15px;
}

.checkbox-ios {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}
.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: limegreen;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform:translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0 0 4px #ff5623;
}



.timer {
    margin: 20px auto 0;
    font-size: 20px;
    width: 100px;
    text-align: right;
}

.align-left {
    text-align: left;
}

.green-text {
    color: #0cbf0c;
}

.flex {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}
.container .flex-column .data {
    text-align: center;
}
.sensor_choose {
    width: 252px;
}
.sensor_choose label {
    display: flex;
    justify-content: space-between;
}
.sensor_choose label:first-child {
    padding-bottom: 12px;
}