
.ven-directions-map-holder{
    display: none;
    position:fixed;
    top:0px;
    width: 100%;
    z-index:11;
}

.closedirmap{
    position: absolute;
    top:-30px;
    right:0;
    width: 30px;
    height: 30px;
    background: url(../../images/lightbox-close.png) no-repeat;
    z-index:12;
}

.ven-directions-controls{
    position:absolute;
    top:10px;
    left:90px;
    background-color:#F2F2F2;
    border:1px solid #DEDEDE;
    width: 320px;
    padding:10px;
    z-index:12;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.dir-controls,dir-controls:hover,.dir-controls:active,.dir-controls:focus{
    outline:none;    
}

.dir-car,.dir-transit,.dir-walk,.dir-cycle,.dir-car-active,.dir-transit-active,.dir-walk-active,.dir-cycle-active,.dir-car:hover,.dir-transit:hover,.dir-walk:hover,.dir-cycle:hover{
    float:left;
    background: url("../../images/directions.png") no-repeat 6px -56px;
    height: 30px;
    width: 41px;
    margin-right: 10px;
}

.dir-transit{
    background: url("../../images/directions.png") no-repeat 8px -218px;
}

.dir-walk{
    background: url("../../images/directions.png") no-repeat 10px -246px;
}

.dir-cycle{
    background: url("../../images/directions.png") no-repeat -3px -28px;
}

.dir-car-active,.dir-car:hover{
    background: url("../../images/directions.png") no-repeat -46px -56px;
}

.dir-transit-active,.dir-transit:hover{
    background: url("../../images/directions.png") no-repeat -30px -218px;
}

.dir-walk-active,.dir-walk:hover{
    background: url("../../images/directions.png") no-repeat -28px -246px;
}

.dir-cycle-active,.dir-cycle:hover{
    background: url("../../images/directions.png") no-repeat -87px -28px;
}

.dir-from-loc,.dir-to-loc{
    float:left;
    background: url("../../images/directions.png") no-repeat 6px -175px;
    width: 30px;
    height: 24px;
}

.input-group {
    position: relative;
    float: left;
    width: 100%;
    border-collapse: separate;
}

.input-group-addon {
    position: absolute;
    top:1px;
    left: 1px;
    min-width:50px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: none;
    border-radius: 4px 0 0 4px;
}

input.input-dir-from,input.input-dir-from:focus{
    float: left;
    width: 100%;
    height:39px;
    padding: 6px 12px 6px 60px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.dir-from-loc{
    margin-top:1px;
    background-color:#EFEFEF;
}

.to-dir-loc{
    display:block;
    margin-left: 35px;
    font-size: 13px;
}

.ven-directions-panel{
    float:left;
    display: none;
    height:260px;
    overflow-y: scroll;
    border-top:1px solid #EFEFEF;
}

.wrongpage-msg{
    text-align: center;
    line-height: 300px;

}

.fac-detail-list li label{
    font-weight: normal;
    margin: 0 5px 5px 20px;
    text-align: left;
}

.fac-detail-list li:last-child label{
    margin: 0 5px 0 20px;
}

input.input-block{
    width:70%;
    padding:4px 10px;
}

#venue-directions-map{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background-color: #f2f2f2;
    border:1px solid #DEDEDE;
    z-index:5;
}

.closedircont,.closedircont:hover,.closedircont:active,.closedircont:focus{
    position: absolute;
    top:8px;
    right:8px;
    font-size: 20px;
    z-index:13;
    width:25px;
    height:25px;
    background:url(../../images/minus_map.png) no-repeat 0 0;
}

.closedircont-show,.closedircont-show:hover,.closedircont-show:active,.closedircont-show:focus{
    background:url(../../images/plus_map.png) no-repeat 0 0;
}

.dir-box-title{
    font-size:16px;
}

input.input-error,input.input-error:focus,
textarea.input-error,textarea.input-error:focus {
    border: 1px solid #AF0505;
    color: #AF0505;
}
