/* Empty CSS file for your own CSS*/

.red{
    color: red;
}

.green{
    color: #00ff00;
}

.img-product-50{
    max-width: 50px;
    max-height: 50px;
}


.img-product-57{
    max-width: 57px;
    max-height: 57px;
}

.menu-lin {
    padding: 0.7%;
}

.menu-lin div {
    border-bottom: 17px double black;
    border-top: 6px solid black;
    content: "";
    height: 29px;
    width: 30px;
}

.menu-left {
    padding-left: 0;
    margin-top: -30px;
    display: none;

    transition: opacity 0.6s;
    opacity: 0;
}

.menu-on {
    display: block;

    opacity: 1;
}

.menu-left ul {
    display: grid;
    float: none;
    text-align: center;
}

.catalog-table div {
    border-top: 1px  solid #ddd;
}

.catalog-table select, .catalog-table input {
    height: 18px;
    padding: 0;
    border: 0;
    background-color: whitesmoke;
    box-shadow: inset 0 0px 1px rgb(0 0 0 / 8%);
}

.catalog-product img {
    width: 100%;
}

.fitting-line {
    border-top: none;
}

.img-catalog {
    width: 40px;
}

.history {
    text-align: -webkit-right;
}

.history p {
    width: 50px;
    display: inline;
}

.history input {
    width: 40%;
    display: inline;
}

.circle {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
}

.history-button {
    display: inline-block;
    width: 30%;
}

.history-button div {
    display: inline-block;
    width: 12%;
    height: 50px;
    background-color: darkgrey;
    margin: 1px;
    padding-top: 10px;
    text-align: center;
}

.history-button .active {
    background-color: lawngreen;
}

.battery {
    height: 15px;
}

.big-win {
    margin: 0 auto 0 auto;
    max-width: 50%;
    float: left;
}

.small-win {
    margin: 0 auto 0 auto;
    display: none;
}

.form-connect {
    margin: 0 auto 0 auto;
    float: left;
    width: 50%;
}

.input-serial {
    width: 90%;
}

.plus-serial, .minus-serial {
    position: absolute;
    right: 25px;
    top: 10px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .has-feedback .serial-info {
    right: 60px;
    top: 0px;
}

@media (max-width: 320px) {}
@media (min-width: 321px) and (max-width: 375px) {}
@media (min-width: 376px) and (max-width: 414px) {}
@media (max-width: 415px) {}
@media (max-width: 756px) {
    .big-win {
        display: none;
    }

    .small-win {
        display: block;
    }

    .form-connect {
        float: none;
        width: 85%;
    }

    .input-serial {
        width: 85%;
    }
}