﻿/*
.appointments-wrapper, .app_timetable {
	padding: 0.3em;
}
*/
.wait_img{
z-index:1000;
}
.modal-dialog {
    width: 900px;
}
.app_timetable_cell .wait_img {
    float: right;
}
.app_timetable {
margin-left:20px;
}
.app_monthly_schedule_wrapper, .app_timetable_wrapper{
float:left;
width:50%;
}
aside.widget .app_monthly_schedule_wrapper { width: 100%; }
.app_timetable_cell{
float:left;
width:25%;
border:1px solid grey;
font-size: 0.8em;
text-align:left;
padding:3px;
overflow:hidden;
}
.app_timetable_cell div:hover{
opacity:0.6;
}
.app_timetable_title{
/*text-align:center;*/
font-weight:bold;
margin-bottom: 1em;
}
.appointments-pagination .previous{
float:left;
}

.top-bar {
    background-color: #ad0d1c;
    border-bottom: #ad0d1c;
}
.top-bar a {
    color: #aaa;
}
.top-bar span {
    color: #fff;
}
.top-bar .contact-details li {
    display: inline-block;
}
.top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 3px;
    top: -1px;
    color: #ddd;
}
.top-bar .contact-details li a:before {
    color: #aaa;
}
.top-bar .contact-details li:first-child a:before {
    display: none;
}
.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px;
}
.top-bar a, .top-bar a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
ul:not(.sup-dropdown) {
    padding: 0;
    margin: 0;
    margin-left: 3%;
}
ul.social-list {
    float: right;
}
ul.social-list li {
    float: left;
}
ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.social-list li a:hover {
    color: #fff;
}
ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}
ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}
ul.social-list li a.google:hover {
    background-color: #F16261;
}
ul.social-list li a.dribbble:hover {
    background-color: #E46387;
}
ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}
ul.social-list li a.tumblr:hover {
    background-color: #4D7EA3;
}
ul.social-list li a.flickr:hover {
    background-color: #E474AF;
}
ul.social-list li a.instgram:hover {
    background-color: #4D4F54;
}
ul.social-list li a.vimeo:hover {
    background-color: #87D3E0;
}
ul.social-list li a.skype:hover {
    background-color: #36C4F3
}
ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}
ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2;
}
.top-bar {
    background-color:#ad0d1c;
    border-bottom:#ad0d1c;
}
.top-bar a, .top-bar a:hover, #social-list-header li a {
    color:#fff;
}
.navbar-top {
    background:#fff;
}
.site-title { 
    padding-top:22px;
}

footer {
    background-color: #222;
    padding-top: 60px;
    border-top: 4px solid #555;
    color: #ccc;
}
footer p {
    color: #ccc;
}
footer a {
    color: #aaa;
}
footer a:hover {
    color: #aaa;
    text-decoration: underline;
}
.footer-widget {
    margin-bottom: 45px;
}
.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #333;
    margin: 0;
}
.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}
.copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
}

td.today {
opacity: 0.6;
}

.calendar {
	clear: both;
	padding: 0;
    margin-top: 20px;
}
.calendar table {
	width: 100%;
	border-collapse: collapse;
	/* table-layout:fixed; */
}
.calendar table th {
	width: 12%;
	background: #333;
	color: #ddd;
	/*padding: .2em .4em .2em .4em;*/
	cursor: default;
}
.calendar table td {
	border: 0px solid #ddd;
	height: 14px;
	padding: 0;
}
.calendar table td:hover{
opacity:0.6;
}
.calendar table td.free, .app_timetable div.free {
	cursor: pointer;
}

.calendar table {
  padding: 0;
  margin: 0;
  table-layout: fixed;
}

.calendar table td { border: 0px solid #d0d0d0; color:#333; }
.app_timetable_cell { color:#333; }
.calendar table th {
  width:10%;
  background-color: transparent;
  text-align: center;
  text-transform: none;
  font-size: 1em;
  /**font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;**/
  font-weight: 200;
  border: 0px solid #d0d0d0;
  color: #474747;
}
.entry-content .calendar td.appointments-weekly-calendar-hours-mins { width:30%; }
.entry-content .calendar td {
  width:10%;
  vertical-align: middle;
}
.calendar table th.hourmin_column { width:30%; }
.calendar table tbody tr:nth-child(2n+1) { background-color: rgba(247,247,247,0.2); }
.calendar table td { height:3em; font-size:1em; } /*font-size:0.7em;*/
.calendar table td.busy:after,
.calendar table td.notpossible:after {
  /*content: '\00D7';
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 2.1em;
  display: block;
  color: #d1d1d1;*/
}
.calendar table td:hover { opacity: 1;}
.calendar table td.free:hover,
.calendar table td.free.today { opacity: 0.6; font-weight: bold; }
.busy, .notpossible { cursor:not-allowed; }
#content tr td.free.selected,
tr td.free.selected { border-top:none; border:2px solid #fff; opacity: 0.5; }
.app_timetable_cell.free.selected { opacity: 0.5; }

.calendar table tbody tr:nth-child(2n+1) { background-color: inherit; }
.calendar table td p { margin-bottom: 0.5em; margin-left: 4px; }

.calendar table td .p2 {
    float: right;
    margin-right: 10px;
}

.appointments-pagination a {
  color: #474747;
  text-decoration: none;
  text-shadow:0 1px 0 #fff;
  padding:0.2em 1.2em;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow:
    0 1px 1px #b2b2b2,
    inset 0 -1px 2px #f9f9f9,
    0 0 0 1px #9b9b9b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(90deg, #ededed 0%, #ededed 0.24%, #fff 70.17%, #fff 100%);
  background-image: -o-linear-gradient(90deg, #ededed 0%, #ededed 0.24%, #fff 70.17%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #ededed 0%, #ededed 0.24%, #fff 70.17%, #fff 100%);
  background-image: linear-gradient(90deg, #ededed 0%, #ededed 0.24%, #fff 70.17%, #fff 100%);
}
.appointments-pagination a:hover {
  text-decoration: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 0.24%, #fff 70.17%, #fff 100%);
  background-image: -o-linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 0.24%, #fff 70.17%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 0.24%, #fff 70.17%, #fff 100%);
  background-image: linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 0.24%, #fff 70.17%, #fff 100%);
}

a#app_schedule { height:0; padding: 0; width: 0; line-height: 0; font-size: 0; position: absolute; }


/* error box */
.error {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFEBE8;
	border-color: #C00;
}

div.error {
	padding: 0 0.6em;
	margin: 5px 15px 2px;
}

div.error p {
	margin: 0.5em 0;
	padding: 2px;
}
.wrap div.error {
	margin: 5px 0 15px;
}

/* tablesorter */
table.tablesorter thead tr .header {
	/*background-image: url(../images/bg.gif); No such thing*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	/*background-image: url(../images/asc.gif); No such thing*/
}
table.tablesorter thead tr .headerSortDown {
	/*background-image: url(../images/desc.gif); No such thing*/
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
opacity: 0.5;
}

/* ----- Breakpoints ----- */
@media screen and (max-width : 768px) {
  .app_monthly_schedule_wrapper, .app_timetable_wrapper {
    width: 100%;
  }
  .app_monthly_schedule_wrapper table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .appointments-confirmation-wrapper span {
    float: none;
    width: auto;
  }
}


td.free,div.free {background: #96e62d !important;}
td.busy,div.busy {background: #616b6b !important;}
td.notpossible,div.notpossible {background: #8f99a3 !important;}	
td.notworking,div.notworking {background: #a1abab !important;}	

 .vertical {
     background-color: grey;
                color: white;
                text-align: center;
                vertical-align: bottom;
                height: 150px;
                padding-bottom: 3px;
                padding-left: 5px;
                padding-right: 5px;
     
                text-align: center;
                vertical-align: middle;
                width: 20px;
                margin: 0px;
                padding: 0px;
                padding-left: 3px;
                padding-right: 3px;
                padding-top: 10px;
                white-space: nowrap;
                -webkit-transform: rotate(-90deg); 
                -moz-transform: rotate(-90deg); 
     -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th { 
  background-color: #40FE40;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #dff0d8;
} 

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #FE4040;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2dede;
} 

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FEFE40;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fcf8e3;
}

.faktory {
    text-align:center;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    background-color:bisque;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.clsROZplusON {
    display: block;
}
.clsROZplusOFF {
    display: none;
}
/* Style the list */
ul.bread {
    padding: 10px 16px;
    list-style: none;
}
.bread > li {
    padding: 10px;
}
    /* Display list items side by side */
ul.bread li {
    display: inline;
    font-size: 18px;
    padding: 10px;
}

        /* Add a slash symbol (/) before/behind each list item */
    ul.bread li + li:before {
        padding: 8px;
        color: black;
        content: "/\00a0";
    }

        /* Add a color to all links inside the list */
    ul.bread li a {
        color: #0275d8;
        text-decoration: none;
    }

            /* Add a color on mouse-over */
        ul.bread li a:hover {
            color: #01447e;
            text-decoration: underline;
        }
#specTable > tr > :nth-child(7n) {
   /* border-right: 2px solid red !important;*/
}
/*.bordered {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 400px;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

   

    .bordered td, .bordered th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    .bordered th {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#ECECEC));
        background-image: -webkit-linear-gradient(top, #F8F8F8, #ECECEC);
        background-image: -moz-linear-gradient(top, #F8F8F8, #ECECEC);
        background-image: linear-gradient(top, #F8F8F8, #ECECEC);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

        .bordered td:first-child, .bordered th:first-child {
            border-left: none;
        }

        .bordered th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .bordered th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .bordered th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .bordered tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .bordered tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }
*/
