@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Play);







table .noborder,
table .noborder tr,
table .noborder td {
	border: 0 !important;
}







table .ok {
	background: url(/res/img/table_ok.png) no-repeat center center;
}

table .nok {
	background: url(/res/img/table_nok.png) no-repeat center center;
}

table .add {
	background: url(/res/img/table_add.png) no-repeat center center;
}

table .ok sup,
table .nok sup,
table .add sup {
	padding-left: 27px;
}







/**
 * Product Details Table 
 *
 */

/*** table sizing ***/

table.compare {
	width: 927px !important;
	margin: 0;
	padding: 0;
	background: #c0e2f1;
}

table.compare-3-col thead td:first-child {
	width: 357px !important;
}

table.compare-3-col thead td:nth-child(1n+2) {
	width: 190px !important;
}

table.compare-4-col thead td:first-child {
	width: 307px !important;
}

table.compare-4-col thead td:nth-child(1n+2) {
	width: 155px !important;
}

/*** table sizing END ***/



/*** global ***/

table.compare a {
	text-decoration: underline;
}

table.compare td {
	border-color: #032f42;
	vertical-align: middle;
}

/* order button */

table.compare .order a.button {
	width: 138px;
	height: 29px;
	color: #fff;
	display: inline-block;
	font: bold 12px/29px Arial;
	margin: 0 0 0;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/res/img/button_dark.png) no-repeat;
}

table.compare .order a.button::before {
	font: 14px FontAwesome;
	content: "\f07a";
	padding-right: 5px;
}

/* order button END */

/*** global END ***/



/*** table head classes ***/

table.compare thead td {
	text-align: center;
}

table.compare thead td.cfg {
	vertical-align: top;
}

table.compare thead td.cfg div.shield {
	width: 210px;																				/* width: 180px; */
	height: 30px;
	color: #3c3d42;
	cursor: default;
	margin: 5px auto 15px;
	border: 1px solid #3c3d42;
	font: bold 14px/30px Arial;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
}

table.compare thead td.cfg div.shield-bg {
	background: rgba(210,255,82,1);
background: -moz-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(138,156,23,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(138,156,23,1)));
background: -webkit-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(138,156,23,1) 100%);
background: -o-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(138,156,23,1) 100%);
background: -ms-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(138,156,23,1) 100%);
background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(138,156,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#8a9c17', GradientType=1 );
}

table.compare thead td.cfg,
table.compare thead td.gfx {
	border-left: 0;
}

table.compare thead td.gfx img {
	margin: 0 auto 20px;
	max-width: 200px;
	max-height: 100px;
}

table.compare thead td.col1 {
	color: #971931 !important;
}

table.compare thead td.col2 {
	color: #e88715;
}

table.compare thead td.col3 {
	color: #8a9c17;
}

table.compare thead td.col4 {
	color: #222;
}

table.compare thead td div.mt35 {
	margin-top: 35px;
}

table.compare thead td div.line-spacer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid;
}

table.compare thead td div.product {
	font: 17px Arial;
}

table.compare thead td div.product span.name {
	font-weight: bold;
}

/* prices */

table.compare thead td div.price-top {
	font: 700 50px/50px "Play", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	display: block;
	margin: 15px 0 7px;
	position: relative;
}

table.compare thead td div.price-top span.cent {
	font-size: 30px;
	line-height: 30px;
	vertical-align: top;
	position: relative;
	top: 5px;
	left: -10px;
}

table.compare thead td div.price-top span.text {
	font-size: 12px;
	position: relative;
	margin-left: -33px;	
	top: 3px;
}

table.compare thead td div.note {
	color: #888;
	font: normal 12px/16px Arial;
}

table.compare thead td div.note-promo {
	border-bottom: 1px solid;
}

table.compare thead td div.note-setup {
	margin-bottom: 15px;
	padding-top: 11px;
}

table.compare thead select {
	width: 210px;
	padding: 3px;
	background: #c0e2f1;
	border: 1px solid #032f42;
}

/* prices END */

/*** table head classes END ***/



/*** table body classes ***/

table.compare tbody img {
	vertical-align: middle;
}

table.compare tbody select {
	width: 150px;
	padding: 3px;
	background: #c0e2f1;
	border: 1px dashed #032f42;
}

table.compare tbody tr:hover,
table.compare tbody tr:hover select {
	background-color: #f4f4f4;
}

table.compare tbody tr.nohover:hover {
	background-color: #c0e2f1;
}

table.compare tbody tr.brd-top td {
	border-top: 2px solid #032f42;
}

table.compare tbody tr.hl td {
	color: #3C3D42;																				/* #032F42 */
	font: bold 14px Arial;
	border-top: 2px solid #032f42;
	border-bottom: 1px solid #032f42;
}

table.compare tbody td:first-child {
	border-left: 0;
}

table.compare tbody td:last-child {
	border-right: 0;
}

table.compare tbody .headline td {
	color: #2270bf !important;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f4f4f4;
}

/* dot line */

table.compare tbody .dot {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	border-radius: 50px;
	vertical-align: middle;
}

table.compare tbody .dot:not(:last-child) {
	margin-right: 3px;
}

table.compare tbody .dot#inactive {
	background-color: rgba(0, 0, 0, 0.7);
}

table.compare tbody .dot#active {
	background: rgb(3, 47, 66);																	/* rgb(34, 112, 191); */
}

/* dot line END */

table.compare tbody .toggler {
	width: 100%;
	cursor: pointer;
	display: inline-block;
}

table.compare tbody .toggler::after {
	color: #888;
	/*font-size: 16px;
	font-family: FontAwesome;*/
	font: 16px FontAwesome;
	content: "\f0d7";																			/* \f078 */
	float: right;
}

table.compare tbody .toggler.open::after {
	font-family: FontAwesome;
	content: "\f0d8";																			/* \f139 */
	float: right;
}

table.compare tbody table.poc td {
	border-bottom: 1px solid #032f42 !important;
}

table.compare tbody table.poc td:first-child {
	text-align: right;
}

table.compare tbody table.poc td:last-child {
	text-align: left;
}

table.compare tbody table.poc tr:last-child td {
	border-bottom: 0 !important;
}

table.compare tbody tr.setup td div:first-child {
	text-decoration: line-through;
	float: left;
	padding-left: 30px;
}

table.compare tbody tr.setup td div:last-child {
	color: #971931;
	font-weight: bold;
	float: right;
	padding-right: 30px;
}

table.compare tbody .order:last-child td {
	border-top: 1px solid #032f42 !important;
	border-left: 1px solid #032f42 !important;
}

table.compare tbody .order:last-child td:first-child {
	border-left: 0 !important;
}

table.compare tbody tr.price span#bm_price_1,
table.compare tbody tr.price span#bm_price_2,
table.compare tbody tr.price span#bm_price_3,
table.compare tbody tr.price span#bm_price_4 {
	color: #444;
	font: 30px/32px Arial;
}

/*** table body classes END ***/



/*** table foot classes ***/

table.compare tfoot td {
	color: #3c3d42;
	background-color: #f4f4f4;
	border-left: 0;
	border-right: 0;
}

table.compare tfoot div.icon_desc img {
	padding-left: 10px;
	vertical-align: text-bottom;
}

/*** table foot classes END ***/



/*** other ***/

/* switcher */

table.compare div.switcher {
	width: 210px;
	height: 25px;
	margin: 0 auto;
	border: 1px solid #032f42;
}

table.compare tbody div.switcher {
	width: 148px;
}

table.compare div.switcher div {
	width: 50%;
	height: 25px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	cursor: pointer;
}

table.compare div.switcher div.active {
	color: #fff;
	background-image: linear-gradient(to bottom, #032f42, #164e66);								/* background-color: #032F42; */
}

table.compare div.switcher div.disabled {
	opacity: .50;
	cursor: not-allowed;
	background-image: linear-gradient(to bottom, #ccc, #fdfdfd);
}

table.compare tbody .switcher.sc3 div {
	width: 49px;
}

table.compare tbody .switcher.sc3 div:nth-child(1n+2) {
	width: 48px;
	border-left: 1px solid #032f42;
}

/* switcher END */

/* promotion */

table.compare .promo {
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(135deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
}

table.compare .promo-bg {
	background-color: #e88715;
}

table.compare div.promo-shield,
table.compare div.promo-shield-disabled {
	cursor: default;
}

table.compare div.promo-shield {
	width: 150px;
	height: 30px;
	color: #3c3d42;
	margin: 5px auto 15px;
	border: 1px solid #3c3d42;
	font: bold 14px/30px Arial;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.60);
}

table.compare div.promo-shield-disabled {
	opacity: .50;
	text-decoration: line-through;
	background-image: linear-gradient(to bottom, #ccc, #fdfdfd);
}

table.compare div.promo-spacer {
	width: 152px;
	height: 42px;
}

table.compare .promo-tableline td {
	height: 60px;
}

table.compare .promo-tableline td:first-child span:first-child {
	font: bold 18px Arial;
}

table.compare .promo-tableline td:first-child span:last-child {
	font: normal 13px Arial;
}

table.compare .promo-tableline span#pricea_1,
table.compare .promo-tableline span#pricea_2,
table.compare .promo-tableline span#pricea_3,
table.compare .promo-tableline span#pricea_4 {
	font: 30px/32px Arial;
	color: #444;
}

/* promotion END */

/*** other END ***/



/*** EOF ***/