/*
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 : 6.7.2014, 13:19:26
    Author     : Marek
*/

nav.navbar{
    height: 51px !important;
}
.navbar .container{
    position:relative;
}
.navbar .navbar-brand {
    padding-top:7px;
    padding-bottom: 5px;
}
.navbar-header.pull-right{
    position: absolute;
    right: 10px;
}
.nav-small{
    padding-top: 5px;
}
.nav-small > ul > li > a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 17px;
    font-size: 13px;
}
.navbar > .container .navbar-brand{
    padding-right: 5px;
}
.nav-small ul{
    min-width: 51%;
}

.nav.navbar-nav a{
    color: #fff !important;
    text-shadow: 0 0 0;
    font-weight: 300;
    font-size:13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav a:hover {
    background: #5a5a5a !important;
}
.navbar-default .navbar-nav > .active ul a {
    background: transparent !important;
}

.nav.navbar-nav .nav.navbar-nav{
    display: none;
}

.nav.navbar-nav li:hover .nav.navbar-nav{
    display: block;
    background: #42413f;
    position: absolute;
    width: 250px;
    float: none;    
}

.nav.navbar-nav li:hover .nav.navbar-nav li {
    display: block;
    height: 40px;
    line-height: 40px;
    float: none;
}
.nav.navbar-nav li:hover .nav.navbar-nav li a {
    padding: 0 20px;
    display: block;
    line-height: 40px;
}
.nav.navbar-nav li:hover .nav.navbar-nav li a:hover {
    background: #5a5a5a !important;
}

.navbar-header .dropdown-toggle:hover,
.navbar-header .dropdown-toggle:active,
.navbar-header .dropdown-toggle:focus,
.navbar-header .dropdown-toggle:visited,
.nav .open > a{
    background: transparent !important;
}

.navbar-header .glyphicon {
    color: #fff !important;
}

.navbar-header .dropdown-menu {
    background: #42413f;
    border: 0px;
    border-radius: 0px;
    margin-top: 5px;
    padding: 0px;
        
}
.navbar-header .dropdown-menu a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
}
.navbar-header .dropdown-menu a:hover {
    color: #fff;
    background: #5a5a5a !important;
}

@media (max-width: 991px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #5a5a5a;
    }
    .collapse.navbar-collapse{
        display: none !important;
    }
    .navbar-default .navbar-toggle,
    .collapse.navbar-collapse.in{
        display: block !important;
    }
    .collapse.navbar-collapse.in{
        background:#fff;
        padding: 0 35px 15px;
        margin-top: 0px;
        clear: both;
        overflow: auto !important;
        position: absolute;
        top: 51px;
        left: 0;
        right: 0;
    }
    
    .navbar-nav > li{
        float: none !important;
        display: block !important;
    }
    
    .navbar-nav {
        float: none;
		background: #42413f;
		margin: 0 -20px;
    }
    .nav.navbar-nav .nav.navbar-nav {
        display: block;
        background: #42413f;
        width: calc(100% - 20px);
		margin-left: 10px;
    }
    .nav.navbar-nav a.active, .nav.navbar-nav a.main {
        background: #5a5a5a;
    }

    .nav.navbar-nav li .nav.navbar-nav li {
        display: block;
        height: 40px;
        line-height: 40px;
        float: none;
    }
    .nav.navbar-nav li .nav.navbar-nav li a {
        padding: 0 20px;
        display: block;
        line-height: 40px;
    }
    .nav.navbar-nav li .nav.navbar-nav li a:hover {
        background: #5a5a5a !important;
    }
    .nav.navbar-nav li:hover .nav.navbar-nav{
        display: block;
        background: #42413f;
        position: static;
        width: auto;
        float: none;    
    }
}

@media (max-width: 991px) {
    .collapse.navbar-collapse.in{
        position: static;
    }
    
}

.chosen-container-multi .chosen-choices .search-field input[type="text"]{
	width: auto !important;
}
div.button-panel
{
	padding: 10px;
	text-align: right;
	width: 100%;
}

div.button-panel-left
{
	padding: 10px 10px 10px 0px;
	text-align: left;
	width: 100%;	
}

textarea.description
{
	height: 200px;
}

textarea.auto-height
{
	height: 65px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.tleft
{
	text-align: left;
}

.tcenter
{
	text-align: center;
}

.tright
{
	text-align: right;
}

.form-error-message
{
	color: #C00;
	margin-top: 10px;
	margin-bottom: 10px;
}

label.required:before {
  content: "*";
  color: #ff0000;
  font-weight: bold;
}

.on-click
{
	cursor: pointer;
}

#ajax-flashes
{
	position: fixed;
	top: 100px;
	left: 10%;
	width: 80%;
	z-index: 9999;
	box-shadow: 4px 4px 2px #888888;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*
  margin-bottom: 60px;
  margin-top: 55px;
  /*background-image: url('../images/test.jpg');
  background-position-x: -140px;
  background-position-y: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
#subnav {
	top: 50px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

footer p { text-align: center; }

code {
  font-size: 80%;
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 50%;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .5);
  margin-left: -30px;
  margin-top: -30px;
}

#nprogress .spinner-icon {
  width: 20px;
  height: 20px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 20px;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.no-spinner #nprogress .spinner {
  display: none;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Module
----------------------------------------------------
*/
div.module-tile
{
	background-color: #000080;
	color: #fff;
	width: 200px;
	height: 100px;
	font-size: 1.2em;
	font-weight: bold;
	float: left;

	text-align: center;
	/*line-height: 80px;*/
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	box-shadow: 4px 4px 2px #888888;
	
	border-radius: 4px;
	
	cursor: pointer;
	
	position: relative;
}

div.module-tile-content
{
  text-align: center;
	width: 200px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

div.module-tile:hover
{
	/*margin-top: 10px;
	margin-bottom: 0px;*/
	
	height: 100px;
	background-color: #006AEB;
	/*box-shadow: 0 0 0 #fff;*/
	box-shadow: 5px 5px 2px #888888;
	/*box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);*/
}

div.form-panel
{
    margin-right: 0px;
    margin-left: 0px;
    background-color: #FFF;
    border-color: #DDD;
    border-width: 1px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: none;
}

.chosen-container-single .chosen-multi {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-multi span {
    padding-top: 2px;
}
.chosen-container-single .chosen-multi div b {
    margin-top: 2px;
}

.chosen-container-active .chosen-multi,
.chosen-container-active.chosen-with-drop .chosen-multi {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.k-multiselect-wrap{
    height: 50px;
}


.fixed-button {
    position: fixed;
    bottom: 10px;
    /*right: 0px;*/
	 z-index: 2;
	 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
	 transition: all 0.3s;
	 border-radius: 3px;
}
.fixed-button:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s;
  transform: translateZ(10px);
}

.message-window {
	position: fixed;
	bottom: 10px;
	width: 50%;
	/*right: 0px;*/
	z-index: 2;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s;
	transform: translateZ(10px);	
}

.presentation{
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
  transition: all 0.3s; 
  border-radius: 3px;
}

.presentation:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s;
  transform: translateZ(10px);
}

.badge-notify{
   background:#d9534f;
   position:relative;
   top: -11px;
   left: -18px;
}

.badge-notify-info{
   background:#c4e3f3;
   color: #31708f;
   position:relative;
   top: -11px;
   left: -18px;
}

.glyphicon.glyphicon-plus.plus {
    font-size: 1.3em;
}

.glyphicon.glyphicon-shopping-cart.cart {
    font-size: 1.3em;
}

.glyphicon.glyphicon-comment.message {
    font-size: 1.3em;
}

.glyphicon.glyphicon-bell.notify {
    font-size: 1.3em;
}

.changed-frame{
	border: 1px solid #a94442;
	margin: 1px;
}
.simple-table tr td
{
	padding: 4px;
}

.dot-red {
  height: 10px;
  width: 10px;
  background-color: #d9534f;
  border-radius: 50%;
  display: inline-block;
}

.dot-green {
  height: 10px;
  width: 10px;
  background-color: #5cb85c;
  border-radius: 50%;
  display: inline-block;
}

.dot-orange {
  height: 10px;
  width: 10px;
  background-color: #f0ad4e;
  border-radius: 50%;
  display: inline-block;
}

.dot-black {
  height: 10px;
  width: 10px;
  background-color: #111;
  border-radius: 50%;
  display: inline-block;	
}

.dot-big-red {
  height: 14px;
  width: 14px;
  background-color: #d9534f;
  border-radius: 50%;
  display: inline-block;
}

.dot-big-green {
  height: 14px;
  width: 14px;
  background-color: #5cb85c;
  border-radius: 50%;
  display: inline-block;
}

.dot-big-orange {
  height: 14px;
  width: 14px;
  background-color: #f0ad4e;
  border-radius: 50%;
  display: inline-block;
}

.dot-big-black {
  height: 14px;
  width: 14px;
  background-color: #111;
  border-radius: 50%;
  display: inline-block;
}

/*
	.carousel-caption
			{
				
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				top: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.4);
			}
*/


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: all 0.2s ease-out;
}


.left-title {
  float: left;
  margin-top: 5px;
  font-weight: bold; }

.color {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px; }

.white {
  background: #fff; }

.gray {
  background: #999; }

.yellow {
  background: #ffd403; }

.green {
  background: #2ebb0a; }

.red {
  background: #bb0a0a; }

.black {
  background: #000; }

.float-left {
  float: left;
  padding-left: 5px; }

.float-right {
  float: right;
  padding-right: 5px; }

.mt-30 {
  margin-top: 30px; }

.mt-26 {
  margin-top: 26px; }

.btns {
  position: absolute;
  top: 19px;
  right: 10px; }

.no-left-padding {
  padding-left: 0 !important; }

.no-right-padding {
  padding-right: 0 !important; }

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mt-15 {
  margin-top: 15px; }

.mb-0 {
  margin-bottom: 0 !important; }

/*
.alert {
  border-radius: 0 !important;
  border: none !important;
  color: #fff !important; }
  .alert a {
    color: #fff !important; }
    .alert a:hover, .alert a:focus, .alert a:active {
      color: #fff;
      text-decoration: none; }
*/

/*
#neprehlednete-modal .modal-body {
  padding: 0 !important; }
  #neprehlednete-modal .modal-body table {
    margin-bottom: 0 !important; }
*/
/*
.alert-success {
  background: #6d9277; }

.alert-info {
  background: #6d7a92; }

.alert-danger {
  background: #522121; }
*/
@media (min-width: 768px) {
	/*
  .modal-dialog {
    width: 80% !important; }
    .modal-dialog .modal-content {
      border-radius: 0 !important; }
      .modal-dialog .modal-content .modal-header {
        background: #a2a2a2; } 
	*/
 }
 
 
/*.bordered-content {
  border: 2px solid #a2a2a2; }
body .subnavigation {
  text-align: center;
  margin-bottom: 25px; }
*/
body ul.checkbox-list {
  list-style: none;
  padding-left: 0; }
body .widget-block, body .widget-block-title {
  opacity: .8;
  /*font-size: 9pt;*/
  position: relative; }

body .widget-block a.gotopage, body .widget-block-title a.gotopage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

body .widget-block:hover, body .widget-block:focus, body .widget-block:active {
  opacity: 1;
  -webkit-box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.12); }
body .page-content {
  margin-top: 20px; }
  @media (min-width: 992px) {
    body .page-content .w33 {
      width: 33%;
      float: left;
      padding: 0 5px; } }
  @media (min-width: 992px) {
    body .page-content .w25 {
      width: 25%;
      float: left;
      padding: 0 5px; } }
body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter {
  display: none; }
body fieldset.bsf-life, body fieldset.notes {
  border: 2px solid #a2a2a2;
  height: 225px;
  text-align: center; }
  body fieldset.bsf-life legend, body fieldset.notes legend {
    width: auto;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
    /*font-size: 10pt;*/
    font-weight: bold;
    border: none;
    text-align: left; }
  body fieldset.bsf-life p, body fieldset.notes p {
    margin-top: 57px;
    color: #666; }
  body fieldset.bsf-life textarea, body fieldset.notes textarea {
    width: 100%;
    height: 185px;
    border: none; }
body fieldset.message {
  position: relative;
  border: 2px solid #a2a2a2;
  padding: 5px 15px;
  margin-top: 15px; }
  body fieldset.message legend {
    width: auto;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
    /*font-size: 10pt;*/
    font-weight: bold;
    border: none;
    text-align: left;
    margin-bottom: 0; }
body table.performance th, body table.performance td {
  /*font-size: 9pt;*/ }
body table.performance td {
  text-align: center; }
body .statistic-footer {
  background: #522121;
  padding: 15px;
  color: #fff;
  text-align: center; }
  body .statistic-footer .label-1, body .statistic-footer .value-1, body .statistic-footer .label-2, body .statistic-footer .value-2, body .statistic-footer .label-3, body .statistic-footer .value-3 {
    display: inline-block; }
 
/*  
.navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
/*
  margin-top: 23px;
  padding: 9px 10px !important;
}
*/
@media (min-width: 768px) {
  .nav-small > ul > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    line-height: 17px;
  }
}

/* # sourceMappingURL=bsfa.css.map */

/* CSS talk bubble */
.talk-bubble {
  display: inline-block;
  position: relative;
	height: auto;
}

.talk-bubble-me {
	display: inline-block;
	position: relative;	
	height: auto;
	background-color: #b7cbd5;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #d9edf7 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #d9edf7 transparent transparent transparent;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #b7cbd5 transparent transparent transparent;
	#d9edf7
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: #b7cbd5 transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.form-control { font-size: 15px;}

.p-0{
    padding: 0px;
}
.p-1{
	padding: 6px;
}
.m-0{
    margin: 0px;
}
.m-1{
    margin: 6px;
}
a:not([href]){
    color: #444;
    text-decoration: none;
    cursor: auto;
}

.switch-toggle > input + span::after {
    content: attr(unchecked);
    color:red;
}

.switch-toggle > input:checked + span::after {
    content: attr(checked);
    color:green;
}

a.toggle[aria-expanded="true"]::after {
    content: attr(hide);
}
a.toggle::after, a.toggle[aria-expanded="false"]::after {
    content: attr(show);
}
    
textarea.form-control{
	resize: vertical;
}

.text-bold{
    font-weight: bold !important;
}
.label-badge{
    position: absolute; top: 5px; right: 5px;
}