html {
    padding: 0;
    margin: 0;

    /*min-width: 618px;*/
    height: 100%;
    /*min-height: 398px;*/
    /*background-color: #FFFFFF;*/

}

body {
    padding: 0;
    margin: auto;
    height: 100%;

}

html.htmlOfficesList {
    padding: 0;
    margin: 0;
    min-width: 272px;
    height: 100%;
    background-color: #FAFAFA;
}

body.bodyOfficesList {
    padding: 0;
    margin: 0;
    min-width: 272px; /* min-width: 222px; */
    background: #FAFAFA;
}

.divTitleBar {
    width: 100%;
    height: 23px;
    margin-bottom: 5px;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #dc0032;
    line-height: 28px;
    background-color: #FFFFFF; /* #FACF00; */
}

.imgLogo {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #768db4;
}

.divTitleOfficeLocator {
    float: left;
    line-height: 12px;
    margin-top: 6px;
}

.imgFullScreen {
    float: right;
    margin: 1px 5px 0 0;
}


#speedy_address {
    width: calc(100% - 2px); /* width: calc(100% - 281px); */
    height: 103px;
    background: #FFEAAB;
    float: left;
    border: 1px solid #808285 !important;
}


.iFrameGoogle {
    box-sizing: border-box;
    width: calc(100% - 232px);
    height: calc(100% - 102px);
    min-height: 200px;
    float: left;
    border: 1px solid #808285;
}

.iFrameOfficesList {
    width: 230px;
    /*height: calc(100% - 100px);*/
    height: calc(100% - 104px);
    /*margin-top: 5px;*/
    background: #FAFAFA;
    float: right;
    border: 1px solid #808285;
    box-sizing: border-box;
}


table.tableForm {
    width: calc(100% - 6px);
    margin: 3px 0 0 3px;
    color: #414042;
}

td.tdTableFormColumn1 {
    width: 65px;
}

td.tdTableFormColumn2 {
    min-width: 207px;
}

td.tdTableFormColumn3 {
    min-width: 320px;
}


/* --------------------------------- FORM --------------------------------- */
#message {
    width: 458px;
    margin: 20px 0 0 10px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    float: left;
}


/* Row 1 */
.divAddressFormSettlement {
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin: 0 3px 2px 0;
}

.speedyAddressQuarterName {
    width: calc(100% - 2px);
    height: 18px;
    padding: 0;
    margin: 0 0 2px 0;
}



div.divOfficeWorkingTimeOverride {
    color: red;
}

/* --------------------------------- OFFICES LIST --------------------------------- */
.divOfficesListTitle {
    margin: 0;
    width: 100%;
    height: 20px;
    font: 11px Arial, Helvetica;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #808285;
    position: fixed;
}

.divOffice {
    width: calc(100% - 22px);
    font: 11px Arial, Helvetica;
    color: #414042;
    cursor: pointer;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    padding: 6px 6px 6px 6px;
}

.divOffice:hover {
    color: #a90034;
}

.divOffice:focus {
    color: #a90034;
}

.divOffice:hover {
    background-color: #EDEDED;
}


@media screen and (max-width: 950px){
    body {
        /*height: calc(100% - 5px);*/
    }

    .iFrameGoogle {
        height: calc(100% - 125px);
    }

    .iFrameOfficesList {
        height: calc(100% - 125px);;
    }

}


@media screen and (max-width: 750px) {
    html.htmlOfficesList {
        min-width: 200px;
    }

    body.bodyOfficesList {
        min-width: 200px;
    }

    .iFrameGoogle {
        width: calc(100% - 145px);
    }

    .iFrameOfficesList {
        margin: 0;
        width: 140px;
    }
    .iFrameOfficesList.body{
        font: 9px Arial, Helvetica;
    }

}

@media screen and (max-width: 500px) {
    html.htmlOfficesList {
        min-width: 200px;
    }

    body.bodyOfficesList {
        min-width: 200px;
    }

    .iFrameGoogle {
        width: calc(100% - 105px);
    }

    .iFrameOfficesList {
        width: 100px;
    }
    .divOffice{
        font-size: 9px;
    }
    .iFrameOfficesList.body{
        font: 9px Arial, Helvetica;
    }

}


