﻿#__site-non-live-alerter
{
	/*display: none !important;  temporary */
	top: auto !important;
	bottom: 0!important;
}
#ajaxloader_indicator
{
	display: none;
	position: fixed;
	top: 45%;
	left: 45%;
	z-index: 10000;
	opacity: 0.8;
}

/* =====================================================
Admin bar
======================================================== */
.admin-bar
{
	position: relative;
	padding: 0 3%;
}
.admin-bar:after 
{
	content: "";
	display: table;
	clear: both;
}
.admin-bar, .admin-bar ul label:before 
{
	color: #AEACA9;
	background: #41403e;
	background: -moz-linear-gradient(top, #363534 88%, #222 100%);
	background: linear-gradient(top, #363534 88%,#222 100%);
}
.admin-bar:hover, .admin-bar:hover .mysites:before 
{
	color: #AEACA9;
	background: #41403e;
	background: -moz-linear-gradient(top, #41403e 0%, #2e2d2c 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41403e), color-stop(100%,#2e2d2c));
	background: -webkit-linear-gradient(top, #41403e 0%,#2e2d2c 100%); 
	background: -o-linear-gradient(top, #41403e 0%,#2e2d2c 100%);
	background: -ms-linear-gradient(top, #41403e 0%,#2e2d2c 100%);
	background: linear-gradient(top, #41403e 0%,#2e2d2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41403e', endColorstr='#2e2d2c',GradientType=0 );
	
	-webkit-transition: background 1s ease-in;
	   -moz-transition: background 1s ease-in;
	     -o-transition: background 1s ease-in;
	        transition: background 1s ease-in;
}

/* ===== brand ===== */
.admin-bar .brand
{
	text-indent: -999em;
	width: 194px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: url("../images/willow-logo-small.png") no-repeat 15px 5px rgba(255,255,255,0.05);
}

/* ===== site title ===== */

.admin-bar .logo
{
	float:left;
	margin-left: 195px;
	padding-top: 12px;
}
.admin-bar .logo a
{
	color: #fff;
	font-weight: 900;
	font-size: 1em;
	text-decoration: none;
	padding-right: 2.500em;
	margin: 0;
	outline: none;
	cursor: default;
}

/* ===== user details ===== */
.admin-bar ul
{
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid rgba(255,255,255,0.04);
}
.admin-bar li
{
	float: left;
	vertical-align: bottom;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(255,255,255,0.04);
	height: 40px;
}

.admin-bar li:first-child
{
	border-left: 0;
}

/* ===== user details: sites dropdown ===== */
.admin-bar .mysites 
{
	position: relative;
	display: inline-block;
}
.admin-bar .mysites:after 
{
	content: '>';
	font: 13px "Consolas", monospace;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	padding: 13px 8px;
	pointer-events: none;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.admin-bar .mysites:before
{
	content:'My sites';
	font-size: 0.88em;
	text-transform: uppercase;
	right: 0; 
	top: 0px;
	bottom: 0;
	width: 90%;
	padding-left: 10%;
	padding-top: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	pointer-events: none;
	display: block;
}
.admin-bar .mysites, 
.admin-bar .mysites select
{
	min-width: 100px;
	width: 100px;
}
.admin-bar .mysites select
{
	background: transparent;
	border: none;
	color: #fff;
	font-size: 1em;
	padding: 0;
	height: 40px;
	cursor: pointer;

	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	.admin-bar .mysites select 
	{
		padding-right: 18px
	}
}
.admin-bar .mysites option
{
	background: #fff;
	border: none;
	color: #000;
	padding: 4px 8px;
}



/* ===== user details: Logout ===== */
.logout fieldset
{
	float: right;
	padding: 9px 10px 0;
	margin-bottom: 0;
	min-width: 235px;
}
.logout input
{
	color: #AEACA9;
	font-size: 0.88em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 7px 0 7px;
	padding-left: 0;
	padding-right: 0;
	height: 100%;
	background: none;
	border: none;
}
.logout input:hover
{
	padding-left: 7px;
	padding-right: 7px;
	margin: 0 0 0 0px;
	color: #fff;
}

fieldset.info
{
	font-size: 0.769em;
	display: none;
}
/*fieldset.info
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
fieldset.info .content
{
	background-color: #666;
	color: #fff;
	font-size: 0.8em;
	padding: 2px;
	width: 100%;
}
fieldset.info .content a
{
	text-decoration: none;
	color: #fff;
}
fieldset.info .content a:hover
{
	text-decoration: underline;
}
fieldset.info .content .template
{
	cursor: help;
	font-style: italic;
}*/

fieldset .content .further-description {
	display: inline;
}


/* =====================================================
JH Credit
======================================================== */
.credit
{
	color: #83827f;
	text-decoration: none;
	padding: 1em 0.5em;
}
.credit:hover
{
	color: inherit;
}
.credit span
{
	font-size: 1.2em
}
.login .credit
{
	position: absolute;
	top: -42px;
	right: 4%
}
.login .credit:hover
{
	color: #F2F0EB;
}

.loggedin .credit
{
	position: absolute;
	bottom: 2px;
	right: 4%
}
.loggedin .credit:hover
{
	 color: #333333;
}

/* =====================================================
Sticky footer
see: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
======================================================== */
html.sticky, .sticky body
{
	height: 100%;	
}
.sticky body
{
	padding-top: 1px;	
}
.sticky .container
{
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.sticky .content
{
	padding-bottom: 250px;
}
.sticky .sticky-box
{
	width: 92%;
	padding: 1.5em 4%;
	position: absolute;
	bottom: 0;
}







.NewModulePool dt
{
	width: 400px;
}



/* =====================================================
Sidebar navigation
======================================================== */

#sideback
{
	position: fixed;
	top: 0;
	bottom:0;
	background: #e5e4df;
	z-index: -1;
	box-shadow: inset -3px 0 3px rgba(0,0,0,0.05);
}
/*#sideback:after
{
	content: "";
	background: rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.45);
	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 100%;
}*/
#sideback:first-child,
#minimize-btn
{
	display: none;
}
#side #sideback ~ #minimize-btn
{
	display: block;
	width: 35px;
	height: 20px;
	background: red;
	float: right;
}


/* navigation */
#side ul,
ul.navigation li
{
	margin: 0;
	list-style: none outside none;
}
#side ul.navigation
{
	padding:0;
	margin-bottom: 10px;	
}
ul.navigation
{
	border-bottom: 1px solid #f6f5f2;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}
ul.navigation > li
{
	border-top: 1px solid #f6f5f2;
	border-bottom: 1px solid #e0dfda;
	

}
ul.navigation li a
{
	color: #595754;
	font-weight: bold;
	text-decoration: none;
	
	position: relative;
	display: block;
	padding: 12px 38px 12px 15px;
	outline-color: #fff;
}
ul.navigation li a:hover
{
	color: #32312F;
}
ul.navigation > li > a
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
ul.navigation > li > a:hover
{
	background: rgba(255,255,255,0.25);
}
ul.navigation > li > a:after
{
	content: "";
	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 100%;
}
/* sub navigation */
ul.navigation ul
{
	background: #dfddd7;
	height: 0;
	max-height: 0;
	overflow: hidden;
}
ul.navigation ul a
{
	padding: 5px 15px;
	font-size: 0.923em;
}

/* open tab */

ul.navigation li.open > ul
{
	box-shadow: inset -2px 2px 2px rgba(0,0,0,0.05);
	max-height: 500px;
	height: auto;
	
	padding: 8px 12px;
	
	-webkit-transition: max-height 0.4s ease-in;
	-moz-transition: max-height 0.4s ease-in;
	-o-transition: max-height 0.4s ease-in;
	transition: max-height 0.4s ease-in;
}
ul.navigation li.open > ul:empty
{
	padding: 0;
}



/* current tab 
ul.navigation li.current,
ul.navigation li.current-tap
{
	border-top-color: #fff;
	border-bottom: 1px solid #dad9d4;
}
ul.navigation li.current > a,
ul.navigation li.current-tap > a
{
	outline: none;
	font-weight: 900;
}
ul.navigation li.current > a
{
	color: #e58a00;
}
ul.navigation > li.current > a,
ul.navigation > li.current-tap > a
{
	background: rgba(255,255,255,1);
}
ul.navigation li.current > a:after,
ul.navigation li.current-tap > a:after
{
	background: #fff;
	border-left: 1px solid #fff;
}*/

/* minimized */
#side.minimized li:hover
{
	left: 100px;
}


/* =====================================================
Side navigation
======================================================== 
ul.navigation
{
	margin: 20px 0;
}

ul.navigation, ul.navigation ul
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}



ul.navigation li
{
	position: relative;
	line-height: 1.8em;
	border: 1px solid #999;
	margin: -1px 0 0 -1px;
}
ul.navigation li:hover, ul.navigation li.selected
{
	background-color: #cecece;
}

ul.navigation li a
{
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
ul.navigation ul li
{
	float: none;
	width: 100%;
}
*/

/* =====================================================
Information and descriptions
======================================================== */
.info p:first-of-type, 
.info p:first-child
{
	margin-top: 0;
}
.info p
{
	font-size: 0.846em;
}

/* =====================================================
Messages
======================================================== */
.error_message
{
	color: red;
}
.warning_message
{
	color: Maroon;
}
.notification_message
{
	color: green;
}
.note_message
{
	color: orange;
}


/* =====================================================
Validation messages
======================================================== */
#jh_validation
{
	position: fixed;
	top: 0;
	right: 0;
	width: 35%;
	margin: 0;
	padding: 0;
	opacity: 0.2;
}

#jh_validation.refreshed
{
	opacity: 0.7;
}

#jh_validation:hover
{
	opacity: 1.0;
}

#jh_validation #enforce_message
{
	border: 1px solid #ff0000;
	background-color: #ffcccc;
}

#jh_validation #suggest_message
{
	border: 1px solid #ffff00;
	background-color: #ffffcc;
}

#jh_validation div ul
{
	margin: 10px 10px 10px 20px;
	padding: 0;
}
.submit_buttons dd
{
	float: none;
}


/* =====================================================
Template list
======================================================== */
ul.template_list
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.template_list li
{
	border: 1px solid #CCCCCC;
	float: left;
	list-style: none outside none;
	margin: 10px;
	height: 140px;
	padding: 5px;
	width: 140px;
	position: relative;
}
ul.template_list li.selected 
{
	background-color: #DFDDD7;
}

ul.template_list li.shared h4 
{
	color: #999;
}

ul.template_list li h4
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
ul.template_list li p
{
	font-size: 0.9em;
}
ul.template_list li a
{
	position: absolute;
	bottom: 5px;
}

ul.template_list li input {
	position: absolute;
	bottom: 5%;
	left: 19%;
}

li.master-translation-info input, li.master-translation-info a.button {
	font-size: 0.8em;
	padding: 4px 12px;
	margin-left: 5px;
}

a.button {
	background: #6f6d69;
	text-decoration: none;
}




/* =====================================================
Filter/Search
======================================================== */
/* TODO: revisit once filter module lives in it's own container */
.group-item
{
	font-size: 0.923em;
	float: left;
}
.group-item input
{
	width: auto;
}
.group-item label
{
	position: absolute;
	margin-left: -150px;
}
.group-item > input
{
	width: 100%;
}
.group-item + .group-item *
{
	width: 97%;
	margin-left: 3%;
}
.group-item
{
	width: 30%;
	margin-left: 45%;
}
.group-item + .group-item
{
	width: 15%;
	margin-left: 0;
}
.group-item + .group-item + .group-item
{
	width: 10%;
	margin-left: 0;
}
.group-item label
{
	min-width: auto;
	line-height:27px;
}
.group-item.status-filter label
{
	display: none;
}




/* =====================================================
Login
======================================================== */
.login
{
	background: url( "../images/bg-pattern.png" ) repeat left top #4b4a48;
}
.login fieldset, .login h1
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.login h1
{
	text-indent: -999em;
	text-align: center;
	width: 123px;
	height: 111px;
	margin-top: 3em;
	background: url( "../images/willow-logo-main.png" ) no-repeat center top;
}
.login fieldset
{
	position: relative;
	background-color: rgba(50,49,47,0.28);
	border: 1px solid rgba(255,255,255,0.05);
	padding: 1em 4.615em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
.login fieldset:before
{
	content: "";
	position: absolute;
	top: -9px;
	left: 49%;
	border-bottom: 9px solid rgba(50,49,47,0.30);
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	height: 0;
	width: 0;
}
.login fieldset a
{
	color: #83827f;
	margin-top: 25px;
	padding: 1em 0;
	position: absolute;
	right: 5em;
}
.login fieldset a:hover
{
	color: inherit;
}
.login label
{
	position: absolute;
}
.login button, .login input, .login select, .login textarea
{
	padding: 0.462em;
}
.login input[type=text], .login input[type=password]
{
	width: 100%;
	position: relative;
	z-index: 10;
}
.login input[type="submit"]
{
	float: right;
}


/* =====================================================
Update - Login screen (sticky)
======================================================== */
.update
{
	font-size: 0.923em;
	background: url( "../images/bg-pattern-light.png" ) repeat left top #fff;
	box-shadow: 0 -8px 0 0 rgba(50, 49, 47, 0.28);
}
.update h2
{
	font-size: 1em;
	margin: -1.5em 0 0;
	padding: 0.5em 1em;
	background: url( "../images/bg-pattern-light.png" ) repeat left top #fff;
	position: absolute;
	top: 0;
}
.update div
{
	width: 50%;
	margin: 0 auto 1em;
	text-align: center;
}
.update h3
{
	text-transform: uppercase;
}
.update h3 span
{
	font-size: 3em;
	display: block;
	line-height: 1;
}

.hidden-field-container
{
	display:none;	
}