html {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
    width:100%;
	height: 100%;
	overflow-x: hidden;
}

.container-fixed {
	margin: 0 auto;
	max-width: 1080px;
}
.container-fixed > hr {
	margin: 30px 0;
}

.navbar-inner {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.well {
	position: relative;
	padding: 20px 15px 10px 15px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

#guziki .btn-default {
	color: #fff;
	background: url(../img/menu_left_bg.png) repeat-x;
	border-left: 1px solid #00275f;
	border-top: 1px solid #005691;
	border-right: 1px solid #00275f;
	border-bottom: 1px solid #00275f;
}
#guziki .btn-default:hover,
#guziki .btn-default:focus,
#guziki .btn-default.focus,
#guziki .btn-default:active,
#guziki .btn-default.active,
#guziki .open > .dropdown-toggle.btn-default {
	color: #102c59;
	font-weight: bold;
	background: url(../img/menu_left_bg_hover.png) repeat-x;
	border-left: 1px solid #00275f;
	border-top: 1px solid #005691;
	border-right: 1px solid #00275f;
	border-bottom: 1px solid #00275f;
}


.row {
	overflow: auto;
}

.red {
	color: #cc0000;
}

.green {
	color: #00cc3a;
}

.tab1{
	width: 100%;
	font-size: 13px;
	padding: 1px;
}
.tab1 thead th{
	font-weight: bold;
	font-size:15px;
	color: #303030;
}
.tab1 td,
.tab1 th{
	padding: 8px;
	color: #525252;
	text-align: center;
	border: 1px solid #d8d8d8;
}
.tab1 td{
	background: #fff;
}

.tab2{
	width: 100%;
	font-size: 13px;
	padding: 1px;
}
.tab2 thead th{
	font-weight: bold;
	font-size:15px;
	color: #303030;
}
.tab2 td,
.tab2 th{
	padding: 4px;
	color: #525252;
	text-align: center;
	border: 1px solid #d8d8d8;
}
.tab2 td{
	background: #fff;
}

.tab3{
	width: 100%;
	font-size: 13px;
	padding: 1px;
}
.tab3 thead th{
	font-weight: bold;
	font-size:15px;
	color: #303030;
}
.tab3 td,
.tab3 th{
	background: #ffc892;
	padding: 2px;
	color: #525252;
	text-align: center;
	border: 1px solid #ffffff;
}
.tab3 td{
	background: #ffead6;
}
.tab3 input{
	background: #ffffff;
}
.tab3 select{
	background: #ffffff;
}
.tab3 textarea{
	background: #ffffff;
}

.tabs{
	width: 100%;
	font-size: 12px;
	padding: 2px;
}
.tabs thead th{
	font-weight: bold;
	font-size:14px;
	color: #303030;
}
.tabs td,
.tabs th{
	padding: 2px;
	color: #525252;
	text-align: center;
	border: 1px solid #d8d8d8;
}
.tabs td{
	background: #fff;
}

.tabs_shadow{
	width: 100%;
	font-size: 12px;
	padding: 2px;
}
.tabs_shadow thead th{
	font-weight: bold;
	font-size:14px;
	color: #303030;
}
.tabs_shadow td,
.tabs_shadow th{
	padding: 2px;
	color: #525252;
	text-align: center;
	border: 1px solid #d8d8d8;
}
.tabs_shadow td{
	background: #fff;
}

.input-width-40 {
	width: 40px;
}

.input-width-50 {
	width: 50px;
}

.input-width-100 {
	width: 100px;
}

.input-width-200 {
	width: 200px;
}

.input-width-250 {
	width: 250px;
}

.input-width-280 {
	width: 280px;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #999999;
	text-decoration: none;
	background-color: #222222;
}

.input-group-addon {
    min-width: 100px;
    text-align: right;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	border-bottom: 1px solid #d8d8d8;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li {margin: 0 3px 3px 3px;padding: 0.4em;padding-left: 10px; }
#sortable li span { position: absolute; left: 30px; }

#rozklad_jazdy .selectlights {
	font-size: 13px; 
	height: 24px; 
	width: 24px; 
	border: 0 !important; 
	-moz-appearance: none; 
	-webkit-appearance: none;
	background: url('../../../public/images/traffic-lights-green-icon.png') no-repeat;
	text-indent: 0.01px;
    text-overflow: '';
}

.navbar {
	max-width: 1150px;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 10px 0px #4a4a4a;
	-moz-box-shadow: 0px 4px 10px 0px #4a4a4a;
	box-shadow: 0px 4px 10px 0px #4a4a4a;
}

.navbar-nav.navbar-right {
	padding-right: 15px;
}

.table {
	display:table;
	width:100%;
	border-collapse: collapse;
}
.heading {
	font-weight: bold;
	display: table-row;
	background-color: #C91622;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
}
.table-row {  
	display: table-row;
	text-align: center;
}
.col { 
	display: table-cell;
	border: 1px solid #636363;
}

.navbar .nav > li {
  z-index: 10001;
}

.pionowy { 
    text-align:justify;
    text-justify: newspaper;
    width: 20em;
}

.mce-menu { z-index: 65537 !important; }

/* reset */
.musli, .musli *{
    padding:0;
    margin:0;
    list-style:none;
}
.musli{
    position:fixed;
    right:0px;
    top:150px;
    z-index:200000;
    list-style:none;
}
.musli-bottom{
    left:300px;
    bottom:0px;
    right:auto;
    top:auto;
}
.musli-top{
    left:300px;
    top:0px;
    right:auto;
    bottom:auto;
}
.musli-left{
    left:0px;
    top:200px;
    right:auto;
    bottom:auto;
}
.musli > li{
    cursor:pointer;
    width:35px;
    height:35px;
    margin-bottom:1px;
    position:relative;
}
.musli-bottom > li, .musli-top > li{
    margin-right: 1px;
    margin-bottom: 0;
    float:left;
}
.musli > li > img{
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.musli-bottom > li > img{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.musli-top > li > img{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.musli-left > li > img{
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.musli > li > div{
    padding:5px;
    background: #fff;
    float:left;
    width:400px; /* szerokosc zakladek */
    height:430px; /* wysokosc zakladek */
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
    position:absolute;
    top:0;
    left:35px;
    z-index:200000;
}
.musli-bottom > li > div{
    top:35px;
    left:auto;
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}
.musli-top > li > div{
    bottom:35px;
    left:auto;
    top:auto;
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}
.musli-left > li > div{
    top:0px;
    left:auto;
    right:35px;
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}
.musli-google{
    border: solid #cd3c2a 3px;
}
.musli-facebook{
    border: solid #0170cf 3px;
}
.musli-twitter{
    border: solid #07afee 3px;
}
.musli-nk{
    border: solid #8fc44c 3px;
}