﻿div.locationRow
{
    width: 550px;
    height: 30px;
    text-align: left;
}

div.locationRowReadOnly
{
    clear: both;
    width: 450px;
    height: 30px;
    text-align: left;
}

div.locationLabelColumn, div.locationLabelColumnReadOnly
{
    width: 150px;
    float: left;
}

div.locationInputColumn
{
    width: 400px;
    float: right;
}

div.locationInputColumnReadOnly { 
    float: right;
    font-weight: 700;
    width: 300px;
}


/* Adriana Heghes - IS 18563 - display Special Needs Text next to Special Needs checkbox */
span.notbold {
    font-weight: normal;
    width: 257px;
    display: inline-block;
    word-wrap: break-word;
}

/* Adriana Heghes - IS 18563 - display Special Needs Text next to Special Needs checkbox */
span.displayInline{
    display: inline-block; 
    vertical-align: top;
}

div.locationsLineInfo
{
    float: left;
}
    
div.locationsLine
{
    /*max-height: 430px;*/
    height: 330px;
}

/* CRDEV-8880,CRDEV-8881 - MS - 2/2019 - Make ESRI map adaptive */
div.locationMap
{
    float: right;
    top: 0;
    left: 0;
    width: 250px;
    height: 290px;
}

/* CRDEV-8905 - MS - 2/2019 - Make ESRI map show lat, long for mobile devices */
div.locationMap div.note
{
    width: 250px; 
    text-align: left;
    margin: 1.7em 0;
}
    
div.locationMap div.claro
{
    display: none; 
    width: 250px;
    height: 250px;
}
    
div.locationMap div.mapDivStyle
{
    border: 1px solid black; 
    width: 250px;
    height: 250px; 
    background-color: white;
}
    
div.locationMap div.mapDivStyle img
{ 
    width: 250px;
    height: 250px;
}
    
div.locationsTemplateWrapper
{
    clear: both;
    height: auto;
}

/* CRDEV-8880,CRDEV-8881 - MS - 2/2019 - Make ESRI map adaptive */
div.locationMapWrapper
{ 
    float: right; 
    position: relative; 
    width: 250px;
    height: auto;
}
    
div.loading
{
    display: none;
    position: absolute; 
    top: 100px; 
    left: 100px; 
    z-index: 100;
}
    
div.locationsActionRemove
{
    clear: both;
    margin-top: 5px;
}

.accordion {
    margin: 0 0;
}
     
dt, dd {
    background-color: none;
    border-bottom: 6px solid #66A3C2;
    border-left: none;
    border-right: none;
    border-top: 0px none currentColor;
    padding: 8px 0;
}
    
dl dt:first-child
{
    border-top: 6px solid #66A3C2;
}
    
dd.landingPage
{
    border-bottom: none;
}
   
dt 
{
    height: 52px;
}
   
dt div.collapsableExpand
{
    display: none;
}
   
dt div.collapsableCollapse
{
    display: block;
}
    
ul.addressHeadingSections
{
    list-style-type: none;
}
    
ul.addressHeadingSections li
{
    float: left;
    margin-right: 20px;
}
    
div.addressHeadingBoldLine
{
    font-size: 1.2em; 
    font-weight: 700;
    margin-bottom: 7px;
}
    
li.addressHeadingLiFirst
{
    width: 40px;
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */    
li.addressHeadingLiSecond
{
    width: 60%;
    word-break: break-word;
        margin-bottom: 10px;
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */    
ul.addressHeadingSections li.addressHeadingLiThird
{
    width: auto;
    float: right !important;
    margin-right: 0 !important;
    text-align: right;
    padding-top: 3px; /*CRDEV-7981 reduce top gap*/
}
    
input.address, input.city
{
    width: 165px;
}
    
#verifyInformation
{
    margin-left: 20px;
}

.adaptiveAddressDT 
{
    width: 100%;
    display: inline-table;
}

.addressHeading 
{
    margin-top: 10px;
}

.adaptiveRemoveLocation 
{
    margin-bottom: 10px !important;
}

/* MC - CRDEV-8836 - CNE Mobile - updating map location*/
.locationMapWrapperDiv 
{
    float: right;
}

.adaptiveMapHeight 
{
    word-break: break-word;
}

/* MC - CRDEV-8831 - CNE Mobile - ipad range specific scaling */
/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
@media screen and (max-width:785px) 
{
    div.locationsLineInfo 
    {
        float: left;
        margin-right: -35px;
    }
}

/* MC - CRDEV-8836 - CNE Mobile - updating map location*/
@media screen and (max-width:760px) 
{
    .locationMapWrapperDiv 
    {
        width: 100%;
        float: left !important;
    }

    /* CRDEV-8880,CRDEV-8881 - MS - 2/2019 - Make ESRI map adaptive */

    div.locationMapWrapper
    {
        text-align: center;
        position: relative;
        width: 100%;
    }
    div.locationMap
    {
        float: none;
        display: inline-block;
    }
    div.locationsLine
    {
        display: inline-block;
        height: auto;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
@media screen and (max-width:755px) 
{
    li.addressHeadingLiSecond 
    {
        width: 55%;
    }
}

/* MC - CRDEV-8813 - CNE Mobile */
/* MC - CRDEV-8758 - CNE Mobile - Increased px from 680 to 700 */
/* MC - CRDEV-8831 - CNE Mobile - Updating address and contact stuff, increased px to 750 and combined css */
/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
/* Adding Scalability */
@media screen and (max-width:750px) 
{
    div.locationsLineInfo 
    {
        width: 100%;
    }

    div.locationRowReadOnly 
    {
        clear: both;
        width: auto;
        height: 30px;
        text-align: left;
    }

    div.locationLabelColumnReadOnly 
    {
        width: auto;
        float: left;
        line-height: 30px;
    }

    div.locationInputColumnReadOnly 
    {
        float: right;
        font-weight: 700;
        width: auto;
        line-height: 30px;
    }

    .adaptiveSpecialNeedsLabel 
    {
        width: auto !important;
    }

    .adaptiveAddressTextBox 
    {
        width: 300px !important;
        float: none !important;
    }

    div.locationsLineInfo 
    {
        float: left;
        margin-right: 0;
    }

    .residentialAddresses,
    .stateDropDown 
    {
        min-width: 165px !important;
    }

    .uszip 
    {
        margin-right: -7px;
    }

    .cazip1,
    .cazip2 
    {
        min-width: 50px;
    }

    .adaptiveAddressContainer 
    {
        line-height: 15px !important;
        margin-top: 5px;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
@media screen and (max-width:670px) 
{
    li.addressHeadingLiSecond 
    {
        width: 50%;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
@media screen and (max-width:610px) 
{
    li.addressHeadingLiSecond 
    {
        width: 44%;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - Address resizing for location button wiggle and updating per location placements */
@media screen and (max-width:550px) 
{
    .adaptiveAddressTextBox 
    {
        width: 225px !important;
        float: none !important;
    }

    li.addressHeadingLiSecond 
    {
        width: 75%;
    }

    ul.addressHeadingSections li.addressHeadingLiThird 
    {
        width: 100%;
        text-align: center;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - Big Buttons and updating per location placements */
@media screen and (max-width:450px) 
{
    .adaptiveAddressTextBox 
    {
        width: 165px !important;
        float: none !important;
    }

    li.addressHeadingLiSecond 
    {
        width: 65%;
        word-break: break-word;
    }

    .adaptiveRemoveLocation,
    .adaptiveAddLocation,
    .adaptiveAddLocationDiv,
    #verifyInformation,
    #verifyInformationLandingPage 
    {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

/* MC - CRDEV-8825 - CNE Mobile - updating per location placements */
@media screen and (max-width:360px) 
{
    .adaptiveAddressBR 
    {
        display: none !important;
    }

    .adaptiveAddressTextBox,
    .adaptiveAddressDiv 
    {
        width: 100% !important;
    }
}