﻿.buttonMargin
{
	margin:3px;
}

.progress
{
	position:relative;
	text-align:center;
	padding:5px;
	border:solid 1px black;
	background-color:#D2FF59;
	left: 150px; 
	top: 5px;
}

.webButton {
    line-height: 2.5em;
    padding: 5px;
    margin: 2px;
    border: solid 1px black;
    background-color: #ffd959;
    border-radius: 3px;
    color: black !important;
}

.buttonCopy {
    background-color: lightgreen;
    border: solid 1px black;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.buttonSend {
    background-color: #ffd959;
    border: solid 1px black;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.buttonStorno {
    background-color: lightcoral;
    border: solid 1px black;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.provedeKontrolu {
    background-color: #ffd959;
    width: 100%;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 0.5em;
}

.gps {
    width: 40px;
    padding-right: 5px;
    padding-left: 5px;
}

.gps > div {
    width: 38px;
}

.gps > div > input {
    width: 38px;
}

.gps > input {
    width: 38px;

}

.gpsSekundy {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
}

.gpsSekundy > div {
    width: 48px;
}

    .gpsSekundy > div > input {
        width: 48px;

    }

    .gpsSekundy > input {
        width: 48px;

    }