body, table {
    font-family: arial;
}
#logo {
    font-family: arial;
    font-weight: 700;
    font-size: 12pt;
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    width: 500px;
    float: left;
}
#logo a, a:visited {
    text-decoration: none;
    color: #fff;
}
#utilites {
    color: #FFFFFF;
    display: inline;
    float: right;
    font-size: 11pt;
    margin-top: 10px;
}
#utilites a, a:visited {
    text-decoration: none;
    color: #C9C9EE;
}
#footer {
    font-size: 8pt;
    color: #aaa;
    padding-bottom: 20px;
    margin: auto;
}
a, a:visited {
    text-decoration: none;
    color: #36C;
}
a:hover {
    text-decoration: underline;
}
legend {
    font-size: 30px;
    font-weight: 700;
}
h1 {
    font-size: 20pt;
    clear: both;
}
h2 {
    font-size: 16pt;
    clear: both;
}
h3 {
    font-size: 14pt;
    clear: both;
}
table.admin th {
    font-weight: 700;
    border-bottom: 1px solid #000;
}
table.admin th, table.admin td {
    vertical-align: middle;
    padding: 5px;
}
table.admin {
    font-size: 11pt;
    width: 100%;
    padding-right: 10px;
}
#toolbar select {
    font-size: 14pt;
}
.tagline {
    font-size: 8pt;
    font-weight: 400;
    margin-left: 10px;
}
#wrapper-header {
    background-color: #000;
    height: 40px;
}
#toolbar {
    border-bottom: 1px solid #EBEBEB;
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
}

#content {
    border-right: 1px solid #EBEBEB;
    padding-top: 20px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    min-height: 400px;
}
#content-blank {
    padding-top: 20px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    min-height: 400px;
}
.flash_bad {
    color: #fff;
    background-color: #f66;
    border: none;
}
.flash_good {
    color: #fff;
    background-color: #0c6;
    border: none;
}
.row_even {
    background-color: #F4F4F8;
}
#wrapper-footer {
    text-align: center;
    margin-top: 20px;
}
#sidebar {
    margin-top: 20px;
}
.sidebar-box {
    margin-top: 20px;
}
.flash_bad, .flash_good {
    width: auto;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.admins a {
    float: left;
}
.sidebar-box li {
    list-style-type: none;
    margin-left: 10px;
}
/* form elements */
.cancel {
    float: left;
    font-size: 12px;
    margin-top: 0;
    padding: 5px 10px 6px;
}
.details dl {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.details dd {
    float: left;
    padding: 5px;
}
.details .actions {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px
}
.details .actions-items {
    padding-top: 10px;
}
.details .actions-items input {
    border: none;
}
.details dt {
    float: left;
    width: 150px;
    font-weight: 700;
    clear: both;
    padding: 5px;
}
.details .cancel {
    float: none;
}
.days {
    display: inline-block;
    margin-left: 90px;
    width: 100px;
}
table.table-setupdays {
    width: 100%;
}
.table-setupdays td {
    vertical-align: middle;
    font-size: 10pt;
    height: 30px;
    padding: 3px;
}
table.table-setupdays span.title {
    width: 90px;
    display: inline-block;
    margin-left: 5px;
}
table tr.rowdata:hover, table.table-setupdays tr:hover {
    background-color: #fc6;
}
.sidebar-box ul, .table-setupdays div {
    margin: 0;
}
/* Table - timebooking */
.table-timebooking table {
    width: auto;
    margin: auto;
}
.table-timebooking thead td {
    font-weight: 700;
    background-color: #F5F5F5;
}
.table-timebooking td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: #EBEBEB 1px solid;
    text-align: center;
}
.table-timebooking tr:hover {
    background-color: #fc6;
}
/* sql_dump  */
.sql_dump-wrapper {
    width: 100%;
    background-color: #007d9a;
}
.sql_dump {
    width: 960px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.sql_dump thead {
    font-weight: 700;
    background-color: #F5F5F5;
}
.sql_dump th, td {
    padding: 5px;
}
.sql_dump td {
    border: #EBEBEB 1px solid;
    background-color: #fff;
}
.disabled {
    color: #D9BFBF;
}
/* Paging style */
.paging {
    margin-top: 10px;
    text-align: right;
}
.paging a {
    text-decoration: none;
}
.pagecounter {
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
}
.paging .current {
    font-weight: 700;
}
/* Booking */
.filter-booking label {
    display: inline-block;
    padding-bottom: 5px;
    width: 60px;
}
div.ui-datepicker {
    font-size: 12px;
}
div.ui-dialog {
    font-size: 12px;
}
/*
div.ui-widget-content {
    border: none;
}
*/
/* filter form */
.filterForm legend {
    font-size: 14pt;
}
.filterForm input, .filterForm label, .filterForm select {
    margin-left: 10px;
}
.filterForm div.input {
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
}
.filterForm {
    background-color: #389CC4;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.filterForm a {
    color: #DDE8EB
}
.filterForm .actions {
    background-color: #389CC4;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Login form */
.loginForm p {
    padding-bottom: 10px;
}
.loginForm div {
    margin-top: 5px;
}
.loginForm input {
    border: 2px solid #ccc;
    margin: 0 0 10px;
    padding: 5px;
}
/* Overlay */
.lightbox_bg {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    height: 800px;
    left: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    top: 0;
    width: 100%;
    z-index: 50;
    display: none;
    position: fixed;
}
.modal {
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 51;
    background: red;
}
/* Forms */
.form label {
    display: inline-block;
}
.form legend {
    font-size: 14pt;
}
.form input, .form textarea, .form select {
    border: 2px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 5px;
}
.form textarea:focus, .form input:focus {
    border: 2px solid #900;
}
.form div.input {
    margin-bottom: 5px;
    margin-top: 5px;
}
.form .error-message {
    display: inline;
    margin-left: 10px;
    color: red;
}
.form .checkbox label {
    margin-left: 10px;
}
.form div.checkbox {
    margin-left: 100px;
}
.form .actions, .view .actions {
    border-top: 1px solid #EBEBEB;
    margin-top: 10px
}
.form .actions-items {
    margin-left: 100px;
    margin-top: 10px;
}
.view .actions-items {
    margin-left: 10px;
}
.form .actions button, .form .actions a, .view .actions a {
    float: left;
}
.form .actions button {
    border: none;
}
.form fieldset {
    margin-top: 10px;
}
.view dl {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 10px;
}
.view dd {
    float: left;
    padding: 5px;
}
.view dt {
    float: left;
    width: 150px;
    font-weight: 700;
    clear: both;
    padding: 5px;
}
/* Form - User register */
.users .submit {
    margin-left: 100px;
}
.users label {
    width: 100px;
}
.users fieldset {
    margin-top: 20px;
}
/* Form - Newsletter */
.newsletter label {
    display: block;
    padding-bottom: 10px;
}
.newsletter input[type=text] {
    width: 80%;
}
.newsletter .actions-items {
    margin-left: 10px;
}

/* Form - nonavailabilities */
.nonavailabilities label {
    width: 150px;
    vertical-align: top;
    margin-top: 5px;
}
.nonavailabilities input[type=text] {
    width: 260px;
}
.nonavailabilities .actions-items {
    margin-left: 150px;
}

/* Form - Settings */
.settings label {
    width: 150px;
    vertical-align: top;
    margin-top: 5px;
}
.settings input[type=text] {
    width: 260px;
}
.settings .actions-items {
    margin-left: 150px;
}
/* Form - Bookings */
.bookings label {
    width: 100px;
    vertical-align: top;
    margin-top: 5px;
}
.bookings .actions-items {
    margin-left: 100px;
}
/* Form - Services */
.services label {
    width: 150px;
    vertical-align: top;
    margin-top: 5px;
}
.services .actions-items {
    margin-left: 150px;
}
.services .table-setupdays label {
    width: auto;
    padding-right: 5px;
}
.services .table-setupdays select {
    margin: 0px;
}
.table-setupdays .error-message {
    display: block;
}
/* Form - login */
.login label {
    display: block;
}
/* Installer */
.install p {
    margin-top: 20px;
}
.install p.success {
    background-image: url(../img/test-pass-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.install p.error {
    background-image: url(../img/test-fail-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.install label {
    width: 150px;
}
.install .submit {
    margin-left: 150px;
}
/* Dashboard */
.box {
    width: 120px;
    float: left;
    border: 1px solid #C7C7C7;
    background-color: #efefef;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.box .numbers {
    font-size: 28px;
}
.box .text {
    font-size: 13px;
    font-style: italic;
}
.dashboard h2 {
    display: table;
    margin-top: 20px;
}
/* Input select */
#toolbar .input select {
    border: #C7C7C7 1px solid;
    padding: 5px;
}
#toolbar .input option {
    border-right: #C7C7C7 1px solid;
    border-bottom: none;
}
