.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.img-left {
  float: left !important;
}
.middle {
  vertical-align:middle !important;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.border { border: 1px #ccc solid !important; }
.margin-top-05 { margin-top: 0.5em !important; }
.margin-top-10 { margin-top: 1.0em !important; }
.margin-top-15 { margin-top: 1.5em !important; }
.margin-top-20 { margin-top: 2.0em !important; }
.margin-top-25 { margin-top: 2.5em !important; }
.margin-top-30 { margin-top: 3.0em !important; }

.margin-bottom-05 { margin-bottom: 0.5em !important; }
.margin-bottom-10 { margin-bottom: 1.0em !important; }
.margin-bottom-15 { margin-bottom: 1.5em !important; }
.margin-bottom-20 { margin-bottom: 2.0em !important; }
.margin-bottom-25 { margin-bottom: 2.5em !important; }
.margin-bottom-30 { margin-bottom: 3.0em !important; }

.margin-left-05 { margin-left: 0.5em !important; }
.margin-left-10 { margin-left: 1.0em !important; }
.margin-left-15 { margin-left: 1.5em !important; }
.margin-left-20 { margin-left: 2.0em !important; }
.margin-left-25 { margin-left: 2.5em !important; }
.margin-left-30 { margin-left: 3.0em !important; }

.margin-right-05 { margin-right: 0.5em !important; }
.margin-right-10 { margin-right: 1.0em !important; }
.margin-right-15 { margin-right: 1.5em !important; }
.margin-right-20 { margin-right: 2.0em !important; }
.margin-right-25 { margin-right: 2.5em !important; }
.margin-right-30 { margin-right: 3.0em !important; }

.margin-no { margin: 0 !important; }

.padding-bottom-05 { padding-bottom: 0.5em !important; }
.padding-bottom-10 { padding-bottom: 1.0em !important; }
.padding-bottom-15 { padding-bottom: 1.5em !important; }
.padding-bottom-20 { padding-bottom: 2.0em !important; }
.padding-bottom-25 { padding-bottom: 2.5em !important; }
.padding-bottom-30 { padding-bottom: 3.0em !important; }

.padding-top-05 { padding-top: 0.5em !important; }
.padding-top-10 { padding-top: 1.0em !important; }
.padding-top-15 { padding-top: 1.5em !important; }
.padding-top-20 { padding-top: 2.0em !important; }
.padding-top-25 { padding-top: 2.5em !important; }
.padding-top-30 { padding-top: 3.0em !important; }

.padding-right-05 { padding-right: 0.5em !important; }
.padding-right-10 { padding-right: 1.0em !important; }
.padding-right-15 { padding-right: 1.5em !important; }
.padding-right-20 { padding-right: 2.0em !important; }
.padding-right-25 { padding-right: 2.5em !important; }
.padding-right-30 { padding-right: 3.0em !important; }

.padding-05 { padding: 0.5em !important; }
.padding-10 { padding: 1.0em !important; }
.padding-15 { padding: 1.5em !important; }
.padding-20 { padding: 2.0em !important; }
.padding-25 { padding: 2.5em !important; }
.padding-30 { padding: 3.0em !important; }

.font-08 {font-size: 8px !important;}
.font-10 {font-size: 10px !important;}
.font-12 {font-size: 12px !important;}
.font-14 {font-size: 14px !important;}
.font-16 {font-size: 16px !important;}
.font-18 {font-size: 18px !important;}
.font-20 {font-size: 20px !important;}
.font-22 {font-size: 22px !important;}
.font-24 {font-size: 24px !important;}
.bold { font-weight: bold !important; }

.b-b-w { border-bottom: 1px #FFFFFF solid; }
.b-b-r { border-bottom: 1px #D72626 solid; }
.b-b-g { border-bottom: 1px #808080 solid; }
.b-t-w { border-top: 1px #FFFFFF solid; }
.b-t-r { border-top: 1px #D72626 solid; }
.b-t-g { border-top: 1px #808080 solid; }
.border-orange { border: 1px #ff6f01 solid !important; }
.border-no { border: none !important; border: 0px !important; }

.red { color: red !important; }
.blue { color: #0033FF !important; }
.green { color: #009900 !important; }
.orange { color: #ff6f01 !important; }
.bg-red { background-color: red !important; }
.bg-gray { background-color: #808080 !important; }
.lightgray { color: #bebebe !important; }

.cursor-help {
  cursor: help;
}
.cursor-not {
  cursor: not-allowed;
}

.height-auto { height: auto !important; }
.w-90 { width: 90% !important; }
.big-checkbox { width: 30px; height: 30px; }

ul.no li {
  list-style: none;
}

.blog-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-title {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
.blog-main {
  font-size: 18px;
  line-height: 1.5;
}
.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

footer {
  color: #999;
  text-align: center;
  background-color: #1A1B1C;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
}
.blog-footer {
  padding: 40px 0;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.page-header {
	margin-top: 0px !important;
}

.navbar {
  margin-bottom: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #337AB7;
    color: #FFF;
}
.navbar-brand {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.9em;
}

.search {
  display: inline !important;
}

header {
  background-color: #373737;
  margin-bottom: 10px
}

header h1 {
	font-family: Impact, Charcoal, sans-serif !important;
	font-size: 3.5em !important;
  color: #fff;
  text-transform: uppercase;
}
header h1 span {
  color: #ff6f01 !important;
}


/*
FORMULARZE
*/
/* Makes responsive fields.Sets size and field alignment.*/

select{
  margin-bottom: 10px;
  width:100px;
  padding: 5px;
  border-radius:5px;
  border:1px solid #7ac9b7;
}
select option[disabled]{
color: #fff;
background-color: #000;
}
select.dlugi{
  width:100% !important;
}
input[type=submit]
{
	margin-bottom: 20px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	background-color: #4180C5;
	color: aliceblue;
	font-size:15px;
	cursor:pointer;
}
#submit:hover, button:hover
{
 background-color: black;
}
textarea{
	width:100%;
	padding: 15px;
	margin-top: 10px;
    border:1px solid #7ac9b7;
	border-radius:5px; 
	margin-bottom: 20px;
  } 
input[type=text]:focus,textarea:focus, input[type=password]:focus, input[type=number]:focus, select:focus {
	border-color: #4697e4;
}

.polowa {
  width: 50% !important;
}

.klik {
  cursor: pointer;
}
label.error {
color: red;
display: none;
}
div.error { display: none; }

.block { display: block; }



.classname .cropMain {
width:500px;
height:350px;
}

.output {
	position:absolute;
	z-index:55555;
	top:80px;
	left:400px;
	box-shadow:0 0 0 100000px rgba(255,255,255,0.9);
}

.infoTerminy {
min-width: 360px !important;
padding: 5px 8px;
height: auto;
max-height: 200px;
overflow-x: hidden;
background-color: #F9F9F9;
}


/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  /* width:602px; */
  width: 100%;
  max-width:602px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    /* left:11px; */
    left:1.82%
    top:0px;
    /* width:582px; */
    width:96.67%;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
    margin-left: 5px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
td.dzienwcalym {
  height: 120px;
  padding: 4px;
  border: 1px solid rgb(248, 248, 248);

}
.data-okienko {
text-align:left;
font-size:1.4rem;
} 
.data-okienko-gora {
height:20px;
text-align:right;
font-weight:bold;
}
.data-okienko-dol{
clear:both;
text-align:left;
}
.ko-data{
font-size:1.6rem;
font-weight:bold;
width:20px;
text-align:left;
padding:1px;
float:left;
margin:0;
}
.wkalendarzu {
  color: #fff;
  padding:1px 3px;
  margin:2px 0;
  font-size: 11px;
  border-radius: 3px;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset;
}
table.kalendarzcaly{
  width: 100%;
}
table.kalendarzcaly tr{
border-top: 4px #fff solid;
}
@media all and (max-width: 990px) {
#kalendarzgl {
  overflow: scroll;
}
}
 

 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 table.calendar_tab {
 	border: none;
 	width: 100%;
 }
 td.calendar_dni_nazwa {
 	width: 13.28%;
    height:80px;
    font-size:15px;
    vertical-align: middle;
    text-align: center;
 }
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 0.83%;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:0.83%;
    margin-top: 5px;
    line-height:80px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    /* width:80px; */
    width: 13.29%;
    height:80px;
    font-size:25px;
    background-color: #DDD;
    color:#000;
    text-align:center; 
}
ul.dates li.zaznaczony {
	background-color: #0099FF !important;
	color: #fff !important;
}
 
:focus{
    outline:none;
}

.tooltip-inner{
    padding:7px 12px !important;
    font-size: 14px !important;
    background-color:#3174AF;
}

/* WNIOSEK - KARTA */
.w-nazwa {
  font-size: 12px;
  margin: 0 0 14px;
  padding: 4px;
} 
.w-akcje {
  margin: 0 0 14px;
  font-size: 12px;
}
.w-opis {
font-size: 90%;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
margin: 14px 0;
}
.w-status {
  margin: 14px 0;
}
.c-opis {
font-size: 80%;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
margin: 7px 0;
}
.c-akcje {
  margin: 0 0 14px;
  font-size: 12px;
}

/* ORGAN - KARTA */
.o-akcje {
  margin: 0 0 14px;
  font-size: 12px;
}
.o-opis {
  font-size: 90%;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  margin: 14px 0;
}

/* TERMINY OKIENKO */
.t-kategoria {
  font-weight: bold;
  font-size: 1.2em;
  margin: 6px 2px;
  text-transform: uppercase;
  border-bottom: 1px #E9E9E9 solid;
}
.t-lista {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}
.t-jedno {
  padding: 6px 4px;
}
.t-jedno:hover {
  background-color: #D7D7D7;
  border-radius: 4px;
  transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}
.t-data {
  font-size: 1.1em;
  font-weight: bold;
}
.t-brak {
  font-size: 2.3em;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.t-wszystkie {
  padding-top: 10px;
  border-top: 1px #E9E9E9 solid;
  text-align: right !important;
  font-size: 1.1em;
  margin: 10px 2px;
}

.info-meta {
  color: #ff6f01;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0 5px 0;
}
.info-info {
  color: #272727 !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
  margin: 5px 0 5px 0;
}

img.img-orange { border: 1px #ff6f01 solid; border-radius: 5px; margin-bottom: 5px; }
img.img-orange:hover { opacity: 0.8; filter: alpha(opacity=80); border: 1px #e96500 solid; }

.panel-body ul { margin-left: 13px !important;}

.nav > li > a {
    padding: 10px 12px !important;
}