﻿/* css reset */

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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;
}

body {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr, table th {
        height: 38px;
    }

/* css reset end */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background: url(../images/bg.jpg) repeat-x #efefef;
    line-height: normal;
}

a:hover {
    text-decoration: none;
}

.right {
    text-align: right;
}

#header {
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 90%;
    margin: 0px auto;
}

#logo_text {
    color: White;
    font-size: 16px;
    margin: 15px 0px 0px 0px;
}

#topline {
    width: 540px;
    height: 106px;
    margin: -14px auto 0px auto;
    background: url(../images/bg-picture3.png) top right no-repeat;
    border: 0px solid yellow;
}

input, select {
    border: 1px solid #AAA;
    padding: 5px;
    color: #333;
    display: inline-block;
}

.public-content {
    width: 540px;
    margin: 10px auto 0px auto;
    padding-bottom: 46px;
}

select {
    width: 270px;
}

#header-login-public {
    font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.box-public {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: white;
    border: 1px solid #d4d4d4;
    color: #7C7D7F;
}

#login-box-public {
    height: 200px;
}

#login-avatar {
    width: 128px;
    height: 114px;
    float: left;
    margin: 40px 0px 0px 40px;
    background: url(../images/avatar.png) no-repeat;
}

#login-form {
    float: right;
    width: 320px;
    margin-right: 15px;
}

.clear {
    clear: both;
}

.box-public label {
    display: block;
    margin: 20px 0px 5px 0px;
    font-size: 14px;
}

.box-public input[type=text], input[type=password], select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #b1b1b1;
    background: #ebebeb;
    height: 28px;
    padding: 4px 8px 4px 8px;
    width: 270px;
    box-sizing: content-box;
}

.box-public input[type=submit] {
    width: 155px;
    height: 50px;
    background: url(../images/button.png) no-repeat;
    color: White;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
}

.box-public table {
    width: 270px;
}

.box-public td {
    vertical-align: middle;
}

.box-public a {
    color: #488fcd;
}

.box-public h2 {
    font-size: 20px;
}

.box-public .header {
    padding: 0 2em;
}

#register-box-public input[type=text], input[type=password], select {
    width: 220px;
}

#forgottenPasswordBox {
    margin: 10px;
}

    #forgottenPasswordBox label {
        display: block;
    }

#pageContent {
    margin: 5px auto 46px auto;
    width: 90%;
    border: 1px solid transparent;
    line-height: 1.5;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#footer_outer {
    position: relative;
    height: 46px;
}

#footer {
    height: 46px;
    width: 100%;
    background: url(../images/bg-paticka.jpg) repeat-x;
    /*
	position:absolute;
    bottom:0px;	
	*/
    clear: both;
    position: relative;
    z-index: 10;
    /*margin-top: 60px;*/
    padding-top: 2px;
    color: #717171;
    text-align: center;
}

    #footer div {
        margin-top: 15px;
    }

    #footer a {
        color: #717171;
        font-weight: bold;
    }

/* dialog */
/*
#dialog 
{
	margin:10px 0px 10px 0px;
	
}
*/
.messagebox {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 50px;
    padding-top: 3px;
}


    .messagebox p {
        margin: 12px 0px 0px 50px;
        font-size: 14px;
        border: 0px solid black;
        vertical-align: middle;
        padding-top: 0px;
        position: relative;
    }

.mid_align {
    margin: 4px 10px 0px 5px;
}

.alert_error {
    background: #f3d5d5;
    border: 1px solid #f0a2a2;
    color: #d03f3c;
    height: 50px;
    background: url(icons/icon_error.png) no-repeat 15px 10px #F3D5D5;
}

.alert_info {
    color: #308f00;
    height: 50px;
    background: url(icons/icon_done.png) no-repeat 15px 10px #cbedc2;
    border: 1px solid #c4c4c4;
    margin: 10px 0;
}

.info_msg {
    color: #024d81;
    background: url(icons/icon_info.png) no-repeat 15px 10px #d5e7f2;
    height: 50px;
    border: 1px solid #a2d2ef;
    margin: 10px 0;
}

/* dialog end */

#cart {
    float: left;
    margin-left: 20px;
}

#userData {
    float: left;
    margin-left: 20px;
}

#home {
    float: left;
    margin: 0px;
}

#headerInfo {
    float: right;
    border: 0px solid yellow;
    height: 50px;
    color: White;
    font-size: 12px;
    vertical-align: middle;
}

    #headerInfo a {
        color: White;
    }

        #headerInfo a:hover {
            text-decoration: none;
        }

    #headerInfo img {
        vertical-align: middle;
    }

.f_left {
    float: left;
}

/* from ps_style.css */

th, td {
    text-align: left;
    vertical-align: middle;
    padding: 2px 10px 2px 10px;
}

#results table {
    font-size: 12px;
    color: #444;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

    #results table th {
        background-color: #b2b2b2;
        background-image: url(../images/dashboard_blue_results.jpg);
        background-repeat: repeat-x;
        background-position: top;
        color: #333;
        font-size: 13px;
        border-bottom: 1px solid #666;
        border-left: 1px solid #CCC;
        border-right: 1px solid #999;
        text-align: left;
    }

        #results table th.check_tableBox {
            background-color: #666;
            background-image: none;
            border-left: none;
            width: 28px;
        }

    #results table td.check_tableBox {
        padding-left: 5px
    }

    #results table th, #results table td {
        padding: 0px 2px 0px 5px;
        text-align: left;
        height: 30px;
    }

#results table {
    width: 100%;
}

    #results table td {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FFF;
        border-left-color: #FFF;
        border-bottom-color: #CCC;
        border-right-color: #CCC;
    }

    #results table .odd td {
        background-color: #eee;
    }

    #results table .even td {
        background-color: #fff;
    }

.insidecolumn {
    margin: 2px;
    clear: both;
    min-height: 100px;
}

.tablelist {
    width: 100%;
    border: 1px solid #CCCCCC;
}



fieldset.customer_category {
    border: 1px solid #BCBCBC;
    margin: 10px;
    padding: 10px;
    float: left;
    min-width: 250px;
}

fieldset.boxesLeft {
    float: left;
    width: 38%;
}

fieldset.boxesRight {
    float: right;
    width: 38%;
}

fieldset.customer_category legend {
    font-weight: bold;
    margin-left: 0px;
}

input[type=text].detail_name {
    width: 300px;
}

.needed {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.switch table td {
    padding: 0px;
}

/* jqModal */
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    text-align: center;
}

.jqmOverlay {
    background-color: #000;
}

.list_id {
    text-align: right;
    width: 10%;
}

#dialog_text {
    margin: 5px;
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}



textarea {
    width: 45%;
    height: 100px;
}


/*
	Searchbox
*/

#search_box #top_search_box {
    margin-top: 5px;
    background: url("../images/paymentChoose.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D4D4D4;
}

#search_box table {
}

    #search_box table input, #search_box table select {
    }

#search_box .submit_area .submit_middle {
    background-image: url(../images/button_middle.gif);
    background-position: right bottom;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 96px;
    height: 20px;
    color: #FFF;
}

#search_box #bottom_search_box .submit_area {
    background-image: url(../images/search_form_submit_box.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;
    height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-top-color: #777777;
    border-right-color: #333;
    border-bottom-color: #777777;
    border-left-color: #333;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 28px;
    padding-bottom: 4px;
}

#search_box #bottom_search_box .submit_area_long {
    background-image: url(../images/search_form_submit_box_long.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;
    height: 22px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-top-color: #777777;
    border-right-color: #333;
    border-bottom-color: #777777;
    border-left-color: #333;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 28px;
    padding-bottom: 4px;
}


    #search_box #bottom_search_box .submit_area_long .submit {
        background-image: url(../images/search_form_submit_buttonjpg.jpg);
        height: 24px;
        width: 100px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        color: #FFF;
        font-weight: normal;
        font-size: 14px;
        padding: 0px;
    }


#search_box #bottom_search_box .submit_area .submit {
    background-image: url(../images/search_form_submit_buttonjpg.jpg);
    height: 24px;
    width: 100px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
}

#search_box {
    padding-bottom: 10px;
}

    #search_box #bottom_search_box .submit_area a {
        color: #FFF;
        text-decoration: none;
        padding-right: 4px;
        background-image: url(../images/triangle_up_darkBc.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
    }

    #search_box #bottom_search_box .more_area {
        background-color: #333;
        background-image: url(../images/search_bottom_bc.jpg);
        color: #FFF;
        padding-top: 4px;
        padding-bottom: 4px;
        background-repeat: repeat-x;
        background-position: top;
    }

        #search_box #bottom_search_box .more_area table {
            background-image: none;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
        }

            #search_box #bottom_search_box .more_area table tr td {
                padding-right: 10px;
                padding-left: 10px;
            }

    #search_box h2 {
        color: #333;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
    }

.title_filter {
    width: 300px !important;
}

ul {
    list-style-type: none;
}

.report_period {
    float: left;
    width: 30%;
}

.report_organization {
    background: #F7F7F7;
    height: 30px;
    border: 1px solid #BCBCBC;
}

    .report_organization span {
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
    }

.report_select_all {
    float: right;
    padding: 5px;
}

.deleted {
    font-style: italic;
    color: #A06E6E;
}

.report_format_options li {
    height: 40px;
    vertical-align: middle;
    border: 0px solid black;
}

.report_format_options img {
    vertical-align: middle;
}

.report_format_options span {
    padding-bottom: 10px;
}

.width100 {
    width: 100px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width350 {
    width: 350px !important;
}

input[type=submit], input[type=button] {
    float: left;
    min-width: 100px;
}

#search_box input[type=submit] {
    float: right;
}

.contenterror {
    margin: 10px;
}

#nonnumbered_toolbar {
    border: 1px solid #CDCDCD;
    margin: 10px;
    padding: 10px;
}

.nonnumbered_pricecategory {
    width: 200px;
}

.nonnumbered_location {
    width: 200px;
}

.nonnumbered_capacity {
    width: 150px;
    text-align: right;
}

.heading {
    font-weight: bold;
}

.button_hallnon_delete {
    background: url("../images/bt_g.png") repeat-x scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #444444;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px;
    text-shadow: 1px 0 0 #CCCCCC;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


.numbered_preview {
    width: 100%;
}

.numbered_part_tool_buttons {
    width: 120px;
    border: 0px solid black;
    padding: 0px;
    text-align: center;
}

    .numbered_part_tool_buttons img {
        cursor: pointer;
    }

.numbered_object_stage {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.event_price {
}

.list_title {
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #acacac;
}

    .list_title table {
        border-collapse: collapse;
        width: 100%;
    }

    .list_title td {
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
    }

    .list_title h2 {
        margin-top: 8px;
        margin-left: 10px;
        color: #126FB4;
    }

.under-line {
    margin: 0px 0px 15px 0px;
    width: 100%;
}

#waitBox td {
    font-size: 14px;
    font-weight: bold;
}

.actual_credit {
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: black;
    width: 250px;
    text-align: center;
    background-color: #F3F3F3;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.bold {
    font-weight: bold !important;
}

table {
    border-collapse: collapse;
}

    table th {
        background: #116EB3;
        color: White;
        font-weight: normal;
        font-size: 12px;
    }

#schedulerExt th:hover {
    background: url(../images/bg-th.jpg) repeat-x #024d82;
}

.total_price {
    font-weight: bold;
    background: #EBEBEB;
}

.summary_credit_order {
    margin: 10px 0px 10px 0px;
    width: 300px;
}

    .summary_credit_order td, .summary_credit_order th {
        line-height: 1.5;
        padding: 5px;
    }

.reportTransaction {
    float: right !important;
    margin-right: 0px;
}

.invoice_payment_type {
    height: 95px;
    overflow: auto;
}


.invoices_toolbar textarea {
    width: 100% !important;
}

.invoices_toolbar input {
    float: none;
}

#scheduler {
    width: 100%;
    border-collapse: separate;
    empty-cells: show;
    text-shadow: 0px !important;
}

    #scheduler th {
        text-align: center;
        border: 1px solid #55ABE8;
    }

    #scheduler td.separated_hour {
        border: 1px solid #55ABE8;
        background: #F7F7F7;
        width: 10px !important;
    }

    #scheduler tr.work_day {
        background: #116EB3;
        color: White;
    }

    #scheduler tr.weekend {
        background: #4FAD35;
        color: White;
    }

    #scheduler.date {
        border: 2px solid red !important;
    }

#PageUp {
    background: url(icons/1leftarrow.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
}

#PageDown {
    background: url(icons/1rightarrow.png) no-repeat;
    width: 17px;
    height: 17px;
    float: right;
}

#scheduler td {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
}

.is_scheduler_event {
    border: 1px solid black;
    text-align: center;
    overflow: hidden;
}

.work_day.separated_hour:hover {
    background: #76BEF2;
}

.work_day .date {
    width: 70px;
    border-bottom: 1px solid #005580;
}

.weekend .date {
    width: 70px;
    border-bottom: 1px solid #217F07;
}


.sendmail_toolbar {
    margin: 5px 0px 0px 0px;
}

    .sendmail_toolbar textarea {
        width: 100% !important;
    }

    .sendmail_toolbar input {
        float: none;
    }

.modal_window_buttons input[type=button] {
    float: none !important;
}

.modal_window_buttons input[type=submit] {
    float: none !important;
}

.actual_credit input[type=submit] {
    float: none !important;
}



/* JP components */

.button_toolbar {
    text-align: center;
    padding: 5px;
}

    .button_toolbar input[type=button] {
        float: none;
    }

.detailForm {
    text-align: left;
    width: 500px;
}

#frmTitle textarea {
    width: 95%;
    float: left;
}

#frmObject {
    width: 900px;
}

.restricted_view {
    height: 250px;
    overflow: auto;
}

.top_toolbar {
    margin: 0px;
    padding: 0px;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
}

    .top_toolbar .top_toolbar_icon {
        padding: 0px;
    }

#page_title {
    padding-top: 10px;
    width: 100%;
}

.content_wrapper {
}

.page_title {
    width: 100%;
}

.help_icon img {
    margin-right: 10px;
}

.page_icon {
    width: 100px;
}


#form_data td {
    font-size: 11px;
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

div.width-20 {
    width: 20%;
}

div.width-30 {
    width: 30%;
}

div.width-35 {
    width: 35%;
}

div.width-40 {
    width: 40%;
}

div.width-45 {
    width: 45%;
}

div.width-50 {
    width: 50%;
}

div.width-55 {
    width: 55%;
}

div.width-60 {
    width: 60%;
}

div.width-65 {
    width: 65%;
}

div.width-70 {
    width: 70%;
}

div.width-80 {
    width: 80%;
}

div.width-100 {
    width: 100%;
}

fieldset legend {
    margin-left: 10px;
    color: #126FB4;
}

textarea.poznamka {
    width: 95%;
}

.checkbox {
    margin-bottom: 15px;
}

#event_buttons1 {
    margin-left: 10px;
}




fieldset.nolegend {
    margin-top: 20px;
}

.image_preview {
    margin: 10px;
}

.credit_payment_method_info {
    margin-top: 20px;
}

#shared {
    margin-top: 10px;
    margin-bottom: 10px;
}

.jqmWindow {
    text-align: left;
}

    .jqmWindow textarea {
        width: 100%;
    }

    .jqmWindow table {
        width: 100%;
    }


.invoices_toolbar {
    text-align: center;
    margin: 5px 0px 0px 0px;
}

div#nonnumbered_counter td {
    border-bottom: 1px solid #CCC;
    font-size: 130%;
}

span.top_toolbar a {
    display: inline-block;
}

    span.top_toolbar a:hover {
        background-color: #DADADA;
        display: inline-block;
    }


/*quicksettingsbox*/

#quicksettingsbox {
    display: none;
    position: absolute;
    z-index: 100;
    width: 578px;
    border: 1px solid #1E2123;
    background: #3C3F41;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
    box-shadow: 0 2px 15px rgba(0,0,0,0.9);
    overflow: hidden;
}

#quicksettings-preview,
#quicksettings-lists {
    float: left;
}

/* quicksettings preview */
#quicksettings-preview {
    width: 302px;
    height: 210px;
    padding: 19px;
    background: url(../images/quicksettings_preview.png) 0 0 repeat-x;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 3px;
}

    #quicksettings-preview .image {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
        margin-right: 5px;
        overflow: hidden;
        float: left;
    }

    #quicksettings-preview .name {
        margin-bottom: 10px;
        color: #ffffff;
        font-size: 18px;
    }

    #quicksettings-preview .framework,
    #quicksettings-preview .system,
    #quicksettings-preview .description {
        color: #96999B;
        font-size: 13px;
        line-height: 15px;
    }

    #quicksettings-preview .framework {
        margin-bottom: 5px;
    }

        #quicksettings-preview .framework strong,
        #quicksettings-preview .system strong {
            text-transform: uppercase;
            font-weight: normal;
            color: #ffffff;
        }

    #quicksettings-preview .description {
        margin-top: 30px;
    }

    #quicksettings-preview .join {
        position: absolute;
        left: 55px;
        bottom: 15px;
        width: 130px;
        background-position: 0 -80px;
    }

        #quicksettings-preview .join:hover {
            background-position: 0 -120px;
        }

/* quicksettings lists */
#quicksettings-lists {
    width: 178px;
    height: 233px;
    padding: 15px 0px 0px 20px;
    overflow: hidden;
}

    #quicksettings-lists .column {
        width: 199px;
        float: left;
    }

        #quicksettings-lists .column ul {
            margin: 0;
            padding: 0 20px 0 0;
            list-style: none;
            cursor: pointer;
        }

        #quicksettings-lists .column li.category {
            height: 15px;
            margin: 2px 0 8px 0;
            border-bottom: 1px solid #46494B;
            line-height: 15px;
            font-size: 11px;
            color: #999;
            text-align: right;
            cursor: default;
        }

        #quicksettings-lists .column li.quicksettings {
            height: 25px;
            margin-bottom: 1px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            line-height: 25px;
            text-indent: 10px;
            color: #1F92FF;
        }

            #quicksettings-lists .column li.quicksettings:hover,
            #quicksettings-lists .column li.quicksettings.selected {
                color: #ffffff;
                background: #2D3032;
            }

/* quicksettings navigation */
#quicksettings-navigation {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    #quicksettings-navigation div {
        width: 25px;
        height: 25px;
        margin-right: 5px;
        background: url(../images/navigation.png) 0 0 no-repeat;
        float: left;
        cursor: pointer;
        color: #96999B;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        font-size: 23px;
        line-height: 22px;
        text-align: center;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

        #quicksettings-navigation div:hover {
            background-position: 0 -35px;
        }

a#closeSettings {
    color: #CCC;
}

a:hover#closeSettings {
    color: #FFF;
}
/*end quicksettingsbox*/

span.disabled {
    font-style: italic;
    color: Gray;
}

table.no_padding_table th, table.no_padding_table td {
    padding-left: 0px;
    padding-right: 0 px;
}

.detail_buttons {
    width: 99%;
    float: left;
}

.tablelistdiv select {
    width: 65px;
}

td.schedulerPaginator {
    width: 50px;
    text-align: center;
}


/* SCHEDULER */

.is_scheduler {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}

.date {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 50px;
    padding: 0px;
    margin: 0px;
}

.separated_hour_ext {
    width: 10px !important;
    padding: 0px;
    margin: 0px;
    height: 40px;
}

.is_scheduler th {
    height: 35px;
    font-weight: bold;
    text-align: center;
}

.is_scheduler_table th.title {
    border-right: 1px solid #005580;
}

.is_scheduler .weekend {
    background: #4FAD35;
    color: White;
}

    .is_scheduler .weekend.darker {
        background: #217F07;
        color: White;
    }

.is_scheduler .work_day {
    background: #116EB3;
    color: White;
}

    .is_scheduler .work_day.darker {
        background: #1F4E79;
        color: White;
    }

    .is_scheduler .work_day .separated_hour_ext {
        background: #D7E4ED;
        border: 1px solid white;
    }

    .is_scheduler .work_day.darker .separated_hour_ext {
        background: #9DC3E6;
        border: 1px solid white;
    }

    .is_scheduler .work_day .separated_hour_ext.last_part_of_hour {
        border-right: 1px solid #b9b9b9;
    }


.is_scheduler .weekend .separated_hour_ext {
    background: #CBEDC2;
    border: 1px solid white;
}

.is_scheduler .weekend.darker .separated_hour_ext {
    background: #A7C99E;
    border: 1px solid white;
}

.is_scheduler .weekend .separated_hour_ext.last_part_of_hour {
    border-right: 1px solid #99cc99;
}



.is_scheduler_event_ext {
    border: 0px solid black;
    text-align: center;
    vertical-align: middle;
    color: Black;
    font-size: 11px;
    overflow: hidden;
}

.scheduler_event_draggable {
    cursor: pointer;
}


.SchedulerPageUp {
    background: url(../icons/1leftarrow.png) no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.SchedulerPageDown {
    background: url(../icons/1rightarrow.png) no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

/* rentBasket */
#schedulerCartDiv {
    width: 32px;
    height: 32px;
    border: 0px solid black;
    float: right;
    margin-top: 8px;
}

.rentCart {
    background: url(icons/cart.png) no-repeat;
    cursor: pointer;
}

#rentCartContent {
    background: gold;
    width: 600px;
    position: absolute;
    min-height: 200px;
    border: 2px solid green;
    z-index: 9000;
    display: none;
    overflow: scroll;
}

h2 {
    color: #0167af;
    font-size: 18px;
    margin: 5px 0px 8px 0px;
}

/* public scheduler object list menu */

.objectTab {
    list-style: none;
    width: 100%;
    float: right;
}

    .objectTab li {
        background: #fff;
        color: #7D7D7D;
        cursor: pointer;
        display: block;
        float: right;
        height: 35px;
        padding: 0 15px;
        line-height: 36px;
        margin-right: 5px;
    }

    .objectTab .active {
        background: url(../images/bg-tab.png) repeat-x #7d7d7d;
        color: White;
    }

.icon_title {
    vertical-align: middle;
}

.newPredefinedEvent {
    background: #CCDDE9;
    border: 0px solid #D7DADF;
}

    .newPredefinedEvent:hover {
        background: #116eb3;
        border: 0px solid #D7DADF;
    }

.schedulerPrepareAfter {
    background: url(../images/bg-close.png) no-repeat center #a4a4a4;
    border: 0px solid red;
}

.schedulerPrepareBefore {
    background: url(../images/bg-close.png) no-repeat center #a4a4a4;
    border: 0px solid red;
}

#calendarEvent {
    width: 800px;
}

    #calendarEvent nav ul.detail_event::before, #calendarEvent nav ul.detail_event::after {
        content: " ";
        display: table;
    }

    #calendarEvent nav ul.detail_event::after {
        clear: both;
    }

    #calendarEvent nav ul.detail_event {
        background: #F3F3F3 none repeat scroll 0 0;
        list-style: outside none none;
        margin: 0;
        padding: 5px 0px;
    }

        #calendarEvent nav ul.detail_event li {
            float: left;
        }

            #calendarEvent nav ul.detail_event li.active span {
                background: #126fb4 none repeat scroll 0 0;
                border-right: medium none;
                color: #FFF;
            }

            #calendarEvent nav ul.detail_event li span {
                border-right: 1px solid #CCC;
                padding: 6px 8px !important;
                cursor: pointer;
            }

.tableTitle {
    font-weight: bold;
}

hr {
    color: #e7e7e7;
    margin-bottom: 5px;
}

/* cart */

.schedulerCartTable {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 1px solid #98999b;
    width: 100%;
    margin-bottom: 15px;
}

    .schedulerCartTable tr.odd td {
        border: 1px solid #bababa;
        background: white;
    }

    .schedulerCartTable tr.even td {
        border: 1px solid #bababa;
        background: #d5e7f3;
    }

    .schedulerCartTable td {
        color: #444444;
        text-align: center;
        font-size: 12px;
    }

    .schedulerCartTable th {
        height: 38px;
        background: url(../images/cart_table_header.png) repeat-x;
        border: 0px solid #98999b;
        text-align: center;
        font-size: 12px;
        border: 1px solid #bababa;
        font-weight: bold;
    }

        .schedulerCartTable th.leftUpper {
            text-align: left;
            width: 75%;
        }

    .schedulerCartTable td.price {
        font-weight: bold;
        color: #424242;
    }

    .schedulerCartTable td.leftUpper {
        text-align: left;
    }

.activity {
    color: Black;
    font-size: 12px;
}

.services {
    text-transform: lowercase;
    color: #767475;
}

.totalPrice {
    border: 1px solid #D8D6D7;
    background: #015895;
}

    .totalPrice td {
        height: 40px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #D8D6D7;
    }

        .totalPrice td.price {
            color: #fff;
        }

        .totalPrice td.leftUpper {
            text-align: left;
        }

#paymentChooseDiv {
    height: 54px;
    background: url(../images/paymentChoose.png) repeat-x;
    border: 1px solid #d4d4d4;
    width: 100%;
    margin-top: 10px;
}

    #paymentChooseDiv table {
        height: 54px;
        width: 100%;
    }

    #paymentChooseDiv input {
        margin: 0px;
        cursor: pointer;
    }

.btBackScheduler {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    background: url(../images/btn-gray.png) repeat-x;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

input[type="submit"].delete_item {
    background: url(../images/btn-red.png) repeat-x;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: white;
    font-size: 11px;
    border: 0px;
    float: none;
    cursor: pointer;
}

input[type="submit"].btn_blue {
    background: url(../images/btn-blue.png) repeat-x;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    border: 0px;
}

.left {
    text-align: left !important;
}

strong {
    font-weight: bold;
}


#login-form input[type=submit] {
    margin: 0px;
    padding: 0px;
}

#forgottenPasswordBox input[type=submit] {
    margin: 0px;
    padding: 0px;
}

#frmRegistration {
    background: white;
    width: 100%;
    margin-top: 5px;
}

#registrationTable {
    float: left;
    margin-left: 50px;
    color: #7C7D7F;
    font-size: 14px;
    margin-top: 20px;
}

    #registrationTable input[type=text], #registrationTable input[type=password] {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #b1b1b1;
        background: #ebebeb;
        height: 28px;
        padding: 4px 8px 4px 8px;
        width: 270px;
    }

    #registrationTable input[type=submit] {
        width: 155px;
        height: 50px;
        background: url(../images/button.png) no-repeat;
        color: White;
        border: 0px;
        cursor: pointer;
    }

.reservation-left {
    width: 270px;
    padding: 0px;
    float: left;
    margin-right: 15px;
}

.reservation-right {
    padding: 0px;
    float: left;
}

    .reservation-left div.bila, .reservation-right div.bila {
        background: #fff;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        .reservation-left div.bila table, .reservation-right div.bila table {
            margin: 10px;
        }

        .reservation-left div.bila h3 {
            color: #116EB3;
            font-size: 16px;
            font-weight: bold;
        }

.title_services, .order_detail_services {
    width: 540px;
}

    .title_services td {
        vertical-align: bottom;
        color: #116EB3;
        font-size: 14px;
        font-weight: bold;
    }

    .order_detail_services th, .rent-order-detail th {
        background: url("../images/cart_table_header.png") repeat-x scroll 0 0 #737476;
        border: 1px solid #BABABA;
        height: 38px;
    }

    .order_detail_services td, .rent-order-detail td {
        border: 1px solid #BABABA;
        vertical-align: middle;
    }

    .order_detail_services th, .order_detail_services td, .rent-order-detail th, .rent-order-detail td {
        padding: 2px 10px;
        vertical-align: middle;
    }

.dataTables_length select {
    width: 60px;
}

/* copyMode */

#copyMode {
    padding: 5px;
    background: #D5E7F2;
    color: #024D81;
    width: 750px;
    height: 35px;
    border: 1px solid #A2D2EF;
}

    #copyMode p {
        float: left;
        margin: 8px 0px 0px 5px;
    }

    #copyMode input[type="button"] {
        float: right;
        margin: 4px 5px 0px 0px;
    }

.copyPeriodResult {
    padding: 5px;
    background: #D5E7F2;
    color: #024D81;
    width: 750px;
    border: 1px solid #A2D2EF;
    margin-bottom: 10px;
}

#btCopyPeriod {
    background: url("../images/btn-blue.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    margin-rigth: 20px;
    float: right;
}


.floatRight {
    float: right;
}

/*nove styly pro box s podporovanymi prohlizeci */

#support-box {
    background: #e7e7e7;
    width: 500px; /* 540 - 40px padding */
    height: 95px;
    margin: 15px auto 0 auto;
    padding: 0 20px;
}

    #support-box .text {
        float: left;
        display: inline-block;
        margin-top: 28px;
        line-height: 20px;
        color: #7c7c7c;
    }

    #support-box .browser {
        float: right;
        display: block;
        height: 65px;
        width: 40px;
        margin-top: 20px;
        margin-right: 20px;
        color: #7c7c7c;
        text-align: center;
    }

        #support-box .browser .version {
            display: inline-block;
            margin-top: 45px;
            color: #7c7c7c;
        }

        #support-box .browser.ie {
            background: url(../images/loga-prohlizecu/logo-ie.png) no-repeat center top;
        }

        #support-box .browser.firefox {
            background: url(../images/loga-prohlizecu/logo-firefox.png) no-repeat center top;
        }

        #support-box .browser.chrome {
            background: url(../images/loga-prohlizecu/logo-chrome.png) no-repeat center top;
        }
