﻿/*#region Introduction */
/* -----------------------------------------------------------------------

[Introduction]
GeoTours Screen CSS File
This file provides screen CSS styles to the Geocaching GeoTours subdomain.  
Last Updated: 1 Jun 2015 by JS

----------------------------------------------------------------------- */
/*#endregion Introduction */

/*#region General Styles */
.Widget {
padding:10px;
overflow:hidden;
}
.Widget p {
margin-bottom:0;
}
table.Table {
border-collapse:collapse;
}
.GeoTours {
background: #2D4F15;
}
.GeoTours h2, .GeoTours p  {
color:rgb(255,255,255);
}
.directory-wrapper h2{    
margin-top:16px;
}
#Content img {
font-size:.9em;
}
/*#endregion General Styles */

/*#region Tables */

table.Table tr:nth-child(odd) td, table.Table tr.AlternatingRow td { 
background:#f5efe7;
}
.TableWidget {
padding:10px;
border-radius: 0px 0px 5px 5px;
}
.GeoTours .Table, .GeoTours .Table th, .GeoTours td.TableHeader, .GeoTours th.TableHeader {
border:1px solid rgb(85,96,57);
margin-bottom: 0;
}
.GeoTours table.Table td {
border-left: 1px solid rgb(85,96,57);
border-right: 1px solid rgb(85,96,57);
border-top: 1px solid rgb(85,96,57);
}

.GeoTours table.Table td a {
    text-decoration: underline;
}

.GeoTours table.Table td span.disabled {
text-decoration: line-through;
}

/*#endregion Tables */

/*#region Icons */

.IconLink  {
background: url(../images/icons/sprite_icons.png) no-repeat right center;
display: inline-block;
width: 16px;
height: 16px;
text-indent:-999999px;
}
.HelpLink {
background-position:-48px -48px;
}
.GeoTours .HelpLink {
background-position:-80px -80px;
}

/*#endregion Icons */

/*#region Home Page */
.WidgetHeader {
border-radius: 5px 5px 0px 0px;
}
.WidgetHeader p {
margin: 0 1em 0 0;
float:left;
}
.WidgetFooter {
border-radius: 0px 0px 5px 5px;
}
.WidgetBody, .WidgetFooter {
padding-top:0;
}
.WidgetFooter h2 {
font-size:1.5em;
font-weight:normal;
line-height:1;
}
.SideWidget {
background: #fff;
/*width:230px;*/
width: 250px;
float:left;
margin-top:40px;
}
.SideWidget + .SideWidget{
margin-top:25px;
}
.SideWidget h2 {
color:#2D4F15;
font-size:1.5em;
font-weight:normal;
line-height:1.1;
min-height:22px;
vertical-align:middle;
}
#Content .SideWidget a, #Content .SideWidget a:link,#Content .SideWidget a:visited {
border-bottom: 1px solid;
color:#5F452A;
text-decoration:none;
}
#Content .SideWidget a:hover, #Content .SideWidget a:active, #Content .SideWidget a:focus {
border-bottom: none;
}
.SideWidget p {
clear:left;
margin:10px 0 0 0;
color:#5F452A;
}
/* featured geotours */
.leaflet-popup-content .featured h4 {
    margin-bottom:10px;
}
.leaflet-popup-content .featured img {
    float:left;
    height:85px;
    margin-bottom:10px;
    margin-right:15px;
    margin-top:5px;
    width:85px;
}
.leaflet-popup-content .featured span {
    color:#999;
}
.leaflet-popup-content .featured p {
    color:inherit;
    margin:0 0 .5em;
}
.leaflet-popup-content .featured p + p {
    text-align:right;
}
.leaflet-popup-content .featured .btn {
    background-color:rgb(140,158,101);
    border-radius:3px;
    color:#fff !important;
    display:inline-block;
    padding:.5em 1em;
    text-decoration:none;
}
.leaflet-popup-content .featured .btn:after {
    content:'\bb';
    margin-left:1em;
}
.leaflet-popup-content .featured .btn:hover {
    background-color:#758555;
}
.directory-wrapper .Table {
    table-layout:fixed;
}
.directory-wrapper th:last-child{
    text-align:center;
    width:7em;
}
.directory-wrapper td:last-child{
    text-align:center;
}
a.navigate{
    background:url(../../Scripts/leaflet/images/marker-icon.png) no-repeat 0 50%;
    -webkit-background-size:12px 20px;
    background-size:12px 20px;
    color:#594A42 !important;
    display:block;
    font-weight:bold;
    min-height:20px;
    padding-left:22px;
    text-decoration:none !important;
}
a.navigate:hover{
    color:#f9a13a !important;
}
.no-backgroundsize a.navigate{ /* fallback */
    display:table-cell;
    height:41px;
    padding-left:34px;
    vertical-align:middle;
}

/*#endregion Home Page */

/*#region Cover Photo */

.CoverWidget {
height:200px;
border:1px solid #e3e1d8;
border-radius: 5px 0px 0px 5px;
}
.CoverWidget img {
border-radius: 4px 0px 0px 4px;
}

/*#endregion Cover Photo */

/*#region Logo */

.LogoWidget {
border:1px solid #e3e1d8;
border-left:none;
border-radius: 0px 5px 5px 0px;
height:200px;
}
.LogoWidget img {
padding-left:20px;
/*
height:160px;
padding:20px;
width:200px;
*/
}

/*#endregion Logo */

/*#region Top Sidebar */

.GeoToursSidebar {
float:left;
width:240px;
}

/*#endregion Top Sidebar */

/*#region Favorites */
#divContentMain > .span-17 {
width: 710px;
}
span.favorite-rank {
padding: 2px 5px 2px 4px;
border-radius: 3px;
background-color: rgb(40,128,252);
color: rgb(255,255,255);
font-size: .9em;
font-weight: bold;
}
span.favorite-value {
font-size: 174%;
font-weight: bold;
background: url(../images/icons/icon_fav.png) no-repeat left center;
padding-left: 18px;
}
.FavoritesWidget {
margin-top:5px;
min-height:32px;
}
.FavoritesWidget p {
margin-bottom:0;
float:right;
}
.FavoritesWidget + .DownloadWidget {
width: 100%;
}
/*#endregion Favorites */

/*#region Download Tour */

.DownloadWidget {
padding:0;
margin:0;
overflow:hidden;
}
.DownloadWidget p {
margin-bottom:0;
float:right;
}
.GeoTours .DownloadWidget {
padding-right:10px;
}
#Content .GeoTours .DownloadWidget a, .GeoTours .DownloadWidget a:link, .GeoTours .DownloadWidget a:visited {
color:rgb(255,255,255);
}
#Content .GeoTours .DownloadWidget a:hover, .GeoTours .DownloadWidget a:active, .GeoTours .DownloadWidget a:focus{
color:#f9a13a;
}

/*#endregion Download Tour */

/*#region TourInfoWidget */

.TourInfoWidget {
background:#e3e1d8;
border:1px solid #e3ddc2;
border-radius: 5px;
margin-top:10px;
overflow:hidden;
padding:10px;
}

/*#endregion TourInfoWidget */

/*#region Photo Gallery */

.GalleryWidget {
background: #fff;
float:left;
height: 180px;
margin-left:10px;
padding: 10px 5px 5px 10px;
width: 140px;
}
#Content .GalleryWidget ul{
width: 140px;
height: 160px;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#Content .GalleryWidget ul li{
width: 140px;
height: 160px;
}
.GalleryWidget a {
background: url(../images/icon_gallery.png) no-repeat right bottom;
width: 140px;
height: 140px;
display: block;
padding-bottom: 20px;
}
.GalleryWidget img {
width: 140px;
height: 140px;
}

/*#endregion Photo Gallery */

/*#region Description */

.DescriptionWidget {
float:left;
width:533px;
}
.DescriptionWidget p {
word-wrap:break-word;
padding: 10px 10px 20px 10px;
margin: 0px 10px 0px 0px;
}
.DescriptionWidget .VisitLink {
float:left;
padding: 0px 0px 0px 10px;
margin: 0px;
margin-top:40px;
}

/*#endregion Description */

/*#region Social Media */

.SocialMediaWidget {
float:left;
padding:0;
margin-top:30px;
}
#Content .SocialMediaWidget ul.FollowUsLinks {
float:left;
padding: 8px 0 0 0;
list-style: none;
margin: 0px 0px 0px 5px;
}
.SocialMediaWidget li {
display:inline-block;
margin: 0 5px 0 0;
}
.SocialMediaWidget li a {
display: inline-block;
}
.SocialMediaWidget li img {
display:block;
}
.no-svg .SocialMediaWidget li img {
    height:auto;
    width:auto;
}
/*#endregion Social Media */

/*#region Video */

.VideoWidget {
background: #fff;
float:left;
padding: 10px 10px 5px 10px;
height:180px;
width: 230px;
font-size:.9em;
}
.VideoWidget p {
margin-bottom:0;
}
.VideoWidget a {
text-decoration:none;
}
.VideoWidget a .text-link {
text-decoration:underline;
}
.VideoWidget:hover a .text-link {
color:#f9a163;
}
.VideoWidget .play-control-overlay{
display: block;
height: 140px;
width: 210px;
position: relative;
top: -165px;
padding-top: 45px;
}
.VideoWidget:hover .play-control-overlay{
background-color:rgba(255,255,255,0.3);
}
.VideoWidget .play-control{
width:70px;
margin:0 auto;
background-color:#5e6167;
background-color:rgba(0,0,0,0.5);
border-radius:32px / 56px;
display:block;
color:#fff !important;
color:rgba(255,255,255,0.8) !important;
text-decoration:none;
font-size:3em;
line-height:normal;
}
.VideoWidget:hover .play-control{
background-color:#000;
background-color:rgba(0,0,0,0.5);
}
.VideoWidget a:hover .play-control,.VideoWidget:hover .play-control, .VideoWidget a:hover .text-link,.VideoWidget:hover .text-link{
-webkit-transition:all .25s ease-in-out;
-moz-transition:all .25s ease-in-out;
transition:all .25s ease-in-out;
}
/*#endregion Video */

/*#region Sponsor Ads */

.AdsWidget {
padding:10px;
}
#Content .AdsWidget ul{
font-size: 0;
list-style-type:none;
margin:0;
padding:0;
text-align: center;
}
#Content .AdsWidget ul>:first-child { 
margin-left:0;
}
.AdsWidget li{
display:inline-block;
margin-left:30px;
}
.AdsWidget li a {
text-decoration:none;
}
.AdsWidget a img { 
max-width:210px;
vertical-align:middle;
}

/*#endregion Sponsor Ads */

/*#region Buttons */

.TableWidget .Button {
width:100%;
border-radius: 0px 0px 4px 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 0 0 rgba(0,0,0,0.25);
}
.TableWidget .Button, .TableWidget a.Button:link, .TableWidget a.Button:visited {
color: #fff;
background-color: #8C9E65;
border-left: 1px solid #556039;
border-right: 1px solid #556039;
border-top: 1px solid #556039;
border-bottom: 1px solid #344800;
}
.TableWidget .Button:hover, .TableWidget a.Button:hover{
color:#ffffff;
background-color: #758555;
border-left: 1px solid #556039;
border-right: 1px solid #556039;
border-top: 1px solid #556039;
border-bottom: 1px solid #344800;
background-position:0 -15px;
-webkit-transition:background-position 0.1s linear;
-moz-transition:background-position 0.1s linear;
-ms-transition:background-position 0.1s linear;
-o-transition:background-position 0.1s linear;
transition:background-position 0.1s linear;
}
.TableWidget .Button:active{
box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 0 0 rgba(0,0,0,0.25);
background-color:#758555;
}

/*#endregion Buttons */

/*#region Qtip */
.qtip {
z-index:800 !important;
}
.ui-tooltip-title {
text-align:left;
}
.ui-state-default.ui-tooltip-icon {
text-decoration:none;
}
.ui-tooltip-tipsy, .ui-tooltip-GeoTip {
width:300px;
}
.ui-tooltip-GeoTip .ui-tooltip-icon {
border-color:transparent !important;
}
.ui-tooltip-GeoTip .ui-tooltip-titlebar {
background:#E3E1D8 !important;
border-color:transparent !important;
color:#594A42 !important;
}
.ui-tooltip-GeoTip .ui-tooltip-content {
background:#E3E1D8 !important;
border-color:transparent !important;
color:#594A42 !important;
font-size:.9em;
line-height:1.5;
}

/*#endregion Qtip */

/*#region Maps */

#map_container {
display:block;
height:425px;
}
.MapWidget {
clear:both;
margin-top:10px;
padding:10px;
border-radius: 5px 5px 0px 0px;
}

/*#endregion Maps */

/*#region Leaflet Maps */

.leaflet-container {
background:none !important;
}
#Content .leaflet-bar a, #Content .leaflet-bar a:hover {
color: black;
border-bottom-color:#ccc;
}
#Content .leaflet-bar a.leaflet-disabled{
color: #bbb;
}
/*#endregion Leaflet Maps */

/*#region IE Hacks */

*+html .SocialMediaWidget li, .AdsWidget li{
display:inline;
}
*+html .TableWidget #showall span{
margin-right:3px;
}
*+html .VideoWidget a .play-control{
color:#fff !important;
}
/*#endregion IE Hacks */
