*{
	padding:0;
	margin:0;
}

html {

	min-height: 100%;
}

body {
	/*font-family: Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	/*font-size: 14px;*/
	line-height:1.5;
	color: #5a5a5a;
	/*background-image: url("../img/bg3.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;*/
	background-color:#e6e6e6;
	/*background: #d8d8d8;*/
	position: absolute;
	min-height: 100%;
	width:100%;
}

body.editor { background-image: none; }


.bg-img{
	position: absolute;
}
img{
	border:0;
}

h1, h2,h3,h4,h5,h6{
	font-family:Calibri;
}
h2{
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}
/*a{
	text-decoration:none;
	color:#fff;
}*/
a:hover{
	color:#eee;
}
h1 a{
	float:right;
	color:#000;
	font-size:20px;
}
h1 a:hover{
	color:#36669B;
	text-decoration:none;
}
ul{list-style: none}


.table th, .table td{
	vertical-align: middle;
}

.content a{color:#555;}

/*.container{
	margin:0 auto;
	width:980px;
	padding-bottom:85px;
}*/

.layout-content {

	padding-top:85px;
	padding-bottom:180px;
}

.container-footer{
	margin:0 auto;
	width:980px;
}

.min-height{
	min-height:500px;
}
/* -------------------- uwaga ten styl nadpisuje identyczny styl z bootstrapa trzeba tu wprowadzic szczegolowy selektor narazie to komentuje
.white{
	background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
    font-size: 95%;
    padding: 10px;
}
*/
.title{
	border-bottom: 1px solid;
    color: #36669B;
}
.pull-right form label{
	color:#2F5987;
	padding:0 7px 0 0;
	font-weight:bold;
	font-size:16px;
}
.head{
	padding:0px 0;
}
.profil{
	background-image: url("../img/bg-render.jpg");
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    right: 45px;
    top: 0;
	z-index: 2;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.menu ul{
    background-image: url("../img/bg-render.jpg");
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-left: 0;
    height: 40px;
	font-weight: bold;
}
.menu li{
    border-right: 1px solid #FFFFFF;
    display: block;
    float: left;
    line-height: 34px;
    margin-top: 3px;
    padding: 0 20px;
}
.menu li:last-child{
	border: none;
	float: right;
}
.menu li:hover{

}
.well a{
	color:#000;
}

.nav-tabs > li > a {
	background-color:#ddd;
    color: #555555;
}
.leftMenu{
	width:250px;
	float:left;
}
.leftMenu ul{
	padding: 10px 0 10px 20px;
}
.map{
	width: 700px;
	height:500px;
	float:right;
}
.loginBox{
	margin:20px auto;
	width: 400px;
}
.infoBox{
	padding:5px;
	border:1px solid #ccc;
}
.footer{
	padding:10px;
	text-align:center;
}
.clear{
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}
ul.info_msg, ul.error_msg{
	margin-top:5px;
    padding: 5px 20px;
    background: #74C344;
    border: 1px solid green;
    color: #2E6F07;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

ul.error_msg{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CE1A1A;
    color: #CE1A1A;
}
ul.errors{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
	background:#fff;
	border:0;
	color: #CE1A1A;
	font-weight: bold;
}
.featurette p{
	font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 20px;
}
.featurette span{
	color:#999999;
}
.logo{
	margin:10px;
}
.navbar .nav{
	margin:0 10px;
}
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 85px;
}
.navbar-wrapper .navbar {
	width:100% !important;
}
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

.navbar .brand {
	padding: 5px 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.navbar .brand.r{
	float:right;
}
.navbar .nav > li > a {
	padding: 15px 20px;
}
.navbar .btn-navbar {
	margin-top: 5px;
}
.login-box{
	padding: 0 45px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    float: right;
}
.login-box a{
	color:#36669B;
	text-decoration:none;
}
.content{
 background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin: 0;
    padding: 20px 4px;
}
.form-btn-1{
    background-color: #1F99DB;
    background-position: center 0;
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    height: 35px;
    width: 120px !important;
    border-radius: 4px 4px 4px 4px;
}
.border{
	background-image: url("../img/stopka2.png");
	background-position: center 0px;
	background-repeat: repeat-x;
    position: absolute;
    top: -26px;
    width: 100%;
    height: 70px;
    z-index: 1;

}

#routs-thumb{
	padding-bottom:5px;
}

.border.top{
	height: 30px;
	top: 0px;
	background-image: url("../img/stopka3.png");

}
.bar {
    height: 18px;
    background: green;
}
footer{
    bottom: 0;
    margin-top: 20px;
    padding: 15px 0;
	width: 100%;
	background-color: #36669B;
    color: #DDDDDD;
    position: absolute;
}
footer a{
	color:#fff;
}
footer .span2{
	margin-left: 20px;
	width: 180px;
	padding-top: 10px;
}
footer div.row{

}
.spans{
	float: left;
    margin-left: 2px;
    width: 145px;
}
.fl{
	float: left;
	margin: 0 3px 0 0;
}
.flt{
	float: left;
}
.fr{
	float:right;
}
.div-right{
	background:#eef0f0;
	padding: 40px 0;
}
.div-right img{
	max-width: 350px;
}

.span3 {
    width: 295px;
}

.span5 {
    width: 460px;
}

p.pull-right {
	display:none;
}
.impact{
	list-style:none;
	float:left;
	margin-bottom: 115px;
}
.te-menu-cont{
	background-image: url("../img/m.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	background-color:#fff;
}
.grid{
	width: 100%;
	border: 1px solid #2a2a2a;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
	margin:25px 0;
}
.grid tr{background-color: #FFFFFC;  border: 1px solid #FFFFFF;}
.grid tr td{text-align: center;}
.grid tr.thead{
	background-color: #427FBF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}
.grid tr.thead td{
	padding:5px;
}
.grid tr td a:hover{
	text-decoration:none;
}
.grid tr.bg-row{
    background-color: RGBA(242,242,242,0.7);
}
.grid tr.thead td{}
.grid tr td.ta-l{text-align: left;}


#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid rgb(204, 204, 204);
	padding: 4px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.mce-panel { border-color: #d8d8d8; }
.mce-stack-layout { padding: 5px; }


.te-lang-ind { vertical-align: text-top }

.dropdown-menu a {
  cursor: pointer;
}
.size-2x {
    width:28px;
    height:28px;
}
#loading{

}
.files tr.template-download td a{color:#0088CC}
.files tr.template-download td a:hover{color:#CC88CC}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 275px;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group-addon {
padding: 7px 12px 4px;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
vertical-align: text-top;
}