﻿
body, input {
    background-color: #fff
}

body, input, p {
    font: 9pt 'Nimbus Sans L', Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1 {
    display: none
}

a, a:hover, a:visited {
    text-decoration: underline
}

#utilities a, #utilities a:hover, #utilities a:visited {
    color: #fee
}

#translations {
    padding-top: 4px
}

#searchform {
    background-color: white;
    color: #FFF
}

.contenedorSelecc {
    display: inline-flex;
    width: 100%;
    margin-left: -50px;
    margin-bottom: 100px;
}

.fieldsetHeight {
    height:80px;
}

@media (max-width: 815px) {
    .fieldsetHeight {
        height: 240px;
    }
}


        .contenedorSelecc legend {
            margin-top: 20px;
            margin-left: 20px;
        }

    .marginsTopbar {
        margin-left: 20px !important;
    }

    .MSIE5 #searchform, .MSIE6 #searchform {
        background: #fff url('form-new-bg.png') repeat-x left top
    }

    #searchform fieldset {
        position: relative;
        z-index: 101;
        overflow: hidden;
        padding: 0 0 10px 70px
    }

    .MSIE5 #searchform fieldset, .MSIE6 #searchform fieldset {
        background: transparent url('../../../../img/logo.png') no-repeat 5px 5px;
        height: 70px
    }

    #searchform legend {
        font-weight: 400;
        font-size: 12pt;
        color: #172154;
    }

    .MSIE5 #searchform legend, .MSIE6 #searchform legend {
        padding: 0 0 3px
    }

    .MSIE7 #searchform legend {
        padding: 2px 0 3px
    }

    #searchform fieldset p {
        margin: 0 5px 0 0
    }

    #searchform label {
        font-weight: 700;
        padding: 0 0 0 5px
    }

    #searchform input {
        font-weight: 400;
        color: #000;
        border-width: 0;
        margin: 0
    }

    #searchform select {
        font-weight: 400;
        color: #000;
        border-width: 0;
        margin: 0
    }

    #searchform input.street, #searchform input.city {
        height: 14px;
        border: 1px inset #d0003a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 70px;
        padding: 3px 5px 2px
    }

    #searchform input.zip, #searchform select.prov {
        height: 14px;
        border: 1px inset #172154;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 3px 5px 2px
    }

    .MSIE5 #searchform input.street, .MSIE5 #searchform input.zip, .MSIE5 #searchform input.city, .MSIE6 #searchform input.street, .MSIE6 #searchform input.zip, .MSIE6 #searchform input.city {
        height: 22px
    }

    #searchform input.zip.mandatory {
        background: #fff4cc
    }

    #searchform input.street {
        width: 210px
    }

    #searchform input.zip {
        width: 70px
    }

    #searchform select.prov {
        width: 150px;
        height: 21px;
        margin-left: -1px
    }

    #searchform input.city {
        width: 140px
    }

    #searchform input.search {
        margin: 16px 1px 1px 1px;
        padding: 2px 12px 1px;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 2px 8px -2px #000;
        -webkit-box-shadow: 1px 2px 8px -2px #000;
        box-shadow: 1px 2px 8px -2px #000;
        cursor: pointer;
        font-size: 12px;
        color: #172154;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

        #searchform input.search:active {
            margin: 16px 1px 1px 1px;
            -moz-box-shadow: 1px 2px 8px -3px #000;
            -webkit-box-shadow: 1px 2px 8px -3px #000;
            box-shadow: 1px 2px 8px -3px #000;
        }

    body.MSIE5 #results, body.MSIE6 #results, #results.headerless {
        margin-top: 200px;
    }

    #sidebar-left {
        margin-right: -8px;
        padding-right: 8px;
        position: relative;
        z-index: 100
    }

    #sidebar-right {
        margin-left: -1px;
        padding-left: 8px;
        position: relative;
        z-index: 100
    }

    body.MSIE5 #sidebar-left, body.MSIE6 #sidebar-left, body.MSIE5 #sidebar-right, body.MSIE6 #sidebar-right {
        background: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        position: inherit
    }

    p.message {
        display: block;
        margin: 0;
        padding: 10px
    }

    .selected .kp {
        background-color: #f1f1f1 !important
    }

    .selected .preferred.kp {
        background-color: #fcf1D9 !important
    }

    #status a, #status span.message {
        color: #000;
        display: block;
        padding-top: 4px
    }

    #mapcanvas {
        background-color: #f2efe9
    }

    .details td {
        border-bottom: 1px solid #eee;
        padding: 6px 0 6px 10px
    }

    .details div {
        line-height: 1.1em
    }

    .details .address, .details .select, p.message, .details .distance, .details .locationhint, .details .notes, .details .status, .kpshortid, table.openinghours tr, table.openinghours td, ul.message a, a.toggleOpeningHoursButton {
        font-size: 9pt
    }

    .details .distance {
        color: #888;
        padding: 0 2px 1px 1em
    }

    .details .name {
        padding-bottom: 4px
    }

        .details .name a {
            color: #172154;
            font-weight: 700;
            text-decoration: underline;
            font-size: 10pt;
            line-height: 1.2em;
            letter-spacing: -1px
        }

    .details .locationhint {
        color: #555;
        font-style: italic;
        margin-top: .2em;
        margin-bottom: .2em
    }

    .details .notes {
        color: #555;
        font-style: italic;
        margin-bottom: 4px;
        margin-top: 4px
    }

    .details .select {
        padding: 0;
        color: #555;
    }

    .NOTYETACTIVE, .NEW {
        font-weight: 700;
        color: #6f9d01
    }

    .SOONTOBEONHOLIDAY, .ONHOLIDAY, .NOTSUGGESTED, .BLOCKED, .SOONTOBECLOSED, .CLOSED {
        color: #d0003a
    }

    a.toggleOpeningHoursButton {
        font-size: 10pt;
        line-height: 16px;
        display: block;
        padding-left: 18px;
        color: #555;
        background: transparent url('calendar-icon.gif') top left no-repeat;
        margin: .8em 0
    }

        a.toggleOpeningHoursButton:hover, a.toggleOpeningHoursButton:visited {
            color: #555
        }

    table.openinghours {
        margin-top: .5em;
        border-collapse: collapse;
        border-width: 0
    }

        table.openinghours td {
            color: #555;
            border: 1px solid #555 !important;
            border-width: 1px 0 !important;
            margin: 0;
            padding: 0
        }

        table.openinghours tr.odd {
            background-color: #f1f1f1
        }

    #list-none table.openinghours {
        width: 95%
    }

    .infowindow.details tr {
        background: none;
        margin: 0
    }

    .infowindow td {
        padding: 1px !important
    }

    .youarehere {
        text-align: center
    }

    .infowindow.details td {
        border-bottom: none
    }

    ul.message {
        background-color: #fff4cc;
        border-color: #fff4cc;
        border-radius: .5em;
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em
    }

        ul.message a {
            color: #013175;
            font-weight: 700
        }

    .mobile #searchform fieldset {
        background: none;
        padding-left: 4px
    }

    .mobile #list-none .name, .mobile #list-none .address, .mobile #list-none .locationhint, .mobile #list-none .notes, .mobile #list-none .status, .mobile #list-none div.openinghours, .mobile #list-none .select {
        margin-left: 143px
    }

    .mobile #list-none .picture .kp_image img {
        width: 133px
    }

    .mobile #list-none .picture .unavailable {
        width: 133px;
        height: 100px;
        background: url('../../images/generic-133x100.jpg') top left no-repeat
    }

    .mobile #list-none p.message, .mobile #list-none table.openinghours tr, .mobile #list-none table.openinghours td.day, .mobile #list-none table.openinghours td.hours {
        font-size: 13pt
    }

    .mobile #list-none .details .address, .mobile #list-none .details .distance, .mobile #list-none .details .locationhint, .mobile #list-none .details .notes, .mobile #list-none .details .status, .mobile #list-none .kpshortid, .mobile #list-none a.toggleOpeningHoursButton {
        font-size: 15pt
    }

    .mobile .details .name a {
        font-size: 17pt;
        line-height: 1em
    }

    .mobile #list-none .details .select {
        font-size: 15pt
    }

    #status, .details a.printthis, .details a.printthis:visited, .details a.printthis:hover {
        color: #000
    }

    .details td {
        border-bottom: none;
        padding: 0
    }

    .kp {
        border-bottom: 1px solid #EEE;
        padding: 6px 0 6px 10px
    }

    .preferred.kp {
        border-bottom: none;
        background-color: #fcf1D9;
        border: 1px solid #d99c11;
        border-radius: .5em;
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em;
        margin-bottom: .5em
    }

        .preferred.kp .legend {
            color: #c98c01;
            margin: 0 0 0.5em
        }

    .details .seleccionar a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 5px 5px -4px #000;
        -webkit-box-shadow: 0 5px 5px -4px #000;
        box-shadow: 0 5px 5px -4px #000;
        background: #FCBF00;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FCBF00', endColorstr = '#FCBF00');
        background: -webkit-gradient(linear, left top, left bottom, from(#FCBF00), to(#FCBF00));
        background: -moz-linear-gradient(center top, #FCBF00,#FCBF00 );
        border: 1px solid #FCBF00;
        color: #172154;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        height: auto;
        margin: 2px 1px 2px 0;
        padding: 5px 18px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: auto;
    }

    .details .select a:active {
        margin: 3px 0 1px 1px;
        -moz-box-shadow: 0 5px 5px -6px #000;
        -webkit-box-shadow: 0 5px 5px -6px #000;
        box-shadow: 0 5px 5px -6px #000;
    }

    .picture .kp_image img, .picture .unavailable.kp_image {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px solid #bbb;
        -moz-box-shadow: 1px 1px 2px #bbb;
        -webkit-box-shadow: 1px 1px 2px #bbb;
        box-shadow: 1px 1px 2px #bbb;
    }

    .infowindow .picture .kp_image img {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .infowindow .kp {
        border-bottom: none;
    }

    table.openinghours {
        margin-bottom: .25em;
    }
