.fixed_data{
	position: fixed;
	right: 20px;
	bottom: 0px;
	width: 300px;
}
.fixed_data ul{
    display: none;
}
.fixed_header{
    position: relative;
    width: 100%;
    text-align: right;
}
.fixed_header a{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: white;
    border: 1px solid #DDD;
    font-size: 20px;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
}

.hiding_div{
	z-index: 100;
	position: fixed;
	width: 300px;
	min-height: 200px;
	right: -272px;
	top: 300px;
}
.hiding_button{
    background-color: #222;
    border-radius: 15px 0 0 15px;
    float: left;
    height: 200px;
    width: 30px;
	border: 1px solid #5e5e5e;
    z-index: 102;
	color: #9d9d9d;
	cursor: pointer;
}
.hiding_content{
	z-index: 101;
	width: 265px;
	height: 200px;
	margin-left: -2px;
	background-color: white;
	border: 1px solid #222;
	float: left;
}
.vertical_text {
    font-size: 25px;
    height: 20px;
    line-height: 18px;
    margin-top: 45px;
    transform: rotate(90deg);
    width: 28px;
}
.hiding_button:hover{
	color: white;
}
.pointer{
	cursor: pointer;
}
.main_menu > li > a {
    display: block;
    font-family: "Yanone Kaffeesatz",Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
    color: #e2e0d7;
    padding: 5px 10px;
}
.main_menu > li {
    float: left;
}
.main_menu a:hover{
    color: #fff;
}
.mon{
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
    text-decoration:none;
}
.mon:hover{
    text-decoration:none;
}
.logo{
    background-image: url("/static/icon.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    margin-top: 3px;
    width: 100%;
}
.name{
    color: #9d9d9d;
    font-size: 20px;
}
.nav-background{
    background-color: #222;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #222;
    text-decoration: none;
}
.logo_cont{
    cursor: pointer;
    color: #e2e0d7;
}
.logo_cont:hover{
    color: #ffffff;
}
.ui-widget-header {
    background-image: none;
    background-color: #222;
    border: none;
    border-radius: 0;
    color: #9d9d9d;
    margin: -3px;
}
.main_menu .active a{
    color:#fff;
}
.top-padding-1{
    padding-top: 5px;
}
.highlighted_founder{
    border: solid black 1px;
    background-color: #DEFFFF;
    border-radius: 4px;
    padding: 10px;
}
/*.sdvig{*/
    /*margin-left: 20px;*/
/*}*/
#dialog-statuses{
    display: none;
    width: 600px;
}
#comment_edit{
    display: none;
    width: 600px;
}
#profform .pad{
    padding-top: 5px;
    padding-bottom: 5px;
}
#profform .rlpad{
    padding-left: 15px;
    padding-right: 15px;
}
#newprofform .pad{
    padding-top: 5px;
    padding-bottom: 5px;
}
#newprofform .rlpad{
    padding-left: 15px;
    padding-right: 15px;
}
.disabled_tab{
    pointer-events: none;

}
.nav > li.disabled > span{
    color: #777;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: not-allowed;
}
.avoid-clicks {
    /*pointer-events: none;*/
    color: grey;
    cursor: default;
}
.zaya_stat{
    max-height: 500px;
    overflow: scroll;
}