.accounts-switch {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 150px;
}

.accounts-switch>a {
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    color: #FFF;
    height: 30px;
    line-height: 32px;
    background-color: #808A95;
    border-bottom: 3px solid #96A3B1;
    margin-bottom: 14px;
}

.accounts-switch>a:hover {
    background-color: #646B75;
}

.accounts-switch>a.switch-samp {}

.accounts-switch>a>i {
    vertical-align: top;
    margin-top: 9px;
    margin-right: 2px;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-image: url(https://site-static.up-cdn.com/images/sections/games/plus-01.svg);
    display: inline-block;
}

.accounts-switch>a.switch-samp-new {
    font-weight: bold;
    background-color: #FDA204;
    border-bottom: 2px solid #BD8634;
}

.accounts-switch>a.switch-mine {}

.accounts-switch>a.switch-mine-new {
    font-weight: bold;
    background-color: #00C18A;
    border-bottom: 2px solid #008D65;
}

.page .panel {
    background-color: #FAFAFA;
    /*border: 1px solid #D7D7D7;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;*/
    display: flex;
    width: 100%;
    flex-direction: column;
}

.page .panel>div {
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.panel-top-wrapper {
    box-sizing: border-box;
    padding: 10px 27px;
}

.panel-top {
    background-color: #F9FDFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 27px;
}

.panel-top>div {
    height: 48px;
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 20%;
    text-align: center;
    padding: 3px 0px;
    box-sizing: border-box;
}

.panel-top>div:last-child {
    border-right: 0;
}

.panel-top>.item-money {}

.panel-top>.item-money>.item-name {
    color: #68C27B;
}

.panel-top>.item-money>.item-name.negative {
    color: #FF5050;
}

.panel-top>.item-bank>.item-name {
    color: #68AAC2;
}

.panel-top>.item-checking>.item-name {
    color: #C27F68;
}

.panel-top>.item-account-number>.item-name {
    color: #797979;
}

.panel-top>.item-coins>.item-name {
    color: #DDB027;
}

.panel-top>div>.item-name {
    color: #BFBFBF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
}

.panel-top>div>.item-value {
    color: #3F5368;
    font-size: 18px;
    line-height: 26px;
}

.panel>.panel-player {
    background-color: #3F5368;
    padding: 25px;
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel>.panel-player.samp-bg {
    background-image: url(../images/sections/games/bg-samp.png);
}

.panel>.panel-player.mine-bg {
    background-image: url(../images/sections/games/bg-mine.png);
}

.panel>.panel-player.gtav-bg {
    background-image: url(../images/sections/games/bg-gtav.png);
}

.sync-button {
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #E5FFFD
}

.sync-button:hover,
.sync-button:active {
    text-decoration: none;
    color: #68C27B;
}

.panel>.panel-player>.left-player {
    display: inline-block;
    float: left;
    vertical-align: top;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 125px;
}

.health-bar.large-bar,
.armour-bar.large-bar {
    box-sizing: border-box;
}

.panel>.panel-player>.left-player>img {
    display: inline-block;
    float: left;
    border: 1px solid #E5E5E5;
    max-width: 100%;
}

.panel>.panel-player>.left-player>div {
    margin-top: 5px;
    display: inline-block;
    float: left;
}

.health-bar,
.armour-bar {
    margin: 0 auto;
    width: 60px;
    height: 4px;
    display: block;
    border: 1px solid #000;
    position: relative;
}

.health-bar.large-bar,
.armour-bar.large-bar {
    width: 122px;
    height: 8px !important;
}

.health-bar {
    margin-bottom: 2px;
    background-color: #4B0B14;
}

.health-bar.large-bar {
    margin-bottom: 6px;
}

.health-bar>div {
    background-color: #B92228;
    width: 100%;
    height: 100%;
}

.armour-bar {
    background-color: #282828;
}

.armour-bar>div {
    background-color: #C8C8C8;
    width: 100%;
    height: 100%;
}

.panel>.panel-player>.right-player {
    display: inline-block;
    float: left;
    vertical-align: top;
    padding-left: 150px;
    box-sizing: border-box;
    width: 100%;
    color: #FFF;
}

.panel>.panel-player>.right-player>.item-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.panel>.panel-player>.right-player>.item-value {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 6px;
}

.panel>.panel-player>.right-player .icon {
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.panel>.panel-player>.right-player .icon-faccion {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/wor-01.svg);
}

.panel>.panel-player>.right-player .icon-phonen {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/pho-01.svg);
}

.panel>.panel-player>.right-player .icon-gender {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/gen-01.svg);
}

.panel>.panel-player>.right-player .icon-city {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/loc-01.svg);
}

.panel>.panel-items-label {
    padding-left: 115px;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 27px;
    box-sizing: border-box;
}

.panel>.panel-items-label>.items-title {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 13px;
    width: 100%;
    float: left;
    color: #FFF;
    background-color: #05ADE7;
    width: 95px;
    box-sizing: border-box;
    padding: 4px 0px 4px 15px;
    line-height: 16px;
    display: inline-block;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 2px 2px 0px 0px rgba(218, 239, 250, 1);

}

.panel>.panel-items-label>.items-list {
    width: 100%;
    border-bottom: 1px solid #F4F5F7;
    display: inline-block;
}

.panel>.panel-items-label>.items-list>.item-label {
    width: 155px;
    display: inline-block;
    padding-bottom: 15px;
}

.panel>.panel-items-label>.items-list .item-label-name {
    color: #CACDD1;
    font-size: 13px;
    text-transform: uppercase;
}

.panel>.panel-items-label>.items-list .item-label-value {
    color: #3F5368;
    font-size: 14px;
}

.panel>.panel-items-label>.items-list-items {
    width: 100%;
    display: inline-block;
    height: 50px;
}

.panel>.panel-items-label>.items-list-items>.item {
    text-indent: -9999px;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.panel>.panel-items-label>.items-list-items>.invalid {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.panel>.panel-items-label>.items-list-items>.item-lic-0 {
    background-image: url(../images/sections/samp/licenses/arm-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-1 {
    background-image: url(../images/sections/samp/licenses/car-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-2 {
    background-image: url(../images/sections/samp/licenses/tru-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-3 {
    background-image: url(../images/sections/samp/licenses/bik-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-4 {
    background-image: url(../images/sections/samp/licenses/hel-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-5 {
    background-image: url(../images/sections/samp/licenses/bot-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-6 {
    background-image: url(../images/sections/samp/licenses/tra-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lic-7 {
    background-image: url(../images/sections/samp/licenses/fis-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-0 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/al-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-1 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/fr-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-2 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/por-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-3 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/it-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-4 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/in-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-5 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/jp-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-6 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/ru-01.svg);
}

.panel>.panel-items-label>.items-list-items>.item-lan-7 {
    background-image: url(https://site-static.up-cdn.com/images/sections/samp/idiomas/ir-01.svg);
}

/*
.panel > .panel-items > .items-list > .item.valid {
border-bottom: 2px solid #79D466;
}
.panel > .panel-items > .items-list > .item.invalid {
border-bottom: 2px solid #E16753;
}
.panel > .panel-items > .items-list > .item.expiring {
border-bottom: 2px solid #FFDE00;
}
*/

.active-legend {
    display: inline-block;
    width: 100%;
    text-align: right;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.active-legend>div {
    display: inline-block;
    margin-right: 10px;
    color: #7E7E7E;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
}

.active-legend>div>span {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
}

.active-legend>.active>span {
    background-color: #79D466;
}

.active-legend>.inactive>span {
    background-color: #E16753;
}

.active-legend>.expiring>span {
    background-color: #FFDE00;
}

.panel>.panel-info {
    margin-top: 0px;
    border-top: 20px solid #F9F9F9;
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 27px 6px 27px;
}

.panel>.panel-info>div {
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    color: #595959;
}

.panel>.panel-info .info-title {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #0790D7;
    display: inline-block;
    width: 100%;
    float: left;
}

.panel>.panel-info .info-full {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #0790D7;
    background-color: #F7F9FC;
    display: inline-block;
    width: 100%;
    float: left;
}

.panel>.panel-info .info-rows {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.panel>.panel-info .info-rows>.info-column {
    width: 33.33333333333333%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.panel>.panel-info .info-rows>.info-column>div {
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.panel>.panel-info .info-rows>.info-column:last-child>div {
    border-right: 0;
}

.panel-grid {
    margin-top: 15px;
    border-top: 20px solid #F9F9F9;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 27px;
    box-sizing: border-box;
}

.panel-grid>div {
    display: inline-block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    color: #595959;
}

.panel-grid .grid-title {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #AFAFAF;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.panel-grid .items-column {
    text-align: center;
    display: inline-block;
    float: left;
    width: 25%;
    vertical-align: top;
}

.panel-grid .items-column>.item-row {
    margin-bottom: 8px;
    box-sizing: border-box;
}

.panel-grid .items-column>.item-row .item-name {
    color: #7E7E7E;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}

.panel-grid .items-column>.item-row .item-value {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .header-avatar-top {
        display: none;
    }

    .panel>.panel-player {
        margin-top: 50px;
    }

    .accounts-switch {
        width: 100%;
        position: absolute;
        top: -40px;
        right: 0px;
    }

    .accounts-switch>a {
        width: 40%;
        margin: 0px 5%;
    }

    .panel-top-wrapper {
        padding: 0;
    }

    .panel-top {
        padding-right: 0px;
        padding-left: 0px;
    }

    .panel>.panel-info,
    .panel-grid {
        padding: 0px;
    }

    .panel-grid .items-column {
        width: 33.3333%;
    }

    code {
        white-space: normal;
        background-color: transparent !important;
        line-height: 0px;
        border: 0;
    }

    .panel>.panel-items-label>.items-list-items {
        height: auto;
    }

    .panel>.panel-items-label>.items-list-items>.item {
        margin-bottom: 10px;
    }

    .panel>.panel-items-label {
        margin-bottom: 10px;
    }

    .panel>.panel-items-label>.items-list>.item-label {
        width: 33.333333%;
        padding-bottom: 5px;
        float: left;
    }

    .panel>.panel-items-label {
        padding-right: 0px;
        padding-left: 100px;
    }
}










#panel-menu {
    margin: 0;
    /*float: left;*/
    width: 100%;
    background-color: #FFFFFF;
}

#panel-menu-height {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    /*-webkit-box-shadow: 2px 3px 1px 0px rgba(215,216,216,1);
-moz-box-shadow: 2px 3px 1px 0px rgba(215,216,216,1);
box-shadow: 2px 3px 1px 0px rgba(215,216,216,1);*/
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
}

#panel-menu .navbar-inner {
    position: relative;
    min-height: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
}

#panel-menu .nav {
    display: inline-block;
    vertical-align: top;
    height: 37px;
    float: none;
    max-width: 912px;
    margin: 0 auto;
}

#panel-menu .nav>li {
    float: left;
}

#panel-menu .nav>li:hover,
#panel-menu .nav>li.active {}

#panel-menu .nav>li:first-child>a {
    width: 40px;
}

#panel-menu .nav>li>a {
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    width: 145px;
    text-transform: uppercase;
    float: left;
    /*text-shadow: 1px 1px #147EA7;*/
    position: relative;
    color: #B0B0B0;
}

#panel-menu .nav>li>a>span.line-over {
    display: inline-block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 9px;
    background-color: #E9E9E9;
    height: 20px;
}

#panel-menu .nav>li:last-child>a>span.line-over {
    display: none;
}

#panel-menu .nav>li>a>span.text-over {
    display: inline-block;
    line-height: 27px;
    height: 27px;
    padding: 0px 13px;
}

#panel-menu .nav>li:first-child>a>span.text-over>.icon {
    margin: 0;
}

#panel-menu .nav>li>a>span.text-over>.icon,
#panel-menu-sub .nav>li>a>span.text-over>.icon {
    margin-right: 5px;
}

#panel-menu .nav>li.active>a,
#panel-menu .nav>li>a:hover,
#panel-menu .nav>li>a:focus {
    color: #05ADE7;
    box-shadow: 0px -3px 0px #0790D7 inset;
}

#panel-menu-sub {
    overflow: hidden;
    height: 37px;
    float: left;
    display: inline-block;
    width: 100%;
    /*border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;*/
}

#panel-menu-sub .navbar-inner {
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

#panel-menu-sub .nav {
    margin: 0;
    background-color: #EDF3F8;
    border-top: 1px solid #E7EAED;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 37px;
}

#panel-menu-sub .nav>li {
    float: left;
    display: inline-block;
    height: 37px;
    background-color: transparent;
}

#panel-menu-sub .nav>li:hover,
#panel-menu-sub .nav>li.active {
    background-color: #4AB3E8;
}

#panel-menu-sub .nav>li>a {
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    width: 150px;
    text-transform: uppercase;
    /*background-color: #FFF;*/
    float: left;
    position: relative;
    color: #929292;
}

#panel-menu-sub .nav>li>a>span.line-over {
    /*width: 1px;
right: 0;
background-color: #E9E9E9;
position: absolute;

top: 9px;
height: 20px;*/
    display: none;
}

#panel-menu-sub .nav>li:last-child>a>span.line-over {
    display: none;
}

#panel-menu-sub .nav>li>a>span.text-over {
    position: relative;
    display: inline-block;
}

#panel-menu-sub .nav>li.active>a,
#panel-menu-sub .nav>li:hover>a,
#panel-menu-sub .nav>li:focus>a {
    background-color: #FFF;
    color: #0790D7;
}

#panel-menu-sub .nav>li:last-child {
    border: 0;
}

.header-avatar-top {
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    margin-top: 3px;
    margin-left: 12px;
    border-radius: 100%;
    border: 1px solid #E4E4E4;
}

@media only screen and (max-width: 600px) {
    .panel-grid .items-column>.item-row .item-value {
        font-size: 14px;
    }

    .panel>.panel-info .info-full {
        font-size: 14px;
    }

    .panel>.panel-info .info-rows>.info-column>div {
        line-height: 20px;
        min-height: 20px;
        font-size: 12px;
    }

    .panel-top>div>.item-name {
        font-size: 11px;
    }

    .panel-top>div>.item-value {
        font-size: 13px;
    }

    #panel-menu .navbar-inner {
        padding-left: 0px;
    }

    .header-avatar-top {
        display: none;
    }

    #panel-menu .nav>li>a>span.line-over {
        display: none;
    }

    #panel-menu .nav {
        height: auto;
        width: 100%;
        text-align: center;
    }

    #panel-menu .nav>li {
        float: none;
        display: inline-block;
        height: 37px;
    }
}