body {
    background: #595959;
    margin: 0 auto;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
    max-width: 900px;
    font-family: 'Lato', sans-serif;
}

p {
    margin-top: 2px;
    margin-bottom: 0px;
}

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

img {
    vertical-align: -3px;
    border: 0px;
}

.left {
	float: left;
	width: 30%;
}

.right {
	float: right;
	width: 69%;
}

.head {
	background: #739DCA;
	color: #fff;
	font: 16px Oswald;
	display: block;
}

.head a {
	background: #739DCA;
	padding: 10px 12px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.head a:hover {
	background: #5B7A9A;
	transition: 0.3s;
	text-decoration: unset;
}

.button {
	background: #739DCA;
	padding: 7px 10px;
	margin-top: 10px;
	color: #fff;
	display: inline-block;
}

.user {
	background: #2287d8;
	padding: 10px;
	color: #fff;
	display: block;
}

.menu-page {
	background: #494949;
	    padding-top: 10px;
	overflow: hidden;
}

.title,.title2 {
	background: #739DCA;
	padding: 10px 12px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	overflow: hidden;
	position: sticky;
	font-size: 12px;
	font-weight: 700;
}

.link,.mess {
    background: #595959;
    padding: 10px;
    color: #d9d9d9;
    border-top: 1px solid #494949;
    display: block;
    margin-top: -1px;
}

.content {
	margin-top: 15px;
}

.count,.c {
    background: #484848;
    height: 21px;
    padding: 0 10px;
    color: #fff;
    border-radius: .25rem;
    float: right;
    font-size: 11px;
    display: inline-block;
}

.foot {
    background: #494949;
    padding: 10px;
    color: #adadad;
    font: 14px Oswald;
    display: block;
    font-family: 'Lato', sans-serif;
}

.text {
    color: #ffffff;
    font-weight: 700;
}

.fcount {
	float: right;
	font-size: 12px;
}

.pull-right {
	float: right;
}

.media-object {
	width: 40px;
	height: 40px;
	float: left;
	border: 2px solid #ef6565;
	border-radius: 5px;
	margin-right: 10px;
}

.media-body {
    margin-left: 10px;
    margin-top: -3px;
    margin-bottom: 0;
    overflow: hidden;
}
a:hover {
    color: #FFFFFF;
    text-decoration: unset;
    background: #4C4C4C;
}

.mb {
    margin-bottom: 10px;
}

.title_count {
    background: rgba(0, 0, 0, 0.2);
}

input,select,textarea, .mmlp{
    background: rgba(0, 0, 0, 0.2);
    border: 0px;
    color: #fff;
    padding: 6px;
    margin: 2px;
}

.error{
    background: #CA7373;
    color: #fff;
}

input:readonly, .mro, input[name=temp]{
    color: #AFAFAF;
}
option {
        background: #474747;
}
.success {
    background: #609C70;
    color: #fff;
}
.head_a_but {
    color: #fff;
    padding: 12 12 12 12;
}
.head_a_text {
    margin-right: 4px;
}