/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1.7.2015, 14:27:16
    Author     : Hynek
*/
@media (max-width: 250px) {
  .navbar-brand {
      display: none;
  }
}

/* Bootstrap customization */

a,
.text-primary,
.btn-primary .badge,
.btn-link,
.pagination > li > a,
.pagination > li > span,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #af1a1e;
}
.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.label-primary,
.progress-bar {
  background-color: #af1a1e;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #d34332;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ddd;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.panel-primary {
  border-color: #af1a1e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading {
  background-color: #af1a1e;
  border-color: #af1a1e;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #af1a1e;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #af1a1e;
}

/* End Bootstrap customization */

#content { margin-top: 70px; }
/* #content a { text-decoration: underline; } */
.cont-left {
    float:left;
}
.cont-right {
    float:right;
}

.cont-bellow {
    clear: both;
}

.checkbox.cont-left {
    margin-top: 0;
}

.offset-top {
    padding-top: 5px;
}

.offset-top-big {
    padding-top: 15px;
}

.offset-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.offset-l {
    padding-left: 20px;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

.margin-l {
    margin-left: 10px;
}

.well-user-pro {
    color: #31708f;
    background-color: #d9edf7;
}
.well-admin {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.img-thumbnail {
	position: relative;
}

.img-title.img-label,
.img-title.img-label2 {
	position: absolute;
	right: 0;
	padding: 2px 5px;
	background-color: rgba(255,255,255,.7);
}

.img-title.img-label {
	top: 0;
	font-size: .9em;
}
.img-title.img-label2 {
	top: 145px;
	font-size: .8em;
}

.img-title .glyphicon {
    position: absolute;
    right: 5px;
    top: 168px;
}

.pswp__top-bar .top-command {
	position: relative;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: 0.75;
	padding: 0 10px;
	float:right;
}
.pswp__caption .pswp__caption__center {
    text-align: center;
}

.well-container .well-sm,
.well-container .alert {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.separator {
    padding-left: 5px; 
    margin-right: 5px;
}

.input-group-btn.buttons-below {
    vertical-align: top;
}

.no-wrap {
    white-space: nowrap
}

.centered {
    text-align: center;
}

.link {
    cursor: pointer;
}
