
body
{

    
}

.bodyWrapp {
    width: 80%;
    position: relative;
    padding-left: 30px;
}

.mxW {
    width: 100%;
}

.form-control {
    padding-bottom: 5px;
}

.p5px {
    padding-bottom: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */

}
.contBox {
    width: 400px;
}



.transport {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: darkslategrey;

}

.transportVisible {
  transition-property: visibility;
  transition-duration: 3s;
}

#table
{
    border: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 850px;
}

#table td
{
height: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 12px;


}

#tnved {
    width: 75px;
}

#tovar {
    width: 315px;
}

#kolvo {
    width: 45px;
}

.selEd {
    width: 65px;
}

#ves {
    width: 45px;
}

#stoim {
    width: 75px;
}

#valuta {
    width: 60px;
}

#strana {
    width: 145px;
}

.textHeader {
    margin-left: 3px;
}

h2 
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

h3 
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

h4
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
}

input 
{
    border-color: #9fb73e;
    border-style: solid;
    border-width: thin;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    height: 17px;
    
}

select 
{
    border-color: #9fb73e;
    border-style: solid;
    border-width: thin;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    height: 21px;
    
}



#addButton
{
    margin-left: 3px;
    margin-top: 3px;
}

#transport
{
    border: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 850px;
}

#transport td
{
height: 18px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 12px;
}

#vesbrutto {
    width: 85px;
}

#objem {
    width: 65px;
}

#otpravka {
    width: 350px;
}

#vygruzka {
    width: 350px;
}

label
{    
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    
}

.infoForma
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #86ab3f;
}

.inputContact
{
    width: 350px;
}

.inputContact {
    margin-bottom: 10px;
}



.contactLine {
    
}


input:focus {
    
        border-color: #315c75;
    
}

select:focus {
    
        border-color: #315c75;
    
}

textarea:focus {
    
        border-color: #315c75;
    
}