/* ex: set tabstop=4 softtabstop=0 shiftwidth=4 noexpandtab: */

BODY {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
}

A {
	color: #007DC3;
}

VIDEO,
IMG {
	max-width: 100%;
	height: auto;
}
MAIN VIDEO,
MAIN IMG {
	margin-top: 1em;
	margin-bottom: 1em;
}

H1 {
	color: #007DC3;
	font-size: 26px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 30px;
}
H2 {
	color: #000;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #007DC3;
}
H4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #525252;
}

HEADER {
	font-size: 13px;
	line-height: 20px;
	position: relative;
}

.header {
	position: relative;
}

.logo {
	margin-top: 21px;
}
.logo IMG {
	width: 234px;
	height: 56px;
}
.logo-ny IMG {
	width: 234px;
	height: 86px;
	margin-top: -20px;
}

.slogan {
	color: #989898;
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid #CACACA;
	display: inline-block;
	position: relative;
	top: 15px;
}

.mobile-menu-button {
	display:none;
	width: 38px;
	height: 38px;
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
	z-index:999;
}
.mobile-menu-button SPAN {
	display: block;
	background: #FFF;
	height: 3px;
	margin-top: 3px;
}
.mobile-menu-button SPAN,
.mobile-menu-button SPAN:before,
.mobile-menu-button SPAN:after {
	position: relative;
	display: block;
	left: 50%;
	top: 13px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 38px;
	height: 6px;
	background-color: #0078BE;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mobile-menu-button SPAN:before {
	content: "";
	position: absolute;
	right: 0;
	top: -12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu-button SPAN:after {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-active .mobile-menu-button SPAN {
	background: transparent;
}
.menu-active .mobile-menu-button SPAN:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-active .mobile-menu-button SPAN:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-active .mobile-menu-button SPAN:before,
.menu-active .mobile-menu-button SPAN:after {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	left: 0;
	right: auto;
}

.static {
	position: static;
}
.static > DIV {
	border-top: 1px solid #CACACA;
}
.static A {
	display: inline-block;
	text-decoration: none;
}
.static A:hover {
	color: #565656;
}

.menu {
	position: relative;
	margin-top: 25px;
}

.top-menu {
	position: absolute;
	right: 0;
	top: -55px;
}
.top-menu:after {
	content: '';
	display: block;
	clear: both;
}
.top-menu TABLE {
	border-spacing: 0;
}
.top-menu TD {
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #CACACA;
}
.top-menu TD:first-child {
	padding-left: 0;
}
.top-menu TD:last-child {
	padding-left: 0;
	padding-right: 0;
	border-right: 0;
}

.text-menu {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0078BE;
	margin-bottom: 15px;
}

.primary-menu {
	margin-top: 16px;
}
.primary-menu LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu {
	position: absolute;
	width: 100%;
	background: #FFF;
	z-index: 99;
	left: 0;
	top: 0;
	margin-top: 0;
	border-top: 0;
	display: none;
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}
.mobile-menu .top-menu {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	padding: 47px 30px 0;
}
.mobile-menu .text-menu {
	display: block;
}
.mobile-menu .primary-menu {
	padding: 35px 0 30px;
	margin: 25px 30px 0;
	text-align: center;
	border-top: 1px solid #CACACA;
}
.mobile-menu .primary-menu .col-md-3 {
	margin-bottom: 45px;
}

.new-page:after {
	content: 'new!';
	position: relative;
	top: -5px;
	left: 4px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
.sale:after {
	content: 'sale!';
	position: relative;
	top: -5px;
	left: 4px;
	color: #F00;
	font-weight: bold;
	font-size: 11px;
}

.footer {
	position: relative;
	background: #F5F4F4;
	margin-top: 30px;
	padding: 15px 0 15px 0;
}

.footer-contacts {
	margin-top: 15px;
	font-size: 13px;
}
.footer-contacts A {
	text-decoration: none;
}
.footer-contacts A:hover{
	color: #007DC3;
}

.footer .message {
	text-transform: uppercase;
	color: #007DC3;
	cursor: pointer;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
}
.footer .message:after {
	position: relative;
	content: '';
	display: inline-block;
	background: url(../image/message.png) 0 0 no-repeat;
	width: 26px;
	height: 18px;
	margin-left: 4px;
	top: 1px;
}

.footer .copy {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #C4C4C4;
	text-align: center;
	padding: 75px 0 0 0;
	float: right;
}
.footer .copy:before {
	position: absolute;
	content: '';
	display: block;
	background: #F5F4F4 url(../image/footer-bg.png) no-repeat;
	width: 163px;
	height: 117px;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: 1;
}
.footer .copy SPAN {
	position: relative;
	z-index: 2;
}

.home {
	margin-top: 35px;
}

.blocks .block {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #4F4F4F;
	text-transform: uppercase;
	padding: 30px 40px 50px 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	background-position: 185px bottom;
	background-repeat: no-repeat;
	margin-bottom: 18px;
	height: 135px;
}
.blocks .block:hover {
	text-decoration: none;
}
.blocks .block-ready {
	background-image: url(../image/block-ready.jpg);
}
.blocks .block-cloud {
	background-image: url(../image/block-cloud.jpg);
}
.blocks .block-colocation {
	background-image: url(../image/block-colocation.jpg);
	background-position-x: 215px;
}
.banner {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.home-title {
	color: #000;
	border-bottom: 3px solid #007DC3;
	font-size: 22px;
	line-height: 27px;
}
.home-list {
	margin: 30px 0 10px 0;
	padding: 0;
}
.home-list LI {
	position: relative;
	list-style: none;
	padding-left: 25px;
	margin-bottom: 30px;
}
.home-list LI:before {
	position: absolute;
	content: '';
	display: block;
	top: 6px;
	left: 0;
	background: url(../image/arrow-right.png) 0 0 no-repeat;
	width: 15px;
	height: 11px;
}

.news-block {
	border-top: 1px solid #CACACA;
	margin-top: 15px;
	padding-top: 30px;
}
.news-block H4 {
	margin-bottom: 30px;
}
.news-block .row {
	margin-bottom: 15px;
}
.news-block .row > DIV:first-child {
	color: #9A9A9A;
	font-weight: bold;
}
.news-block .row > DIV:last-child {
	color: #525252;
}
.news-block > .row A {
	color: #333;
}
.news-block > .row A:hover {
	color: #067FC4;
	text-decoration: none;
}
.news-block > .row A:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(../image/more.png) 0 0 no-repeat;
	margin-left: 5px;
}

.hidden-md{
	display:none;
}

.column-left{
	padding-right:40px;
}

.column-left > DIV:first-child {
	margin-bottom: 65px;
}

.base_table > tbody > tr > td:first-child,
.base_table > tr > td:first-child{
	padding:5px 30px 5px 15px;
}

.base_table .border > td{
	border-bottom:1px solid #e1e1e1;
}

.base_table label{
	font-weight:normal;
}

.base_table strong{
	color:#525252;
}

.base_table, 
.base_table1 {
	width:100%;
}

.base_table1 th{
	background:#007dc3;
	color:#fff;
	padding:5px;
	font-size:12px;
}

.base_table1 tr > td{
	border-bottom: 1px solid #e1e1e1;
	padding:5px;
	font-size:13px;
}

.base_table1 tr:nth-child(odd) {
	background: #f3f2f2;
}

.sub_navigation{
	background:#f3f2f2;
	padding:27px 45px;
	float:left;
	margin:0 25px 15px 0;
}

.sub_navigation li{
	list-style:none;
	position:relative;
	padding-left: 25px;
}

.sub_navigation li:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../image/arrow-right.png) 0 0 no-repeat;
	width: 15px;
	height: 11px;
}

.back_navigation {
	display: block;
	position: relative;
	padding-left: 25px;
	color: #007DC3;
	margin-top: 2em;
}
.back_navigation:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../image/arrow-left.png) 0 0 no-repeat;
	width: 15px;
	height: 11px;
}

MAIN {
	padding-bottom: 1px;
}
MAIN A:hover{
	color:#007dc3;
}
MAIN SUP A,
MAIN SUP A:hover,
MAIN SUP A:focus {
	color: inherit;
}

.base_table td a img:nth-child(2){
	display:none;
}

.base_table td a:hover img:nth-child(2){
	display:block;
}

.base_table td a:hover img:first-child{
	display:none;
}

.label{
	color:#000;
	padding:0;
	font-weight:normal;
	font-size:14px;
}

.form-group .form-control{
	border-radius:0;
}

#sf .jq-selectbox{
	width:100%!important;
}

#sf .jq-selectbox__select-text{
	width:100%!important;
}

.base_table td a img{
	position:relative;
	top:4px;
}

.range{
	min-width: 180px;
	display: inline-block;
}

.tb input[type="radio"],
.tb input[type="checkbox"]{
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.table_responcive .jq-selectbox{
	width:100%;
	max-width: 200px;
}

.table_responcive .jq-selectbox__select-text{
	max-width:100%;
	width:auto!important;
}

.f_scroll2{
	overflow-x:auto;
}

.jq-selectbox .sel{
	display:none;
}

.left_image > div{
	margin-bottom:45px;
}

.padding5{
	padding:5px 0;
}

.center_td_new{
	text-align:center;
}

.td-top {
	vertical-align: top;
}

.range .lable,
.no_range .lable{
	position:relative;
	top:1px;
}

.cc-notes {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	font-size: 80%;
}
.cc-notes > DIV {
	text-indent: -40px;
	padding-left: 40px;
	text-align: justify;
}

.cc-notes > DIV > SPAN {
	width: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
.cc-submit {
	text-align: center;
	margin-top: 20px;
}
.cc-order-links {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
.cc-order-links SPAN {
	display: inline-block;
	float: left;
	font-weight: bold;
}
.cc-order-links DIV {
	display: inline-block;
	margin-left: 1.5em;
}

.cc-table-as-pi TH:first-child {
	width: 33%;
}

.cc-payment-online {
	margin-top: 2em;
	margin-bottom: 5em;
}
.cc-payment-logo {
	width: 20%;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cc-payment-logo::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100px;
}
/* contact */
.form INPUT[type=text],
.form SELECT,
.form TEXTAREA {
	width: 100%;
}

/* ua */
.error_message {
	color: red;
}

/* Default form elements styles - !!! DON'T EDIT !!! */
INPUT[type=text],
INPUT[type=password],
INPUT[type=checkbox],
INPUT[type=radio],
INPUT[type=submit],
INPUT[type=button],
INPUT[type=reset],
INPUT[type=file],
BUTTON,
TEXTAREA,
SELECT {
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	margin: 0;
	vertical-align: baseline;
	-webkit-transition: -webkit-box-shadow ease-in-out .15s;
	-o-transition: box-shadow ease-in-out .15s;
	transition: box-shadow ease-in-out .15s;
}
INPUT[type=checkbox],
INPUT[type=radio],
INPUT[type=submit],
INPUT[type=button],
INPUT[type=reset],
BUTTON,
SELECT {
	cursor: pointer;
}
INPUT[type=text],
INPUT[type=password],
INPUT[type=checkbox],
INPUT[type=radio],
TEXTAREA,
SELECT {
	color: #555;
	background-color: #FFF;
	border-color: #CCC;
}
INPUT[type=submit],
INPUT[type=button],
INPUT[type=reset],
BUTTON {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #FFF;
	background-color: #007DC3;
	border-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
INPUT[type=file] {
	border-color: transparent;
}
INPUT[type=text],
INPUT[type=password],
INPUT[type=submit],
INPUT[type=button],
INPUT[type=reset],
BUTTON,
SELECT:not([multiple]):not([size]) {
	height: 2.2em;
}
INPUT[type=text],
INPUT[type=password],
INPUT[type=submit],
INPUT[type=button],
INPUT[type=reset],
BUTTON,
TEXTAREA,
SELECT {
	padding: 0 0.5em;
}
TEXTAREA,
SELECT[multiple],
SELECT[size] {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
SELECT[multiple],
SELECT[size] {
	vertical-align: top;
}
INPUT[type=checkbox],
INPUT[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
	position: relative;
	width: 1.2em;
	height: 1.2em;
}
INPUT[type=radio] {
	border-radius: 0.6em;
}
INPUT[type=checkbox]:after,
INPUT[type=radio]:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	transition: opacity ease-in-out .15s;
	opacity: 0;
}
INPUT[type=checkbox]:after {
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg"><g>\
	<path fill="%23555" d="m15,112l102,122l126,-193l-9,-7l-120,120l-92,-50"/>\
	</g></svg>');
}
INPUT[type=radio]:after {
	padding: 25%;
	border-radius: 0.6em;
	background-clip: content-box;
	background-color: #555;
}
INPUT[type=checkbox]:checked:after,
INPUT[type=radio]:checked:after {
	opacity: 1;
}
SELECT {
	-moz-appearance: none;
	-webkit-appearance: none;
}
SELECT:not([multiple]):not([size]) {
	padding-right: 2.7em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg"><g>\
	<rect fill="%23CCC" height="256" width="8" y="0" x="0"/>\
	<path fill="%23999" d="m86,116l46,56l46,-56l-92,0z"/>\
	</g></svg>');
}
INPUT[type=text]:focus,
INPUT[type=password]:focus,
INPUT[type=checkbox]:focus,
INPUT[type=radio]:focus,
TEXTAREA:focus,
SELECT:focus,
INPUT[type=text]:enabled:hover,
INPUT[type=password]:enabled:hover,
INPUT[type=checkbox]:enabled:hover,
INPUT[type=radio]:enabled:hover,
TEXTAREA:enabled:hover,
SELECT:enabled:hover {
	border-color: #66AFE9;
}
SELECT:not([multiple]):not([size]):focus,
SELECT:not([multiple]):not([size]):enabled:hover {
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg"><g>\
	<rect fill="%2366AFE9" height="256" width="8" y="0" x="0"/>\
	<path fill="%2366AFE9" d="m86,116l46,56l46,-56l-92,0z"/>\
	</g></svg>');
}
INPUT[type=submit]:focus,
INPUT[type=button]:focus,
INPUT[type=reset]:focus,
BUTTON:focus,
INPUT[type=submit]:enabled:hover,
INPUT[type=button]:enabled:hover,
INPUT[type=reset]:enabled:hover,
BUTTON:enabled:hover {
	background-color: #286090;
}
INPUT[type=text]:focus,
INPUT[type=text]:focus:invalid,
INPUT[type=password]:focus,
INPUT[type=password]:focus:invalid,
INPUT[type=checkbox]:focus,
INPUT[type=checkbox]:focus:invalid,
INPUT[type=radio]:focus,
INPUT[type=radio]:focus:invalid,
TEXTAREA:focus,
TEXTAREA:focus:invalid,
SELECT:focus,
SELECT:focus:invalid {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
INPUT[type=text]:invalid,
INPUT[type=password]:invalid,
INPUT[type=checkbox]:invalid,
INPUT[type=radio]:invalid,
INPUT[type=file]:invalid,
TEXTAREA:invalid,
SELECT:invalid {
	outline: 0;
	box-shadow: none;
	background-color: #FFD0D0;
}
INPUT[type=file]:invalid {
	border-color: #66AFE9;
}
INPUT[type=text]:disabled,
INPUT[type=password]:disabled,
INPUT[type=checkbox]:disabled,
INPUT[type=radio]:disabled,
TEXTAREA:disabled,
SELECT:disabled {
	border-color: #999;
	background-color: #EEE;
	opacity: 0.5;
	cursor: default;
}
INPUT[type=submit]:disabled,
INPUT[type=button]:disabled,
INPUT[type=reset]:disabled,
BUTTON:disabled {
	background-color: #CCC;
	cursor: default;
}

/* Previous and Next buttons */
INPUT[type=submit].button-prev,
INPUT[type=button].button-prev,
INPUT[type=reset].button-prev,
BUTTON.button-prev {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	padding-left: 1.6em;
	padding-right: 1.3em;
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="15px" height="10px" xmlns="http://www.w3.org/2000/svg"><g>\
	<path fill="%23FFF" d="m11,1l-6,4l6,4l0,-8z"/>\
	</g></svg>');
}
INPUT[type=submit].button-next,
INPUT[type=button].button-next,
INPUT[type=reset].button-next,
BUTTON.button-next {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.5em;
	padding-left: 1.3em;
	padding-right: 1.6em;
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="15px" height="10px" xmlns="http://www.w3.org/2000/svg"><g>\
	<path fill="%23FFF" d="m4,1l6,4l-6,4l0,-8z"/>\
	</g></svg>');
}
OUTPUT {
	display: inline;
}

/* Firefox only */
@-moz-document url-prefix() {
	SELECT {
		color: initial;
	}
}
/*
SELECT:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #555;
}
*/

/* Chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	TEXTAREA {
		vertical-align: top;
	}
}

/* IE 10+ only */
SELECT::-ms-expand {
	display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	SELECT:not([multiple]):not([size]) {
		background-image: url('data:image/svg+xml;base64,\
		PHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y\
		Zy8yMDAwL3N2ZyI+CiA8Zz4KICA8cmVjdCBmaWxsPSIjQ0NDIiBoZWlnaHQ9IjI1NiIgd2lkdGg9\
		IjgiIHk9IjAiIHg9IjAiLz4KICA8cGF0aCBmaWxsPSIjOTk5IiBkPSJtODYsMTE2bDQ2LDU2bDQ2\
		LC01NmwtOTIsMHoiLz4KIDwvZz4KPC9zdmc+Cg==');
	}
	SELECT:not([multiple]):not([size]):focus,
	SELECT:not([multiple]):not([size]):enabled:hover {
		background-image: url('data:image/svg+xml;base64,\
		PHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y\
		Zy8yMDAwL3N2ZyI+CiA8Zz4KICA8cmVjdCBmaWxsPSIjNjZBRkU5IiBoZWlnaHQ9IjI1NiIgd2lk\
		dGg9IjgiIHk9IjAiIHg9IjAiLz4KICA8cGF0aCBmaWxsPSIjNjZBRkU5IiBkPSJtODYsMTE2bDQ2\
		LDU2bDQ2LC01NmwtOTIsMHoiLz4KIDwvZz4KPC9zdmc+Cg==');
	}
	INPUT[type=submit].button-prev,
	INPUT[type=button].button-prev,
	INPUT[type=reset].button-prev,
	BUTTON.button-prev {
		background-image: url('data:image/svg+xml;base64,\
		PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv\
		MjAwMC9zdmciPgogPGc+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0ibTExLDFsLTYsNGw2LDRsMCwt\
		OHoiLz4KIDwvZz4KPC9zdmc+Cg==');
	}
	INPUT[type=submit].button-next,
	INPUT[type=button].button-next,
	INPUT[type=reset].button-next,
	BUTTON.button-next {
		background-image: url('data:image/svg+xml;base64,\
		PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv\
		MjAwMC9zdmciPgogPGc+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0ibTQsMWw2LDRsLTYsNGwwLC04\
		eiIvPgogPC9nPgo8L3N2Zz4K');
	}
}

@media (max-width:1199px) {
	INPUT[type=text],
	INPUT[type=password],
	INPUT[type=submit],
	INPUT[type=button],
	INPUT[type=reset],
	BUTTON,
	SELECT:not([multiple]):not([size]) {
		height: 2.6em;
	}
	INPUT[type=text],
	INPUT[type=password],
	INPUT[type=submit],
	INPUT[type=button],
	INPUT[type=reset],
	BUTTON,
	TEXTAREA,
	SELECT {
		padding: 0 0.8em;
	}
	SELECT:not([multiple]):not([size]) {
		padding-right: 3.4em;
	}
	TEXTAREA {
		padding-top: 0.45em;
		padding-bottom: 0.45em;
	}
}
@media (max-width:991px) {
	INPUT[type=text],
	INPUT[type=password],
	INPUT[type=submit],
	INPUT[type=button],
	INPUT[type=reset],
	BUTTON,
	SELECT:not([multiple]):not([size]) {
		height: 3em;
	}
	INPUT[type=text],
	INPUT[type=password],
	INPUT[type=submit],
	INPUT[type=button],
	INPUT[type=reset],
	BUTTON,
	TEXTAREA,
	SELECT {
		padding: 0 1em;
	}
	SELECT:not([multiple]):not([size]) {
		padding-right: 4em;
	}
	TEXTAREA {
		padding-top: 0.65em;
		padding-bottom: 0.65em;
	}
}
/* Default form elements styles - END */

/* Control panel drop-down list */
.cp-button:not([multiple]):not([size]),
.cp-button:not([multiple]):not([size]):focus,
.cp-button:not([multiple]):not([size]):enabled:hover {
	width: 14em;
	text-align: center;
	font-weight: normal;
	padding: 0 2.2em 0 0.5em;
	background-size: contain;
	background-position: right center;
	background-image: url('data:image/svg+xml;utf8,\
	<svg width="256px" height="256px" xmlns="http://www.w3.org/2000/svg"><g>\
	<path fill="%23555" d="m86,116l46,56l46,-56l-92,0z"/>\
	</g></svg>');
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	direction: rtl;
	color: #007DC3;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.cp-button:not([multiple]):not([size]),
	.cp-button:not([multiple]):not([size]):focus,
	.cp-button:not([multiple]):not([size]):enabled:hover {
		background-image: url('data:image/svg+xml;base64,\
		PHN2ZyB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y\
		Zy8yMDAwL3N2ZyI+CiA8Zz4KICA8cGF0aCBmaWxsPSIjNTU1IiBkPSJtODYsMTE2bDQ2LDU2bDQ2\
		LC01NmwtOTIsMHoiLz4KIDwvZz4KPC9zdmc+Cg==');
	}
}
HTML[lang=en] .cp-button:not([multiple]):not([size]),
HTML[lang=en] .cp-button:not([multiple]):not([size]):focus,
HTML[lang=en] .cp-button:not([multiple]):not([size]):enabled:hover {
	width: 11em;
}
.cp-button:not([multiple]):not([size]):enabled:hover {
/*
	color: #555;
*/
	color: initial;
}
/*
.cp-button:not([multiple]):not([size]):enabled:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #007DC3;
}
.cp-button:not([multiple]):not([size]):enabled:hover:-moz-focusring {
	text-shadow: 0 0 0 #555;
}
*/
.cp-button OPTION:first-child {
	display: none;
}
.cp-button OPTION {
	font-size: 13px;
	color: #007DC3;
	padding: 0.3em 0.2em;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	direction: ltr;
}
.cp-button OPTION.cp-logout {
	color: #777;
	padding: 0 1em;
}
noindex:-o-prefocus,
.cp-button:not([multiple]):not([size]),
.cp-button:not([multiple]):not([size]):focus,
.cp-button:not([multiple]):not([size]):enabled:hover {
	direction: ltr;
}

/* Control panel */
.cp-content HR {
	background-color: #007DC3;
	border: none;
	height: 3px;
}
.cp-content PRE {
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: inherit;
	font-size: inherit;
}
.cp-content .cp-highlighted {
	color: #007DC3;
}
.cp-table-list TH {
	background-color: #007DC3;
	color: #FFF;
}
.cp-table-list TR:nth-child(odd) TD,
.cp-table-list TR:nth-child(even) TD {
	background-color: #F0F0F0;
}
.cp-icon-reload {
	background-size: contain;
	background-image: url(/cp/image/reload.svg);
	cursor: pointer;
}
.cp-icon-reloading {
	background-image: url(/cp/image/reloading.svg);
	cursor: wait;
}
/* IE and Opera */
@media screen\0 {
	.cp-icon-reloading {
		background-image: url(/cp/image/reloading.gif);
	}
}
.cp-table-functions .cp-btn-upgrade-EXAMPLE TD:last-child::after {
	content: 'new!';
	font-weight: bold;
	font-size: 80%;
	line-height: 80%;
	vertical-align: text-top;
}
