﻿/* EDDM */
.inner-area-wrap.route{flex-direction: column;/*padding-top: 35px;*/padding-top: 15px;}
.inner-area-wrap.route h3{font-weight: bold;font-size: 24px;text-align: center;}

.EDDMContainerDiv {
    border: 1.5px solid #dddddd;
    width: 100%;
    height: auto;
    /*margin-left: 5%;*/
    border-radius: 10px;
}
.divEDDMLeftMain {
    width: 79%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.divEDDMRightMain {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #eeeeee;
}
#map_canvas { 
    width: 100%;
    height: 650px; 
    z-index: 1;
}
#divRoutesContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    z-index: 10;
}
#divRoutes {
    max-height: 400px;
    overflow: auto;
    border-bottom: 1px solid #eeeeee;
    /*padding; 5px;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*visibility: hidden;*/
}
#divSummary {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}
    #divSummary h5 {
        font-size: 25px;
        padding: 10px 0 20px 0;
    }
    #divSummary p {
        font-size: 14px;
    }
    #divSummary div {
        /*font-size: 20px;*/
        font-size: 14px;
        border-bottom: 1px solid #eeeeee;
        min-height: 35px;
        padding-bottom: 10px;
    }
#btnEDDMJson {
    width: 100%;
    background-color: #00619F;
    border: none;
    height: 25px;
    color: #ffffff;
    border-radius: 2px;
}
#btnRoutes {
    background-color: #00619F;
    color: #ffffff;
    padding: 3px;
    border: none;
    font-size: 11px;
    line-height: 3;
    width: 150px;
}
.divRoute {
    width: 100%;
    padding: 10px 15px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    /*width: 100%;*/
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #ffffff;
    color: rgb(55, 55, 55);
}
#divRoutes .divRoute:nth-child(odd) {
    background-color: #e5e4e4;
}
.selectedroute {
    background-color: #0976bf !important;
    color: #ffffff !important;
}  
.divRouteInfoHead {
    width: 14.28%;
    display: inline-block;
    height: 30px;
    border-right: 1px solid #dddddd;
    /*padding-left: 2%;*/
    vertical-align: top;
    text-align: center;
    margin:0;
    box-sizing:border-box;
    font-size: 10px;
}
.divRouteInfo {
    width: 14.28%;
    display: inline-block;
    border: 1px hidden;
    text-align: center;
    vertical-align: top;
    margin:0;
    box-sizing:border-box;
    font-size: 12.9px;
    /*padding-left: 2%;*/
}
.divOverInfo {
    color: #00619f;
    font-size: 12.9px;
    /*padding-left: 2%;*/
}
.divEDDMSearch {
    padding: 10px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
}
.divEDDMRouteHead {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    background-color: #F4F4F4;
    font-size: 0;
    border-top: 1px solid #fafafa;
}
    .divEDDMRouteHead div.divRouteInfoHead:last-child {
        border-right: none;
    }
.divEDDMRouteHeadOver {
    padding: 2px 10px 2px 10px;
    color: #00619f;
    background-color: #F4F4F4;
    font-size: 12.9px;
    border-top: 1px solid #fafafa;
    margin-bottom: 0;
}
#divResRouteInfoHead:hover, #divAgeRouteInfoHead:hover, #divRouteInfoHead:hover {
    cursor: pointer;
}
.txtAddress {
    color: #343434;
    background-color: #F4F4F4;
    min-width: 80%;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 20px;
}
#divOverResCnt {
    
}

.btnSubmit {
    padding: 5px;
    width: 20%;
    border-color: lightblue;
    border-style: groove;
    border-radius: 5px;
    color: #fff;
    background-color: #247ECA;
    outline-color: #247ECF;
}

.btnRoutes {
    background-color: #0976bf;
}
.btnEDDMAddressSearch {
    background-color: #1566A3;
    color: #ffffff;
    font-size: 20px;
    border: none;
    /*border: 1px solid #ffffff;*/
    width: 50px;
    line-height: 20px;
    padding: 10px 10px;
    height: 50px;
    /*right: 20.5%;
    top: 10px;*/
    /*margin-top: 10px;*/
    margin-left: -50px;
}
.btnEDDMReset {
    background-color: #1566A3;
    color: #ffffff;
    font-size: 20px;
    border: none;
    width: 100px;
    line-height: 20px;
    padding: 10px 10px;
    height: 50px;
    /*right: 20.5%;
    top: 10px;*/
    margin-left: 20px;
}
.btnsEDDM {
    width: 50px;
    padding: 3px;
    box-sizing:border-box;
    background-color: #1566A3;
    color: #ffffff;
    border: none;    
}
.btnBusRes {
    background-color: #1566A3;
    color: #ffffff;
    border: 2px solid #FCFCFC; 
    padding: 5px 20px;
    margin-left: -2px;
    float:left;
    outline: none;
}
.btnBusResUnSelected {
    background-color: #EFEFEF;
    color: #1566A3;
}
#btnShowBusRes {
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#btnShowResOnly {
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pEDDMSelectAll {
    text-align: center;
    font-size: 20px;
    padding: 5px;
    background-color: #f9f9f9;
    margin: 0;
}
/*Zip code modal*/
#divZips p {
    text-align: center;
    text-decoration: wavy;
    /*margin: 0;*/
}

/* EDDM Canvas */
.btnSearchCanv {
    background-color: #1566A3;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 6px;
    vertical-align: middle;
}

.cstm-btn {
    background-image: none;
    background-color: #008ece;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 5px;
    transition: .4s;
    font-weight: 600;
    min-width: 100px;
    /*line-height: 1;*/
    cursor: pointer;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 5px;
}

.color-blue {
    background-color: #008ece;
}
.color-green {
    background-color: #3dc482;
}
.color-orange {
    background-color: #fc781e;
}
