.unread-message {
	font-weight: bolder;
}

.later-message {
	font-weight: bolder;
	color: blue;
}

#guide-msg-reply-panel {
	display: none;
}

#guide-create-new-tour {
	display: none;
}

#hide-join-msg-form {
	display: none;
}

.custom-lang-button {
	float: right;
	margin-left: 5px;
}

.lang-desc {
	display: none;
}

.lang-desc.active {
	display: block;
}

.button-menu {
	margin-bottom: 2px;
}

.tour-error {
	color: red;
}

.custom-link {
	color: #8DC63F !important;
}

.custom-active {
	border-color: #000 !important;
	background-color: #000 !important;
}

.form-preview {
	max-width: 100% !important;
	height: auto;
	display: block;
	margin-top: 5px;
}

.closing-date {
	display: inline-block !important;
	max-width: 45% !important;
}

.custom-thumbnail-td-guide {
	text-align: center;
}

.custom-thumbnail-image-guide {
	width: 120px; 
	height: 90px;
	margin-bottom: 2px;
}

.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
}

#panel-yes {
	display: none;
}

#panel-no {
	display: none;
}

.listing-rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}

.listing-rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}

.listing-rating-input:checked ~ .listing-rating-star {
    background-position: 0 0;
}

.listing-rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('http://kubyshkin.ru/samples/star-rating/star.png') 0 -16px;
}

.listing-rating-start-input-display-none {
    display: none;
}

.expired-bill {
    color: red;
    font-weight: bolder;
}

.slim-app-error {
    text-align: center;
}

#dropdown{
    width: 200px;
    background: #fff;
}
#dropdown #drop-indicator{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    position: relative;
    border: 1px solid black;
}

#dropdown #drop-indicator ul{
    display: none;
    list-style: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid black;
}

#dropdown #drop-indicator:hover ul{
    display: block;
}

#dropdown ul li{
    border-bottom: 1px solid #000;
    width: 200px;
    background: center left 10px no-repeat;
    background-size: 32px 
}

