﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    text-align:left;
    margin-left:20px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.control-label{
    font-size: 12px;  
    font-weight:normal; 
}


.form-delimiter
{
  background-color: #f5f5f5;
  padding: 5px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom : 1px solid #ddd;
}

.form-delimiter-first
{
  background-color: #f5f5f5;
  padding: 5px 15px;
  margin-top: -16px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom : 1px solid #ddd;
}

.form-delimiter-last
{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  border-bottom : 1px solid #ddd;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control-pohyby {
    width: 22%;
    overflow: auto;
    display: inline-block;
    padding: 6px 4px;
    max-width: 65px;
}

.btn-group-right {
    float:right;
    text-align: right;
}

.form-control {
    border-radius: 0px;
}