/* Katarzyna Rottbard */

/* czarny: #444
biały: #F7F7F7 */

/*-----------------------------------------------------------------------body */
html, body{
    padding: 0;
    margin: 0;
    height: 100%;
}

body{    
    font-family: 'Arimo', sans-serif;
    color: #444;
    line-height: 22px;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

/*----------------------------------------------------------------end of body */


/*---------------------------------------------------------------------header */
.header
{
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0;
    height: 45px;
    background: #333;
    z-index: 9999;
}

.header h1{
    margin: 12px 0 0 30px;
    text-transform: lowercase;
    font-weight: normal;
    height: 33px;
    float: left;
    color: #f8f9fb;
    font-size:3em;   
}

.header p{
    padding: 13px 0 0 5px;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #f8f9fb;
    font-size:0.7em;    
}

/*--------------------------------------------------------------end of header */


/*--------------------------------------------------------------start of page */
.content{
    position: absolute;
    top:65px;
    left: 0;
    width: 100%;
    min-height: 800px;
}

.aside{
    float: left;
    min-height: 800px;
    /*margin-top: 65px;*/
    padding: 20px 20px 0 30px;
    width: 229px;
    border-right: 1px inset #666;
    /*background-color: greenyellow;*/
}

.article{
    padding: 20px 20px 50px 30px;
    margin: 0;
    min-height: 800px;
    text-align: left;
    color: #444;
    float: left;
    width: calc(100% - 330px);
    /*background-color: pink;*/
    position: relative;
}

.footer{
    padding: 6px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    border-top: 20px solid #efefef;
    text-align: center;
    font-size: 0.8em;
    color: #aaa;
    background-color: #f8f9fb;
}

.footer{
    width: 100%;
    padding:6px;
    border-top: 1px solid #bbb;
}

.cookiebox{
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*min-height: 40px;*/
    background-color: yellowgreen;
    opacity: 0.8;
    color: #333;
}

.cookiebox span{
    height: 100%;
}

.cookiebox span a{
    padding: 0;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
    white-space:nowrap;
}

.cookiebox a{
    margin: 10px 20px;
    padding: 5px 10px;
    background-color: #7CAF14;
    border: 1px solid #333;
    text-decoration: none;
    color: #111;
    white-space:nowrap;    
}

.cookiebox a.submit{
    padding: 3px 25px;
    margin: 10px 0;
    border: 1px solid #597AA6;
    width: 100%;
    background-color: #7A94B7;
    height: 50px;
    color: #efefef;
    text-decoration: none;
}

.hover{
  cursor: pointer;  
}
/*----------------------------------------------------------------end of page */


/*---------------------------------------------------------------------slider */
.wrapper{   
    margin: 60px auto;
    padding:0;
    width: 80%;
    min-height: 740px;
    text-align: left;
    font-size: 14px;
}

.centered_wrapper{   
    margin: 0 auto;
    padding:0;
    max-width: 800px;
    min-height: 740px;
    text-align: center;

}
/*--------------------------------------------------------------end of slider */


/*-----------------------------------------------------------------login page */
.loginbox{
    margin:120px auto 0 auto;
    padding:0;
    width: 490px;
    font-size:14px;
    background-color: #f8f9fb;
    border: 1px solid #999;
}

.loginbox form{
    margin: 0 auto;
    /*width: 60%;*/
}

.loginbox ul{
    margin: 0;
    /*border: 1px solid #ddd;*/
    list-style:none;
    
    list-style-position: inside;
    overflow:hidden;
    display:inline-block;
}

.loginbox ul:first-of-type{
    width: 300px;
    padding: 20px 0 0 20px;
    height:260px;
}

.loginbox ul:last-of-type{
    width: 130px;
    text-align: left;
    padding: 60px 20px 0 20px;
    height:240px;
}

.loginbox li{
    display:block;
}

.loginbox li.c{
    text-align: center;
}

.loginbox li.error{
    padding: 5px 0;
    text-align: center;
    display:block;
}

.loginbox li a{
    font-size:0.8em;
    text-decoration: underline;
    color: #7A94B7;
    outline: none;
    text-indent:5px;
    font-weight: bold;
    font-style: italic;
    z-index: 10;
    /*float: right;*/
    line-height: 40px;
    display: inline;
}

.loginbox li input.h{
    font-family: 'Arimo', sans-serif;
    padding: 0 5px; 
    border: 1px solid #292929;
    width: 300px;
    background-color: #333;
    height: 30px;
    color: #efefef;
}

.loginbox li input.submit{
    margin-top: 10px;
    border: 1px solid #597AA6;
    width: 100%;
    background-color: #7A94B7;
    height: 50px;
    color: #efefef;
}

.loginbox li.second{
    margin-bottom: 20px;
}
/*----------------------------------------------------------end of login page */


/*-----------------------------------------------------------------------menu */
.f_menu{
    height: 45px;
    width: 100%;
    z-index: 999999;   
    /*border-bottom: 20px solid #efefef;*/
}

.f_menu .regular, .f_menu .mobile{
    margin: 0 auto;
}

.f_menu .regular{ 
    padding: 2px 30px 0 30px;
    height: 43px;
}

.f_menu .regular img{
    margin:0 8px;
    padding: 10px 0 0 0;
    width: 24px;
    height: 24px;
}

.f_menu .regular div:first-of-type{
    margin: 0;
    text-align: left;
    width: 70%;
    height: 40px;
    float: left;
}

.f_menu .regular div:first-of-type img{
    margin:0;
    padding: 5px 0 0 0;
    width: 30px;
    height: 30px;
}

.f_menu .regular div:first-of-type a.in{
    text-transform: uppercase;
    text-decoration: none;
    color: #efefef;
    margin: 0 0 0 20px;
    font-weight: normal;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.f_menu .regular div:last-of-type{
    margin: 0;
    padding-top: 7px;
    text-align: right;
    width: 30%;
    height: 40px;
    float: right;
}

.f_menu .regular div:last-of-type a.in{
    text-decoration: underline;
    color: #efefef;
    display: inline-block;
    height: 30px;
    margin:0;
    padding: 0;
    font-size:13px;
    font-weight: normal;
}

.f_menu .regular div:last-of-type span.in{
    text-decoration: none;
    color: #efefef;
    display: inline-block;
    height: 30px;
    padding: 0px;
    margin: 0;
    font-weight: normal;
}

.f_menu .mobile{
    width: 100%;  
    text-align: center;
    display: none;
    height: 40px;
}

.f_menu .mobile img{
    margin:0 10px;
    padding: 10px 0 0 0;
    width: 24px;
    height: 24px;
}

.s_menu{   
    border-bottom: 1px solid #D2D2D2;
    padding: 0 0 0 30px;
    position: fixed;
    top:45px;
    display: none;
    height:40px; 
    height:auto!important;
    height:40px;
    width: 100%;
    z-index: 999999;   
    font-size: 12px;
    background-color: #fff;
    overflow: visible;
}

.s_menu div{
    margin: 0;
    padding: 5px 0 0 0;
    height: 35px;
}

.s_menu ul {
    margin-top: 10px;
    padding-top:5px;
    margin: 0;
    background: transparent; /* #292929;*/
    text-align: left;
    list-style: none;
    height: 25px;
}

.s_menu ul li{
    display:inline-block;
    overflow:hidden;
    text-indent: 15px;
}

.s_menu ul li a{
    font-size:1.2em;
    text-transform:lowercase;
    text-decoration: none;
    color: #444;
    outline: none;
}
/*-----------------------------------------------------------------endof menu */


/*----------------------------------------------------------------------aside */
#homepage-mobile{
    width: 100%;
    /*background-color: yellow;*/
    display:none;
}

.aside .search, .aside .search form  {
    margin:0;
    padding:0;
}

.aside .search span {
    display:block;
    float:left;
    background:#fff;
    border:1px solid #dcdcdd;
    width:208px;
    padding:0 5px;
    height:29px;
    margin:0;
    position: relative;
    margin-bottom: 40px;
}

.aside .search form .keywords {
    width:220px;
    line-height:13px;
    height:13px;
    float:left;
    background:none;
    border:0;
    padding:8px 0px;
    margin:0;
    font:normal 11px Arial, Helvetica, sans-serif;
    color:#767676;
    
}

.aside .search form .button {
    margin:0;
    padding:4px 0 0 0;
    border:0;
    top: 0;
    right: 5px;
    position:absolute;
}

.gadget {
    margin:40px 0;
    padding: 0;
    padding:0 0 0 0;
    width:100%;
    /*background-color: greenyellow;*/
}

.gadget ul.sb_menu {
    margin:0;
    padding:0;
    list-style:none;
    color:#444;
    /*background-color: pink;*/
}

.gadget ul.sb_menu li {
    margin:0;
}

.gadget ul.sb_menu li {
    padding:4px 0 4px 12px;
    width:268px;
}

.gadget ul.sb_menu li a, label{
    color:#444;
    text-decoration:none;
    margin-left:-12px;
    padding-left:22px;
    font-size: 12px;
    /*background:url(images/li_a_hover.gif) left no-repeat;*/
}

.gadget ul.sb_menu li a:hover, ul.ex_menu li a:hover {
    color:#444;
    text-decoration:underline;
    background:url(images/li_a.gif) left no-repeat;
}

.gadget ul.sb_menu li a:hover {
    text-decoration:underline;
}

.gadget ul.b_menu {
    margin:0;
    padding:0;
    list-style:none;
    color:#444;
}

#homepage-mobile .gadget ul.b_menu {
    margin:0 auto;
    text-align: center;
    padding:0;
    list-style:none;
    color:#444;
}

.gadget ul.b_menu li {
    margin:0;
}

.gadget ul.b_menu li {
    padding:4px 0 4px 12px;
    width:100%;
}

.gadget ul.b_menu li div:nth-of-type(1){
    display: inline-block;
    width: 60px;
    display: inline-table;
}

.gadget ul.b_menu li div:nth-of-type(2){
    padding:0 4px;
    width: 150px;
    display: inline-table;
    font-size: 12px;
    text-align: left;
}

/*#homepage-mobile .gadget ul.b_menu li div:nth-of-type(2){
    padding:0 14px;
    width: 150px;
    display: inline-table;
    text-align: left;
    font-size: 12px;
}*/

/*.aside ul.b_menu li a, label{
    color:#444;
    text-decoration:none;
    margin-left:-12px;
    padding-left:22px;
    font-size: 12px;
    //background:url(images/li_a_hover.gif) left no-repeat;
}

.aside ul.b_menu li a:hover {
    text-decoration:underline;
}*/
/*---------------------------------------------------------------end of aside */


/*--------------------------------------------------------------------buttons */
a.button{
    margin:0 2px 0 0;
    width: 48px;
    height: 20px;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #597AA6;
    background-color: #7A94B7;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
}

a.button:hover {
    background-color: #ADC7EA;
}
 
a.button:active {
    position:relative;
    top:1px;
}

a.button_select{
    margin:0 2px 0 0;
    width: 48px;
    height: 20px;
    padding: 2px 20px 3px 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #597AA6;
    background-color: #7A94B7;
    cursor: pointer;
    text-decoration: none;
}

a.button_small{
    margin:0;
    width: 38px;
    height: 8px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #597AA6;
    background-color: #7A94B7;
    cursor: pointer;
    text-decoration: none;
    display: inline;
}

a.inactive{
    margin:0 2px 0 0;
    width: 48px;
    height: 20px;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #DFDFDF;
    background-color: #DFDFDF;
    cursor: default;
    text-decoration: none;
}

a.sbutton{
    margin:0 2px 0 0;
    width: 40px;
    height: 20px;
    padding: 5px 5px;
    display: inline;
    text-align: center;
    color: #fff;
    border: 1px solid #597AA6;
    background-color: #7A94B7;
    cursor: pointer;
    text-decoration: none;
}

.title{
    margin: 0 auto 20px auto;
    text-align: center;
}
.title a{
    font-weight: normal;
    font-size:16px;
    text-decoration: none;
    
    color: #ccc;
}
.title a.active{
    color: #444;
}

h2{
    font-weight: normal;
}

.icenter{
    text-align: center;
}

.center{
    margin: 0 auto;
}

.article h2{
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
}

.input_error{
    border: 1px solid red;
}

.remove{
    margin: 0 auto;
    display: block;
}

.hover{
    cursor: pointer;
}

.birthday, .nameday, .dayOn, .dayOff, .event{
    padding: 7px 10px;
    text-decoration: none;
    margin:0;
}

.birthday{
    background: #a4d3ee;
    color: #fefefe;
}

.nameday{
    background: #d1eeee;
    color: #777;
}

.dayOn{
    background-color: #eeeed1;
    color: #777;
}

.dayOff{
    background-color: #ff99bb;
    color: #fefefe;
}

.event{
    background: #7A94B7;
    color: #fefefe;
}

.settings{
    position: absolute;
    top:20px;
    left: 20px;
}

.back{
    background-color: #ADD79C;
    width: 90px;
    height: 22px;
    padding: 5px;
    text-align: center;
    /*border-radius: 5px;*/
    position: absolute;
    top:20px;
    left: 20px;
}

.back a{
    
    text-decoration: none;
    color: #fff;
}

.choose_page{
    border: 0;
    background-color: transparent;
}

.choose_page option{
    border: 0;
}

.info{
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.tip{
    font-size: 10px;
    margin-left: 65px;
}

select.standard{
    margin: 0 auto;
    width: 100px;
}

ul.options{
    margin: 0;
    list-style:none;    
    list-style-position: inside;
}

#chartPlaceholder{
    margin-top: 20px;
    width:800px;
    height:500px;
}

a.default{    
    text-decoration: none;
    font-weight: normal;
    color: inherit;
}
/*-------------------------------------------------------------end of buttons */


/*----------------------------------------------------------------------table */
.dataTables_wrapper{
    margin: 0 auto;
    padding: 20px;
    width: 1000px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
}

.dataTable  input[type='text']{
    font-family: 'Arimo', sans-serif;
    padding: 5px 3px;
}

.dataTable thead, tfoot {
    display: table-header-group;
}

.dataTable tfoot.summing-up {
    display: table-footer-group;
}

.dataTable tbody td:last-of-type img {
    margin: 0 auto;
    display: none;
}

#bills_wrapper{
    margin: 0 auto;
    padding: 20px;
    width: 1200px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
}

#bills_wrapper #bill_search label{
    float: right;
}

#bills_wrapper .addnew{
    padding-top: 10px;
}

#bills{
    width: 1200px;
}

#bills .last{
    width:100px;
}

#bills th {
    padding: 5px;
    border-bottom: 1px solid #000;
}

#bills tfoot {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

#bills .summing-up tr:first-of-type td{
    padding-top: 20px;
}

#bills .summing-up tr:last-of-type td{
    padding-bottom: 10px;
}

#bills tbody tr {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

#bills tbody td {
    padding: 0 10px;
}

#bills input[type="text"] {
    width: 100%;
    padding: 5px 3px;
    border: 1px solid #ddd;
}

#bills td.last input[type="text"] {
    text-align: center;
    
}

#bills tbody tr.odd {
    background-color: #F6F6F6;
}

#bills tbody tr.even {
    background-color: #FFFFFF;
}

#bills .res_info{
    display: none;
}


#addBillDef_wrapper, #addProvider_wrapper{
    margin: 0 auto;
    padding: 20px;
    width: 500px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    position:relative;
}

/* default wrapper */
.main_wrapper{
    margin: 0 auto;
    padding: 20px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
}

.main_wrapper .search label{
    float: right;
}

.main_wrapper .addnew{
    padding-top: 10px;
}

.main{
    width: 100%;
}

.main .last{
    width:100px;
}

.main th {
    padding: 5px;
    border-bottom: 1px solid #000;
}

.main tfoot {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.main .summing-up tr:first-of-type td{
    padding-top: 20px;
}

.main .summing-up tr:last-of-type td{
    padding-bottom: 10px;
}

.main tbody tr {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.main tbody td {
    padding: 0 10px;
}

.main input[type="text"] {
    width: 100%;
    padding: 5px 3px;
    border: 1px solid #ddd;
}

.main td.last input[type="text"] {
    text-align: center;
    
}

.main tbody tr.odd {
    background-color: #F6F6F6;
}

.main tbody tr.even {
    background-color: #FFFFFF;
}

.main tbody tr.inactive {
    color: #ddd;
}

.main .res_info{
    display: none;
}

/* end of default wrapper */

.contact-form h1 {
    /*font-size:42px;*/
}
 
.contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
.contact-form input, 
.contact-form select, 
.contact-form textarea, 
.contact-form label {
    font-size:12px;
    margin-bottom:2px;
}
 
.contact-form input, 
.contact-form select,
.contact-form textarea {
    width:450px;
    border: 1px solid #ADC7EA;
    margin-bottom:20px;
    padding:4px;
}

.contact-form input[type="checkbox"]{
    width: auto;
}

.contact-form select{
    width:460px;
}
 
.contact-form input:focus, 
.contact-form select:focus, 
.contact-form textarea:focus {
    border: 1px solid #C7E1FF;
    background-color: #C7E1FF;
}
 
.contact-form textarea {
    height:50px;
    resize: none;
}
 
.contact-form label {
    display:block;
}
 
.contact-form .required {
    font-weight:bold;
    color:#F00;    
}
 
.contact-form #submit-button {
    width: 100px;
    height: 32px;
    padding: 5px;
    border: 1px solid #597AA6;
    background-color:#333;
    color:#FFF;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#7A94B7;
    -moz-border-radius:8px;
}
 
.contact-form #submit-button:hover {
    background-color: #ADC7EA;
}
 
.contact-form #submit-button:active {
    position:relative;
    top:1px;
}
 
.contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;    
}
 
#req-field-desc {
    font-style:italic;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

#modalAddProvider{
    padding:15px;
}
/*---------------------------------------------------------------end of table */


/*---------------------------------------------------------------fullCalendar */
#calendar{
    border: none;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    width: 800px;
    /*minHeight: 550px;*/
    background-color: #FFF;
    font-size: 15px;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, 
.fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {border: 0;}
.fc-head .fc-row:nth-of-type(1){padding: 10px 0;border-bottom: 1px solid #666;}
.fc-unthemed .fc-today {background: #E7F3E2;border-radius: 6px;}
.fc-event {position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #7A94B7; /* default BORDER color */
	background-color: #7A94B7; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
	border-radius: 5px;
}
.fc-toolbar {text-align: center;margin-bottom: 1em;padding-bottom: 1em;border-bottom: 1px solid #eee;}
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {padding: 0 2px;font-size: 15px;font-style: normal;font-family: 'Arimo', sans-serif;}
.fc-ltr .fc-basic-view .fc-day-number {text-align: center;}
.fc-rtl .fc-basic-view .fc-day-number {text-align: center;}
.fc-day:hover{background:lightblue;border-radius: 6px;cursor: pointer;}

/*Allow pointer-events through*/
.fc-slats, /*horizontals*/
.fc-content-skeleton, /*day numbers*/
.fc-bgevent-skeleton /*events container*/{
    pointer-events:none
}

/*Turn pointer events back on*/
.fc-bgevent,
.fc-event-container{
    pointer-events:auto; /*events*/
}
/*------------------------------------------------------------end of calendar */


/*---------------------------------------------------------------simple modal */
#smAddEvent {display:none;}

/* Overlay */
#sm-overlay {background-color:#eee;}

/* Container */
#sm-container {height:310px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:1px solid #7A94B7;}
#sm-container .sm-header {height:30px; line-height:30px; background:#7A94B7; color:#fff; font-weight:normal;padding-left:8px;border-bottom: 1px solid #7A94B7;}
#sm-container .sm-header span {}
#sm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
#sm-container .message input {width: 320px;font-family: 'Arimo', sans-serif;}
#sm-container .message textarea {font-family: 'Arimo', sans-serif;width: 320px; height: 60px;}
#sm-container .message select {width: 270px; margin-top: 10px;}
#sm-container .buttons {width:300px; float:right; padding:10px 8px 0;} 
#sm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../images/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#sm-container a.modal-close,
#sm-container a.modal-close:link,
#sm-container a.modal-close:active,
#sm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#sm-container a.modal-close:hover {color:#ccc;}
/*--------------------------------------------------------end of simple modal */


/*---------------------------------------------------------------------- qTip */
.qtipEvent{
    min-height:150px; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:1px solid #7A94B7;
}

.qtipEvent .qtip-titlebar {height:30px; line-height:30px; background:#7A94B7; color:#fff; font-weight:normal;padding-left:8px;border-bottom: 1px solid #7A94B7;}
/*--------------------------------------------------------------- end of qTip */

@media all and (max-width:1600px) {
    .aside{
        display: none;
    }
}

@media all and (max-width:1300px) {
    #bills_wrapper, #bills, #bill_search{
        max-width: 1000px;
    }
    #bill_search{
        max-width: 1000px;
    }
    #bills thead th:last-of-type, #bills tbody td:last-of-type{
        display: none;
    }
    #bills tfoot:last-of-type td:last-of-type{
         display: none;
    }
}

@media all and (max-width:1100px) {
    #bills_wrapper, #bills, #bill_search{
        max-width: 800px;
    }
    #bill_search{
        max-width: 800px;
    }
    #bills thead th:last-of-type, #bills tbody td:last-of-type{
        display: none;
    }
    #bills thead th:nth-of-type(3), #bills tbody td:nth-of-type(3), #bills tfoot:last-of-type td:nth-of-type(3){
        display: none;
    }
}

@media all and (max-width:900px) {
    .f_menu .regular{
        display: none;
    }
    .f_menu .mobile{
        display: block;
    }
    .article{
        width:100%;
               padding:0;
        margin:0;
    }
    .aside, #homepage{
        display:none;
    }
    #homepage-mobile{
        display:block;
    }
    #bills_wrapper, #bills, #bill_search{
        max-width: 600px;
    }
    #bill_search{
        max-width: 600px;
    }
    #bills thead th:last-of-type, #bills tbody td:last-of-type{
        display: none;
    }
    #bills thead th:nth-of-type(3), #bills tbody td:nth-of-type(3), #bills tfoot:last-of-type td:nth-of-type(3){
        display: none;
    }
}

@media all and (max-width:600px) {
    .f_menu .regular{
        display: none;
    }
    .f_menu .mobile{
        display: block;
    }
    .article{
        width:100%;
        padding:0;
        margin:0;
    }
    .aside, #homepage{
        display:none;
    }
    #homepage-mobile{
        display:block;
    }
    .loginbox{
        margin-top: 20px;
    }    
    .loginbox{
        width:100%;
        border: 0;
        background-color: transparent;
    }
    .loginbox ul{
        margin: 0 auto;
        padding: 0;
        list-style:none;
        list-style-position: inside;
        overflow:hidden;
        display:block;
    }
    .loginbox ul:last-of-type{
        padding-top: 0;
    }
    
    #bills_wrapper, #bills, #bill_search{
        max-width: 350px;
    }
    #bill_search{
        max-width: 350px;
    }
    #bills thead th:last-of-type, #bills tbody td:last-of-type{
        display: none;
    }
    #bills thead th:nth-of-type(7), #bills tbody td:nth-of-type(7), #bills tfoot:last-of-type td:nth-of-type(7){
        display: none;
    }
/*    #bills thead th:nth-of-type(3), #bills tbody td:nth-of-type(1), #bills tfoot:last-of-type td:nth-of-type(1){
        max-width: 150px;
    }*/
}

@media all and (max-width:300px) {
    #bills_wrapper, #bills, #bill_search{
        max-width: 100%;
    }
    #bill_search{
        max-width: 100%;
    }
    #bills thead th:last-of-type, #bills tbody td:last-of-type{
        display: none;
    }
/*    #bills thead th:nth-of-type(6), #bills tbody td:nth-of-type(6), #bills tfoot:last-of-type td:nth-of-type(6){
        display: none;
    }*/
}

@media all and (max-width:130px) {
    .loginbox li input.h{
        width: 90%;
    }
}