.noshow{
    display:none;
}

.alert-danger {
background-color: #EC98AB;
border-color: #F597BC;
color: #FFF;
}

.clear{
    clear: both;
}

.alert-danger, .alert-error {
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.portal-mutations img {
opacity: 0.5;
filter: alpha(opacity=50);
}
.portal-mutations img.active,
.portal-mutations img:hover {
opacity: 1;
filter: alpha(opacity=100);
}

.left{
    float: left;
}
.right{
    float: right;
}
.hidden{
    display: none;
}

.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}

ul li {
    list-style: none;
}



.btn-silver{
    background-color: hsl(0, 0%, 79%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9));
    background-image: -moz-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -ms-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9));
    background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -o-linear-gradient(top, #134134134, #c9c9c9);
    background-image: linear-gradient(#134134134, #c9c9c9);
    border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
    -webkit-font-smoothing: antialiased;
}


body {
    background: #101010 url('https://static.sa-mp.cz/img/header.jpg') repeat-x 0 2px;
    text-align: center;
    margin: 0;
}

.navbar .container{
    padding: 0;
}

/** topline */
.navbar-topline {
    background: #101010 url('https://static.sa-mp.cz/img/header.jpg') repeat-x 0 2px;
    min-height: 32px;
    margin-bottom: 0;
    border: 0;
    padding: 9px;
    color: #CCC;
    text-align: left;
    font: bold 12px arial;
    text-shadow: #000 1px 1px;
}
body .navbar-topline a {
    color: #CCC;
    text-decoration: none;
}

/** navbar nowrap */
.navbar-nowrap .navbar-left {
    float: left !important;
}
.navbar-nowrap .navbar-left-small {
    float: left !important;
    width: 260px;
    min-height: 20px;
}
.navbar-nowrap .navbar-right {
    float: right !important;
}
.navbar-nowrap li {
    float: left;
}

div.fblike {
    display: block;
    width: 94px;
    height: 25px;
}
div.fblike-share {
    display: block;
    width: 170px;
    height: 25px;
    margin-top: 8px;
    overflow: hidden;
}




/** head */
.site-head {
    text-align: left;
    /*width: 100%;*/
    font: bold 12px arial;
    text-shadow: #000 1px 1px;
    margin: 0 auto;
    padding: 0;
    height: 133px;
}

body .site-head a {
    color: #CCC;
    text-decoration: none;
}
body .site-head a:hover {
    color: #FFF;
    text-decoration: underline;
}

.site-head .site-logo {
    width: 246px;
    height: 128px;
}

.site-head .site-logo div {
    text-align: center;
    margin: -10px 0 0;
}

.site-head .site-last-comments{
    width: 420px;
    background: rgba(0, 0, 0, 0.41);
    height: 113px;
    margin-top: 9px;
    color: #FFF;
    padding: 15px;
    font-size: 11px;
    overflow: hidden;
    border: 0;
}
.site-last-comments td {
    padding: 2px 0 0 7px;
}
.site-last-comments .flag {
    padding-right: 5px;
    padding-left: 0;
}
.site-last-comments .flag img {
    width: 14px;
    opacity: 0.4;
}



/** main menu */
.main-menu-box {
    height: 30px;
}
.navbar-main-menu{
    margin: 0;
    font: bold 12px arial;
    text-shadow: #000 1px 1px;
    margin-bottom: 0;
    min-height: 15px;
}
/*
.navbar-main-menu .navbar-left li {
        border-left: 1px solid #6F6F6F;
}
.navbar-main-menu .navbar-left li:first-child {
        border-left: 0;
}
*/
.navbar-main-menu .glyphicon {
    margin-right: 5px;
}

.navbar-main-menu .navbar-nav > li > a {
    color: #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 17px;
}

.navbar-main-menu,
.navbar-main-menu .navbar-nav > li > a:hover {
    background: transparent;
    border: 0;
}

.navbar-main-menu .navbar-nav > li > a.active {
    color: #FFF;
    text-decoration: underline;
}

.navbar-main-menu.navbar-fixed-top {
    background: #101010 url('https://static.sa-mp.cz/img/header.jpg') 0 -163px repeat-x;
}


/** sitemap */
body #content .breadcrumb {
    font: bold 11px tahoma;
    margin: -7px 0px 20px 15px;
    background: transparent;
    border: 0;
    padding: 0;
}
body #content .breadcrumb, body #content .breadcrumb a, body #content .breadcrumb>li {
    color: #585858;
    text-shadow: none;
}



/** content */
.center, .align-center {
    text-align:center;
    max-width: 100%;
    overflow: hidden;
}

.container.page-content {
    padding: 0;
}

#content {
    border-bottom: 0;
    width: 100%;
    background: #F6F6F6;
    min-height: 110px;
    border: 1px solid #FFF;
    color: #000;
    float: right;
    text-align: justify;
    padding: 10px 0;
}
#content .allowpadding{
    padding: 0 10px;
}

#content h1,
#content h2,
#content h3{
    text-align: left;
}

h1,h2,h3 {
    text-shadow:#f6f6f6 0 0;
    font-weight: normal;
}

h1, h2 {
    margin: 0 0 5px 2px;
    color: #3d3d3d;
    text-shadow: 1px 1px #B8B8B8;
}

h1 {
    font-size: 26px;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 5px;
    text-align: left;
}

#content a{
    color: #000;
}




#content .srvip.offline a, #panels-right .sidebar .box .offline {
    color: red;
}
#content .srvip.online a, #panels-right .sidebar .box .online {
    color: green;
}


/** right panel */
#panels-right {
    float:right;
    width:228px;
}
#panels-right .handle{
    display: none;
}

#lefttoolbox {
    min-height: 80px;
}

.sidebar {
    background:#DADADA;
    border:1px solid #FFF;
    font:normal 13px tahoma;
    color:#000;
    margin:0 5px 2px 0;
    padding:10px 5px 5px;
    text-align: left;
    width: 260px;
    float: left;
}
.sidebar .usertop {
font-size: 12px;
text-align: left;
margin-right: 10px;
font-weight: bold;
}
.sidebar a{
    color: #000;
}

.sidebar .box {
    text-align: left;
    margin: 5px 0;
}
.sidebar .box h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    line-height: 20px;
}
.sidebar .box ul {
    margin: 0;
    padding: 0;
}
.sidebar .box ul li{
    max-width: 100%;
    overflow: hidden;
}

.sidebar .loginform .button {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#frmloginForm-send {
  width: 100%;
}




/** hp navigation map */
#naviMap {
    line-height: 0;
    text-align: center;
}

#naviCli,#naviSer,#naviAdd,#naviOwn,#naviFho,#naviPho,#naviVid,#naviScr,#naviSts {
    width:115px;
    height:115px;
    background:url('https://static.sa-mp.cz/img/navimap.jpg') no-repeat;
    margin-left:10px;
    display: inline-block;
    font:bold 10px 'Trebuchet MS';
    text-transform:uppercase;
    opacity:1;
}

#naviSts {
    background-position:0 0;
}

#naviCli {
    background-position:-115px 0;
}

#naviFho {
    background-position:-230px 0;
}

#naviSer {
    background-position:0 -115px;
}

#naviPho {
    background-position:-115px -115px;
}

#naviAdd {
    background-position:-230px -115px;
}

#naviScr {
    background-position:0 -230px;
}

#naviOwn {
    background-position:-115px -230px;
}

#naviVid {
    background-position:-230px -230px;
}

#naviMap div div {
    margin-bottom:10px;
    border-radius:8px;
}

#naviMap div div div {
    background:url('https://static.sa-mp.cz/img/blank2.png') 0 70px repeat-x;
    border-radius:0;
    color:#fff;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    margin:13px;
    padding:73px 3px 3px;
}

#naviMap div a {
    text-decoration:none;
}

#naviMap div div div:hover {
    filter:alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}




/** js plugin backToTop */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
    z-index: 12;
}
.back-to-top:hover{
    background: #000;
}



/** footer */
#footer {
    position:relative;
    z-index:11;
    font:12px Tahoma;
    text-shadow:#000 1px 1px;
    background:#232323;
    border:1px solid #000;
    margin-top:110px;
    height: 93px;
    padding:5px 0;
    color: #fff;
}
#footer a {
    color:#fff;
}
#footer p {
    display: initial;
    margin: auto;
    width: auto;
    line-height: inherit;
    font-size: inherit;
}
#footerzone {
    text-align: left;
    position: absolute;
    z-index: 12;
    margin: 93px auto auto 20px;
}

#footer .second-line{
    margin: 5px 0 0 0;
    border: 0;
    border-top: 1px solid #7E7E7E;
    padding: 5px 0 0 0;
    font-size: 95%;
}

#footer .helicopter {
    background: url('https://static.sa-mp.cz/img/footer.jpg') 0 0 no-repeat;
    width: 470px;
    height: 255px;
    float: right;
    margin-top: -107px;
}
#fbfoot {
    position: absolute;
    margin: auto;
    left: 0;
    background: url('https://static.sa-mp.cz/img/web/f.png') 0 0 no-repeat;
    padding: 0 0 0 45px;
}
#fbfoot iframe{
    border:none;
    overflow:hidden;
    width:300px;
    height:62px;
}







/** ads divs */
#topbox{
    display: block;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}







.ip-row{
    display: none;
}

body .site-last-comments{
    display: none;
}


/**********************/

@media (min-width: 741px) {
    .ip-row{
        display: block;
    }
    th.ip-row{
        display: table-cell;
    }

    body .site-last-comments{
        display: block;
    }
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

/* Portrait tablet to landscape and desktop*/
@media (min-width: 980px) and (max-width: 1199px) {
    #panels-right {
        float: right;
        width: 228px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* Large desktop*/
@media (min-width: 1210px) {
    .container {
        width: 1200px;
    }
    #content {
        width: 920px;
    }
    #panels-right {
        width: 300px;
    }
}


@media (max-width: 1209px) {
    #panels-right {
        width: 230px;
        position: fixed;
        right: 0;

        z-index: 10000;
        position: fixed;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 12px;
        border-right: 1px solid #888;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    }

    #panels-right .handle {
        display: block;
        position: absolute;
        margin-top: 20px;
        right: -30px;
        width: 30px;
        height: 70px;
        overflow: hidden;
        background-color: #303539;
        background-image: -webkit-gradient( linear, center top, center bottom, color-stop(0.00, #6c6f74), color-stop(0.05, #4c4f54), color-stop(0.10, #3f4448), color-stop(0.45, #383d41), color-stop(0.50, #303539), color-stop(0.95, #33363b) );
        background-image: -moz-linear-gradient( center top, #6c6f74 0%, #4c4f54 5%, #3f4448 10%, #383d41 45%, #303539 50%, #33363b 95% );
        cursor: pointer;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        left: -30px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }

    #panels-right .handle .icon {
        display: block;
        position: absolute;
        top: 25px;
        right: 5px;
        background: url('https://static.sa-mp.cz/img/sidebar/handle.png') no-repeat center center;
        width: 20px;
        height: 20px;
        opacity: 0.5;
        -webkit-animation: pane-handle-two 1s;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari and Chrome */
    }
    #panels-right.show .handle .icon{
        -webkit-animation: pane-handle-one 1s;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari and Chrome */
    }
}


/* Portrait tablet to landscape and desktop*/
@media (max-width: 979px) {
    .navbar-main-menu .navbar-left{
        width: 100%;
        float: none;
        text-align: center;
    }

    #footer {
        height: auto;
    }
    #fbfoot, #footer .helicopter, .toplinestats, .navbar-main-menu .navbar-right, .navbar-left-small {
        display: none;
    }
    #footerzone {
        position: inherit;
        margin-top: 10px;
    }

    @-webkit-keyframes pane-handle-one
    {
        from {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg); /* IE 9 */
            -webkit-transform: rotate(0deg); /* Safari and Chrome */
        }
        to {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Safari and Chrome */
        }
    }
    @-webkit-keyframes pane-handle-two
    {
        from {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Safari and Chrome */
        }
        to {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg); /* IE 9 */
            -webkit-transform: rotate(0deg); /* Safari and Chrome */
        }
    }
    .container {
        width: 100%;
    }
    #content {
        width: auto;
        max-width: 100%;
        width: 98%;
    }
}







/** login */

/* brandico */
[class*="brandico-"]:before {
    font-family: 'brandico', sans-serif;
}


.form-signin {
    padding: 0 15px 15px 15px;
    margin: 0 auto;
}

.form-signin h3{
    margin-top: 0;
}

.form-signin .btn-fb{
    color: #fff;
    font-weight: bold;
}


.login-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.login-input-pass {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.signup-input {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.signup-input-confirm {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input.form-control{
    margin-bottom: 5px;
}


.create-account {
    text-align: center;
    width: 100%;
    display: block;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-center{
    width: 50%;
    text-align: center;
    margin: inherit;
}

.social-login-btn {
    margin: 5px;
    width: 20%;
    font-size: 250%;
    padding: 0;
}

.social-login-more {
    width: 45%;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
}
.social-google:hover{
    background-color: #be5238;
    border-color: #9b4631;
}

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
}
.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
}

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
}
.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
}

.social-linkedin {
    background-color: #4875B4;
    border-color: #466b99;
}
.social-linkedin:hover {
    background-color: #466b99;
    border-color: #3b5a7c;
}


/** news */
.news .item {
    background: #FFF;
    margin: 0 0 20px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
}
.news .item h3 {
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}
.news .item .post-header-label {
    color: #888;
    font-size: 12px;
}
.news .item .post-header-label .glyphicon {
    font-size: 95%;
}

#content .news .btn-default{
    color: #fff;
}
.news .readmore {
    margin-top: -7px;
}
.news .imgdiv{
    display: block;
    width: 18%;
    float: left;
}
.news .textzone{
    float: right;
    width: 79%;
}



/** nette debug **/
#nette-debug .nette-fixed-coords {
    z-index: 1000000;
}



/****/
.full {
    width: 100%;
}

.tabulka {
    font:11px Tahoma;
    text-align:left;
}

#content .tabulka th a{
    color: #fff;
}

table.list thead .sorting_asc {  background: #202020 url('https://static.sa-mp.cz/img/table/sort_asc.png') no-repeat center right; }
table.list thead .sorting_desc { background: #202020 url('https://static.sa-mp.cz/img/table/sort_desc.png') no-repeat center right; }


.list,.list a {
    text-decoration:none;
}

.list a:hover {
    text-decoration:underline;
}

.list tr td {
    background:transparent;
}

.list tr:nth-child(odd) {
    background: #E7E8E9;
}

.list tr:hover, .list2 tr:hover, .list3 tr:hover {
    background:#d2d2d2;
}

.list th {
    font-weight:700;
    font-size:14px;
    color:#f6f6f6;
    background:#202020;
    padding:3px 5px;
}

.list th a {
    color:#FFF;
    text-decoration:none;
}

.list th a.active {
    color:#FFF;
    text-decoration:underline;
}

.list th.rith {
    min-width: 130px;
}

.list td {
    color:#000;
    padding:2px 5px;
}

.list tr {
    height: 30px;
}

.list tr.premium{
    background: #E1F743;
    height: 30px;
    border-bottom: 1px solid #7E7E7E;
}

.list tr.premium td.gmtd {
    margin-top: 5px;
}

.list tr.premium td.mLink {
    background:url('https://static.sa-mp.cz/img/elems.png') 150px -80px no-repeat;
    padding-top:8px;
    font-weight:700;
}

.list2 td {
    font-size:11px;
    cursor:pointer;
    height:18px;
}

.list3 td {
    font-size:11px;
    cursor:pointer;
    height:16px;
}

.ritd {
    text-align:right;
    padding:0;
}

.rith {
    text-align:right;
}


/** server list */
h1.parted{
    padding-right: 190px;
}
.topbottadd {
    float: right;
    margin-right: 1px;
    margin-top: 9px;
}

a.flagged{
    padding-left: 20px;
}

.listplayers {
    text-align:right;
    width:50px;
}

.onlineplayers {
    font-weight:700;
    width:25px;
    float:left;
}

.tdflag{
    width: 14px;
}
td.tdflag img {
    width: 14px;
    max-width: 14px;
}

.mLink{
    width: 265px;
}
.srvip {
    text-align: right;
    padding: 0;
    width: 155px;
}
.listplayers{
    width: 60px;
}
.gmtd {
    min-width: 120px;
}
.verstd{
    width: 65px;
}

table.hraci-na-serveru{
    width: 35%;
}
table.zakladni-informace {
    width: 65%;
}



.caret-white {
    border-top: 4px solid #FFF;
    margin-top: 10px;
    margin-left: 2px;
}

body .red,
body #content .red{
    color: red;
}

body .green,
body #content .green{
    color: green;
}


/** search server */
form#SearchForm {
    display: block;
    float: right;
    margin: 0;
}

#frmsearchForm-send {
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    background: #686868 url('https://static.sa-mp.cz/img/icons/Black_Search.png') 7px 2px no-repeat;
    margin: -3px 0 0 -34px;
    padding: 0;
    width: 33px;
    height: 25px;
    border: 0;
}

#content a.btn-default{
    color: #fff;
}
#content a.btn-success{
    color: #fff;
}

/** lists */
#content a.topadd{
    color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #D3D3D3;
}


/** server detail **/
#content .smalltext{
    font: normal 11px tahoma;
}

.nazev-serveru {
    background:url('https://static.sa-mp.cz/img/icons/information-balloon.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.ip-port {
    background:url('https://static.sa-mp.cz/img/icons/switch-network.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.herni-mod {
    background:url('https://static.sa-mp.cz/img/icons/car.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.hraci {
    background:url('https://static.sa-mp.cz/img/icons/users.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.stat-serveru {
    background:url('https://static.sa-mp.cz/img/icons/language-balloon.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
    width: 135px;
}

.web-serveru {
    background:url('https://static.sa-mp.cz/img/icons/globe-network.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.majitel {
    background:url('https://static.sa-mp.cz/img/icons/user-business.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.dostupnost {
    background:url('https://static.sa-mp.cz/img/icons/application-monitor.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.hosting {
    background:url('https://static.sa-mp.cz/img/icons/servers.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.mapa {
    background:url('https://static.sa-mp.cz/img/icons/map.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.gravitace {
    background:url('https://static.sa-mp.cz/img/icons/magnet-blue.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.verze-serveru {
    background:url('https://static.sa-mp.cz/img/icons/question-balloon.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.pocasi {
    background:url('https://static.sa-mp.cz/img/icons/weather-cloudy.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.cas-na-serveru {
    background:url('https://static.sa-mp.cz/img/icons/clock.png') no-repeat 5px 50%;
    height:22px;
    font-weight:700;
    padding:0 5px 0 25px;
}

.zakladni-informace,.screeny-serveru,.popis-serveru {
    float:left;
}

.hraci-na-serveru,.podrobne-informace {
    float:right;
}

.prave-bunky {
    padding:0 5px;
}

.popis-serveru td,.screeny-serveru td {
    padding:5px;
}

.zakladni-informace tr:hover,.podrobne-informace tr:hover,#players_emb table tr:hover {
    background:#eaeaea;
}

.nadpis-tabulka {
    height:22px;
    width:50%;
    font:bold 12px Tahoma;
    background:#dadada;
    padding:0 5px;
}

#players_emb {
    overflow:auto;
    min-height:22px;
    max-height:350px;
}
#players_emb table {
    width: 100%;
}
#players_emb td {
    height:20px;
    width:50%;
    padding:0 5px;
}

.conture {
    font-weight: 700;
    font-size: 12px;
    color: #F6F6F6;
    background-color: #000;
    height: 20px;
    padding: 0 0 0 10px;
}

body .conture h2, body .conture h3 {
    text-shadow: none;
    font-weight: 700;
    font-size: 12px;
    color: #F6F6F6;
    background: transparent;
    padding: 3px 5px;
    margin: 0;
    line-height: 15px;
}

body #content .conture h3 {
    display: block;
    line-height: 20px;
    padding: 0;
    width: 100%;
    float: none;
}



/** server verify */
ul.error {
display: block;
color: #000;
background: #FAC0C0;
padding: 10px;
text-align: center;
border: 1px solid #D87575;
}

#serverVerifyImg {
    background:url('https://static.sa-mp.cz/img/serverVerify.gif') no-repeat 0 0;
    width:562px;
    height:752px;
    border:1px solid #000;
    margin: auto;
    margin-top: -810px;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
}

#frmmanualVerifyForm-firstverify {
position: relative;
margin-top: 790px;
}

.verChat1 {
    width: 350px;
    padding-top: 50px;
    padding-left: 30px;
    font: bold 11px arial;
    color: #BEDCFF;
    text-shadow: #000 1px 1px;
    height: 143px;
}

.verInput1,.verInput2 {
    width:420px;
    height:30px;
    color:#fff;
    font:bold 13px arial;
    text-shadow:#000 1px 1px;
    padding:12px 0 0 40px;
}

.verInput2 {
    margin-top: 92px;
}

.verChat2 {
    width:350px;
    padding-top:240px;
    padding-left:30px;
    font:bold 11px arial;
    color:#bedcff;
    text-shadow:#000 1px 1px;
    height:92px;
}

#ManualVerifyForm table td {
    width: 100%;
}

/** server charts */
.code {
    background-color:#efefef;
    border:1px solid #e0e0e0;
    margin:0;
}
textarea {
    width: 97%;
    padding: 1%;
    max-width: 100%;
}




/** comments */
#content p {
    padding: 0 10px;
}
#content .comment-main .btn{
    color: #fff;
}

.component-comments ul {
    list-style: none;
    padding-left: 0;
}
.component-comments ul ul {
    padding-left: 25px;
}
.component-comments li {
    margin: 0 0 25px 0;
    padding: 0;
}

.component-comments .comment-main {
    box-shadow: 0 0 20px 1px #999;
    -moz-box-shadow: 0 0 20px 1px #999;
    -webkit-box-shadow: 0 0 20px 1px #999;
    margin: 3px 0 0px 5px;
    padding: 5px 0 5px 5px;
    background: #FFF;
}
.comment-left {
    float: left;
    width: 10%;
    text-align: center;
}
.comment-main .avatar {
    max-width: 80px;
    max-height: 80px;
    margin: 2px 5px 2px 0;
}
.comment-right {
    float: right;
    width: 88%;
}
.component-comments .comment-author a {
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}
.component-comments .text {
    clear: both;
    padding-top: 10px;
    font-size: 12px;
}
#content .component-comments .text p{
    padding-left: 0;
}

.component-comments .comment-reply {
    text-align: right;
    padding-right: 10px;
    border-top: 1px dotted #A8A8A8;
    margin-top: 5px;
}

#content .comment-main .userinfo {
    float: left;
}

.comment-reply .label {
    font-size: 100%;
    float: left;
}


body #content .conture .add-comment {
    font: bold 11px tahoma;
    background: none;
    color: #FFF;
    text-shadow: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: right;
    font-size: 12px;
}

.comments-filter, .comments-sort {
    display: inline-block;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    font-weight: normal;
}

/*
.comment {
    box-shadow:0 0 20px 1px #999;
    -moz-box-shadow:0 0 20px 1px #999;
    -webkit-box-shadow:0 0 20px 1px #999;
    margin:5px 0 15px 5px;
    padding:5px 0 5px 5px;
}
.comment-reply .userinfo {
    margin: 0;
    display: block;
    float: left;
    font-weight: bold;
    font-style: normal;
    color: #1E360D;
    padding: 0;
}
.comment_box:hover {
    background-color:#999;
}

.comment .comment {
    border:1px solid #ccc;
    margin-bottom:5px;
    border-right:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.comment .comment_avatar {
    float:left;
    width:90px;
    text-align:center;
}

.comment_text {
    float:left;
    width:400px;
    min-height:50px;
    cursor:pointer;
    padding:5px;
}

.comment_name {
    float:left;
    width:150px;
    text-align:left;
    font-weight:700;
    padding:5px;
}

.comment_date {
    float:right;
    width:300px;
    text-align:right;
    padding:5px;
}

.comment .rating {
    width:80px;
    float:right;
    text-align:center;
    font-size:20px;
    font-weight:700;
    margin-right:5px;
}

*/








/***/
.icon.icon-custom{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
}


/** color labels */
.label-c1 {
background-color: #222;
}
.label-c2 {
background-color: #007fff;
}
.label-c3 {
background-color: #3fb618;
}
.label-c4 {
background-color: #ff0039;
}
.label-c5 {
background-color: #9954bb;
}

/** userprofile + admin list */
.adminlist h2{
    font-size: 21px;
    margin: 0 0 15px 15px;
}
.adminlist h3{
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.adminlist th {
    font-size: 14px;
    padding-right: 15px;
}

.adminlist .profile {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 10px 10px;
    overflow: hidden;
    padding: 10px;
}

body #content .bcolor-1 {border-color: #d9534f !important;}
body #content .bcolor-2 {border-color: #E1F743 !important;}
body #content .bcolor-3 {border-color: #5cb85c !important;}
body #content .bcolor-4 {border-color: #da573b !important;}
body #content .bcolor-5 {border-color: #C6E746 !important;}
body #content .bcolor-6 {border-color: #ff0 !important;}


body #content .fcolor-1 {color: #d9534f !important;}
body #content .fcolor-2 {color: #E1F743 !important;}
body #content .fcolor-3 {color: #5cb85c !important;}
body #content .fcolor-4 {color: #da573b !important;}
body #content .fcolor-5 {color: #C6E746 !important;}
body #content .fcolor-6 {color: #ff0 !important;}


body #content .bcolor-1 {background: #d9534f;}
body #content .bcolor-2 {background: #F3F8CB;}
body #content .bcolor-3 {background: #D9E9D9;}
body #content .bcolor-4 {background: #EAF3C6;}
body #content .bcolor-5 {background: #C6E746;}
body #content .bcolor-6 {background: #FFFFD5;}




/** dlazdicove taby */
#content ul.nav-tabs.tile{
    margin: 10px 0;
}
#content ul.nav-tabs.tile li {
    margin: 6px 0 1px 0;
    height: 92px;
}
#content ul.nav-tabs.tile li a {
    display: block;
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 0 5px 0;
    height: 81px;
    background-color: #fff;
    border: 1px solid #e0e1db;
}
#content ul.nav-tabs.tile li a .glyphicon {
    font-size: 22px;
}
#content ul.nav-tabs.tile li a p {
    font-size: 12px;
    padding: 0;
}


#content ul.nav-tabs.tile li.active a {
    color: #e92d00;
    margin-top: -6px;
    border-top: 6px solid #e92d00;
    border-bottom: 6px solid #e92d00;
    height: 92px;
}
#content ul.nav-tabs.tile li a:hover {
    color: #e92d00;
    cursor: pointer;
}

#content ul.nav-tabs.tile li.active a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #e92d00 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -6px;
    top: 0;
    left: 50%;
}


.shape {
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #e92d00;
    display: block;
    width: 31px;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: 1px;
}

.shape.whatsnew {
    right: 0;
    background-color: #e92d00;
    display: none;
}
.shape.count {
    left: 0;
    background: transparent;
    color: #8D8D8D;
    font-weight: normal;
}


body #content .green{
    color: green;
}


/** notification line */
body .notification-bell .label{
    font-size: 120%;
}
body .microavatar{
    max-width: 25px;
    max-height: 16px;
}


/** cookie box */
#cookiepolicy {
    display: block;
    position: fixed;
    bottom: 0;
    font-size: 110%;
    padding: 5px 10px;
    width: 132px;
    font-weight: bold;
    text-decoration: none;
    z-index: 15;
    margin-bottom: 5px;
}
#cookiepolicy a {
    color: #fff;
    display: block;
    float: left;
    padding-top: 4px;
}
#cookiepolicy a:hover {
    text-decoration: none;
}

h1.prettyme{
    background: #000;
    margin: -16px 0 5px -2px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    border-radius: 3px 0 0 3px;
    display: block;
}

#content a.server-manage {
    float: right;
    color: #FFFFFF;
    margin: -34px 4px 0 0;
}

#content div.server_rating {
    float: right;
    color: #D8D8D8;
    margin: -32px 44px 0 0;
    font-size: 15px;
}
.rating .glyphicon-star {
    color: #f1c40f;
}

#server.online h1.prettyme{
    background-color: #156D31;
}

/* discussion */
.panel .panel-footer i.glyphicon-thumbs-down {
    color: #e74c3c;
    padding-left: 5px;
}




.likes{font-size: 14px;}
.likes.big{font-size: 18px;}
.likes .like-up { color: #1abc9c; }
.likes .like-down { color: #e74c3c; padding-left: 5px; }
.likes .glyphicon{ cursor: pointer; }


.playerlist_unavailable{
    margin-top: 15px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    cursor: help;
}

.chartloader {
    background: url('/static/img/loadingcircle.gif');
    width: 16px;
    height: 16px;
    position: relative;
    margin: auto;
    margin-top: 34px;
    margin-bottom: -50px;
}


.dropdown-menu.dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.dropdown-alerts li {
    display: block;
    float: none;
    text-shadow: none;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.dropdown-alerts li a{
    white-space: normal;
}
.dropdown-alerts li>a:hover,
.dropdown-alerts li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

/** animate */
/*
#naviMap > div > div:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate-(10deg);
    transform: rotate(-10deg);
}
*/
/** universal eefects */
.effectTada
{
    animation:tada 1s infinite;
    -webkit-animation:tada 1s infinite; /* Safari and Chrome */
}
.effectBounce
{
    animation:bounce 1s infinite;
    -webkit-animation:bounce 1s infinite; /* Safari and Chrome */
}
.effectSwing
{
    animation:swing 1s infinite;
    -webkit-animation:swing 1s infinite; /* Safari and Chrome */
}

#content .favourite-server{
    text-decoration: none;
    -webkit-text-stroke: 1px #3A3A3A;
    text-shadow: none;
    color: #D8D8D8;
}
#content .favourite-server.marked{
    color: #e74c3c;
}

.addcomment .avatar{
    display: none;
}
.addcomment-textarea textarea {
    margin-bottom: 10px;
}

#topbox {
display: block;
text-align: center;
max-width: 100%;
overflow: hidden;
border: 1px solid #C2C2C2;
margin: 0 5px 25px 5px;
padding: 5px;
}

#topbox div.info {
text-align: left;
font-size: 10px;
}

input#frmsearchForm-search {
display: inline-block;
height: 25px;
margin-right: 33px;
width: 171px;
padding: 5px;
}


a.server_plugin {
    background: #fff;
    border: 1px solid #ccc;
    font-style: normal;
    padding: 10px;
    zoom: 1;
    -webkit-box-shadow: 1px 1px 5px #cccccc;
    -moz-box-shadow: 1px 1px 5px #cccccc;
    box-shadow: 1px 1px 5px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC');
    display: table;
    width: auto;
    text-decoration: none;
}

a.server_plugin.centerme{
    margin: auto;
}

.table tr.gray td{
    color: #FF3757;
}

.author.img-polaroid {
    background: #FFF;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 10px 5px;
}
.author .text {
    width: 80%;
}



/** video */
.mt40 { margin-top: 40px; }

.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important;  }
.panel-default { border-color: #ebedef !important; }
.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
.panel .panel-body a { overflow: hidden; }
.panel .panel-body a img { display: block; margin: 0; width: 100%; height: auto; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
.panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}     
.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }  
.panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.panel .panel-footer { height: 58px; display: block; padding: 8px !important; background-color: #f9f9f9 !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }	
.panel .panel-footer h4 { display: inline; font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; padding: 0 !important; }
.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; }
.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; }
.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; }
.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }	

.gallery .panel-footer a {
font-size: 14px;
overflow: hidden;
height: 23px;
display: block;margin-bottom: 5px;
white-space: nowrap;
text-overflow: ellipsis;
}
.gallery span.glyphicon.glyphicon-comment {
color: #555;
}

.gallery .panel-footer .info{
    font-size: 80%;
}

/** download */


.downbox {
    background: #A2A69B;
    text-align: center;
    border: 1px solid #000;
    margin: 10px 10px 20px 10px;
    padding: 10px;
}
.downbox .details {
    float: right;
    text-align: right;
    min-width: 160px;
    margin: 0;
}
.downbox .details dt {
    float: left;
    font-weight: normal;
}
.downbox .details strong {
    font-size: 14px;
}
.downbox a {
    font-size:12pt;
    font-weight:700;
    text-decoration:none;
}
.downbox h2 {
    float: left;
    margin: 0 0 0 10px;
    text-shadow: 0.1em 0.1em 0.05em #999;
}
.downbox h2 a {
    font-size: 19px;
}

#anim_clickable {
    float:right;
}

#settings_anim,#anim_clickable {
    cursor:pointer;
}

#settings_anim {
    color:#fff;
}

.maxp {
    float:left;
}

#clientDownload, #serverDownload {
    float: left;
    background: #A2A69B;
    width: 42%;
    text-align: left;
    border: 1px solid #222;
    margin: 20px 0 50px 20px;
    padding: 10px;
    min-height: 75px;
    padding-left: 80px;
}
#serverDownload{
    float:right;
    margin:20px 20px 50px 0;
}

#clientDownload img, #serverDownload img {
    float: left;
    margin-right: 10px;
    margin-left: -74px;
}

.bigbr {
    height:50px;
}

/** discussion */
.myavatar{
    width:30%;
    float:right;
}

#replying {
  border: 1px solid #CCC;
  padding: 5px;
  margin-bottom: 10px;
  background: #FFE39A;
}
#replyingto{
    font-weight: bold;
}
a.btn.btn-default.btn-xs.drag {
  cursor: move;
}

/** section menu */
.box ul.nav.nav-tabs li {
  float: none;
  margin: 0;
  display: inherit;
}

.box ul.nav.nav-tabs li a {
  padding: 1px 5px;
  background: transparent;
  cursor: pointer;
  border: none;
  line-height: 1;
}

.box ul.nav.nav-tabs li a .glyphicon {
  float:left;padding-right: 10px;
}