html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
.logo{font-size: 26px;}
.svg-box-wrapper__tooltip-bottom-text {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    display: block;
    padding-left: 24px;
    background: left no-repeat;
}
.secret_hidden_popup {
    display: none;
}
.shop_data {
    width: 600px;
    min-height: 180px;
    padding: 20px;
    overflow: hidden;
}
.shop_data table {
    width: 100%;
}
.st4{font-size: 12px !important;}


.svg-box svg .svg-item-hover.svg-item-type-vip [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-vip [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-vip text [fill="#E5E5E5"] {
    fill: #ffd700;
}
.svg-box svg .svg-item-hover.svg-item-type-vacant [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-vacant [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-vacant text [fill="#E5E5E5"] {
    fill: #acc83f;
}
.svg-box svg .svg-item-hover.svg-item-type-rented [fill="#E5E5E5"], .svg-box svg .svg-item-hover.svg-item-type-problem [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-rented [fill="#E5E5E5"] {
    fill: #e5304f;
}
.svg-box svg .svg-item-hover.svg-item-type-empty [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-empty [fill="#E5E5E5"] {
    fill: yellow;
}
.svg-box svg .svg-item-hover.svg-item-type-booked [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-booked [fill="#E5E5E5"] {
    fill: #ef7d2d;
}
.svg-box svg .svg-item-hover.svg-item-type-remont [fill="#E5E5E5"], .svg-box svg .svg-item-act.svg-item-type-remont [fill="#E5E5E5"] {
    fill: black;
}
.shell span{
    display: inline-block;width: 30px;height: 15px;margin-right: 10px;
}
.select-status__a.act, .select-status__a:hover {
    color: #acc83f;
}
.select-status__a {
    display: block;
    margin-bottom: 12px;
    color: #222;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
}
