/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/

body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.vnos-form {
	margin-top: 100px;
}

h3 .space {
	margin-right: 10px;
}

label.valid {
	display: none;
}

label.error
{
  /* label classes */
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;

  /* label danger classes */
  background-color: #d9534f;
}

label.attachemnt
{
  font-weight: bold;
  padding-left:10px;
}


.form-group {
	margin-bottom:0;
}

.lbtop.control-label {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 7px;
}

.voffset { padding-top: 10px; }
.voffset li { padding-bottom: 10px;}

.btn-xxs {
  padding: 1px 2px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 3px;
  color: black;
}

.table-bottom { border-bottom: 2px solid #ddd;}

.btn-xxs {
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.3;
  border-radius: 2px;
}

.popover {
  max-width: 600px;
  width: auto;
}


table.stan >thead th, .table.stan td  {
padding: 1px;
line-height: 16px;
vertical-align: top;
border-top: 1px solid #ddd;
font-size: 14px;
}

table.stan >thead th {
  line-height: 24px;
  background-color: #ddd;

}

.stan input[type=radio], .stan input[type=checkbox] {
  margin-top: 1px;
}


div.stan label {
  padding-right: 0;
  font-size: small;
}

div.stan select {
  height: 26px;
  line-height: 36px;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;

}

div.stan div {
  padding-left: 5px;
  padding-right: 5px;
}

div.stan input[type="checkbox"] {
  margin-top:10px;
  margin-left: 5px;
}

.stan_left {
  padding-left:10px!important;
}

.stan_right {
  padding-right:10px!important;
}

.stan_center {
  text-align: center;
}

.filter {
  background-color: #DDD;
}

.filter1 {
  background-color: #eee;
}

.prednost {
  padding: 10px;
  margin-top:10px;
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.logo {
    background-image: url('../img/logo-ssrs-o.png');
    background-position: right top;
    background-repeat: no-repeat;
    position: relative;
}

.banner {
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
 }

 .alignleft {
    text-align: right;
 }

#header-wrapper
{
    background-image: url("../img/header-bg.png");
    background-position: 337px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 107px;
}

.green-header-line
{
    background-image: url("../img/green-line-bg.png");
    background-repeat: repeat-x;
    height: 39px;
}

#header-wrapper a img {
    padding-top: 12px;
    padding-left: 200px;
}

.navbar-default{
    border: none;
}

