/*.soc-top-header-bar {
    position: relative;
}*/

.soc-top-header-bar {
    /*overflow: hidden;*/
    height: 55px;
    position: relative;
    margin-bottom: 13px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.soc-top-header-bar .soc-header-logo {
    float: left;
}

.soc-top-header-bar .soc-header-logo img {
    margin-top: 2px;
}

.soc-top-header-bar .soc-header-menu,
.soc-top-header-bar .soc-header-search,
.soc-top-header-bar .soc-header-auth,
.soc-top-header-bar .soc-header-social
{
    float: right;
    height: 55px;
}



.soc-top-header-bar .soc-header-menu {
    background-color: #60ae24;
}

.soc-top-header-bar .soc-header-menu ul {
    margin: 0;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 20px;
    list-style-type: none;
}

.soc-top-header-bar .soc-header-menu ul li{
    float: left;
    font-size: 19px;
    margin-right: 30px;
}

.soc-top-header-bar .soc-header-menu ul li > a.select {
    font-weight: bold;
}

.soc-top-header-bar .soc-header-menu ul > li > a:hover {
    text-decoration: none;
}

.soc-top-header-bar .soc-header-menu ul li a, .soc-top-header-bar .soc-header-menu ul li a:hover, .soc-top-header-bar .soc-header-menu ul li a:active {
    color: #FFFFFF !important;
}

.soc-top-header-bar .soc-header-auth {
    background: #ffaa00;
    width: 285px;
}

.soc-top-header-bar .soc-header-auth-quest
{
    margin-right: 0;
    width: 100px;
    text-align: left;
}

.soc-top-header-bar .soc-header-social{
    background: #ffffff;
    z-index: 10;
    margin-right: 0px;
    width: 129px;
    text-align: center;
}

.soc-top-header-bar .soc-header-auth .auth {
    font-size: 20px;
    color: #000000;
    float: left;
    padding-top: 15px;
    margin-left: 5px;
    /*margin-right: 20px;*/
}

ul.eauth {
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style-type: none;
}

ul.eauth li{
    float: left;
    font-size: 20px;
    margin: 0 15px 0 0;
    border-radius: 0;
}

.soc-top-header-bar .soc-header-auth ul li {
    font-size: 16px;
}

.soc-top-header-bar .soc-header-auth .avatar {
    margin-right: 5px;
}
.soc-top-header-bar .soc-header-auth .auth:hover {
    text-decoration: underline;
}
.soc-header-auth .dropdown > a {
    margin-left: -12px;
}

.soc-top-header-bar .soc-header-auth .login {
    line-height: 55px;
    vertical-align: middle;
    max-width: 195px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 20px;
}

.soc-top-header-bar .soc-header-auth .caret {
    position: absolute;
    right: 20px;
    top: 25px;
}

.soc-top-header-bar .soc-header-auth .dropdown-menu {
    width: 285px;
    background: #ffaa00;
    position: absolute;
    left: -15px;
}
.soc-header-auth > .dropdown-menu > li  a:hover {
    background-color: #FC6 !important;
    white-space: nowrap;    
}
.soc-top-header-bar .soc-header-auth .dropdown-toggle {
    text-decoration: none;
}
.soc-top-header-bar .soc-header-auth .dropdown-toggle:hover {
    color: #000000;
}

.soc-top-header-bar .soc-header-auth .dropdown-menu li {
    margin-left: 0;
    margin-bottom: 0;
}

.soc-top-header-bar .soc-header-auth .dropdown-menu li  a:hover {
    background: #ffaa00;
}

.soc-top-header-bar .soc-header-auth .dropdown-menu li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.soc-top-header-bar .soc-header-auth .dropdown-menu li a:hover{
    text-decoration: none;
}

.soc-header-search-wrapper {
    overflow: hidden;
    width: 70px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
}

.soc-top-header-bar .soc-header-search {
    background-color: lightgray;
    position: absolute;
    right: -285px;
    z-index: 10;
    width: 340px;
    cursor:pointer
}

.soc-top-header-bar .search-login{
    background-color: #ffffff;
}

.soc-top-header-bar .soc-header-search form {
    margin: 0;
}

.soc-top-header-bar .soc-header-search.open {
    cursor:inherit;
}

.soc-top-header-bar input {
    width: 240px;
    margin-top: 10px;
    float: left;
}

.soc-top-header-bar .soc-header-search .sprite-icons-search {
    margin-top: 12px;
    margin-right: 14px;
    float: left;
    cursor: pointer;
}
.soc-top-header-bar .soc-header-search .sprite-icons-quit {
    margin-top: 17px;
    margin-left: 10px;
    cursor:pointer
}

.soc-top-header-bar .soc-header-menu:before,
.soc-top-header-bar .soc-header-notification:before,
.soc-top-header-bar .soc-header-auth:before,
.soc-top-header-bar .soc-header-auth-quest:before,
.soc-top-header-bar .soc-header-search:before,
.soc-top-header-bar .soc-header-social:before
{
    display: inline-block;
    content: "";
    transform: skewX(-15deg);
    float: left;
    width: 15px;
    height: 55px;
    position: relative;
    left: -8px;
    top: 0;
    background: #fff;
}

.soc-top-header-bar .soc-header-menu:before {
    background: #60ae24;
}

.soc-top-header-bar .soc-header-auth:before {
    background: #ffaa00;
}

.soc-top-header-bar .soc-header-search:before {
    background: lightgrey;
}

.soc-top-header-bar .soc-header-social:before {
    background: #ffffff;
}

.soc-top-header-bar .search-login:before{
    background-color: #ffffff;
}

.soc-bottom-header-bar .top {
    height: 42px;
    background-color: #ffffff;
    /*width: 100%;*/
    position: relative;
}

.soc-bottom-header-bar .top ul,
.soc-bottom-header-bar .bottom ul,
.soc-bottom-header-bar .top ul li,
.soc-bottom-header-bar .bottom ul li{
    list-style-type: none;
    float: left;    
}

.soc-bottom-header-bar .top ul li,
.soc-bottom-header-bar .bottom ul li{
    float: left;
}

.soc-bottom-header-bar .top ul {
    padding: 0 0 0 15px;
    margin-bottom: 0;
    line-height: 42px;
    
}

.multicolumn-dropdown > ul {
    line-height: 35px !important;
}

.soc-bottom-header-bar .top>ul {
    /*width: 1286px;*/
}
.soc-bottom-header-bar .top ul li,
.soc-bottom-header-bar .bottom ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    position: relative;
}

.soc-bottom-header-bar .top ul li:hover {
    background-color: #60ae24;
}

.soc-bottom-header-bar .top ul li:hover a , .soc-bottom-header-bar .bottom ul li:hover a {
    color: white;
    text-decoration: none;
}

.soc-bottom-header-bar .top ul li:hover .glyphicon-triangle-bottom {
    color: #60ae24!important;
}

.soc-bottom-header-bar .bottom ul {
    padding: 0;
    margin: 0;
}

.soc-bottom-header-bar .bottom {
    height: 36px;
    line-height: 36px;
    background-color: #d4d4d4;
    position: relative;
}

.soc-bottom-header-bar .green-button {
    float: left;
    background-color: #60ae24;
    height: 42px;
    position: relative;
    min-width: 110px;
}

.soc-bottom-header-bar .green-button > a{
    padding-top: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.soc-bottom-header-bar .green-button:after
{
    display: inline-block;
    content: "";
    transform: skewX(-15deg);
    float: right;
    width: 15px;
    height: 42px;
    position: relative;
    top: 0;
    right: -9px;
    background-color: #60ae24;
}

.soc-bottom-header-bar .green-button:hover:after
{
    transform: skewX(0deg);
    width: 30px;
}

.soc-command-bar{
    float:right; right:50%;
    margin:12px 0;
    width:auto;
    position:relative;
}
.soc-command-bar ul{
    padding: 0;
    list-style-type: none;
    width: 100%;
    position:relative;
    float:none!important;
    right:-50%;
}

.soc-command-bar ul li{
    float: left;
    margin-right: 35px;
    display:inline;
}

.soc-command-bar ul li:last-child{
    margin-right: 0;
}
.lightgreen{
    background-color: #50D859 !important;
}
.green-button .dropdown-menu {
    background-color: #60ae24;
    min-width: 119px;
    width: 119px;
}
.green-button li > a {    
    white-space: nowrap;
}
li.green-button.dropdown{
  height: 40px;  
}
li.green-button.dropdown>a>span.caret{
  position: absolute;
  right: -13px;
  top:13px;
}
.green-button li > a:hover {
    background-color: #50D859 !important;
    white-space: nowrap;    
}
li.green-button > ul.dropdown-menu{
    position: absolute;
    left: -15px;
    width: auto;
}

span[class*=-lock] {
    cursor: default;
}
.bold_menu{
    font-weight: bold;
}
.menu-game-image{
    /*float: left;*/
    width: 80px;
    height: 80px;    
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.menu-game-image>img{
    margin-top: 6px; 
}
.menu-game-text{
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}
.menu-game-content{
    font-size: 14px;
}
.menu-game-name{
    font-size: 18px;
    font-weight: bold;
}

.green-button li > a
{    
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin: 0px;
}

.eauth-service {
    display: list-item;
    margin: 0;
}

.auth_h1{
	margin-top:0;
	font-size: 18px;
    line-height: 1.33;
	margin-bottom: 10px;
	font-weight:500;
}
li.inside-dropdown.hovered a{
    background-color: #519821;
}
li.inside-dropdown.hovered .gtriangle{
    display: block;
}
.gtriangle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 140px;
    margin: -85px 0 0 159px;
    overflow: hidden;
    position: absolute;
    transform: rotate(45deg);
    width: 140px;
    z-index: 2;
}
