header {
    padding: 20px 0;
    background: #0b1821;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.10);
    width: 100%;
	
	 
	height:100px;
}
header .container {
    position: relative;
}
header .container .user-info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}
header .container .user-info .one {
    display: inline-block;
    vertical-align: top;
    padding: 13px 10px;
    font-size: 16px;
    color: #f7931a;
}
header .container .user-info  .one.profile {
    font-size: 0;
    padding: 5px 10px;
    height: 44px;
    line-height: 44px;
}
header .container .user-info  .one.profile .avatar {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    border: 2px solid #FFF;
    line-height: 0;
}
header .container .user-info  .one.profile .avatar img {
    width: 100%;
}
header .container .user-info  .one.profile .username {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-left: 10px;
    margin-top: -2px;
    position: relative;
}
header .container .user-info  .one.profile .username  .dropdown-toggle {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
header a .fa {
    color: fd0101;
}
.shutter.update-acc .popup {
    width: 500px;
}
.online-line {
    background: f5fafc;
    border-bottom: #45b0e5;
    height: 30px;
    color: #34495e;
    position: relative;
    overflow: hidden;
}
.online-line .online-events-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 0px;
}
.online-line .online-events-wrapper .event {
    height: 30px;
    line-height: 30px;
}
.online-line .online-events-wrapper .event .time {
    font-size: 12px;
    color: #f3f4f6;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.main-content {
    padding-top: 30px;
}
.widget {
    background: #f7931a;
    text-align: left;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
    border-radius: 6px;
    margin-bottom: 20px;
	border-radius: 25px;
}
.widget .w-header {
    text-align: center;
    color: #f7931a;
    height: 50px;
    line-height: 50px;
    border-radius: 6px 6px 0 0;
    background: #0b1821;(204, 53, 5);
    font-size: 20px;
	border-radius: 99px;
}
.widget .w-content {
    padding: 15px;
}
.page-content .widget .w-header {
    background: fd0101(204, 204, 43);
    color: #f7931a;
    text-align: left;
    padding: 0 20px;
}
.page-content .widget .w-content {
    padding: 20px;
}
.console {
    background: #0b1821;
    padding: 10px;
    height: 318px;
    overflow: hidden;
    position: relative;
	border-radius: 15px;
}
.console .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
    background: #CF1919;
    border: 2px solid rgba(255,255,255,.7);
    margin: -25px 0 0 -40px;
    cursor: pointer;
}
.console .play-button:hover {
    opacity: 0.8;
}
.console  .line {
    font-size: 0;
}
.console  .line .number,
.console  .line .code,
.console  .line .text,
.console  .line .time {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.console  .line .error {
    color: #CC0000;
}
.console  .line .yellow {
    color: #0099de;
}
.console  .line .green {
    color: #38d306;
}
.console  .line .number {
    width: 60px;
    color: #c2b9b9;
}
.console  .line .time {
    width: 60px;
    color: #02cd15;
}
.console  .line .code {
    width: 60px;
    color: #c2b9b9;
}
.console  .line .text {
    width: 510px;
    color: #f7931a;
}
.console-nav {
    height: 40px;
    line-height: 40px;
    background: #0b1821;
    font-size: 0;
	border-radius: 10px;
}
.console-nav .play-stop-btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    border-right: 1px solid #ffffff;
    font-size: 16px;
}
.console-nav .play-stop-btn .button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.console-nav .play-stop-btn .button:hover {
    color: #0b1821;
    background: #b1b1b1;
}
.console-nav .shluze,
.console-nav .timer,
.console-nav .money {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 20px;
}
.console-nav .money .fa-ruble {
    font-size: 14px;
}
.chat-container .messages {
    height: 300px;
    margin-bottom: 10px;
}
.chat-container .messages .one {
    padding-bottom: 15px;
}
.chat-container .messages .one .ava {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin-right: 10px;
}
.chat-container .messages .one .ava img {
    width: 75px;
    height: 75px;
}
.chat-container .messages .one .message {
    display: inline-block;
    vertical-align: top;
    width: 970px;
}
.chat-container .messages .one .message .username {
    font-size: 16px;
    font-weight: 600;
}
.chat-container .messages .one .message .time {
    font-size: 13px;
    color: #fff;
    padding-bottom: 3px;
}
.chat-container .messages .one .message .text {
    font-size: 14px;
}
.chat-container .form {
    font-size: 0;
    background: #0b1821;
    width: 700px;
    padding: 20px;
    margin: 0 -20px -20px -20px;
    border-radius: 0 0 6px 6px;
}
.chat-container .form .left-form {
    display: inline-block;
    vertical-align: top;
    width: 550px;
    margin-right: 10px;
}
.chat-container .form .left-form textarea {
    resize: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 44px;
    font-size: 16px;
}
.chat-container .form .right-form {
    width: 45px;
    display: inline-block;
    vertical-align: top;
}
.chat-container .form .right-form .btn {
    padding: 10px 13px;
}