html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
	margin-bottom: 10px;
}

body {
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	color: #444444;
	font-size: 14px;
	text-align: left;
	background: white;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
 font-family: 'BebasNeue';
 src: url('BebasNeue-webfont.eot');
 src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
 url('BebasNeue-webfont.woff') format('woff'),
 url('BebasNeue-webfont.ttf') format('truetype'),
 url('BebasNeue-webfont.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}

a {
	transition: all 0.2s ease-in-out;
}

/* CONTAINERS */

.top {
	height: 80px;
	background: #dbdcdc;
	border-bottom: 3px solid #cccccc;
	padding: 0 15px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.eyebuzz {
	padding-top: 12px;
	padding-right: 20px;
	float: left
}
.gallanonim {
	float: left;
	padding-top: 24px;
}

.dodajpost {
	height: 80px;
	border-left: 1px solid #bdbebe;
	float:left;
	line-height: 80px;
	margin-left: 25px;
	padding-left: 25px;
}

.button {
	font-family: "BebasNeue", sans-serif;
	padding: 5px 12px;
	font-size: 22px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	text-decoration: none;
}
a.button:hover {
	text-decoration: none;
}

#red {
	background: #cb3438;
	color: white;
}

#red:hover {
	background: #444444;
}

#gray {
	background: #646464;
	color: white;
}

#gray:hover {
	background: #cb3438;
}

.top .left {
	float: left;
}

.top .right {
	float: right;
}

.logout {
	float: right;
	height: 80px;
	border-left: 1px solid #bdbebe;
	width: 55px;
}

.settings_btn {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

.logout_btn {
	float: right;
	margin-top: 20px;
}

.usr_info {
	height: 63px;
	text-align: right;
	float: right;
	padding-right: 15px;
	padding-top: 17px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.usr_info span {
	color: #cb3438;
}

.administrator_header {
	font-family: "BebasNeue", sans-serif;
	font-size: 44px;
	color: #f6f7f7;
	text-align: center;
	line-height: 85px;
	float:right;
}

.middle {
	padding-top: 80px;
}

.left_column {
	width: 80px;
	background-color: #CB3439;
	position: fixed;
    top: 0;
    z-index: 1;
	bottom: 0;
}

.left_column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_column ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d46c6f;
	text-align: center;
}

.left_column ul li a {
	color: white;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 80px;
	padding: 12px 0;
}
.left_column ul li a:hover {
	background: #db7174;
}

.right_column {
	margin-left: 100px;
	padding-top: 20px;
}

.right_column .col1 {

}

.right_column .col2 {
	float: left;
}

.search, .search_analizy {
	width: auto;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	background-color:  #dbdcdc;
	padding: 20px;
}

.search_analizy {
	height: 289px;
}

.search_results {
	background: #dbdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}
.posts_count {
	width: 100%;
	background: #dbdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}

.client_stat {
	background: #dbdcdc;
	min-height: 400px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}

.post-zrodlo {
	width: 700px;
	background: #dbdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
	}

.generowanie_raportow {
	width: 700px;
	background: #dbdcdc;
	height: 71px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}

.generowanie_naglowek {
	width: 120px;
	height: 63px;
	border-right: 1px solid #bdbebe;
	font-family: "BebasNeue", sans-serif;
	font-size: 24px;
	color: #444444;
	line-height: 1.2;
	padding-top: 8px;
	padding-left: 10px;
	float: left;
}

.generowanie_buttony {
	width: 500px;
	float: left;
	height: 71px;
	line-height: 71px;
}

.generowanie_buttony .button {
	margin-left: 15px;
}

.operator_stat {
	background: #dbdcdc;
	min-height: 400px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;}

.podglad {
	width: 700px;
	background: #dbdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;}
}

.podglad_okno {
padding: 15px 10px 10px 10px !important; }

.circle_charts {
	width: 700px;
	height: 380px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: auto;
}

.nacechowanie_postow {
	width: 340px;
	float: left;
	height: 380px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	background: #dbdcdc;
	overflow: hidden;
}

.pochodzenie_postow {
	width: 340px;
	float: right;
	height: 380px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px;
	background: #dbdcdc;
	overflow: hidden;
}

.search .wyczysc_cont {
width: 105px;
float: right;
text-align: center;
}

.search_analizy .wyczysc_cont {
	width: 71px;
	float: left;
	text-align: center;
	padding-top: 120px;
}

.search .wyczysc_cont img {
	padding: 15px;
	margin: 15px;
}

.wyczysc_cont .button {
	font-size: 15px;
	padding: 5px 8px;
}


.szukana_fraza {
	width: 609px;
	padding: 10px;
	float: right;
}

.szukana_fraza .search_field {
	width: 609px;
}

.szukaj {
	font-size: 12px;
	font-weight: 600;
}

.filtruj {
	font-weight: 600;
}

.search_field {
	padding: 9px 10px;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	background: #edeeee;
	width:242px;
}

.szukaj .checkbox {
	margin-left: 10px;
}

.szukaj input.button, .filtruj input.button {
	border: none;
	cursor: pointer;
	float: right;
}

.selecty {
	width: 410px;
	float: left;
	padding-top: 22px;
}

.checkboxy {
	float: left;
	font-size: 12px;
    padding-top: 20px;
    line-height: 25px;
}

.filtruj input.button {
	margin-top: 15px;
}

.wyniki {
	background: #cb3438;
}

.pisy {
	height: 849px;
	width: 700px;
}

.wyniki .left a {
	font-family: "BebasNeue", sans-serif;
	font-size: 20px;
	color: white;
	text-decoration: none;
	margin-right: 5px;
}

.wyniki .left a:hover {
	color: #fd937f !important;
}
.wyniki h2 { display: inline; }
.wyniki .left a img {
	position: relative;
	top: -2px;
}

.wyniki .left {
	margin: 0 auto;
    text-align: center;
	padding-top: 12px;
}

.wyniki .right {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}

.pag_last {
	background: white;
	color: #444444 !important;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pag_ok {
	background: #444444;
	color: white !important;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wyniki .left h2, .posts_count_top h2 {
	font-family: "BebasNeue", sans-serif;
font-size: 26px;
color: white;
margin-bottom: -5px;
}

.posts_count_top h2 {
	padding: 7px 0 10px 10px;
 }
.wyniki:after {
	content: ' ';
	clear:both;
	display: block;
    padding: 15px 0;
}
.wyniki .right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.wyniki .right ul li {
	padding: 0;
	margin: 0;
	display: inline;
	white-space: nowrap;
}

.wyniki .right ul li a {
	font-family: "BebasNeue", sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
padding: 5px 6px;
border-right: 1px solid #bdbebe;
}

.dyskusje {
	color: #e64c65 !important;
	background-color: #dbdcdc;
}
.blogi {color:#5968a2 !important; background-color: #dbdcdc;}
.porownywarki {color:#59a287 !important; background-color: #dbdcdc;}
.facebook {color:#0045ad !important; background-color: #dbdcdc;}
.inne {
    color: #5084fe !important;
    background-color: #dbdcdc;
}
.twitter {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	color:#00a4fe !important; background-color: #dbdcdc;}

.dyskusje span, .blogi span, .porownywarki span, .facebook span, .twitter span, .inne span {
	color: black !important;
}

.wyniki .right ul li a:hover, .wyniki .right ul li a.current {
	background-color: white;
}

.wpis {
	width: 620px;
	background: white;
	height: 137px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}

#pozytywny {
	border-left: 10px solid #409f89;
}
#negatywny {
	border-left: 10px solid #e64c65;
}
#neutralny {
	border-left: 10px solid #BDBDBD;
}

.temat {
	width: 50%;
	float: left;
	font-size: 12px;
}
.data {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 12px;
}

.tekst {
	font-size: 13px;
	padding-top: 7px;
	line-height: 1.3;
	width: 100%;
    float: left;
}

.nickname {
	font-weight: bold;
	float: left;
	color: #df6c4f;
	font-size: 13px;
	margin-top: 10px;
	padding-top: 7px;
}
.nickname span {
	color: black;
}

.tags {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

.tag {
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 8px;
	text-decoration: none;
}

#d {
	background: #e64c65;
	color: white;
}

#nasz {
	background: #dbdcdc;
	color: #444444;
}

#tagpozytywny {
	background: #409f89;
	color: white;
}

#tagneutralny {
	background: #BDBDBD;
	color: white;
}

#tagnegatywny {
	background: #e64c65;
	color: white;
}

.posts_count_top {
	width: 100%;
	height: auto;
	background: #cb3438;
	padding-bottom: 15px;
}

.post_count_bottom {
	width: 100%;
	background: #444444;
}

.post_count_bottom .opcje {
	width: 280px;
	float: left;
	padding: 20px;
}
.post_count_bottom .opcje a {
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: white;
	background: #646464;
	display: block;
	width: 72px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
	margin: 10px 10px 0 0;
}
.post_count_bottom .opcje a:hover, .post_count_bottom .opcje a.active {
	background: #cb3438;
}

.nacechowanie_postow h2, .pochodzenie_postow h2 {
	font-family: "BebasNeue", sans-serif;
	font-size: 28px;
	color: #444444;
	text-align: center;
	margin-top:10px;
	margin-bottom: 15px;
}

.doughnut {
	width: 100%;
	text-align: center;
	height: 302px;
}

.count {
	width: 100%;
	height: 80px;
	background: #edeeee;
}

.count_pozytywne {
	height: 72px;
	border-top: 4px solid #409f89;
	/* width: 114px; */
	border-right: 1px solid #dbdcdc;
	float: left;
}

.count_negatywne {
	height: 72px;
	border-top: 4px solid #e64c65;
	/* width: 110px; */
	border-right: 1px solid #dbdcdc;
	float: left;
}

.count_neutralne {
	height: 72px;
	border-top: 4px solid #bebebe;
	/* width: 114px; */
	float: left;
}
.count_pozytywne, .count_negatywne, .count_neutralne {
	width: 33%;
	text-align: center;
	font-size: 14px;
	color: #444444;
	padding-top: 4px;
}
.count_pozytywne h2, .count_negatywne h2, .count_neutralne h2 {
	font-family: 'Open Sans';
	margin-top: 0;
}

.doughnut_date {
	width: 100%;
	position: relative;
	top: -130px;
	font-size: 21px;
}

.doughnut_date h3 {
	font-weight: 600;
}

.doughnut_edytuj {
	position: relative;
	top: -51px;
	text-align: right;
	padding-right: 10px;
}

.doughnut_edytuj a {
	font-family: "BebasNeue", sans-serif;
	padding: 4px 12px 2px;
	font-size: 19px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.count_nasze {
	border-top: 4px solid #ecd06f;
	width: 169px;
	border-right: 1px solid #dbdcdc;
	float: left;
}

.count_obce {
	border-top: 4px solid #1a99aa;
	width: 170px;
	float: left;
}
.count_nasze, .count_obce {
	width: 49%;
	text-align: center;
	font-size: 14px;
	color: #444444;
	padding-top: 4px;
}
.count_nasze h2, .count_obce h2 {
	font-family: 'Open Sans';
	margin-top: 0;
}

.client_stat .head, .operator_stat .head, .search_results .head, .podglad .head, .post-zrodlo .head {
	background: #cb3438;
	font-family: "BebasNeue", sans-serif;
font-size: 26px;
color: white;
margin-bottom: -5px;
line-height: 71px;
padding-left: 10px;
}

.search_results .head {
margin-bottom: 0;
}

.zakladki {
background: #bebebe;
padding: 10px;
}

.zakladki a {
	font-family: "BebasNeue", sans-serif;
	padding: 4px 12px 2px;
	font-size: 19px;
	background: #444444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: white;
	margin-right: 10px;
}

.zakladki a:hover, .zakladki a.current {
	background: #dbdcdc;
	color: #444444;
}

.suwak {
	min-height: 282px;
	background: #dbdcdc;
}

.klient {
	background: #edeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding: 10px;
	line-height:1.5;
}

.klient span {
	font-size: 12px;
	float: right;
	padding-top:2px;
}

.klient hr {
	border: 0;
	border-top: 1px solid #5b5b5b;
	margin-top: 30px;
margin-bottom: -6px;
}

.klienci {
	overflow: auto;
}

.wyniki_single {
	overflow: auto;
	padding-top: 10px;
}

.wyniki_container {
	width: 415px;
	float: right;
	margin-top: 5px;
}

.wykres {
	width: 270px;
	float: left;
	margin-right: 10px;
}

.wartosc {
	width: 30px;
	color: #b1b1b1;
	float: left;
}

.wyniki_data {
	color: white;
	width: 70px;
	float: left;
	font-size: 16px;
	text-align: right;
	margin-right: 10px;
}
.wyniki_data span {
	color: #b1b1b1;
}

/* FORMULARZE */

input, select, textarea {
    margin:0;
    padding:0;
    font-size:0.85em /* this is optional, I like the fonts a little smaller */;
    outline:none;
    font-family:inherit; box-sizing:border-box /* make sure you use the other vendor prefixes */;
}
input[type="radio"],
input[type="checkbox"] {
    position: absolute; left: -999em;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 25px;
	height: 24px;
	background-image: url(../images/template/formelements2.png);
	margin-bottom: -11px;
}
input.pozytywne + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 25px;
	height: 24px;
	background-image: url(../images/template/formelements_pozytywny.png);
	margin-bottom: -11px;
}


input.nasze + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 25px;
	height: 24px;
	background: url(../images/template/formelements2.png);
	margin-bottom: -11px;
}
input.obce + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 25px;
	height: 24px;
	background-image: url(../images/template/formelements2.png);
	margin-bottom: -11px;
}

input.negatywne + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 25px;
	height: 24px;
	background-image: url(../images/template/formelements_negatywny.png);
	margin-bottom: -11px;
}
input.btn_dyskusje + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_dyskusje.png);
	margin-bottom: 10px;
	text-indent: -999;
}
input.btn_blogi + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_blogi.png);
	margin-bottom: 10px;
	text-indent: -999;
}
input.btn_ceneo + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_ceneo.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_opineo + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_opineo.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_skapiec + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_skapiec.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_nokaut + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_nokaut.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_okazje + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_okazje.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_cokupic + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_cokupic.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_notanio + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_notanio.png);
	margin-bottom: 10px;
	text-indent: -999;
}

input.btn_cenowarka + label:before {
   	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -2px;
	width: 192px;
	height: 37px;
	background-image: url(../images/btn_cenowarka.png);
	margin-bottom: 10px;
	text-indent: -999;
}
.szukana_fraza .checkboxy {
	width: 100%;
	height: 180px;
	padding-top: 15px;
	padding-left: 9px;
}

.szukana_fraza .button {
border: 0;
float: right;
}

.btn {
	margin-bottom: 10px !important;
}
input[type="checkbox"] + label:before { background-position: 0 -25px;} input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
input.btn + label:before { background-position: 0 -37px;margin-right:5px; margin-bottom: 5px;} input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
input[type="radio"] + label:before { background-position: -25px -25px;} input[type="radio"]:checked + label:before { background-position: -25px 0;}
.ie8 label:before { display:none; content:none; /*this removes the fake content*/ }
.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"]{ position: static; left:0; /* this puts the inputs back in their place */
}
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
    position:relative; top:5px;
    margin-right:0.5em; }
div.styled {
    overflow:hidden; /* this hides the select's drop button */
    padding:0;
    margin:0;
    background: white url(../images/template/formelements-select2.png) no-repeat bottom right;
    /* this is the new drop button, in image form */
    width: 130px; -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0 !important; }
div.styled select {
    width:125% /* this percentage effectively extends the drop down button out of view */;
    background-color:transparent;
    background-image:none;
    -webkit-appearance: none /* this is required for Webkit browsers */;
    border:none;
    box-shadow:none;
    padding: 0 0.5em;
    height: 32px;
    line-height:32px;
}
.ie7 div.styled {border:none;  }
.ie7 div.styled select {
    width:100%;
    background-color:white;
    border: solid 1px #ccc;
    padding:0.3em 0.5em;
}

/* ANALIZY */

.wpis_dyskusje {
	background: white;
	height: 77px;
	width: 630px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #454545;
	padding: 10px;
}

.wpis_dyskusje p {
	color: #444444 !important;
	margin-bottom: 8px !important;
	font-weight: 300;
}

.wpis_dyskusje a {
	color: #cb3438;
	text-decoration: none;
	font-weight: 600;
}

.zrodlo {
	width: 650px;
	height: 20px;
	background: #edeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 18px;
	padding: 10px;
}

.adreszrodla {
	float: right;
	text-align: right;
}

.adreszrodla a {
	text-decoration: none;
	color: #444444;
}

.statusoperatora_klienci {
	margin-top: 15px;
}

.statusoperatora_klient {
	width: 240px;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;

}

.statusoperatora_klient span {
	float: right;
}

.col100 .jScrollbar5 .jScrollbar_draggable {
	float:right;
}

.col100 .search_results {
	height: auto;
	width: auto;
	clear: both;
	}

.col100 .search_results .wpisy_pulpit {
	padding: 10px;
	clear: both;
}

.col100 .search_results .wpisy_pulpit .wpis {
	width: auto;
	height: auto;
	overflow: auto;
}

#bezsuwaka_box {
	height: auto;
	}

#bezsuwaka {
	height: auto;
	padding: 30px 20px 15px 30px;
}

#select_opcje {
	width: 235px;
	margin-top: 20px !important;
}
#date_filter {
	display: block;
    clear: both;
    padding-top: 10px;
}
#date_filter #red {
	font-size: 16px;
}
.hasDatepicker {
width: 90px;
background: none;
height: 32px;
border: 0;
padding-left: 5px;
margin-top: 0 !important;
cursor: pointer;
font-size: 15px;
}

.styled select {
cursor: pointer;
}

.right_column .row {
width: 100%;
}
.col-md-12 {
height: auto;
clear: both;
width: auto;
}

<<<<<<< HEAD
#bezsuwaka_box {
	height: auto;
	}

#bezsuwaka, #bez_suwaka {
	height: auto;
	padding: 30px 20px 15px 30px;
}

.klient {
	overflow: hidden;
	height: 55px;
}

.klient:hover {
	background: white;
	height: auto;
	position: static;
	z-index:999;
}

#klient_pojedynczy {
	width: 610px;
	height: auto;
}

.filter_all {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	color: #e64c65 !important;
	background: #dbdcdc;
	background-position-y: 27px;
}



.search .filtruj input#date1, .search .filtruj input#date2 {
 height: 31px; background: none; border: 0; width: 90px; background: #edeeee; padding: 5px; margin-top: 0 !important;
}

.hasDatepicker {
background: #edeeee;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0 !important;
}

#date_filter .button {
	border: 0;
}

.dataTables_filter input[type='text'] {
padding: 9px 10px;
font-size: 14px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: none;
background: #edeeee;
width: 242px;
margin-bottom: 10px;
}
.dataTable th {
background-color: #cb3438;

font-family: "BebasNeue", sans-serif;
font-size: 16px;
color: white;
padding: 0 0 0 10px;
border-bottom: 0 !important;
}
.alert {  }
table.dataTable tr.odd td.sorting_1 {
background-color: #dcdcdc !important;
}
table.dataTable tr.even td.sorting_1 {
background-color: #efefef !important;
}

.paging_full_numbers a.paginate_button {
border: 0;
}

.paginate_active {
background-color: #CB3438 !important;
color: white !important;
border: 0 !important;
}

.dataTables_paginate, .dataTables_info {
margin-top: 10px;
}
.menu_main {width: 90%;}
.container_main {width: 90% !important;}

.marginb10 {margin-bottom: 10px !important;}
.marginr10 {margin-right: 10px !important;}
.margint10 {margin-top: 10px !important;}

.wykres .bar { background-color: #ECD06F; }

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

#feature input,#division input { display: inline-block;}
.invoice .invoice_table {width: 100%;}
.invoice .invoice_table th {background-color: #B7B7B7; font-weight: bold; text-align: center; border: 1px solid #000000; }
.invoice .invoice_table td {border: 1px solid #000000; }
.invoice .border {border: 1px solid #000000; }
.invoice .bg {background-color: #B7B7B7;}
.invoice .inner {margin: 3px;}
.invoice_pdf .inner {margin: 0 3px 3px 3px !important;}

.glyphicon {font-size: 15px !important;}

#top_menu { margin-bottom: 10px;}

.wyniki_container .wyniki_single .bar {background-color: #ECD06F;}

.klient .bar {background-color: #FFFD0E; height: 20px;}
.klient .bar2 {background-color: #409F89; height: 20px;}
.klient .bar_bg {background-color: #444444; width: 288px; height: 20px;}
.client_stat input.filter[type=text], .operator_stat input.filter[type=text] {width: 100px;}
.statusoperatora_klienci .bar {background-color: #FFFD0E; height: 20px;}
.statusoperatora_klienci .bar_bg {background-color: #444444; width: 238px; height: 20px;}

.feature1 {background-color: #E64C65 !important; border-color: #E64C65 !important;}
.feature2 {background-color: #EDEEEE !important; border-color: #EDEEEE !important;}
.feature3 {background-color: #409F89 !important; border-color: #409F89 !important;}

.post_count_bottom .opcje a.product {
	width: 145px;
}
.post_count_bottom .opcje {
	width: 260px !important;
}

.header .head {
    background: none repeat scroll 0 0 #CB3438;
    color: #FFFFFF;
    font-family: "BebasNeue",sans-serif;
    font-size: 26px;
    height: 71px;
    line-height: 71px;
    padding-left: 10px;
    width: 690px;
    float: left;
    margin: 10px 0 10px 0;
}

.reports_dates {
    width: 100%;
    float: left;
    background-color: #DBDCDC;
    min-height: 50px;
    margin-bottom: 20px;
}

.reports_dates .block {
    margin: 10px 0 0 30px;
}

.post-zrodlo {
    margin-top: 10px;
}

.loading1 {width: 100%; height: 100px; text-align: center; padding-top: 40px; color: #931B1E; vertical-align: top;}

#date_filter { }
#date_filter input {width: 90px;}
#date_filter #red {width: 50px; font-size: 18px; padding: 0px;height: 32px;}
#date_filter #red:hover {background-color: #999}
#remember { opacity: 0;}
