﻿.inputForm {
    width: 100%;
}

.inputFormLine {
    float: left;
}

.groupFormFill {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 40px;
}

.groupFormFill img {
    max-height: 100%;
    max-width: 100%;
    height: 20px;
    width: 20px;
}

.groupForm {
    text-align: center;
    margin: auto;
    width: 50%;
    margin-top: 40px;
}

.groupForm img {
    max-height: 100%;
    max-width: 100%;
    height: 20px;
    width: 20px;
}

.groupFormHeader {
    text-align: left;
    margin-left: 5px;
}

.groupFormHeader label {
    margin-top: 5px;
}

.notRadius {
    border-radius: 0;
}

.groupFilter {
    margin-top: 5px;
}

.buttonToDo {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
}

.buttonToDoSubmit {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    min-height: 20px;
    height: 20px;
    max-height: 30px;
    margin-left: 0px;
    margin-top: -8px;
    padding-left: 15px;
    padding-top: 0px;
    text-align: center;
}

.buttonToDoSubmitImg {
    margin-left: -7px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.buttonSearch {
    margin-left: 2px;
}

.tableFromButton {
    margin-top: -5px;
}

.buttonAddRemove {
    margin-top: -5px;
}

.stanHandl {
    background-color: transparent;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    height: 25px;
    float: left;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.stanHandl2 {
    border-radius: 0.25rem;
    min-height: 99%;
    height: 99%;
    max-height: 99%;
}