﻿@charset "utf-8";
/* CSS for custom jQuery mobile popover control */
div[data-role="divisions-popover"]{
	top:63px;
	z-index:999;
	position:absolute;
	display:none;
	width:auto;
	height:auto;
	max-height: 500px;
	margin:0 10px;
	padding:0 8px 8px;
	background:#333;
	border-radius:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	box-shadow:5px 7px 5px rgba(0,0,0,.3);
	-moz-box-shadow:5px 7px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:5px 7px 5px rgba(0,0,0,.3);
	-o-box-shadow:5px 7px 5px rgba(0,0,0,.3);
}

div[data-role="divisions-popover"] ul{
	width:auto;
	max-height:450px;
	overflow:auto;
	height:auto;
	margin:0 auto;
	padding:0;
	list-style:none;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
    border-radius:6px;
}

div[data-role="divisions-popover"] ul li {
	background:#fff;
	padding:12px 10px 11px;
	border-bottom:1px solid #ccc;
	color:#333 !important;
	text-shadow:none !important;
	display:block;
	position:relative;
}

div[data-role="divisions-popover"] ul li a{
	color:#333 !important;
	text-shadow:none !important;
	display:block;
	position:relative;
}

div[data-role="divisions-popover"] ul li div.po-right-arrow {
	color:#999 !important;
	font-weight:600;
	font-size:200%;	
	border:none;
	background:transparent;
	position:absolute;
	right:10px;
	display:block;
	width:10px;
	height:10px;
	margin:0;
	top:-12px;
	padding:0;
}

div[data-role="divisions-popover"] div.pod-top-pointer{	
	border-color: transparent transparent #333 transparent;
    border-style: solid;
    border-width: 15px;
    height:0;
    width:0;
	margin:-28px 226px 0 auto;
}

div[data-role="divisions-popover"] div.pod-header{
	text-align:center !important;
	font-weight:500 !important;
    color:#fff !important;
    font-size:110% !important;
	padding:10px 5px 10px !important;
	background:transparent !important;
	border-bottom:none !important;
	position:relative;
	text-shadow:0 -1px 0 rgba(0,0,0,.9);
}

div[data-role="divisions-popover"] div.pod-header a.pod-close-button{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
    border-radius:4px;
	font-family:charcoal,arial,sans-serif;
	font-weight:bold !important;
	font-size:12px !important;
	color:#eee !important;
	text-align:center;
	position:absolute;
	right:1px;
	top:5px;
	padding:7px 8px 5px;
	display:block;
	border:1px solid #333;
	background: #314ffe url('small-button-tile.png'); /* Fallback background color for non supported browsers */         
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.9), 0 1px 1px rgba(255,255,255,.4);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.9), 0 1px 1px rgba(255,255,255,.4);
	-o-box-shadow:inset 0 1px 1px rgba(0,0,0,.9), 0 1px 1px rgba(255,255,255,.4);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.9), 0 1px 1px rgba(255,255,255,.4);
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	cursor:pointer;
}

a.pod-open-button {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
    border-radius:2px;
	font-family:charcoal,arial,sans-serif;
	font-weight:bold !important;
	font-size:12px !important;
	line-height:150%;
	color:#333 !important;
	text-align:center;
	padding:0;
	margin:0 0 0 10px;
	display:inline-block;
	border:1px solid rgba(100,100,100,0.7);
	-moz-box-shadow: 0 0 3px 0 rgba(100,100,100,0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(100,100,100,0.5);
    box-shadow: 0 0 3px 0 rgba(100,100,100,0.5);
	background: transparent url('/content/images/common/small-down-button-clear.png');
	text-shadow: none;
	cursor:pointer;
	height:20px;
	width:20px;
	overflow:hidden;
	position:relative;
}

a.pod-open-button:active{
    -moz-box-shadow: inset 0 0 3px 0 rgba(100,100,100,0.5);
    -webkit-box-shadow: inset 0 0 3px 0 rgba(100,100,100,0.5);
    box-shadow: inset 0 0 3px 0 rgba(100,100,100,0.5);
}

div[data-role="divisions-popover"] ul li:first-child{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
    border-radius:0;
}

div[data-role="divisions-popover"] ul li:last-child{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
    border-radius:0;
}

div.ui-icon-divisions-button{
	margin-left:10px;
	margin-right:4px;
	display:inline;
	margin:5px 0 3px;
	background-size: 44px 30px;
}

a.pod-main-button{
	margin-left:10px;
	margin-right:4px;
	display:block;
	height:30px;
	width:44px;
	float:left;
	margin:0 auto;
	background-size: 44px 30px;
}

@media screen and (max-width:320px){
	div[data-role="divisions-popover"]{
		margin:0 0 20px;
		max-height: 340px;
		width:320px;
		min-width:320px;
		max-width:320px;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-o-border-border-radius:0;
        border-radius:0;
		padding:0 0 12px;
		height:100% auto;
	}
	
	div[data-role="divisions-popover"] ul{
		max-height:290px;
		overflow:auto;
	}
	
	div[data-role="divisions-popover"] div.po-header a.po-close-button{
		right:15px;	
	}
	
	div[data-role="divisions-popover"] div.top-pointer{	
		margin:-28px 14px 0 auto;
	}
}
@media screen and (min-width: 321px) and (max-width: 480px){
	div[data-role="divisions-popover"]{
		max-height: 180px !important;
	}
	
	div[data-role="divisions-popover"] ul{
		max-height:130px !important;
		overflow:auto !important;
	}
}