/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/tools.css);


/* Buttons (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

a.button-more {
	height: 24px;
	padding-left: 19px;
	line-height: 24px;
	color: #878787;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

a.button-more:hover { background-position: 0 -30px; }

.mod-box-color a.button-more,
.mod-fabric a.button-more {
	color: #DCDDDE; 
	background-position: 0 -60px;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.mod-box-color a.button-more:hover,
.mod-fabric a.button-more:hover {
	color: #ffffff; 
	background-position: 0 -90px;
}

/* Images and Objects (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

img.border-box { border: 1px solid #ddd; }


/* Lists and Tables (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

ul.line-icon,
ul.link {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Line */
ul.line > li { background: url(../images/tools/list_line.png) 0 0 repeat-x; }

.mod-box-color ul.line > li,
.mod-fabric ul.line > li { background-image: url(../images/tools/list_line_dark.png); }

ul.line > li:first-child,
.mod-box-color ul.line > li:first-child,
.mod-fabric ul.line > li:first-child { background-image: none; }
#yt-in h1 {position: absolute; top: 0px; left: -6310px;}
/* Line-Icon */

ul.line-icon > li {
	padding: 4px 0 0 25px;
	background:	url(../images/tools/list_line.png) 0 0 repeat-x,
				url(../images/tools/list_icon.png) 0 0 no-repeat;
}

ul.line-icon > li:first-child { 
	background-image:	none,
				url(../images/tools/list_icon.png);
}

.mod-box-color ul.line-icon > li,
.mod-fabric ul.line-icon > li { 
	background-image: url(../images/tools/list_line_dark.png),
					  url(../images/tools/list_icon.png);
}

.mod-box-color ul.line-icon > li:first-child,
.mod-fabric ul.line-icon > li:first-child { 
	background-image: none,
					  url(../images/tools/list_icon.png);
}


/* Check */
ul.check > li {
	padding: 4px 0 0 25px;
	background:	url(../images/tools/list_line.png) 0 0 repeat-x,
				url(../images/tools/list_check.png) 0 0 no-repeat;
}

ul.check > li:first-child { 
	background-image: none,
					  url(../images/tools/list_check.png);
}

.mod-box-color ul.check > li,
.mod-fabric ul.check > li { 
	background-image: url(../images/tools/list_line_dark.png),
					  url(../images/tools/list_check.png);
}

.mod-box-color ul.check > li:first-child,
.mod-fabric ul.check > li:first-child {
	background-image: none,
					  url(../images/tools/list_check.png);
}

/* Link */
ul.link > li {
	padding: 4px 0 0 25px;
	background:	url(../images/tools/list_line.png) 0 0 repeat-x,
				url(../images/tools/list_link.png) 0 0 no-repeat;
}

ul.link > li:first-child { 
	background:	none,
		url(../images/tools/list_link.png) 0 0 no-repeat;
}

.mod-box-color ul.link > li,
.mod-fabric ul.link > li { 
	background-image: url(../images/tools/list_line_dark.png),
					  url(../images/tools/list_link.png);
}

.mod-box-color ul.link > li:first-child,
.mod-fabric ul.link > li:first-child {
	background-image:	none,
						url(../images/tools/list_link.png);
}

ul.line-icon a,
ul.link a,
ul.check a,
ul.link a { color: #868686; }

/* Zebra List and Table */
ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #ddd; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #F4F4F4; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #F4F4F4; }

.mod-fabric ul.zebra > li,
.mod-fabric table.zebra tbody td { border-bottom: 1px solid #3C3C3C; }
.mod-fabric ul.zebra > li:first-child,
.mod-fabric table.zebra tbody tr:first-child td { border-top: 1px solid #3C3C3C; }

.mod-fabric ul.zebra > li.odd,
.mod-fabric table.zebra tbody tr.odd { background: #494949; }
.mod-fabric ul.zebra > li:nth-of-type(odd),
.mod-fabric table.zebra tbody tr:nth-of-type(odd) { background: #494949; }

table.zebra caption { color: #999; }


/* Definition Lists
----------------------------------------------------------------------------------------------------*/

dl.separator dt {	
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* border code because of RTL */
dl.separator dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}

dl.separator dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}

dl.separator dt:after {
	content: "";
	position:absolute;
	top: -3px;
	right: -3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:6px;
}

dl.separator dt:first-child:before,
dl.separator dt:first-child:after { display: none; }


/* Text
----------------------------------------------------------------------------------------------------*/

/* Inline Text Box */
em.box { 
	border: 1px solid #bbb;
	background: #fafafa;
	color: #444;
	border-radius: 3px;
}

.mod-fabric em.box {
	border-color: #3C3C3C;
	color: #fff;
	background: #494949;
}

/* Dotted Horizontal Rule */
hr.dotted { background: url(../images/tools/line_dotted.png) 0 0 repeat-x; }


/* Boxes
----------------------------------------------------------------------------------------------------*/

.box-content {
	background: #fafafa;
	border: 1px solid #ddd;
}

.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.box-info {
	background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat;
	border-color: #d2dce1;
}

.box-warning {
	background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat;
	border-color: #ffd7cd;
}

.box-hint {
	background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat;
	border-color: #fae6be;
}

.box-download {
	background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat;
	border-color: #dce6be;
}


/* Forms (Needed for System Markup)
----------------------------------------------------------------------------------------------------*/

form.box fieldset { border: 1px solid #ddd; }
form.box legend { background: #fff; }


/* Mobile Switcher (Needed for Mobile)
----------------------------------------------------------------------------------------------------*/

.mobile-switcher {
	background: #eee;
	border: 1px solid #aaa;
}

/* Social Icons
----------------------------------------------------------------------------------------------------*/

ul.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.social-icons li {
	padding: 0 3px;
	float: left;
	background: url(../images/menu_line_item.png) 0 50% no-repeat;
}

ul.social-icons li:first-child { background: none; }

.social-icons a { 
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/icons_social.png) 0 0 no-repeat;
}

.social-icons a.youtube:hover { background-position: 0 -30px; }
.social-icons a.googleplus { background-position: 0 -60px; }
.social-icons a.googleplus:hover { background-position: 0 -90px; }
.social-icons a.facebook { background-position: 0 -120px; }
.social-icons a.facebook:hover { background-position: 0 -150px; }
.social-icons a.twitter { background-position: 0 -180px; }
.social-icons a.twitter:hover { background-position: 0 -210px; }
.social-icons a.rss { background-position: 0 -240px; }
.social-icons a.rss:hover { background-position: 0 -270px; }

/* Contact Icons
----------------------------------------------------------------------------------------------------*/

ul.contact-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.contact-icons li { 
	margin-top: 5px;
	padding-left: 20px;
	background: url(../images/icons_contact.png) 0 0 no-repeat;
}

ul.contact-icons li:first-child { margin-top: 0; }

ul.contact-icons li.location { background-position: 0 -250px; }
ul.contact-icons li.email { background-position: 0 -500px; }
ul.contact-icons li.phone { background-position: 0 -750px; }

/* TABLES
--------------------------------------------------*/
.ja-typo-table thead tr th {border:0;}
.ja-typo-table {
	border-collapse: separate;
	margin:0 0 1.5em; padding:0;
}

.ja-typo-table td {
	border: 0; 
	padding: 0 10px;
	border-top: none;
	border-left: none;
	box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-webkit-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-moz-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
}

.ja-typo-table td.first {
	border-left: 1px solid #ddd;
}

.ja-typo-table thead th {
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -o-linear-gradient(top,  #999,  #666);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')";
	border-right: 1px solid #999 !important;
	padding: 0 10px;
	color:#fff; font-weight:normal; text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	line-height:36px; font-weight:bold;
	text-align:center;
}

.ja-typo-table thead th {text-align:center; }
.ja-typo-table thead th.last, .ja-typo-table tr td.last {text-align:left;}

.ja-typo-table thead th.first {text-transform:uppercase;text-align:left; }
.ja-typo-table tr td.first {text-align:left;}

.table-rounded thead th.first {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

.table-rounded thead th.last {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-right: 0 !important;
}

.table-rounded tr.last td.first {
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
}

.table-rounded tr.last td.last {
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}

.ja-typo-row-caption td {
	background:#f6f6f6;
}

/* styles */
.table-blue .ja-typo-row-caption td {
	background:#f0f6f9;
}
.table-blue thead th {
	background:#0da3b3;
	border-right: 1px solid #10CDE1 !important;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#10CDE1', endColorstr='#0da3b3')";
}


.table-green .ja-typo-row-caption td {
	background:#ebffc6;
}

.table-green thead th {
	background:#4d7900;
	border-right: 1px solid #81CB00 !important;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81CB00', endColorstr='#4d7900')";
}

.table-red .ja-typo-row-caption td {
	background:#fde2e2;
}

.table-red thead th {
	background:#950101;
	border-right: 1px solid #e90000 !important;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#950101')";
}

.table-orange .ja-typo-row-caption td {
	background:#fef0da;
}

.table-orange thead th {
	background: #c74900;
	border-right: 1px solid #ec9a13 !important;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9a13', endColorstr='#c74900')";
}

/* new vertical pricing tables */
.vertical-table {
    border-collapse: separate;
    border-spacing: 5px 0;
}

.vertical-table tr td .button {margin:0.75em auto;}
.vertical-table tr td .button.big, .vertical-table tr td .button.bigrounded {margin:0.25em auto;}

.vertical-table tr td, .vertical-table tr td.first, .vertical-table thead th  {box-shadow: none; -webkit-box-shadow: none; border:0}

.vertical-table thead th {padding:1.5em 10px;
	background:#e6e6e6; color:#666; text-align:center; text-transform:none; 
	-ms-filter: none;  border:0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);	
}

.vertical-table thead th.first{text-align:right; vertical-align:bottom; background: none; width:25%; padding-right: 10px;
	color:#666; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.vertical-table thead th.last{}

.vertical-table thead th {line-height: normal; padding:0.75em 0;}
.vertical-table thead th span {float:left;width:100%;}
span.table-price-heading {font-size:12px; line-height:1.5;font-weight:bold;}
span.table-price {font-size:54px; line-height:1; background: url(../images/pw.html) repeat;}
span.table-price-rate {font-size:12px; line-height:1.5; text-transform:none;}
span.table-price-line {font-size:14px; line-height:1.285;}

.vertical-table tr td span.table-price-heading{color:#333;}

/* just to make them darker
.vertical-table thead th.green span.table-price {background:#4d7900;}
.vertical-table thead th.blue span.table-price {background:#0da3b3;}
.vertical-table thead th.orange span.table-price {background:#c74900;}
.vertical-table thead th.red span.table-price {background:#950101;}
.vertical-table thead th.gray span.table-price {background:#666;}*/

.vertical-table thead th.green, .vertical-table thead th.blue,
.vertical-table thead th.orange, .vertical-table thead th.red,
.vertical-table thead th.gray { border: 0; color:#fff; text-transform:uppercase;
	border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
}

.vertical-table thead th.green{
	background:#4d7900;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
}

.vertical-table thead th.blue{
	background:#0da3b3;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
}
.vertical-table thead th.orange{
	background: #c74900;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
}
.vertical-table thead th.red{
	background:#950101;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
}
.vertical-table thead th.gray{
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -p-linear-gradient(top,  #999,  #666);
}


.vertical-table tr td { text-align:center; text-transform:none;  padding: 0.75em 10px; background:#eee;}
.vertical-table tr.first td.first { border-radius:4px 0 0 0; -webkit-border-radius:4px 0 0 0; }
.vertical-table tr.first td {}
.vertical-table tr td.first{text-align:right; background-color:#fff;}

.vertical-table tr td.first {background:#eee}
.vertical-table tr.row2 td.first {background:#e0e0e0}

.vertical-table tr td.first.left-header { background-color: transparent; border-radius: 0; -webkit-border-radius: 0; }

.vertical-table tr.last td.last, .vertical-table tr td.last {text-align:center;}

.vertical-table tr td.orange {background:#fae3c0;}
.vertical-table tr td.red { background:#fddbdb;}
.vertical-table tr td.green { background:#e0ffa8;}
.vertical-table tr td.blue {	background:#D8F4FD;}
.vertical-table tr td.gray {	background:#f0f0f0;}

.vertical-table tr.row2 td {}
.vertical-table tr.row2 td.orange {background:#f8d49e;}
.vertical-table tr.row2 td.red { background:#f9cbcb;}
.vertical-table tr.row2 td.green { background:#d2f590;}
.vertical-table tr.row2 td.blue {	background:#b1e9fa;}
.vertical-table tr.row2 td.gray {	background:#e6e6e6;}

.vertical-table tr.last td.space{}
.vertical-table tr td.space.blue { background: #f0f6f9;}
.vertical-table tr td.space.green { background: #ebffc6;}
.vertical-table tr td.space.orange { background: #fef0da;}
.vertical-table tr td.space.red { background: #fdecec;}
.vertical-table tr td.space.gray { background: #f6f6f6;}


