body {
	margin: 0;
	padding: 0;
	/*color: #555;*/
	font: normal 10pt Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}

#page {
	/*margin-top: 5px;*/
	margin-bottom: 5px;
	/*background: white;*/
	/*border: 1px solid #C9E0ED;*/
}

#header {
	margin: 0;
	padding: 0;
    height: 70px;
	/*border-top: 3px solid #C9E0ED;*/
}

#content {
	/*padding: 10px;*/
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#footer {
	padding: 10px;
	margin: 10px 20px;
	/*font-size: 0.8em;*/
	text-align: center;
	/*border-top: 1px solid #C9E0ED;*/
}

#logo {
	padding: 10px 20px;
	font-size: 200%;
}

.user_logo, .logo_login {
	max-width: 100px;
	float: left;
}

#mainmenu {
	background: white url(bg.gif) repeat-x left top;
}

#mainmenu ul {
	padding: 6px 20px 5px 20px;
	margin: 0px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 4px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
	color: #6399cd;
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {

}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

/* ----------------------------- */

@charset "utf-8";
/* CSS Document */

/* ------ body ------- */
body {
	background-color: #e5e5e5;
	/*color: #999;*/
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #1dabb8;
}

/* ------ login ------ */
#login-form {
	margin: 150px auto;
	width: 300px;
	height: 397px;
	background: url(../images/login_bg.png) no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
}

#login-form input {
	border: 2px solid #9b9c9e;
	border-radius: 7px;
	padding: 5px;
	background: linear-gradient(to top, #ffffff, #c8c8c9);
	width: 220px;
	height: 20px;

}

/*#login-form input[type="text"],*/
/*#login-form input[type="password"],*/
/*{*/
/*width: 220px;*/
/*height: 20px;*/
/*margin-left: 20px;*/
/*}*/

#login-form select {
	border: 2px solid #9b9c9e;
	border-radius: 7px;
	padding: 5px;
	width: 235px;
	background: linear-gradient(to top, #ffffff, #c8c8c9);
}

#login-form input[type="submit"] {
	width: 100px;
	height: 30px;
	background: linear-gradient(to top, #c8c8c9, #ffffff);
	color: #0874b4;
	font-weight: bold;
	font-size: 12px;
}

#login-form input[type="submit"]:hover {
	color: #535353;
}

#login-form span, a {
	color: #ffffff;
}

#login-form a:hover {
	color: #c8c8c9;
}

/* ---------- GENERAL ---------- */

#window_table {
	background-color: #FFFFFF;
	border-spacing: 1px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
}

#menu_button_white {
	background-color: #FFFFFF;
	height: 25px;
	width: 125px;
	color: #326d8f;
	text-align: center;
	cursor: pointer;
}

#menu_button_gray {
	background-color: #e9eff6;
	height: 25px;
	width: 125px;
	color: #326d8f;
	border: 2px solid #e5e5e5;
	cursor: pointer;
	text-align: center;
}

#menu_button_white :hover,
#menu_button_gray :hover {
	font-weight: bold;
}

.main_table {
	background-color: #FFFFFF;
	border-spacing: 4px;
	padding: 0px;
	margin: 0px;
}

.main_table td {
	border: 0px solid #e5e5e5;
	background-color: #e5e5e5;
	padding: 5px;
	margin: 0px;
}

#left_panel {
	padding: 0px;
}

#menu_panel td {
	height: 20px;
	color: #d4ecf7;
	text-align: center;
	background: linear-gradient(to top, #2baee2, #208ccc);
}

#menu_data {
	padding: 0px;
	border: 1px;

}

#table_item {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

#table_item td {
	padding: 2px;
	border: 0px;
	border: 1px solid #aec7e7;
	background-color: #cfdae8;
	color: #5183a1;
}

.map {
	border-color: #AdAdAd;
	border-style: ridge;
	border-width: 0px;
	background-color: #EFF7FF;
	cursor: move;
}

.map_plugin {

	text-align: center;
	position: relative;
	cursor: pointer;
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	background-color: rgb(255, 255, 255);
	padding: 1px 6px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);

}

.labels {
	color: red;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
}

.copyright {
	line-height: 15px;
	color: #d4ecf7;
	width: 100%;
	font-family: calibri;
	background: linear-gradient(to top, #5da1be, #208bcc);
}

/*
 *
select {
	padding: 5px;

	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type="submit"] { cursor: pointer; }

*/
/* ---------- LOGIN-FORM ---------- */
/*


#table_left_menu {


}


.menu_tables {
	border-spacing: 0px;
}

.menu_tables td {
	text-align: center;
	font-size: 14px;
}


.info {
	background: #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 20px;
}


.window_grey {
	background: url(../images/bg.png) repeat;

}

*/

.button {
	/*height:20px;*/
	border: 1px solid #0a3c59;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	color: #ffffff;
	font-size: 12px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
}

.button:hover {
	border: 1px solid #0a3c59;
	text-shadow: #1e4158 0 1px 0;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	color: #fff;
}

.button:active {
	text-shadow: #1e4158 0 1px 0;
	border: 1px solid #0a3c59;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
	color: #fff;
}

#jqmOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 0.5;
	background-color: #000;
	display: none;
}

#modaladd {
	z-index: 50;
	position: fixed;
	left: 50%;
	top: 20px;
	overflow-y: auto;
	background: #daf3f3;
	border-radius: 4px;
	display: none;
	width: 780px;
	max-height: 90%;
	margin-left: -390px;
	padding: 15px;
	box-shadow: 0 0 10px #000;
	border: 1px #000 solid;
	text-align: center;
}

.table-modal {
	margin: 0px auto;
	text-align: left;
}

.table-modal select, .table-modal input[type=text], .table-modal input[type=password], .table-modal input[type=number] {
	width: 100%;
}

.table-modal label {
    font-size: 12px;
}

.clear {
	clear:both;
}

.center_block {
	margin-top: 10px;
	text-align: center;
}

.permission-button {
	margin: 5px;
}

/*a.delete-button img, a.update-button img, .is_admin_image img, a.permission-button img, a.account-button img*/
a.action_button img, a.account-button img, .is_admin_image img {
	width: 20px;
	height: 20px;
}

/*a.update-button img, a.update_conversion, a.update_sensor, a.account-button, a.hide_menu, a.enter-button,*/
/*a.fuel-button, a.sensor-button {*/
.action_button {
	margin: 0 2px 0 2px;
}

.red {
	color: red;
}

#delete-user {
	float: left;

	position: relative;
	display: inline-block;
	width: 10em;
	height: 2.5em;
	line-height: 2.5em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #777;
	color: #fff;
	outline: none;
	border: 2px solid #F64C2B;
	border-radius: 5px;
	box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, .1em .1em .2em #800;
	background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
}

#delete-user:active {
	top: .1em;
	left: .1em;
	box-shadow: 0 0 0 60px rgba(0, 0, 0, .05) inset;
}

#cancel-delete-user {
	float: right;
}

.confirm-delte {
	margin-top: 30px;
	vertical-align: middle;
}

.list-delete {
	text-align: left;
}

.list-delete > span {
	margin-left: 30px;
}

#users-form input[type=text], #users-form input[type=password], #journal_action_text {
	width: 100%;
}
#users-form input[type=text].billing-by-period-cost {
    width: 156px;
}
#users-form .user-form-button {
/*    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;*/
}
#users-form tr.hidden,
#users-form tr.template {
	display: none;
}

#users-form tr.billing-by-period.periods-count td {
	padding-top: 5px;
}

#users-form tr.period td.period-size {
	padding-right: 10px;
}

#flash_message_success {
	min-width: 150px;
	padding: 10px;
	vertical-align: middle;
	position: fixed;
	right: 20px;
	top: 10px;
	border-radius: 5px;
	/*border: 1px solid #000;  #d5e2ff;*/
	background-color: #1481b8;
	/*min-height: 50px;*/
	/*min-width: 150px;*/
	font-weight: bold;
	text-align: center;
	display: none;
	color: #fff;
	z-index: 100;
}

#flash_message_error {
	min-width: 150px;
	padding: 10px;
	position: fixed;
	right: 20px;
	top: 10px;
	border-radius: 5px;
	/*border: 1px solid #000;*/
	background-color: #ff0000;
	/*min-height: 50px;*/
	/*min-width: 150px;*/
	font-weight: bold;
	text-align: center;
	display: none;
	color: #fff;
	z-index: 100;
}

#close_modal {
	text-align: right;
	float: right;
}

#user_tree {
	padding-top: 10px;
	width: 50%;
	float: left;
	min-height: 300px;
}

#users_diagram {
	padding-top: 10px;
	margin-right: 50px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hidden {
	display: none;
}

#graph_result, #user_action {
	margin-top: 50px;
	margin-right: 50px;
}

.graph:hover {
	cursor: pointer;
}

#user_login {
	font-weight: bold;
}

#Billing_count, #Billing_descr, #Billing_days, #Billing_date {
	width: 200px;
}

#user_hide_menu, .modal_list {
	text-align: left;
	margin-left: 100px;
}

/*#modaladd #clearance, #modaladd #city, #modaladd #outside_city {*/
.fuel_input {
	width: 75px;
}

#TemplateCmd_text_cmd {
	margin-right: 20px;
	width: 150px;
}

#TemplateCmd_name_cmd {
	width: 150px;
}

.mail_sended {
	padding-left: 10px;
	display: none;
}

.mail_sended img {
	vertical-align: middle;
}

.subscribe_control {
	border: 1px solid #cccccc;
	margin: auto;
	width: 50%;
	text-align: center;
	margin-top: 30px;
}

.subscribe_control textarea {
	width: 80%;
	height: 50px;
}

.bold {
	font-weight: bold;
}

.subscriber_row {
	border: 1px solid #000;
}

.subscriber_list {
	width: 50%;
	margin: auto;
}

.subscriber_list th {
	text-align: left;
}

#online_units {
	display: inline;
}

#add_custom_field {
	margin-top: 20px;
}

.modal_right {
	text-align: right;
	margin-right: 150px;
}

#period {
	margin-left: 15px;
	margin-right: 15px;
}

#report_div {
	margin-top: 30px;
}

.list_repeaters {
	width: 100%;
	border-right: 1px solid #c9e0ed;
	margin-right: 5px;
}

.repeaters {
	padding: 15px 0;
}

#repeaters_grid td a {
	color: #000099;
}
#repeaters_grid td a:hover {
	color: #CC0000;
}

#journal_table td {
	width: 30%;
	border-bottom: 1px solid #9b9c9e;
}
#repeaters_journal {
	padding-top: 15px;
}

#text_mode textarea {
	width: 100%;
	height: 200px;
	margin-top: 15px;
}

.toggle-iphone {
	width: 100px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

fieldset {
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: left;
	padding-left: 20px;
}
fieldset.row.inline-labels label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
#general_time {
	width: 115px;
	margin-top: 10px;
}

.align_left {
	text-align: left;
}

#use_filter_rate {
	width: 50px;
}

#action_type, #user_action_date {
	width: 225px;
}

#user_action_text {
	width: 100%;
}

#import_from_unit {
	margin-left: 10px;
}

#template_table_form {
	padding-right: 20px;
	text-align: right;
}

#template_table_form select {
	width: 170px;
}

.width_170 {
    width: 170px;
}

.width_85 {
	width: 85px;
}

#CustomizeUser_agreement, #CustomizeUser_allowedIpAddressList {
    min-height: 60px;
    width: 100%;
}

.table_tr {
	text-align: left;
	align: center;

}

.sortable{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

fieldset .sortable {
    width: 205px;
}

.sortable li {
	cursor: move;
    padding:0 0 5px 20px;
}

fieldset .sortable li {
    cursor: move;
    padding-left: 30px;
}

.sortable li img.info{
	cursor: help;
	width: 20px;
}
.sortable li:hover{
	background: url("/images/sort.png") no-repeat left center;
	background-size: 15px;
}
.sortable li span {
	position: absolute;
	margin-left: -1.3em;
}

.add_sensor_field{
	cursor: pointer;
}
.add_param_field{
	cursor: pointer;
}
.add_custom_field{
	cursor: pointer;
}

.customize_field {
    width: 200px;
}

.customize_field.custom_html_input {
    width: 100%;
    min-height: 60px;
}

#text_send_cmd {
    width: 200px;
}

fieldset {
    border-radius: 3px;
    border: 1px solid #9b9c9e;
}

.main-menu-dropdown {
    /*background: white url(bg.gif) repeat-x left top;*/
    margin-top: 15px ;
    width: 200px;
    float:left;
}

.main-menu-dropdown:hover {
    cursor: default;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.user_menu_buttons div:first-child, .negative div:first-child {
    margin: 4px 5px 0px;
}

.user_menu_buttons {
    background: white url(bg.gif) repeat-x left top;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
    color: #fff;
    border-radius: 3px;
}

.main-menu-dropdown-items {
  border: 1px solid #7ab3d4;
  background: #e5e5e5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #737373;
  width: 188px;
  display: none;
  clear: both;
  position: absolute;
  padding: 5px;
  line-height: 13px;
  font-weight: bold;
}

.main-menu-dropdown-items img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.main-menu-dropdown-items a {
  color: #737373;
  display: inline-block;
}

.main-menu-dropdown-items a:not(:last-of-type) {
  margin-bottom: 5px;
}

.main-menu-dropdown-items a:hover {
	text-decoration: underline;
}

#external-services-icon {
	height: 17px;
	width: 17px;
}

#user_balance {
    /*width: 80px;*/
    float:right;
    margin: 15px 10px 0 0;
    cursor: pointer;
    padding-right: 5px;
}

#user_support {
    float: left;
    margin-top: 15px;
    padding-right: 5px;
}

.slide_button {
    margin-right: 5px;
}

#user_support:hover {
    cursor: pointer;
}

.negative {
    background: white url(/images/bg-red.gif) repeat-x left top;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
    color: #fff;
    border-radius: 3px;
}

#logo_login {
    padding: 15px 0 0 50px;
    margin-bottom: 25px;
    max-height: 58px;
}

div.form .languages-list input {
	margin: 0;
	margin-left: 5px;
}

.languages-list li {
	display: flex;
	align-items: center;
}

.sortable li.ui-sortable-helper {
	background-color: #daf3f3;
	border: 1px solid #000000;
}

.theme-list li {
	padding: 5px 30px;
}

li.darkblue {
    background-color:#092a53;
	color: #ffffff;
}
li.darkblue:hover {
	color: #000000;
}

li.blue {
    background-color:#12aaeb;
}

li.gray {
    background-color:#959595;
}

li.orange {
    background-color:#FF7F00;
}

li.black {
	background-color:#222222;
	color: #ffffff;
}

li.black:hover {
	color: #000000;
}

li.green {
	background-color:#005214;
	color: #ffffff;
}
li.green:hover {
	color: #000000;
}

li.red {
	background-color:#580000;
	color: #ffffff;
}
li.red:hover {
	color: #000000;
}

li.teal {
	background-color:#286670;
	color: #ffffff;
}
li.teal:hover {
	color: #000000;
}

li.lime {
	background-color:#19b378;
}

li.bronze {
	background-color:#cd7f32;
}

.branch {
    padding-left: 20px;
}

.width_300 {
    width: 300px;
}

.range_input {
    width: 60px;
}
.filter_condition {
    width: 50px
}

.close_event {
    float: right;
    margin: 4px
}

.visible_phone,
.visible_hw_id {
    padding: 5px 2px 0 5px;
}

.visible_phone img:hover,
.visible_hw_id img:hover {
    cursor: pointer;
}

.user_favicon{
	width: 16px;
	height: 16px;
}

#epayment-account-box {
  display: none;
}

#CustomizeUser_link_to_admin_panel_is_hidden + label,
#CustomizeUser_link_to_documentation_is_hidden + label {
  display: inline-block;
}

#edit_ftp_backup--wrapper {
  text-align: center;
}

.control_container {
    margin-bottom: 10px;
}

textarea#system_notif_inp {
    margin: 0;
    width: 600px;
    height: 100px;
}

select#system_notif_sel {
    width: 300px;
}

#engineering-works-form label {
    font-weight: bold;
}

.control_container,
#fields_for_notif_type_three,
#system_notification_container, #system_notification_custom_container {
    margin-top: 10px;
}

#fields_for_notif_type_three {
    display: none;
}

#engineering-works-form label,
#fields_for_notif_type_three input {
    margin-right: 5px;
}

#fields_for_notif_type_three input.error {
    border-color: #ff0000;
}

div#error_of_save {
    color: #ff0000;
    margin-top: 10px;
    display: none;
}

textarea#send_cmd_results {
	width:400px;
	height:300px;
	margin-top:16px;
}

.width_50 {
	width: 50px;
}
textarea.system_notification_custom_textarea {
	width: 100%;
    margin: 5px;
	min-height: 150px;
}

div#system_notification_custom_container{
	display: none;
}

#system_notification_custom_textarea_container{
	display: flex;
}

#cmd_from_unit{
	max-width: 400px;
}

div.form fieldset.unit-map-cluster-icon-type-fieldset {
	margin: 10px 0 0 0;
}

.unit-map-cluster-icon-type-container {
	display: grid;
}

.unit-map-cluster-icon-type-container img {
	width: 47px;
	height: 42px;
}

.unit-map-cluster-icon-type-container .unit-map-cluster-icon-item {
	display: flex;
	align-items: center;
	padding: 5px 0 5px 0;
}

.unit-map-cluster-icon-type-container .unit-map-cluster-icon-item .icon-description {
	margin-left: 5px;
}

.grid{
	display: grid;
}

.flex{
    display: flex;
}

.flex-column{
    display: flex;
	flex-direction: column;
}

.customize-hosting-grid {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1vw;
}

.customize-domain-grid {
	display: grid;
	grid-template-rows: 1fr minmax(60px, 80px) minmax(60px, 80px) minmax(60px, 80px);
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1vw;
}

.customize-themes-languages-payment-system-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1vw;
}

.customize-domain-grid-full-row {
	grid-column-start: 1;
	grid-column-end: 4;
}

.customize-hosting-grid-logo-icon-box {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
}
