
a img{border:0px;}

.image-wrapper {
    position: relative;
}

.global-img-hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,.7);
    display: none;
}

.image-with-border {
    margin-top: 16px;
    border:20px solid rgba(255,255,255,0.87);
}

.googleMapsContainer {
    height: 350px;
}

.float_left, .alignleft{
    float:left;
}
.float_right, .alignright{
    float:right;
}
.clearer{
    clear:both;
}

.display_none{
    display:none;
}

.display_block{
    display:block;
}


.showMobile{display:none;}

.navbar{
    min-height: inherit;
    margin: auto;
    background-color: inherit;
    border: 0;

}

.fullWide{width:100%;}
img.fullWide, img.twoThirdsWide{ height: auto; }
.halfWide{width:50%; padding-right:2%;}
.rightHalf{padding-right:0px;}
.oneThirdWide{ width: 34% }
.twoThirdsWide{ width: 63% }
.oneQuarterWide{width: 25%; padding-left: 3%;}
.twoQuartersWide{width: 72%; }





#rc_status{
    position: relative;
}
.map_print{
    position: absolute;
    right: 0;
    top: -34px;
}

div.rc_container{
    padding-bottom:10px;
}

table.rc_route
{

}

table.rc_route th
{
    color:#fff;
    font-size:larger;
    padding-top:16px;
    padding-bottom:11px;
}

table.rc_route th, table.rc_route td
{
    padding:10px;
    text-align:left;
    word-break: break-word;
}

table.rc_route td
{

}

table.rc_route tr.col_blue td
{
    background:#F4F1F1;
}


.sideWidget{
    position: fixed;
    top: 50%;
    margin-top: -100px;
}
.sideWidget.right{ right:-5000px; }
.sideWidget.left{ left:-5000px; }
.widgetContent{
    background: #fff;
    padding: 10px;
    float: left;
    height: 200px;
}
.widgetTitleWrapper {
    overflow: hidden;
    display: inline-block;
    width: 3em;
    line-height: 2.5;
    float: left;
}
.sideWidget.left .widgetTitleWrapper{ float:right; line-height: 2.2; }
.widgetTitle {
    background: #fff;
    display: inline-block;
    white-space: nowrap;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: 0 0;
    width: 200px;
    text-align: center;
    padding: 0px 5px 10px 5px;
    cursor: pointer;
    font-size: larger;
}
.widgetTitle:before {
    content: "";
    float: left;
    margin-top: 100%;
}
#weatherSideWidget .widgetTitle { width:290px; }
#weatherSideWidget .widgetContent{ height: 290px; }
#weatherSideWidget { margin-top: -145px; }

.quick_request_form{text-align: left; background: #fff;}
.quick_request_form input{ width: 100px; }
.quick_request_form label{ width: 50px; }
.quick_request_form label.calendar{ width: 30px; padding-left: 5px; cursor: pointer; }
.quick_request_form .form_field{ margin:3px 0;}
.quick_request_form div.form_field:nth-child(5), .quick_request_form div.form_field:nth-child(4){
    float: left;
}
.quick_request_form h3{margin-top: 3px;}
.quick_request_form div.form_field:nth-child(5) input, .quick_request_form div.form_field:nth-child(4) input{
    width: 23px;
}
.quick_request_form div.form_field:nth-child(5) label{
    text-align: center;
}
.quick_request_form input[type="submit"]{ width: auto; }

.nav ul{display: none; }

.editmode_bg_image{
    position: absolute;
    top:20px;
    right: 20px;
    background: #fff;
    border: 1px solid #393939;
    z-index: 9999;
}
.editmode_bg_image h5{
    background: #363636;
    color:#fff;
    margin: 0;
    padding: 10px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    cursor: pointer;
}
.editmode_bg_image .editmode_bg_image_content{
    padding: 10px;
}

/* fix gallery-carousel caption bug: in second slide the caption field was not visible to edit */
.carousel-caption .pimcore_editable.pimcore_tag_input{
    height: 30px !important;
}
.carousel-caption .pimcore_editable.pimcore_tag_textarea{
    height: 30px !important;
}


.pimcore_area_image .area-image img, .area-gallery-carousel, .pimcore_area_image-with-link img{
    -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.70);
    -moz-box-shadow:    0px 1px 8px 0px rgba(50, 50, 50, 0.70);
    box-shadow:         0px 1px 8px 0px rgba(50, 50, 50, 0.70);
}

@media screen and (max-width: 1020px) {
    .sideWidget{
        position: inherit;
        margin-top: 10px !important;
    }
    .widgetTitleWrapper, .widgetContent{
        float: none;
        width: 100%;
        transform: none !important;
        height: auto;
    }
    .widgetTitleWrapper{ display: none;}
    .widgetTitle:before { display: none; }
    #weatherSideWidget{ display: none; }

    .quick_request_form div.form_field:nth-child(2){
        float: left;
        padding-right: 10px;
    }
    .quick_request_form div.form_field:nth-child(4){
        clear: both;
    }
    .quick_request_form label{ width: 40px; }
    .quick_request_form input{ width: 85px;}
    .quick_request_form .calendar{ display: none }
}


@media print {
    a:link:after, a:visited:after {
        content: normal !important;
    }
}


.x-list-body .ux-mselect-selected{ background-color: #bbb !important; }