
.head {
    display: flex;
	justify-content: flex-start; /* ��������� ������ */
    /* background: #FFFFFF00; */
    /*background: -moz-linear-gradient(#f2f2f2, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
    /*background: -ms-linear-gradient(#f2f2f2, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
    /*background: -o-linear-gradient(#f2f2f2, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
    /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));*/
    /*background: -webkit-linear-gradient(#f2f2f2, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
    /*background: linear-gradient(#f2f2f2, #ffffff 33%);*/
    background-color: #eaeaeaaa;
    border: 1px solid #999999;
    width: 100%;
    height: 60px;
/*    margin: -5px 1px 1px 1px;*/
    /*z-index: -1;*/
}

.head .userPane {
/*	display: flex;*/
/*	color:#FF0000;*/
/*	-webkit-align-self: stretch;*/
/*	align-self: stretch;*/
/*	justify-self: stretch;*/
/*	margin-left:auto;*/
/*	padding: 15px 5px;*/
/*	line-height: 100%;*/
}

.head .headPane {
    /*	display: flex;*/
    /*	color:#000;*/
    /*	-webkit-align-self: stretch;*/
    /*	align-self: stretch;*/
    /*	justify-self: stretch;*/
    /*	margin-right:auto;*/
	padding: 5px 20px;
    z-index: 1002; /* Выше, чем у таблицы (1000) */
}


.userPane a {
	color:#000000;
	padding:5px 5px;
	text-decoration:none;
	text-align:center;
	cursor: pointer;
	/*font-weight: 700;*/
	font-size: 1.25em;
}

.userPane a:hover {
	/*background: #999;*/
	/*-webkit-filter: opacity(80%);*/
	/*background: -webkit-linear-gradient(#f2f2f2, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
	/*font-weight: 700;*/
	text-shadow: 0 0 1em #D48B2199, 0 0 0.2em #D48B2199;
}


.button_join {
	outline: none;
	/*background:#EEE;*/
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin: 10px;
    /*font-style: 700;*/
    font-weight: 700;
    cursor: pointer;
    border: none;

    background: #EEE;
    background: -moz-linear-gradient(#EEE, #AAA);
    background: -ms-linear-gradient(#EEE, #AAA);
    background: -o-linear-gradient(#EEE, #AAA);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#AAA));
    background: -webkit-linear-gradient(#EEE, #AAA);
    background: linear-gradient(#EEE, #AAA);

    box-shadow: 
		0 0 5px rgb(50 50 50 / 50%), 
		0 5px 5px rgb(50 50 50/ 20%), 
		inset 0 -3px 2px rgb(50 50 50/ 20%)
	}
.button_join:hover {
/*	background:#D48B2199;
    box-shadow: 
		0 0 10px rgb(212 139 33 / 50%), 
		0 5px 5px rgb(212 139 33/ 20%), 
		inset 0 -3px 2px rgb(212 139 33/ 20%)*/

    background: #dddddd;
    background: -moz-linear-gradient(#FCD221, #D58921);
    background: -ms-linear-gradient(#FCD221, #D58921);
    background: -o-linear-gradient(#FCD221, #D58921);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FCD221), to(#D58921));
    background: -webkit-linear-gradient(#FCD221, #D58921);
    background: linear-gradient(#FCD221, #D58921);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;


}

.mm_button {
    position: relative;
/*    z-index: 0;*/
    /*background-color: #808080;*/
    /*background: transparent;*/
    background: url(../img/ButtonType1.png);
    background-size: cover;
    width: 48px;
    height: 48px;
    border: 0px solid #000000;
    vertical-align: top;
    color: #000000;
    padding: 0px;
    outline: none;
    margin: 0px 2px 0px 2px;
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
    /*box-sizing: border-box;*/
}

.mm_buttonicon{
    /*position: relative;*/
    left: 0px;
    top: 1px;
/*    z-index: 0;*/
    background: transparent;
    width: 46px;
    height: 46px;
    border: 0px solid #000000;
    /*text-align: center;*/
    vertical-align: top;
    /*-webkit-filter: contrast(1.9) grayscale(1);*/
    -webkit-filter: brightness(0.9) grayscale(0.8);
    /*-webkit-filter: grayscale(100%); */
    padding: 0px;

}

.mm_buttoniconselect{
    /*position: relative;*/
    left: 0px;
    top: 1px;
/*    z-index: 0;*/
    background: transparent;
    width: 46px;
    height: 46px;
    border: 0px solid #000000;
    /*text-align: center;*/
    vertical-align: top;
    /*-webkit-filter: contrast(1.9) grayscale(1);*/
    /*-webkit-filter: brightness(0.6) grayscale(1);*/
    /*-webkit-filter: grayscale(100%); */
    padding: 0px;

}

.mm_button:hover {
    -webkit-filter: grayscale(0%); 
}
.mm_button:focus {
    -webkit-filter: grayscale(0%); 
}
.mm_button:active {
    -webkit-filter: grayscale(0%);
    margin: 2px;
    width: 48px;
    height: 48px;
}

.mm_buttonicon:hover {
    -webkit-filter: grayscale(0%); 
}
.mm_buttonicon:focus {
    -webkit-filter: grayscale(0%); 
}
.mm_buttonicon:active {
    -webkit-filter: grayscale(0%);
    width: 32px;
    height: 32px;
}


.mm_buttonicon.disabled {
    opacity: 0.1;
    pointer-events: none;
}
.mm_button.disabled {
    opacity: 0.1;
    pointer-events: none;
}


.mm_button_separator {
    position: relative;
/*    z-index: 0;*/
    background: url(../img/ButtonType2.png);
    background-size: cover;
    width: 6px;
    height: 48px;
    border: 0px solid #000000;
    vertical-align: top;
    /*color: #000000;*/
    padding: 0px;
    outline: none;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
    /*box-sizing: border-box;*/
}


.mm_button[data-title]:hover:after {
    opacity: 0.9;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.mm_button[data-title]:after {
    content: attr(data-title);
    background-color: #DDDDDD;
    color: #111;
    font-size: 120%;
    position: absolute;
    padding: 2px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #77777;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
.mm_button[data-title] {
    position: relative;
}










