body, html {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.4em;
    font-size: 14px;
    background: url('../images/bg.jpg');
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 400;
}
#top {
    background: url('../images/topmenubg.jpg') repeat-x;
    padding-top: 4px;
}
a{
    text-decoration: none;
}
a img {
    border: none;
}
label{
    cursor: pointer;
}
/*  top menu */

#topmenu {
    height: 31px;
    width: 980px;
}
.defaultWidth {
    width: 820px;
    margin: auto;
}

#contanctMenu{
    float: right;
    margin-right: 20px;
}
#top .topRight {
    float: right;
    margin-right: 20px;
}
#topmenu ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    margin-left: 10px;
}
#topmenu ul.menu li {
    display: block;
    list-style: none;
    float: left;
    border-right: 1px solid #afafaf;
    padding-left: 10px;
    padding-right: 10px;
}
#topmenu ul.menu li:last-child {
    border: 0;
}
#topmenu ul.menu li a {
    color: #0c7b5c;
}
#logo {
    height: 110px;
    padding-top: 20px;
}

h1{
    margin: 15px;
}
#content h2 {
    color: #2f9576;
    font-size: 18px;
    font-weight: bold;
    font-size: 18px;
}
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DAD9D9;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.box h2 {
    margin-top: 0;
}
#pointsMap .borderMap {
    border: 1px solid #dad9d9;
    border-radius: 4px 4px 4px 4px;
}
#pointsMap .mapReadMore {
    text-align: right;
    font-size: 0.857em;
}
#pointsMap .mapInfoWindow{
    overflow: hidden;
}	
#pointsMap .link{
    color: #137994;
    display: block;
    padding-top: 10px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
}
#pointsMap .link:hover{
    color: #1B7633;
}
#pointsMap #pointsListContener .link span:last-child{
    display: none;
}
#pointsMap #pointsListContener.expanded .link span:last-child{
    display: block;
}    
#pointsMap #pointsListContener.expanded .link span:first-child{
    display: none;
}
#pointsMap .showOnMap{
    color: #C7C7C7;
    font-size: 12px;
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
#pointsMap .adress{
    font-size: 12px;
}
#pointsMap .adress > div{
    width: 172px;
    float: left;
    padding-right: 10px;
}
#pointsMap p{
    margin: 0;
}
#pointsMap ul{
    padding: 0;
}
.black{
    color: #000;
}
#pointsMap .adress > div:last-child{
    padding: 0;
}
#pointsMap #pointsCategories {
    position: relative;
}
#pointsMap .showCategories {
    background: url("../images/showpointcategory.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    left: -25px;
    padding-left: 20px;
    padding-top: 4px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
    width: 75px;
    float: left;
    margin-right: -10px;
}
#pointsMap .pointsCategoriesList {
    float: left;
    width: 660px;
}
#pointsMap .pointsCategory {
    float: left;
    height: 35px;
    width: 205px;
    margin-right: 15px;
}
#pointsMap .pointsCategory img {
    max-width: 23px;
    vertical-align: middle;
    float: left;
}
#pointsMap .pointsCategory input {
    vertical-align: middle;
    margin: 4px 2px 0 0;
    float: left;
}
#pointsMap .pointsCategory span {
    display: inline-block;
    float: left;
    width: 160px;
}
.pointsList h3{
    clear: both;
}
.pointsList h3 img{
    vertical-align: middle;
}
.pointsList .point{
    color: #595959;
    float: left;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 20px;
    width: 364px;
}
.pointsList .point.second{
    margin: 0;
}
.pointsList .point  .name {
    color: #000;
    font-weight: bold;
}
.clear {
    clear: both;
}
#schedule table {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-collapse: collapse;
}
#schedule table td:first-child{
    min-width: 200px;
    width: 200px;
}
#schedule table td {
    padding: 7px;
    border: 1px solid #c7c7c7;
    line-height: 1em;
    vertical-align: middle;
    min-width: 79px;
    width: 79px;
}
#schedule table th {
    padding: 10px;
    border: 1px solid #c7c7c7;
    line-height: 1em;
    vertical-align: middle;
    font-weight: normal;
}
#schedule table td > div > div {
    margin-bottom: 5px;
}
#schedule table td > div > div:last-child {
    margin: 0;
}
#schedule .day {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
}
#schedule .two {
    background: #f5f4f4;
}
#schedule .scheduleLegend {
    margin-bottom: 20px;
    margin-top: 20px;
}
#schedule table.hidden{
    display: none;
}
#schedule .nav{
    display: inline-block;
    float: right;
}

#schedule .nav span{
    cursor: pointer;
}
#schedule .nav .prevSchedule{
    background: url('../images/prev.png');
    display: inline-block;
    width: 24px;
    height: 24px;
}
#schedule .nav .prevSchedule.noActive{
    background: url('../images/prevnoactive.png');
    cursor: auto;
}    
#schedule .nav .nextSchedule{
    background: url('../images/next.png');
    display: inline-block;
    width: 24px;
    height: 24px;
}
#schedule .nav .nextSchedule.noActive{
    background: url('../images/nextnoactive.png');
    cursor: auto;
}    
.company .name {
    color: #000;
}
.company {
    color: #595959;
    float: left;
    width: 349px;
    padding: 10px;
    margin-right: 20px;
    height: 100px;
    margin-bottom: 0px;
}
.company:hover {
    background: #f5f4f4;
}
.company .disposalplaces {
    position: relative;
}
.company .disposalplaceslist {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DAD9D9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 9px silver;
    display: none;
    left: 238px;
    padding: 20px;
    position: absolute;
    top: -89px;
    width: 250px;
    z-index: 20;
    min-height: 55px;
}
.company .disposalplaceslist .anchor{
    background: url("../images/tooltip_anchor.png") no-repeat scroll left top transparent;
    height: 23px;
    left: -17px;
    position: absolute;
    top: 70px;
    width: 26px;
}
.company .disposalplaceslist.right .anchor{
    background: url("../images/tooltip_anchor.png") no-repeat scroll right top transparent;
    right: -17px;
    left: auto;
}
.disposalplaceslist .close{
    background: url('../images/close.png') no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.company .disposalplaceslist.active{
    display: block;
}
.company .disposalplaceslist > div{
    margin-bottom: 20px;
}
.company .disposalplaceslist > div:last-child{
    margin: 0;
}
.company .link {
    color: #137994;
    cursor: pointer;
    text-decoration: underline;
}
.company .link:hover{
    color: #1B7633;
}

#outerFooter {
    background: transparent url('../images/footerbg.png') left top repeat;
    height: 95px;
    clear: both;
}
#outerFooter a{
    color: #0C7B5C;
}
#footer {
    background: transparent url('../images/1pxstripe.png') left top repeat-x;
    padding: 20px;
    width: 940px;
    margin: auto;
}
#footer p{
    margin: 0;
}
#outerFooter .author {
    font-size: 0.714em;
    text-align: right;
    color: #777;
}
#outerFooter .copyrights {
    font-size: 0.857em;
    text-align: right;
    color: #555;
    float: right;
}
.scheduler{
    margin-bottom: 20px;
}
.scheduler:last-child{
    margin-bottom: 0;
}
.scheduleCategory p, .scheduleCategory div{
    display: inline;
}
.coutner{
    font-size: 0.857em;
    text-align: right;
    color: #555;
    float: right;
}
.coutner label{
    margin-right: 5px;
    margin-left: 10px;
}
/**
 *  Do widoku z kolumną
 */
.defaultWidth.withLeftCol {
    width: 990px;
    margin: auto;
}
#content.withLeftCol {
    background: #fff;
    padding: 20px;
    width: 950px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    margin-bottom: 13px;

}
#leftColumn{
    float: left;
    margin-right: 15px;
    padding: 0;
    width: 235px;
}
.withLeftCol .component {
    float:right;
    width: 700px;
}
#content.withLeftCol.fullsizeComponent #leftColumn {
    display: none;
}
#content.withLeftCol.fullsizeComponent .component {
    width: 950px;
}
/**
 *  Logowanie
 */
div.login .login-fields,
#top dl dd fieldset > p {
    margin-bottom: 5px;
}
div.login label,
#top dl dd fieldset label {
    display: inline-block;
    width: 80px;
}
/* Stylowanie linkow gornego paska */
#top dl {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#top dl dt {
    border-right: 1px solid #AFAFAF;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 7px 0 0;
}
#top dl dd {
    display: none;
    position: absolute;
    z-index: 100;
    top: 2em;
    right: 0px;
    min-width: 300px;
    border: 1px solid #555;
    background: #fff;
}
#top dl dd fieldset {
    border: none;
}
#top dl dd ul.menu  {
    margin: 0px;
    padding: 0px;
}
#top dl dd ul.menu li {
    float: none;
    border: none;
    padding-left: 20px;
}
#top dl dd ul.menu li:hover {
    background-color: #efefef;
}
#top .topRight {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#top .topRight > div {
    border-right: 1px solid #AFAFAF;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 7px 0 0;
}
#top .topRight .button,
#top .topRight button {
    border: none;
    background: none;
    color: #137994;
    cursor: pointer;
}
/**
 *  Formatowanie widoków mbgclients
 */
.list_clients{
    width: 600px;
    height: auto;
    min-height: 200px;
}
.client{
    width: 750px;
    height: 40px;
    border: 1px solid;
}
.client_field{
    width:120px;
    height: 40px;
    float:left;
}

.left_clients{
    width: 680px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#raport_is{
    width: 100px;
}

.info{
    position:fixed;
    width:300px;
    height:200px;
    margin:-150px auto auto -100px;
    top:50%;
    left:50%;
    text-align:center;
    vertical-align: middle;
    line-height: 200px; 
    background-color: white;
    border: solid;
    border-width:3px;	
    border-color:red;

}


.top_search{
    width: 220px;
    height: 70px;
}
.top_search_elm{

    float: left;
}
.top_search_elm2{
    width:150px;
    float: left;
}
/*
.client_input{
    font-size: 0.909em;
    border: 1px solid silver;
    background: #fff;
}
*/

.smallBox{
    width: 20px;
    float: left;
}
.nextBox{
    float: left;
}


#clients tr{
    height: 32px;

}
#clients thead th{
    text-align: center;
    background: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #fff;
}
#clients tbody td,
#clients tbody th {
    padding: 6px;
    border-left: 1px solid #fff;
}
#clients tbody tr{
    background: #fff;
    border: 1px solid #fff;
    text-align: left;
}
#clients table{
    border: solid 1px;
    border-color: gray;
    border-spacing: 2px;
    background-color: #f3f3f3;
}

#filter_calendar_s,#filter_calendar_e{
  /*  font-size: 0.909em;
    border: 1px solid silver; 
    background: #fff; */
}
.client_search{
    margin: 10px;
}
.client_search .client_search_column {
    float: left;
    width: 35%;
}
.client_search .client_search_column.wide {
    width: 65%;
}
.client_search .client_search_column:nth-child(3) {
    width: 28%;
}
.client_search label {
    width: 60px;
}
.client_search .client_search_column.wide label {
    width: 120px;
    float: left;
}
.client_search input[type=text] {
    width: 120px;
}
.client_list_btns {
    text-align: right;
    margin: 10px 0 10px 0;
}
.raport_search{
    margin: 10px;
}
.raport_search .client_search_column {
    float: left;
    width: 35%;
}
.raport_search .raport_search_column.wide {
    width: 65%;
}
.raport_search .client_search_column:nth-child(3) {
    width: 28%;
}
.raport_search label {
    width: 120px;
}
.raport_search .client_search_column.wide label {
    width: 120px;
    float: left;
}
.raport_search input[type=text] {
    width: 120px;
}

.link0 {
    width: 90px;
    height: 24px;
    display:block;
    overflow: hidden;
    background: transparent url('../images/download.png') 66px 0px no-repeat;
    float: right;
    margin-right: 8px;
    color: #137994;
    cursor: pointer;
    text-decoration: underline;
}

.link0:hover{
    color: #1B7633;
}


.link2 {
    width: 70px;
    height: 24px;
    display:block;
    overflow: hidden;
    background: transparent url('../images/download.png') 46px 0px no-repeat;
    float: left;
    margin-right: 8px;
    color: #137994;
    cursor: pointer;
    text-decoration: underline;
}

.link2:hover{
    color: #1B7633;
}

a {
    color: #137994;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color: #1B7633;
}

.component {
    float: right;
    width: 700px;
    font-size: 12px;
    background-color: white;
}

.two {
    background: none repeat scroll 0 0 #F5F4F4;
    border-left: 1px solid white;
}

.btn {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 2px outset #888888;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
}

.btn:hover{
    border-style: inset;
}
legend {
    color: #146295;
    font-size: 1.182em;
    font-weight: bold;
}

.right{
    float: right;
    margin: 10px;
}

.reportForm {
    position: relative;
    margin: 20px 0px 10px 0px;
    background: #fff;
    padding: 10px;
}
.reportForm label {
    display: block;
    margin: 0px;
    padding: 0px;
}
.reportForm div input[type=text],
.reportForm div select,
.reportForm div textarea {
    width: 99%;
}
.reportForm div input[type=text],
.reportForm div select {
    height: 16px;
    padding: 1px;
    border: 1px solid silver;
}
.reportForm div select {
    height: 20px;
}
.reportForm .event_date {
    float: left;
    clear: both;
    width: 100px;
    margin-right: 3px;
}
.reportForm .event_date input[type=text] {
    width: 70px;
}
.reportForm .event_date .calendar {
    margin: 0 0 2px 5px;
    vertical-align: middle;
}
.reportForm .event_type {
    float: left;
    width: 500px;
}
.reportForm .event_amount {
    float: right;
    width: 50px;
    margin-right: 2px;
}
.reportForm .event_note {
    float: left;
    clear: left;
    width: 500px;
}
.reportForm .event_submit {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 150px;
    height: 39px;
}
.reportForm .event_submit input[type=submit] {
    width: 146px;
    height: 37px;
}
/**
 *  Style dla modulu Jak segregowac odpady
 */
.custom.jakSegregowac ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;

}
.custom.jakSegregowac > ul{
    display: block;
    text-align: center;
}
.custom.jakSegregowac > ul > li {
    background: url("../images/mblist_bg.jpg") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 39px;
    padding: 0 20px;
    text-shadow: 0 1px 1px #000;
    clear: both;
}
.custom.jakSegregowac > ul > li > span{
    background: url("../images/mblist_arrowdown.jpg") no-repeat scroll right top transparent;
    display: block;
}
.custom.jakSegregowac > ul > li.active > span{
    background: url("../images/mblist_arrowup.jpg") no-repeat scroll right top transparent;
}
.custom.jakSegregowac > ul > li > ul{
    margin-top: 10px;
    text-shadow: none;
    display: block;
    text-align: left;
    width: 100%;
}
.custom.jakSegregowac > ul > li > ul > li{
    float: left;
    font-size: 14px;
    text-align: center;
    width: 365px;
}
.custom.jakSegregowac > ul > li > ul > li > ul{
    font-size: 14px;
    line-height: 19px;
    list-style: disc outside none;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: left;
}


#search,#search2{ 
    border:1px solid #ccc;
    padding:6px; 
    width:400px;
    background:#fff; 
}
ul.autocompleter-choices { 
    position:absolute; 
    width:339px; padding:0; 
    list-style:none; 
    z-index:50; 
    background:#3b5998; 
    border:1px solid #3b5998; 
    top:0; 
}
ul.autocompleter-choices li {
    margin:0; 
    list-style:none;
    padding:0px 10px; 
    cursor:pointer; 
    font-weight:normal; 
    white-space:nowrap; 
    color:#fff; 
    font-size:11px; 
}
ul.autocompleter-choices li:hover { 
    background:#eceff5; 
    color:#3b5998; 
}
.search-working {
    background:url(/wp-content/themes/walshbook/images/indicator_blue_small.gif) 200px 7px no-repeat; 
}

/* Paginacja */
.list-footer div.counter {
    display: none;
}
.pagination {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 5px;
}
.pagination span.page-link a {
    border-width: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.pagination span.prev,
.pagination span.next {
    padding: 5px 0 6px;
}
.pagination span.prev {
    float: left;
}
.pagination span.next {
    float: right;
}
.pagination span.desc {
    color: #7F7F7F;
}
.pagination span.page-link {
    background-color: #D7D7D7;
    border-bottom: 1px solid #C4122F;
    border-radius: 1px 1px 1px 1px;
    display: inline-block;
    height: 14px;
    margin: 2px;
    padding: 3px 0 6px;
    text-align: center;
    width: 23px;
}
.pagination span.page-link.current {
    border: medium none;
    color: #000000;
}
.list-footer div.counter {
    display: none;
}
