html{
    font-size: 16px;
}

a:focus {
    outline:0;
    text-decoration: none;
}

.form-group-lg .inline-checkbox{
    margin-top: 15px;
    font-size: 20px;
}
.inline-checkbox td {
    padding-left: 10px;
    float: left;
}
.inline-checkbox td label {
    display: inline;
    padding-left: 5px;
    font-weight: normal;
}
.inline-checkbox.timer td:first-child {
    margin-right: 50px;
}



.victory-points{
    background: #fffacd;
    border: 2px solid #ffcf10;
    border-radius: 25px;
    display: inline-block;
    padding: 2px 0px 0px 5px;
}

nav.nav .victory-points{
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px 5px 2px 5px;
}


.victory-points .points{
    font-weight: bold;
    padding: 0px 0px 0px 3px;
}
.navbar-default .victory-points .points{
    padding: 0px 10px 0px 3px;
}
.victory-points .fa-circle{
    color:#fa7403;
}
.victory-points.stats{
    padding: 3px 10px 0px 3px;
    margin-bottom: -5px;
}

@media (max-width: 768px) {
    .victory-points.stats{
        padding-right: 3px;
    }
}


#ajaxLoader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.2;
}

.ajaxStatus {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 42px);
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    z-index: 3000;
}

.btn-block + .btn-block {
    margin-top: 5px;
}
a {
    color:#2b9cf5
}

.btn-primary{
    background: #2b9cf5;
    border: 1px solid #2b9cf5
}

.btn-xxl{
    font-size: 3.2em;
    margin-bottom: 10px;
}
.btn-list{
    margin-bottom: 10px;
}
.invalid, .offline{
    color: #d9534f;
}

.valid, .online{
    color: #5cb85c;
}

body{
    background:
        url("main-bg.png") repeat,
        #F8F8F8;
}
.container{
    min-height: 100vh;
}

.container > footer, .container-fluid > footer{
    padding: 2rem 0;
}

footer .hidden-print a, .breadcrumb a, .breadcrumb li.active{
    background: #F8F8F8;
}

body > nav.navbar-default a.navbar-brand{
    padding-left: 55px;
    padding-top: 17px;
    background: url("https://jogostop.net/c/resources/logo-mini.png") no-repeat top 5px left 10px;
    font-size: 30px;
    color:#333;
}

.more-link{
    margin-right: 15px;
}

body > nav.navbar-default .navbar-brand small{
    font-size: 0.8em;
    color:#777;
}
@media (max-width: 767px) {
    body > nav.navbar-default a.navbar-brand{
        font-size: 18px;
    }
    body > nav.navbar-default .navbar-brand small{
        font-size: 0.8em;
    }
}
@media (max-width: 400px) {
    body > nav.navbar-default a.navbar-brand{
        font-size: 15px;
    }
    body > nav.navbar-default a.navbar-brand{
        padding-left: 50px;
        padding-top: 17px;
        background: url("https://jogostop.net/c/resources/logo-mini.png") no-repeat top 5px left 5px;
        color:#333;
    }
}

main .breadcrumb{
    background: transparent;
    margin: 0px;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
main .breadcrumb .country-flag{
    width: 20px;
    margin-top: -5px;
}
main h1{
    margin-top: 0px;
}

@media (max-width: 767px) {
    main > header h1{
        font-size: 28px;
    }
    .xs-gap-top-10{
        margin-top: 10px;
    }
}
/*footer*/
body > footer a.active img{
    height: 32px;
}
@media (max-width: 767px) {
    body > footer a{
        padding: 5px;
        display: inline-block;
    }
    body > footer a.active{
        padding: 0px;
    }
}
.box-content{
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(255,255,255,0.75);
    border:2px solid #ddd;
    border-radius: 10px;
}

.box-content h4{
    margin-top: 0px;
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
}

.box-content h2 {
    margin-top: 5px;
    color: #3d464d;
    font-size: 18px;
    font-weight: normal;
}

.box-content h3 {
    color: #3d464d;
    font-size: 15px;
    font-weight: normal;
}


.box-content h2 small{
    font-size: 75%;
}

.box-content .h2-right{
    text-align: right;
    padding: 5px 35px 0 0;
}
.box-content-right{
    padding-right:15px;
    text-align: right;
}


.hp h1{
    font-size: 2rem;
    margin-top: 4rem;
}
@media (max-width: 992px) {
    .hp h1{
        font-size: 1.7rem;
    }
}
@media (max-width: 767px) {
    .hp h1{
        font-size: 1.7rem;
        margin-top: 2rem;
    }
}
@media (max-width: 400px) {
    .hp h1{
        font-size: 1.5rem;

    }
    .btn-xxl{
        font-size: 2.0rem;
    }
}

.box-content .margin-top{
    margin-top:20px;
}

/*box how to play*/

.box-hp{
    min-height: 220px;
}
.box-hp .text-hp{
    font-size: 1.3em;
}
.box-hp a.btn-block:last-child{
    margin-bottom: 0;
}
.box-content.box-how-to-play p{
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 1.3em;
}
.box-content.box-how-to-play footer{
    padding: 10px;
}

/*box-catalog*/

@media (max-width: 767px) {
    .btn-catalog-play {
        margin: 5px 0 0 0;
    }
}

.box-content.box-catalog .letter h2{
    display: inline-block;
}
.box-content.box-catalog .letter a.active{
    font-weight: bold;
    font-size: 1.8em;
}
.box-catalog.box-catalog .list-group-item.disabled{
    cursor: pointer;
}

.box-catalog.box-catalog .letter a.disabled{
    color:#777777;
}

.box-content.box-catalog-overview h2{
    line-height: 50px;
    margin-bottom: 0px;
}

.box-content.box-stats-flag span{
    margin: 0px 3px 6px 3px;
}
.box-content.box-stats-flag span:hover{
    opacity: 0.7;
}
.box-content.box-stats-flag a.active span{
    background-color: #2b9cf5;
    border-radius: 5px;
}

.box-content.box-stats-filter .btn{
    margin-right: 3px;
}
.box-stats-table .progress{
    margin-bottom: 0px;
}
.box-stats-table {
    margin-top: 3px;
    margin-bottom: 5px;
}
.box-stats-table td a:hover{
    text-decoration: underline;
}

.box-stats-table .progress .progress-bar-left{
    background: #777;
}

.box-stats-table td .points{
    background: #fa7403;
    color:white;
    padding: 5px;
    border-radius: 10px;
    font-size: 1.1em;
}

.box-content .btn-play big{
    display: block;
    font-size: 3em;
}
.box-content .btn-play{
    margin: 10px 0 20px 0;
    padding: 20px;
}
.box-content .btn-play i{
    white-space:normal !important;
    word-wrap:break-word;
}
@media (max-width: 767px) {
    .box-content .btn-play{
        padding: 10px 0;
    }
    .box-content .btn-play big{
        font-size: 2em;
    }
}

.box-content .lng-selector .form-control{
    /*    width: calc(100% - 15px); */
    display: inline-block;
    height: 37px;
}

.box-content .lng-selector-text{
    line-height: 37px;
    font-size:18px;
    padding-right: 10px;
}

.box-content .lng-selector .caret{
    margin-left: 6px;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

/*.boolBtnList*/
.boolBtnList a{
    display: inline-block;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px;
    color:#555;
    text-decoration: none;
    border: 1px solid transparent;
}

.boolBtnList a:hover{
    text-decoration: none;
    border: 1px solid #7096ab;
    background: #eee;
    color:#555;
}
.boolBtnList a.active {
    border: 1px solid #2b9cf5;
    background: #7096ab;
    color:white;
}

.boolBtnList a.active:hover{
    color:#555;
    background: #ccc;
}
/*.boolBtnSelectedList*/
.boolBtnSelectedList span{
    display: inline-block;
    border-radius: 5px;
    padding: 2px 5px;
    border: 1px solid #7096ab;
    margin: 3px;
}

.boolBtnSelectedList a.shuffle{
    font-size: 16px;
    border-radius: 5px;
    padding: 2px 5px;
    white-space: nowrap;
}
.boolBtnSelectedList a.shuffle i{
    padding-left: 5px;
}
.boolBtnSelectedList a.shuffle i:hover{
    text-decoration: none;
}

.boolBtnList a.fb-like > span{
    vertical-align: top !important;
    height: 21px !important;
}

.share-game .btn-social{
    margin-bottom: 5px;
}

.contact h1{
    font-size: 4em;
    text-align: center;
    margin: 0.5em 0 0.3em;
}

@media (max-width: 768px) {
    .homepage h1, .contact h1{
        font-size: 2em;
        margin: 0.8em 0 0.5em;
    }
}

.rank{
    text-align: center;
    font-size: 3.0em;
    font-weight: bold;
}

.box-profile-stats .alert .dl-horizontal dt{
    width: auto;
}
.box-profile-stats .alert .dl-horizontal{
    margin-bottom: 0px;
}

.box-profile .btn-social-icon{
    margin-right: 5px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .box-profile .dl-horizontal dd{
        padding-left: 60px;
    }

}
.box-profile-stats .vp{
    padding-top: 10px;
}

.box-profile-video .info{
    padding: 5px 5px 5px 0;
    margin-bottom: 20px;
}

img.flag{
    padding-bottom: 4px;
}

nav.nav{
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    overflow-y: hidden;
    height: 50px;
}
nav.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav.nav li {
    float: left;
}

nav.nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

nav.nav li a.small {
    font-size: 0.8em;
    color: #333;
}


nav.nav li.logo a{
    position:relative;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 27px;
    color: #333;
    height: 48px;
}
@media (max-width: 767px){
    nav.nav li.logo a {
        font-size: 18px;
        padding-top: 14px;
    }
}

nav.nav li.logo a small{
    font-size: 0.8em;
    color: #777;
}

nav.nav li.logo a span{
    padding: 1px 3px 0;
    color: white;
    font-weight: bold;
    position:absolute;
    top:2px;
    right: 0px;
    font-size: 9px;
    background:#343a40;
    border-radius: 3px;
}
@media (max-width: 767px){
    nav.nav li.logo a span {
        font-size: 10px;
    }
}

nav.nav li.right{
    float: right;
}
nav.nav li.right a.link{
    padding: 14px;
    color:#777;
}
nav.nav li.right a.link:hover{
    background: #eee;
}

nav.nav li.right a.profile{
    padding: 0px 14px 0px 14px;
    color: black;
    background: #e7e7e7;
}
nav.nav li.right a.profile img{
    margin-left: -9px;
    width: 48px;
    height: 48px;
    display: inline-block;
}
nav.nav li.right a.profile div{
    vertical-align: top;
    padding: 14px 0px;
    display: inline-block;
}
@media (max-width: 767px){
    nav.nav li.right a.profile div {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100px;
        white-space: nowrap;
    }
}
nav.nav li.right .loginBtn{
    margin: 8px
}


.big-loading{
    width: 100%;
    font-size: 8em;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

.modal-body .alert{
    margin-bottom: 0;
}

.modal-login .login-line{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.1em;
    margin: 40px 0 30px;
}

.modal-login .login-line span{
    background:#fff;
    padding:0 10px;
}

.modal-login label{
    font-weight: normal;
    padding: 5px 0px 0px 10px;
}
.modal-login .has-error input.form-control{
    background: #f2dede;
}

.modal-login .btn-social{
    margin-top: 10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px){
    .modal-dialog {
        width: calc( 100vw - 60px );
    }
}
ul.messages{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.messages .messages-error, .messages .messages-warn, .messages .messages-info{
    padding: 15px;
    margin: 10px 0 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.messages .messages-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.messages .messages-warn{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.messages .messages-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

img.flag{
    padding-bottom: 4px;
    margin-right: 4px;
}