/* COLOURS FOR TUBE LINES */
.Bakerloo { background: rgb(137, 78, 36) }
.Central { background: rgb(220, 36, 31) }
.Circle { background: rgb(255, 206, 0) }
.District { background: rgb(0, 114, 41) }
.Hammersmith { background: rgb(215, 153, 175) }
.Jubilee { background: rgb(134, 143, 152) }
.Metropolitan { background: rgb(117, 16, 86) }
.Northern { background: rgb(0, 0, 0) }
.Piccadilly { background: rgb(0, 25, 168 ) }
.Victoria { background: rgb(0, 160, 226) }
.Waterloo { background: rgb(118, 208, 189) }
.East { display: none; }

/* rounded corners 'helper' class */
.round {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; /* Firefox 1-3.6 */
    -moz-border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}
.ui-helper-hidden-accessible {
    display: none;
}
ul.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 255px;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
   
}
.form-control:focus {
    border-color: #b2b2b2;
}
.input-lg {
    height: 40px;
    padding: 8px 16px;
    font-size: 17px;
    font-weight: lighter;
    border: 1px solid #1c4596;
}
.input-lg:focus {
    outline: none;
    border: 1px solid #0087c0;
    box-shadow: 0 0 7px #0087c0;
}
ul.ui-autocomplete li.ui-menu-item {
    background: white
}
ul.ui-autocomplete li.ui-menu-item a {
    font-size: 18px;
    display: block;
    list-style: none;
    background: white;
    padding: 3%;
    border-bottom: 1px solid #b2b2b2;
    margin: 0 2%;
    color: #4b4b4b;
    text-decoration: none;
}
ul.ui-autocomplete li.ui-menu-item:last-of-type a {
    border-bottom: none;
}
ul.ui-autocomplete li.ui-menu-item a:hover {
    background: #dcf4fc;
    text-decoration: none;
    width: 100%;
    margin-left: 0%;
    padding-left: 5% !important;
    cursor: pointer;
}
/*#main {
    min-height: 650px;
}*/
#heading {
    color: white;
    line-height: 61px;
    font-size: 58px;
/*    font-weight: lighter;*/
    /*text-align: center;*/
    margin-top: 0px;
    padding: 10px 0;
}
#findTitle {
    color: white;
    font-size: 18px;
    line-height: 27px;
/*    font-weight: normal;*/
    /*text-align: center;*/
}

#findTitleBl {
   color: #1c4596;
    font-size: 18px;
    line-height: 27px;
/*    font-weight: normal;*/
    /*text-align: center;*/
}

.findButton {
    /*background: rgba(28, 69, 150, 0.8);*/
    background: #4566a7;
    height: 40px;
    cursor: pointer;
}
.findButton:hover {
    background: #1c4596;
}

#location-back:hover {
    background:#d6dae2;
}

.blue{
    background:#4566a7 !important;
}
.findButton #inner {
    font-size: 17px;
    color: white;
    /*text-align: center;*/
    line-height: 40px;
    position: relative;
    left: 8px;
}
.findButton #inner span {
    background: url(../img/pindrop.png) no-repeat;
    background-size: 12px 21px;
    background-position: 10px 10px;
    display: inline-block;
    padding: 0 0 0 30px;
    
}
.pt20 {
    padding-top: 20px
}
.pt10 {
    padding-top: 10px
}
.pt40 {
    padding-top: 40px
}
.pb20 {
    padding-bottom: 20px;
}
.pb10 {
    padding-bottom: 10px;
}
.thinLine {
    float: left;
    width: 40%;
    border-top: 1px solid white;
    margin-top: 10px;
}
.orText {
    float: left;
    width: 20%;
    text-align: center;
    color: white;
    font-size: 16px;
}
.clear {
    clear: both
}
.input {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    text-align: left;
}
.raleway {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.ralewayLt {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

.mainLt:active, .mainLtSm:active {
    opacity:0.8;
}

.mainLt {
    background: white;
    border: 1px solid #1c4596;
    min-height: 60px;
    margin-top: 10px;
    cursor: pointer;
}
.stationName {
    font-size: 24px;
    color: #1c4596;
    padding-right: 5px;
}
.station {
    background: white url('../img/tube-logo.png') no-repeat;
    background-size: 23px 19px;
    background-position: 15px 20px;
    padding: 13px 30px 10px  55px;
    
}
.rel {
    position: relative
}
.abs {
    position: absolute
}
.plus {
    background: url(../img/plus.png) no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 20px;
    
}
.minus {
    background: url(../img/minus.png) no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 20px;
    
}
.details {
    display: none;
}
#inputSurround {
    background-color: white;
    height: 40px;
}
.form-control{
    color:#4b4b4b;
}

a#cancelButton {
    display: block;
    text-decoration: none;
    color: #333;
}

#searchButton,
#amendButton,
#errorAmendButton {
    background: #15b5ea;
    height: 40px;
    cursor: pointer;
    margin-top: 30px;
    border: 1px solid #0087c0;
    text-align:center;
}

#searchButton:hover,
#amendButton:hover,
#errorAmendButton:hover {
    background: #5bcbf0;
}

#searchButton:active,
#amendButton:active,
#errorAmendButton:active {
    background: #4caad3;
}

#searchButton #inner,
#amendButton #inner,
#errorAmendButton #inner {
    font-size: 17px;
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 40px;
    position: relative;
/*    left: -9px;*/
    top: -1px;
}
#amendButton #inner {
/*    left: -2px;*/
}
#errorAmendButton #inner {
    left: 0;
}
#searchButton #inner span {
    background: url(../img/search.png) no-repeat;
    background-size: 14px 14px;
    background-position: 6px 12px;
    display: inline-block;
    padding: 0 0 0 30px;
    
}
#results {
    width: 100%;
    background: #ebebeb;
}
#results #title {
    background: #15b5ea;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 50px;
}
#nearestCopy {
    font-size: 16px;
    padding: 20px 0 10px 0
}

#location-back {
    min-width: 130px;
    border: 1px solid #1c4597;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
    text-decoration:none;
    
}
#location-back #inner {
    font-size: 16px;
    color: #1c4597;
    line-height: 40px;
}
#location-back #inner span {
    background: url(../img/pindrop_blue.png) no-repeat;
    background-size: 10px 19px;
    background-position: 15px 10px;
    display: inline-block;
    padding: 0 0 0 33px;
    
}
#location-back #inner span.tube {
    background: url(../img/tube-logo-blue.png) no-repeat;
    background-size: 15px 12px;
    background-position: 10px 14px;
    
}
.ml10 {
    margin-left: 10px;
}
.location {
    background: url('../img/pin_info.png') no-repeat;
    background-size: 10px 17px;
    background-position: 21px 5px;
    padding: 0px 30px 10px 55px;
    
}
.lines {
    background: url('../img/tube-logo-light.png') no-repeat;
    background-size: 17px 14px;
    background-position: 18px 5px;
    padding: 0px 30px 20px 55px;
    
}

.showMe:active, .showMeWide:active {
    background-color:#1c4596;
}

.showMe {
    background: url('../img/map.png') no-repeat;
    background-size: 15px 10px;
    background-position: 8px 50%;
    background-color:#4566a7;
    border: 1px solid #1c4596;
    border-radius: 3px;
    height: 35px;
    width: 110px;
    color: #FFF;
    padding: 7px 10px 10px 30px;
    margin-top: 10px;
    cursor: pointer;
    
}
.showMeWide {
    width: 157px;
    background: url('../img/map.png') no-repeat;
    background-size: 15px 10px;
    background-color:#4566a7;
    background-position: 8px 50%;
    border: 1px solid #1c4596;
    border-radius: 3px;
    height: 35px;
    color: #fff;
    padding: 7px 10px 10px 30px;
    margin-top: 10px;
    cursor: pointer;
    
}
.stationNameSm {
    font-size: 18px;
    color: #4b4b4b;
    padding-right: 5px;
}
.stationSm {
    background: white url('../img/tube-logo.png') no-repeat;
    background-size: 23px 19px;
    background-position: 15px 15px;
    padding: 11px 20px 10px 55px;
    
}
.mainLtSm {
    background: white;
    border: 1px solid #bebebe;
    min-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}
.mt {
    top: 15px;
}
.mt5 {
    margin-top: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mt15{margin-top:15px;}
.nowrap {
    white-space: nowrap;
}

/* tube styles */
.lineSel {
    color: white;
    padding: 2px;
    line-height: 23px;
}
.circles {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 3px
}
.panelz {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
#homePanel .wrap, #errorPanel .wrap {
    background: transparent url(../img/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    
}

#resultsPanel {
    background: #ebebeb;
    margin-left: 100%;
}
#mapPanel {
    margin-left: 200%;
    background: #ebebeb;
}

/* footer styles */

.showMe:hover, .showMeWide:hover{
     background-color: #1c4596;
    color:#fff;
}

.cashPointMapCont .blueBdr:hover{
    background-color: #d6dae2;
}

.cashPointMapCont .blueBdr:active,  .showMe:active, .showMeWide:active{
    background-color: #4566a7;
}

.cashPointMapCont {
    padding: 45px 0 30px;
}

.cashPointMapLink {
    display: block;
    background: transparent;
    height: 40px;
    cursor: pointer;
    border: 1px solid #fff
}
.cashPointMapLink:hover {
    background-color: rgba(255,255,255,0.2);
}
.cashPointMapLink:active {
    background-color: rgba(255,255,255,0.35) ;
}
.cashPointMapLink .text {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 40px;
    position: relative;
    left: -9px;
}
.cashPointMapLink .img {
    display: block;
    background: url(../img/download.png) no-repeat;
    background-size: 15px 15px;
    background-position: 6px 12px;
    display: inline-block;
    padding: 0 0 0 30px;
    
}
.blueBdr {
    border: 1px solid #1c4596;
}
.blueTxt {
    color: #1c4596;
}
.cashPointMapLink .blueImg {
    display: block;
    background: url(../img/downloadBl.png) no-repeat;
    background-size: 15px 15px;
    background-position: 6px 12px;
    display: inline-block;
    padding: 0 0 0 30px;
    
}
.bottomFooterCont {
    background: #333333;
    padding: 0px;
    height: 50px;
}
.bottomFooterCont .text {
    display:inline-block; 
    width:160px
    font-size: 14px;
    line-height: 14px;
    -webkit-text-size-adjust: 100%;
    color: #888888;
    padding-top: 3px;
}
.bottomFooterCont .textSt {
    float: left;
    font-size: 14px;
    line-height: 14px;
    width: 80px;
    color: #888888;
    padding-top: 4px;
}
.bottomFooterCont .iceLogo {
    max-height: 46px;
    max-width: 123px
}
.bottomFooterCont .raphaelLogo {
    max-height: 46px;
    display:inline-block
}
.bottomFooterCont td {
    font-size: 14px;
    line-height: 14px;
    width: 80px;
    color: #888888;
}
.left {
    float: left;
}
.right {
    float: right !important;
}
.textRight {
    text-align: right
}
.pl10 {
    padding-left: 10px;
}
.multipleLocations {
    background: url(../img/pin_multiple.png) no-repeat;
    background-size: 17px 24px;
    height: 24px;
    width: 17px;
    display: inline-block;
    display: none;
    vertical-align: top;
    
}
.grey {
    color: #4a4a4a
}
.greyBdr {
    border-top: 1px solid #9a9a9a;
}
#mapTop {
    min-height: 74px;
    cursor: pointer
}

.blueArrowBox {
    background: #1c4596 url(../img/back.png) no-repeat center center;
    background-size: 5px 15px;
    width: 20px;
    
}
.whiteTop {
    background: white;
    width: 95%;
    padding: 10px;
    height: 100%;
}
.whiteTop .nearest {
    font-size: 19px;
    color: #333333;
    padding-left: 10px;
}
.whiteTop .singleMapTop {
    font-size: 24px;
    color: #1c4596;
    background: white url('../img/tube-logo.png') no-repeat;
    background-size: 23px 19px;
    background-position: 10px 50%;
    padding: 0px 0 0px  40px;
    
}

a.button {
    display: block;
    text-decoration: none;
}

#amendPanel{
    background:#ebebeb;
}

#heading, #findTitle, #heading, #findTitleBl, .findButton #inner, .input {
    text-align: center;
}
.findButton #inner {
    left: -6px;
}


.homeBut{
background:url('../img/Bank-home-icon_white.png') no-repeat; 
background-size:28px 28px;
width:28px;
height:28px;
top:10px;
right:10px;
/**/
}

.homeBut:active{
    background:url('../img/Bank-home-icon_white_click.png') no-repeat; 
    background-size:28px 28px;
    
}

.homeBut:hover{
    background:url('../img/Bank-home-icon_white_hover.png') no-repeat;
    background-size:28px 28px;
    
}

.homeBut2{
background:url('../img/Bank-home-icon_bl.png') no-repeat; 
background-size:28px 28px;
width:28px;
height:28px;
top:10px;
right:10px;

}

.homeBut:active{
    background:url('../img/Bank-home-icon_bl_tap.png') no-repeat; 
    background-size:28px 28px;
    
}

/* web overides / media queries */
@media (min-width: 1024px) {

    #heading, #findTitle, #heading, #findTitleBl, .findButton #inner, .input {
        text-align: left;
    }
    .findButton #inner {
        left: 8px;
    }
    .webcontainer {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .webcontainer, .panelz {
        /*width: 320px;*/
    }
    .panelz {
        overflow: scroll;
    }
    .panelz .wrap {
        width: 360px;
        background-color: rgba(255,255,255,0);
   
    }
    #homePanel {
        background: transparent url('../img/webbg.jpg') no-repeat 65% 50%;
        background-size: cover;
    position:relative;
    
    }


    #homePanel .wrap, #errorPanel .wrap{
        background: rgba(170,170,170,0.73);
    
    }
    #resultsPanel {
        margin-left: 0;
    }
    #mapPanel {
        width: 674px;
        margin-left: 360px;
        /*display: block;*/
    }
    #mapPanel .wrap {
        width: auto;
    }
    #mapPanel #mapTop {
        display: none;
    }
   
    .main2 {
        padding-bottom: 0;
    }
}

/* iPad Landscape Only */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .footer, .push {
        bottom: 20px;
    }
}

.active {
    display: block !important;
    margin-left: 0 !important;
}

/* error page overrides */
.searchError .panelz.active {
    display: none;
}
.searchError #homePanel .wrap, .searchError #amendPanel .wrap {
    display: none;
}
.searchError #errorPanel, .searchError #amendErrorPanel {
    top:0;
    display: block;
}