﻿/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: Arial !Important;
vertical-align: baseline;
color:#333333;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Admin Site Styles*/
#AdminContainer
{
    width:960px;
    display:block;
    margin:0 auto;
    position:relative;
}

#AdminHeader
{
    width:960px;
    height:60px;
    top:0;
    left:0;
    text-align:center;
    padding:5px;
    /*margin-bottom:10px;*/
    background: rgb(214,240,253); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(214,240,253,1) 0%, rgba(242,249,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,240,253,1)), color-stop(100%,rgba(242,249,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(214,240,253,1) 0%,rgba(242,249,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0fd', endColorstr='#f2f9fe',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

#AdminHeader ul
{
    position:relative;
    margin-bottom:10px;
}

#AdminHeader ul li
{
    width:25%;
    display:block;
    float:left;
}

/* Buttons */

#AdminHeader ul li a
{
    width:90%;
}

#AdminContent
{
    background: rgb(242,249,254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,254,1)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
    padding:5px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom:20px;
}

#AdminContent #FormView1_UpdateButton, #AdminContent #FormView1_UpdateCancelButton
{
    width:90%;
    margin:5px;
}
#GridArea td a
{
    width:120px;
}

#Button2.aspNetDisabled, #Button2.aspNetDisabled:hover
{
    background-color:#BBBBBB !important;
    color:#333333 !important;
}
#AdminHeader ul li a, #AdminContent #FormView1_UpdateButton, #AdminContent #FormView1_UpdateCancelButton, #GridArea td a, #GeocodeButton, #Button2, #Button1, #Button3, #Button4 {
    display: block;
    border: 1px Black solid;
    padding: 5px;
    color: Yellow !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background: rgb(125,185,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(32,124,202,1) 49%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(49%,rgba(32,124,202,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}
    #AdminHeader ul li a:hover, #AdminContent #FormView1_UpdateButton:hover, #AdminContent #FormView1_UpdateCancelButton:hover, #GridArea td a:hover, #GeocodeButton:hover, #Button2:hover, #Button1:hover, #Button3:hover, #Button4:hover {
        /*border: 2px Red solid;*/
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    }

#GeocodeButton
{
    margin-bottom:10px;
}

#Button2, #Button1, #Button3, #Button4 {
    margin: 0;
    display: inline-block;
}

/* End of Buttons*/

#AdminHeader h1
{
    font-size:18px;
    margin-bottom:10px;
}

#AdminContent
{
    width:960px;
    clear:both;
    
}

#GridArea
{
    width:960px;
    overflow:scroll;
    border-radius:10px;
}
#GridArea tr
{
    border-radius:10px;
}
#FormView1 tr
{
    border-radius:10px;
    display:block;
}
#FormView1 tr td
{
    max-width:300px;
}

#GridArea td, #GridArea th
{
    padding:5px;
    min-width:100px;
    text-align:left;
}

.storetitle
{
    display:inline-block;
    width:100px;
    padding:5px;
    color:Black;
}

#AdminContent #FormView1 td
{
    padding:5px;
}

#EditMap
{
    height: 300px;
    right:5px;
    position: absolute;
    top: 100px;
    width: 640px;
}

#AdminContent h1
{
    font-size:20px;
    font-weight:bold;
    margin-bottom:5px;
}
#AdminContent h2
{
    font-size:16px;
    font-weight:bold;
    margin-bottom:5px;
}

.HelpPage ul li
{
    list-style-type:square;
    margin-left:30px;
    padding-left:5px;
    font-size:14px;
}

#ErrorLabel1
{
    color:Red;
    text-align:center;
    width:100%;
}

#DebugLabel1
{
    width:940px;
    overflow-wrap: break-word;
}


/* Styles for Customer Page */
#maincontainer
{
    width:940px;
    margin:0 auto;
    position:relative;
}
/*#map_canvas
{
}*/
#panel
{
    width:240px;
    max-height:620px;
    min-height:300px;
    top:8px;
    /*overflow:hidden;*/
    overflow-x:hidden;
    overflow-y:scroll;
    background-color:White;
    border:2px solid #cccccc;
    left:8px;
    position:absolute;
}

.store-list
{
    /*overflow-y:scroll;*/
    display:block;
}

.location-search h4
{
    text-align: center;
    font-size: 14pt !important;
    color: #333333;
    font-family: Arial;
    text-transform: uppercase;
    margin: 5px 0 20px 0!important;
    font-weight:normal;
}

.store-list li, .store-list li:hover
{
    border-bottom:1px solid #333333;
    padding-left: 40px !important;
    background-image:url(pin-blue.png) !important;
    background-repeat:no-repeat !important;
    background-position:10px 5px !important;
}

.store-list .no-stores,.store-list .no-stores:hover
{
    background-image:none !important;
    padding: 5px !important;
    color: red !important;
    text-align: justify;
    font-size: 8pt;
}

.store .streetview
{
    display:none;
}

.store .phone
{
    padding-left:12px;
    background-image:url(phone.png) !important;
    background-repeat:no-repeat !important;
    background-position:0 4px !important;
}

.feature-filter label
{
    width:240px;
}

h5
{
    width:202px;
    border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-left:1px solid #cccccc;
    margin:0 5px;
    padding: 3px;
    font-size:13px;
    font-weight:normal;
    color:#333333;
}
    

.feature-filter
{
    display:none;
    width:202px;
    border-bottom:1px solid #cccccc;
    /*border-top:1px solid #cccccc;*/
    border-right:1px solid #cccccc;
    border-left:1px solid #cccccc;
    position:absolute;
    /*top:80px;*/
    left:5px;
    padding: 3px;
    background-color:White;
    box-shadow: 10px 10px 17px 0px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 10px 10px 17px 0px rgba(119, 119, 119, 0.7);
    -webkit-box-shadow: 10px 10px 17px 0px rgba(119, 119, 119, 0.7);

}

/*h5.clicked
{
    background-image:url(chevron-up.png);
}
*/
h5
{
    background-image:url(Arrow.png);
    background-position:right top;
    background-repeat:no-repeat;
    height:15px;
    display: none;
}

.dropdown select
{
width:230px;
border: 0 solid #fff;
background:transparent;
outline: none;
}

.dropdown
{
    border: 1px solid #cccccc;
    color: #000000;
    margin-left: 5px;
    width: 207px;
    overflow:hidden;
    background: url("Arrow.png") no-repeat scroll right center #FFFFFF;
}


.storelocator-panel .location-search input
{
    background-image:url(Search.png);
    background-position:right top;
    background-repeat:no-repeat;
    height: 21px;
    border: 1px solid #cccccc;
    padding-left:3px;
    padding-right:23px;
    width:182px;
}

.storelocator-filter
{
    margin-bottom:10px;
}

h6
{
    /*display: inline;*/
    float: left;
    padding-right: 0.8em;
    font-size: 70%;
    bottom: 1px;
    position: relative;
}

.storelocator-panel h6
{
    display:none;
}

.store
{
    width:250px;
}

.adp-substep
{
    word-wrap: break-word;
    max-width:105px;
}
#featureid
{
display:none !important;
}

.features li:first-child
{
    display:none;
}
.redtext
{
	color:red;
}