/* DESKTOP.CSS */

body { overflow-y: hidden; }

#DesktopMapContainer,
.globalheader {
    display:block
}

#MapLegend {
    position: absolute;
    z-index: 4000;
    width: 14em;
    padding:0.35em;
    margin:1em;
    background-color:#e0e0e0;
    border:1px solid #ccc;
    -moz-box-shadow: 0 0 3px 1px #555;
    -webkit-box-shadow: 0 0 3px 1px #555;
    box-shadow: 0 0 3px 1px #555;
}

#MapLegend * { border-radius: 0 0 0 0; }
#MapLegend a { color: #585858; }

#MapLegend #logo img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:70px;
    padding: 1em 0;
}

ul.unstyled > li .btn a:hover,
ul.MapLegend-menu > li a:hover {
    text-decoration:none;
}

.btn .caret { float:right; }
.btn:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    background-position: 0px 0px;
    transition: background-position 0.1s linear 0s;
    transition:none;
}

/* MAP LEGEND PANELS
------------------------------------------ */

.MapLegend-panel {
    display:block;
    background-color:#FFF;
    margin: 0 0 1em 0;
    border:1px solid #c2c2c2;
}
.MapLegend-panel:last-child { margin-bottom:0;}

ul.unstyled > li .btn,
ul.MapLegend-menu li {
    padding: .35em .5em!important;
}

/* fix the icon path. This should go in core bootstrap */
[class^="icon-"] { background-image: url("../../../content/dam/bootstrap/glyphicons-halflings.png") !important; }

.MapLegend-panel [class^="mapicon-"], 
.MapLegend-panel [class^="icon-"] { 
    margin-right:.5em;
    vertical-align:middle;
    background-repeat:no-repeat;
    display:inline-block;
    width:14px;
    height:14px;
}

i.mapicon-z1,
i.mapicon-z2,
i.mapicon-z3,
i.mapicon-parking,
i.mapicon-directions { background-position:center center; }

i.mapicon-z1 { background-image:url('../../../content/dam/normanmap/design/zoom1.png'); }
i.mapicon-z2 { background-image:url('../../../content/dam/normanmap/design/zoom2.png'); }
i.mapicon-z3 { background-image:url('../../../content/dam/normanmap/design/zoom3.png'); }
i.mapicon-parking { background-image:url('../../../content/dam/normanmap/design/parking-nav.png'); }
i.mapicon-directions { background-image:url('../../../content/dam/normanmap/design/directions.png'); }
i.mapicon-locate { background-image:url('../../../content/dam/normanmap/design/map-icon-location.png'); }

ul.MapLegend-panel .btn {
    text-align:left;
    display:block;
}

ul.MapLegend-panel .dropdown-toggle {
    display:block;
    height:100%;
    width:100%;
}

ul.MapLegend-menu {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    margin:0;
}

ul.MapLegend-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

    background: -moz-linear-gradient(#FFFFFF, #E6E6E6); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6E6E6), color-stop(100%, #ffffff)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#E6E6E6, #FFFFFF); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#E6E6E6, #FFFFFF); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#ffffff'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#ffffff')"; /* IE8+ */  
    background: linear-gradient(#E6E6E6, #FFFFFF); /* the standard */  

    background-repeat: repeat-x;

    border-image: none; 
    border-bottom: 1px solid #E6E6E6;

    width:auto;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;

    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

    vertical-align: middle;   
}
ul.MapLegend-menu li:hover {
    color: #333;
    text-decoration: none;
    
    background: -moz-linear-gradient(#f6f6f6, #dedede); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f6f6f6)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#dedede, #f6f6f6); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#dedede, #f6f6f6); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f6f6f6'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f6f6f6')"; /* IE8+ */  
    background: linear-gradient(#dedede, #f6f6f6); /* the standard */ 
     
    transition: background-position 0.1s linear 0s;
}

ul.MapLegend-menu li:not(:last-child) { border-bottom:1px solid #e0e0e0; }

/* DROP DOWN MENU STYLE
--------------------------------------------------- */

#MapLegend ul.dropdown-menu {
    max-height:200px; 
    overflow:auto;
    margin:0;
    padding:0;
    border:1px solid #CCC;
    min-width:120%;
    overflow-x:hidden;
    
}
#MapLegend ul.dropdown-menu li {
    text-shadow:none;
    text-decoration: none;
    border-top:none;
    border-left:none;
    border-bottom:1px solid #ededed;
    border-right:none;
    padding:0;
    margin:0;
}
#MapLegend ul.dropdown-menu li:hover {
    background-color: rgb(0, 129, 194);
    
    background: -moz-linear-gradient(#0088cc, #0077b3); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077b3), color-stop(100%, #0088cc)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#0077b3, #0088cc); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#0077b3, #0088cc); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077b3', endColorstr='#0088cc'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077b3', endColorstr='#0088cc')"; /* IE8+ */  
    background: linear-gradient(#0077b3, #0088cc); /* the standard */   
    

    background-repeat: repeat-x;
    color: rgb(51, 51, 51);
    text-decoration: none;
    background-color: rgb(230, 230, 230);
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
#MapLegend ul.dropdown-menu li:last-child { border-bottom:none; }

#MapLegend ul.dropdown-menu li a {
    padding:0.35em 0.5em;
    margin:0;
    display:block;
}
#MapLegend ul.dropdown-menu li a:hover {
    text-shadow:none;
    color: #FFF;
    text-decoration: none;
}
#searches #poi ul.dropdown-menu {
    min-width:200%;
}

/* SEARCH  
--------------------------------------------------- */

#searches { border:none; background-color:transparent; }

#searches ul.unstyled { margin:0; }

#searches ul.unstyled > li a { display:block; }

#searches ul.unstyled > li:not(:last-child) {
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
}
#searches ul.unstyled > li .btn { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;

    background: -moz-linear-gradient(#FFFFFF, #E6E6E6); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6E6E6), color-stop(100%, #ffffff)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#E6E6E6, #FFFFFF); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#E6E6E6, #FFFFFF); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#ffffff'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#ffffff')"; /* IE8+ */  
    background: linear-gradient(#E6E6E6, #FFFFFF); /* the standard */  

    background-repeat: repeat-x;

    border-image: none; 
    border: none;

    width:auto;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;

    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

    vertical-align: middle;   
}
#searches ul.unstyled > li .btn:hover {
    color: #333;
    text-decoration: none;
    
    background: -moz-linear-gradient(#f6f6f6, #dedede); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f6f6f6)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#dedede, #f6f6f6); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#dedede, #f6f6f6); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f6f6f6'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f6f6f6')"; /* IE8+ */  
    background: linear-gradient(#dedede, #f6f6f6); /* the standard */ 
     
    transition: background-position 0.1s linear 0s;
}


#searches ul.unstyled > li:first-child { border-top:1px solid #CCC; }
#searches ul.unstyled > li:nth-child(3) { border-bottom:1px solid #CCC; } /* because the last child is search */

#searches .locationSearch { margin-top:1em; }

#searches .locationSearch ul.searchresults-desktop {
    max-height:15em;
    border:1px solid #ccc;
    min-width:200%;
    overflow:auto;
    box-shadow:none;
    background-color:#FFF;
    margin:0.25em 0 0 0;
    max-width:auto; 
}
#searches .locationSearch ul.searchresults-desktop:empty { display:none; }

#searches .locationSearch ul.searchresults-desktop li {
    text-shadow:none;
    text-decoration: none;
    border-top:none;
    border-left:none;
    border-bottom:1px solid #ededed;
    border-right:none;
    padding:0;
    margin:0;
}
#searches .locationSearch ul.searchresults-desktop > li {
    border-bottom:1px solid #e0e0e0;
}

#searches .locationSearch ul.searchresults-desktop li:hover {
    background-color: rgb(0, 129, 194);

    background: -moz-linear-gradient(#0088cc, #0077b3); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077b3), color-stop(100%, #0088cc)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#0077b3, #0088cc); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#0077b3, #0088cc); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077b3', endColorstr='#0088cc'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077b3', endColorstr='#0088cc')"; /* IE8+ */  
    background: linear-gradient(#0077b3, #0088cc); /* the standard */  
    
    background-repeat: repeat-x;
}
#searches .locationSearch ul.searchresults-desktop li:last-child { border-bottom:1px solid #CCC; }

#searches .locationSearch ul.searchresults-desktop li a {
    padding:0.35em 0.5em;
    margin:0;
    display:block;
    font-size: 14px;
}
#searches .locationSearch ul.searchresults-desktop li a:hover {
    text-shadow:none;
    color: rgb(255, 255, 255)!important;
    text-decoration: none;
}
#searches .locationSearch form {
    margin-top:1em;
    display:block;
    margin:0;
}
#searches .locationSearch form input[type="text"] {
    padding:0;
    margin:0;
    height:2em;
    width:100%;
    text-indent:0.35em;
    
    border:none;
    -moz-box-shadow: inset 0 0 0 1px #CCC;
    -webkit-box-shadow: inset 0 0 0 1px #CCC;
    box-shadow: inset 0 0 0 1px #CCC;
}

#searches .locationSearch form .submit { display:none; }


ul.searchresults-desktop:empty { padding:0;}




/* DESKTOP INFO WINDOW 
------------------------------------- */

#DesktopInfo {
    width:440px;
    height:300px;
    border:4px solid #999;
    background-color:#f5f5f5;
    cursor:default;
    -moz-box-shadow: inset 0 0 1px 1px #000;
    -webkit-box-shadow: inset 0 0 1px 1px #000;
    box-shadow: inset 0 0 1px 1px #000;
    padding:1px;
    border-radius:0.5em 0.5em 0.5em 0.5em;
}

#DesktopInfo .DesktopInfo--head { height:50px; }
#DesktopInfo .DesktopInfo--body { height:250px; }
#DesktopInfo .DesktopInfo--foot { /* no height because it's not being used currently */ }

#DesktopInfo .DesktopInfo--head {
    margin: 0;
    
    background: -moz-linear-gradient(#535353, #7a7a7a); /* FF 3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a7a7a), color-stop(100%, #535353)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#7a7a7a, #535353); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#7a7a7a, #535353); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#535353'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#535353')"; /* IE8+ */  
    background: linear-gradient(#7a7a7a, #535353); /* the standard */  
    
    color: #fff;
    font-weight: bold;
    text-shadow: inset 0 1px 0 #f5f5f5;  
}
#DesktopInfo .DesktopInfo--head > * {
    margin:0.5em;
}

#DesktopInfo .DesktopInfo--head h1 {
    font-size:110%;
    line-height:1.4;
    float:left;
    max-width: 85%; 
    text-shadow:none;
}
#DesktopInfo .DesktopInfo--head .clearMapWidget {
    display: block;
    float:right;
    font-weight:bold;
    padding: 0 0 1em 1em;
}
#DesktopInfo .DesktopInfo--head .clearMapWidget a {     
    vertical-align:center;
    color: #fff;
}
#DesktopInfo .DesktopInfo--head .clearMapWidget a:hover { 
    text-decoration:none; 
    opacity:0.8;
}

#DesktopInfo .DesktopInfo--body {
    overflow-y:auto;
    clear: both;
}
#DesktopInfo .DesktopInfo--body .tab-content .tab-pane > div {
    padding:10px;
    margin:10px;
    border-radius:0.35em 0.35em 0.35em 0.35em;
    -moz-box-shadow: inset 0 0 1px 1px #cacaca;
    -webkit-box-shadow: inset 0 0 1px 1px #cacaca;
    box-shadow: inset 0 0 1px 1px #cacaca;
    background-color:#FFF;
    overflow-y:auto;
    overflow-x:hidden;
}

#DesktopInfo .DesktopInfo--img {
    height:100px;
    width:200px;
    float:right;
    margin: 0 0 1em 1em;
    background-color:#ccc;
    overflow: hidden;
    border:1px solid #aaaaaa;
}
#DesktopInfo .DesktopInfo--img img {
    max-width:100%;
    min-width: 100%;
    height:auto;
}
#DesktopInfo .DesktopInfo--body h2 {
    font-size:100%;
    line-height:1.65;
    margin:0 0 1em;
    padding:0;
}
#DesktopInfo .DesktopInfo--body b { font-weight:normal; }

#DesktopInfo .DesktopInfo--foot {
    /*background-color:#cacaca;
    padding: 0 1em;
    line-height:3.5;
    color:#666;
    text-shadow: 0 -1px 0 #ededed;*/
}

/* tabs */

#DesktopInfo ul#infotab::before {
    content:"";
    width:10px;
    height:10px;
    background-color:transparent;
    display:inline-block;
    float:left;
}

#DesktopInfo ul.nav-tabs {
    -moz-box-shadow: inset #e0e0e0 0 -1px 0 0;
    -webkit-box-shadow: inset #e0e0e0 0 -1px 0 0;
    box-shadow: inset #e0e0e0 0 -1px 0 0;
    border:none;
    margin:0;
    padding-top:0.35em;
    background-color:#FFF;
    overflow:auto;
}
#DesktopInfo ul.nav-tabs > li { margin:0; }

#DesktopInfo ul.nav-tabs li.active a,
#DesktopInfo ul.nav-tabs li a {
    border-radius:0;
}
#DesktopInfo ul.nav-tabs li a {
    background-color:transparent;
    color:#555;
    border:none;
    margin:0;
    display: block;   
}
#DesktopInfo ul.nav-tabs li.active a {
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    background-color: #f5f5f5;
}

