/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
	font-family: 'Vegur Light';
	font-style: normal;
	font-weight: normal;
	src: local('Vegur Light'), url('fonts/allianz-sans.woff') format('woff');
}
html, body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 45%;
    border-bottom: 1px solid #70909E;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-indicators li {
	box-shadow: 0 0 3px 1px #666666;
}
.carousel-indicators li.active {
	border-color: #BBB;
	background: #898989; /* Old browsers */
	background: -moz-linear-gradient(top,  #898989 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #898989 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #898989 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #898989 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #898989 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
.navbar-inverse {
	border-color: #70909E;
}
.navbar-inverse .navbar-nav > li > a {
	color: #F1F1F1;
	padding: 5px 20px;
	margin: 10px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	padding: 4px 19px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFFFFF;
}
#loader {
	width: 60%;
	margin: 60px;
	text-align: center;
	display: none;
}
#emailModal .modal-dialog {
	margin: 150px auto;
	width: 500px;
}
#emailModal .modal-footer {
	border: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
#emailModal .modal-body {
	padding: 25px 20px 35px 20px;
	text-align: center;
}
#emailModal .modal-footer button.btn-default {
	float: none;
	padding: 5px 40px;
}
.modal-content .form-group label {
	margin-top: 5px;
}
.modal-content textarea.form-control {
	min-height: 200px;
}
iframe {
	border: 1px solid #AAAAAA;
	padding: 2px;
}
.navbar-brand {
	padding: 0 15px;
}
@media(max-width:991px) {
	.navbar-brand {
		padding: 3px;
	}
	.navbar-brand img {
		width: 250px;
		height: 43px;
	}
}
hr {
	border-color: #AAAAAA;
}
.page-header {
	border-bottom-color: #AAAAAA;
	text-shadow: 1px 1px 2px #555;
	margin: 20px 0;
}
h3, button {
	text-shadow: 1px 1px 2px #555;
}
h2 {
	margin-top: 0;
}
.list-group ul {
	padding-left: 0;
}
.btn, .list-group-item.active {
	color: #fff;
	background: #4e98c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e98c9 0%, #075eb5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e98c9), color-stop(100%,#075eb5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e98c9 0%,#075eb5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e98c9 0%,#075eb5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e98c9 0%,#075eb5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4e98c9 0%,#075eb5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e98c9', endColorstr='#075eb5',GradientType=0 ); /* IE6-9 */
}
.btn {
	font-family: "Vegur Light";
	letter-spacing: 2px;
	font-size: 15px;
	padding: 7px 20px;
	font-weight: bold;
	border: 1px solid #999999;
}
.btn:hover {
	padding: 8px 19px 6px 21px;
	background: #858fad; /* Old browsers */
	background: -moz-linear-gradient(top,  #858fad 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858fad), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #858fad 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #858fad 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #858fad 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #858fad 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858fad', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.btn-default {
	color: #555;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btn-default:hover {
	color: #FFF;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #adadad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#adadad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#adadad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#adadad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#adadad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
}
.btn-edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 7px;
	position: absolute;
	top: 8px;
	right: 10px;
	letter-spacing: 1px;
}
.btn-del {
	float: left;
}
.btn-edit, .btn-del {
	background: #ff2828; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff2828 0%, #b70000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2828), color-stop(100%,#b70000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff2828 0%,#b70000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff2828 0%,#b70000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff2828 0%,#b70000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff2828 0%,#b70000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2828', endColorstr='#b70000',GradientType=0 ); /* IE6-9 */
}
.btn-edit:hover {
	cursor: pointer;
	color: #333;
	font-size: 12px;
	padding: 4px 6px 2px 8px;
}
.btn-edit:hover, .btn-del:hover {
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1e767 0%, #fcac35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#fcac35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1e767 0%,#fcac35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1e767 0%,#fcac35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1e767 0%,#fcac35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1e767 0%,#fcac35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#fcac35',GradientType=0 ); /* IE6-9 */
}
#dodaj-str, #dodaj-kat, #dodaj-prod {
	float: right;
	padding: 3px 10px;
}
body {
	background: #eeeeee; /* Old browsers */
}
h1, h2, h3 {
	font-family: "Vegur Light";
}
.panel-admin h3 {
	margin: 0 0 10px 0;
	text-shadow: 0;
}
#wyloguj {
	float: right;
	margin-top: 15px;
}
.panel-body p {
	height: 120px;
}
.panel-body h3, .produkt h3 {
	margin: 5px 0 12px 0;
}
.produkt .img {
	float: right;
	margin: 0 0 10px 10px;
}
.produkt .img.mini {
	border: 0;
}
.produkt .img.mini img {
	float: left;
	padding: 2px;
	border: 1px solid #AAA;
	margin: 10px 0 0 10px;
}
nav.navbar, footer {
	font-family: "Vegur Light";
	font-size: 16px;
	background: #70919e; /* Old browsers */
	background: -moz-linear-gradient(top,  #70919e 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70919e), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70919e 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70919e 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70919e 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #70919e 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70919e', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.btn-powrot {
	float: right;
	margin-right: 100px;
}
footer {
	width: 100%;
	border-top: 1px solid #3f4c6b;
	color: #111;
	margin: 30px 0 0 0;
	padding: 15px 40px;
	font-size: 18px;
}
footer .kont {
	font-size: 22px;
	line-height: 30px;
}
footer a, footer p.like-a, footer a:hover {
	color: #FFF;
}
#easyTooltipGrid {
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid #000;
	background: #FFFFc7;
	z-index: 1100;
	-moz-border-radius: 5px; /* zaokrąglone rogi obramowania Firefox */
	-webkit-border-radius: 5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius: 5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius: 5px; /* pozostałe przeglądarki */
	max-width: 600px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 27%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 27%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 27%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 27%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 27%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
/* Sortable List */
.sortable {
	list-style-type: none;
}
.sortable li a {
	cursor: move;
}
.sortable li {
	position: relative;
}
.ui-state-highlight {
	height: 2.5em;
	line-height: 1.2em;
}
#queue {
	float: right;
	width: 75%;
	height: 86px;
	overflow: auto;
	padding: 2px 4px;
}
#alertModal .modal-body {
	text-align: center;
}
.modal-w450 {
	width: 450px;
}
#alertModal .modal-footer .btn {
	padding: 5px 30px;
}
pre strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
pre.show {
  background: none repeat scroll 0 0 #000000;
  opacity: 0.8;
  color: #ffffff;
  padding: 10px 15px;
}
pre.show_log {
  background: none repeat scroll 0 0 #000000;
  opacity: 0.5;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 10000;
}
