/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Warp Administration Style Sheet
 */

/* Tabs Box
----------------------------------------------------------------------------------------------------*/

.tabs-box {
	border: 1px solid #C8C8C8;
	border-radius: 9px;
}

/* Navigation */
.tabs-box ul.nav {
	list-style: none;
	margin: 0;
	padding: 3px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C9C9C9;
	border-radius: 9px 9px 0 0;
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
	background: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
	background: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
	background: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
	overflow: hidden;
}

.tabs-box ul.nav li {
	margin: 4px 5px;
	border-radius: 24px;
	float: left;
}

.tabs-box ul.nav li a {
	display: block;
	padding: 0 10px;
	height: 24px;
	border-radius: 24px;
	float: left;
	line-height: 25px;
	font-size: 12px;
	color: #646464;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	cursor: pointer;
}

.tabs-box ul.nav li:hover {
	padding: 1px;
	background: #AAA;
	background: -moz-linear-gradient(top, #D7D7D7, #AAA);
	background: -webkit-linear-gradient(top, #D7D7D7, #AAA);
	background: -o-linear-gradient(top, #D7D7D7, #AAA);
	background: linear-gradient(to bottom, #D7D7D7, #AAA);
}

.tabs-box ul.nav li:hover a {
	height: 20px;
	padding: 0 8px;
	border: 1px solid #FFF;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F5F5F5, #E6E6E6);
	background: -webkit-linear-gradient(top, #F5F5F5, #E6E6E6);
	background: -o-linear-gradient(top, #F5F5F5, #E6E6E6);
	background: linear-gradient(to bottom, #F5F5F5, #E6E6E6);
	line-height: 21px;
}

.tabs-box ul.nav li:active {
	padding: 1px;
	background: #C8C8C8;
	background: -moz-linear-gradient(top, #B4B4B4, #C8C8C8);
	background: -webkit-linear-gradient(top, #B4B4B4, #C8C8C8);
	background: -o-linear-gradient(top, #B4B4B4, #C8C8C8);
	background: linear-gradient(to bottom, #B4B4B4, #C8C8C8);
}

.tabs-box ul.nav li:active a {
	height: 22px;
	padding: 0 9px;
	border: none;
	background: #E6E6E6;
	background: -moz-linear-gradient(top, #DCDCDC 0%, #E6E6E6 10%);
	background: -webkit-linear-gradient(top, #DCDCDC 0%, #E6E6E6 10%);
	background: -o-linear-gradient(top, #DCDCDC 0%, #E6E6E6 10%);
	background: linear-gradient(to bottom, #DCDCDC 0%, #E6E6E6 10%);
	line-height: 25px;
	color: #323232;
}

.tabs-box ul.nav li.active {
	padding: 0 0 1px 0;
	background: #fff;
}

.tabs-box ul.nav li.active a {
	height: 23px;
	padding: 0 10px;
	border: none;
	background: #64696E;
	background: -moz-linear-gradient(top, #32373C 0%, #50555A 5%, #64696E 30%, #7D8287 100%);
	background: -webkit-linear-gradient(top, #32373C 0%, #50555A 5%, #64696E 30%, #7D8287 100%);
	background: -o-linear-gradient(top, #32373C 0%, #50555A 5%, #64696E 30%, #7D8287 100%);
	background: linear-gradient(to bottom, #32373C 0%, #50555A 5%, #64696E 30%, #7D8287 100%);
	line-height: 24px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	cursor: default;
}

.tabs-box ul.nav li.version,
.tabs-box ul.nav li.version:hover,
.tabs-box ul.nav li.version:active {
	margin-top: 9px;
	float: right;
	color: #AAA;
	text-shadow: 0 1px 0 #FFF;
	background: none;
	padding: 0;
}

/* Content */
.tabs-box ul.content,
.tabs-box ul.properties {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs-box ul.content {
	padding: 15px;
	font-size: 13px;
}
.tabs-box ul.content a { font-size: 13px; } /* WordPress */

.tabs-box ul.content input[type='text'],
.tabs-box ul.content input[type='password'],
.tabs-box ul.content select,
.tabs-box ul.content textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	padding: 3px;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	font-size: 12px;
}

.tabs-box ul.content input[type='text'].short,
.tabs-box ul.content input[type='password'].short { width: 50px; }

.tabs-box ul.content textarea {
	height: 200px;
	width: 300px;
}

.tabs-box ul.content input[type='text']:focus,
.tabs-box ul.content input[type='password']:focus,
.tabs-box ul.content select:focus,
.tabs-box ul.content textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Properties */
.tabs-box ul.properties > li:before,
.tabs-box ul.properties > li:after {
	content: " ";
	display: table;
}

.tabs-box ul.properties > li:after { clear: both; }

.tabs-box ul.properties > li {
	margin-top: 10px;
	line-height: 20px;
}
.tabs-box ul.properties > li:first-child { margin-top: 0; }

.tabs-box ul.properties .wlabel {
	width: 200px;
	padding: 4px 5px 0 0;
	float: left;
	line-height: 18px;
}

.tabs-box ul.properties .field {
	float: left;
	font-size: 12px;
}

.tabs-box ul.properties > li > input.ignore {
	margin: 5px 10px 0px 0px;
	float: left;
	display: block;
}

.tabs-box ul.properties > li.ignore .wlabel,
.tabs-box ul.properties > li.ignore .field {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.tabs-box ul.properties .description {
	padding: 2px 0 0 30px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	color: #AAA;
	font-style: italic;
}

.tabs-box.small-screen ul.properties .description {
	padding: 5px 0 0 0;
	clear: both;
}

.tabs-box ul.properties > li.separator {
	height: 33px;
	margin: 15px -15px;
	padding-left: 15px; /* text-indent is not working because of the clearfix */
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #FFF 4%, #FAFAFA 5%, #F0F0F0 100%);
	background: -webkit-linear-gradient(top, #FFF 4%, #FAFAFA 5%, #F0F0F0 100%);
	background: -o-linear-gradient(top, #FFF 4%, #FAFAFA 5%, #F0F0F0 100%);
	background: linear-gradient(to bottom, #FFF 4%, #FAFAFA 5%, #F0F0F0 100%);
	line-height: 34px;
	color: #787878;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}


/* Tabs Box: Warp specific
----------------------------------------------------------------------------------------------------*/

/* Verification + System Check */
.tabs-box ul.verify,
.tabs-box ul.systemcheck {
	list-style: disc;
	margin: 10px 0 0 0;
	padding-left: 20px;
	font-size: 10px;
	line-height: 12px;
}

.tabs-box ul.verify a,
.tabs-box ul.systemcheck a { font-size: 10px; }

.tabs-box ul.verify li.missing,
.tabs-box ul.systemcheck li.critical,
.tabs-box a.systemcheck-link.critical { color: #FF0000; }

/* Profiles */
#profile {
	display: inline-block;
	position: relative;
}

#profile > a {
	margin-left: 3px;
	padding-left: 6px;
	border-left: 1px solid #c8c8c8;
}
#profile > a.add { border: none; }

#profile div.items {
	display: none;
	position: absolute;
	right: 0;
	z-index: 1;
}

#profile.default .rename,
#profile.default .remove { display: none; }

