
* {
    outline:none!important
}

.bg-text-block{
    margin-top: 10px;
    background: white;
}

.form-group-lg .inline-checkbox{
    margin-top: 10px;
    font-size: 18px;
}
.inline-checkbox td {
    padding-left: 10px;
    float: left;
}
.inline-checkbox td label {
    display: inline;
    padding-left: 5px;
    font-weight: normal;
    background: #eee; 
}


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

.navbar{margin-bottom: 0}

.red{color: #d9534f;}
.green{color: #5cb85c;}

body{
    background: #ebebeb url("/javax.faces.resource/images/bg-30.png.xhtml");
}

.container-fluid-max {
    max-width:1400px;
}


.bg-text{
    background: #eee;
}

.bg-white{
    background: #fff;  
}

.sub-ldi span{
    background: white; color:red;
}
ul.messages{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.messages .messages-error, .messages .messages-warn, .messages .messages-info{
    padding: 15px;
    margin-bottom: 20px;
    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;
}

.btn-xxl {
    font-size: 3.5em;
    margin-bottom: 10px;
    position: relative;
}
@media only screen 
and (max-width: 460px) {
    .btn-xxl {
        font-size: 2.5em;
    }
}
body > nav.navbar-default a.navbar-brand{
    padding-top: 13px;
    font-size: 30px;
    color:#333;
    height: 48px;
}

body > nav.navbar-default a.navbar-brand.premium{
    padding-top: 18px;
    position: relative;
}

body > nav.navbar-default a.navbar-brand.premium .label{
    position:absolute;
    top: 2px;
    right: 13px;
    font-size: 8px;
}@media (max-width: 767px) {
    body > nav.navbar-default a.navbar-brand.premium .label{
        top: 5px;
        right: 13px;
        font-size: 8px;
    } 
}

.navbar-right.navbar-form{
    margin: 7px 0;    
}

.navbar-nav > li > a {
    padding-bottom: 14px;
    padding-top: 14px;
}

.navbar-nav .profile-link a{
    max-width:150px;
    overflow:hidden;
    display:block; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    padding-left: 0px;
}
.navbar-nav .profile-avatar a{
    padding: 0px;
}
.navbar-nav .profile-avatar a img{
    width: 48px;
    padding-left: 5px;
    height: 48px;
    display: inline-block;
}

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: 18px;
    }
    body > nav.navbar-default a.navbar-brand{
        padding-top: 15px;
        color:#333;
    }
}






.btn-list{
    margin-bottom: 10px;
}

.homepage h1{
    background: url("/javax.faces.resource/images/logo-sm.png.xhtml") no-repeat;
    padding-left: 90px;
    padding-top:30px;
    font-size: 3.5em;
    text-align: center;
    margin: 0.5em 0 0.3em;
}
@media (max-width: 991px) {
    .homepage h1 {
        background:none;
        padding-left: 0px;
    }
}

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

.homepage .box-content-bg {
    margin-top: 0px;
}

.homepage h2{
    text-align: center;
    font-size: 40px;
}

.homepage .availableRoom{
    margin: 0px;
    padding: 0px;
}
.homepage .hr{
    height: 400px;
    background: #ddd;
    width: 3px;
    margin: auto;
}
@media (max-width: 767px) {
    .homepage .hr{
        height: 3px;
        background: #ddd;
        width: 100%;
        margin: 50px auto;
    }
}
.homepage .availableRoom li{
    list-style-type: none;
}
.homepage .availableRoom a{
    display: block;
    margin-bottom: 20px;
    background: white;
    padding: 15px;
    opacity: 0.9;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.homepage .availableRoom a:hover{
    background: #eee;
    text-decoration: none;

}

.homepage .availableRoom a .btn{
    pointer-events: none;
}
.homepage .create-new-game-box{
    margin-top: 10px;
    padding: 10px;
    background: rgba(255,255,255,0.75);
    border: 2px solid #ddd;
    border-radius: 10px;
}
.homepage h3 {
    font-size: 3em;
    margin-top: 0px;
}

@media (max-width: 767px) {

    .homepage h1 {
        font-size: 2.5em;
        padding-top:15px;
    } 

    .contact h1{
        font-size: 2em;
        margin: 0.8em 0 0.5em;
    }
    .homepage h2 {
        font-size: 2em;
        margin-top: 0px;
    }

}
.pulsate{
    color:#555;
    text-align: center;
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    html {
        position: relative;
        min-height: 100%;
    }
    body > footer.fixed-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
    }

    body main.container-fluid, body main.container{
        margin-bottom: 60px;
    }
}

.social-btn{
    display: inline-block;
    min-width: 230px;
}
@media (max-width: 767px) {
    .social-btn{
        padding-bottom: 10px;
        margin: 20px auto 0px;
    }    
}

.fb-like-wrap, .donate-wrap, .android-wrap{
    display: block;
    float: right;
    margin-right: 10px;
    margin-bottom: -10px;
}
.donate-wrap .btn, .android-wrap .btn{
    font-size: 11px;
    margin-top: -2px;
}

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

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

.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 ); 
    }
}


.box-profile{
    background: white;
    padding: 10px;
    opacity: 0.9;
    border: 1px solid #ddd;
}

.box-profile .btn-social-icon{
    margin-right: 5px;
    margin-bottom: 5px;
}
.btn-profile-play{
    font-size: 3.0em;
    margin-bottom: 10px;
    line-height: 2em;
}
@media (max-width: 768px) {
    .box-profile .dl-horizontal dd{
        padding-left: 60px;
    }
    .btn-profile-play{
        margin-top: 20px;
        font-size: 1.5em;
        line-height: 1.5em;
    }

}

.playDiv {
    text-align: center;
    position:relative;
}
.playDiv a{
    text-decoration: none;
}


.playDiv:hover .playBtnHover{display:block}
.playBtnHover {
    position : absolute;
    display:none;
    width:100%;
    height:100%;
    margin:0 auto; 
    left:0px;
    right:0px;
    z-index:10;
    background-color: rgba(0,0,0,0.1);
    background-image: url("/javax.faces.resource/images/play.svg.xhtml");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}
/*na mobilu nedas hover*/
@media (max-width: 768px) {

    .playDiv .playBtnHover{display:block}
    .playBtnHover {
        position : absolute;
        display:none;
        width:100%;
        height:100%;
        margin:0 auto; 
        left:0px;
        right:0px;
        z-index:10;
        background-color: rgba(0,0,0,0.1);
        background-image: url("/javax.faces.resource/images/play.svg.xhtml");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 50%;
    }   
}


.svgPlayerOverlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0vw;
    top: 0vh;
    z-index: 15;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.svgPlayer {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #ddd;
    display: none;
}

.svgPlayerOverlay .svgPlayer {
    margin: 30px;
    height: calc( 100vh - 60px );
    width: calc( 100vw - 60px );
}

.svgPlayerOverlay .svgPlayer svg {
    max-height: calc( 100vh - 110px );
    max-width: calc( 100vw - 60px );
}


.svgPlayer .timeLine {
    border: 1px solid #286090;
    height:10px; 
    left: 40px; 
    position: absolute; 
    bottom: 3px;
    width: calc( 100% - 80px ); 
}


.svgPlayer .timeLineFill {
    background-color: #286090;
    height:100%; 
    width: 0px; 
    left: 0px; 
    position: absolute; 
}
.svgPlayer .labelSection{
    padding: 5px;
    padding-bottom: 0px;
    font-size: 20px;
    position: absolute; left: 32px; top: 32px;
    width: calc(100% - 64px);
}
.svgPlayerOverlay svg{
    margin-top: 30px;
}
@media (max-width: 768px) {
    .svgPlayerOverlay .labelSection{
        top:60px;
    }
    .svgPlayerOverlay svg{
        margin-top: 110px;
    }
}
.svgPlayer .closeSection{
    position: absolute; right: 32px; top: 32px;
}
.svgPlayer .shareBtnSection{
    cursor: pointer;
    font-size: 25px;
    padding-right: 20px;
    position: absolute; right: 70px; top: 32px;
}
.svgPlayer .sharePanelSection{
    padding: 5px;
    border: 1px solid #ddd;
    background: #eee;
    width: 300px;
    position: absolute; right: 70px; top: 70px;
}
.svgPlayer .sharePanelSection svg{
    margin-top: 0px;
}
/*.svgPlayer .sharePanelSection .input-group-sm{
    margin-top: 5px;
}*/



@keyframes pathPaint {
    //0% {stroke-dashoffset: 100%}
    100% {stroke-dashoffset: 0}
}



.drawing .fb_iframe_widget,
.drawing .fb_iframe_widget span,
.drawing .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}
.drawing h1{
    font-size: 18px;
}
.drawing h1, .drawing .box-content h4{
    margin-top: 20px;
    margin-bottom: 10px;
}

.drawing .btn-download{
    position: absolute; bottom: 15px; right: 30px; z-index:15 
}



/*stats*/
.box-content-bg.box-stats-flag span:hover { 
    opacity: 0.7; 
} 

.box-content-bg.box-stats-flag span { 
    margin: 0px 3px 6px 3px; 
} 

.box-content-bg.box-stats-filter .btn {
    margin-right: 3px;
}

.box-content-bg {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(255,255,255,0.75);
    border: 2px solid #ddd;
    border-radius: 10px;
}

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

.box-content-bg .box-stats-table .flag-xs{
    margin-right: 5px;
}
.box-content-bg .box-stats-table .avatar{
    width: 20px;
}

.box-content-right{
    text-align: right;
    font-size: 10px;
}






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: 0px 5px;
    color: white;
    font-weight: bold;
    position:absolute;
    top:2px;
    right: 0px;
    font-size: 9px;
    background:#d9534f;
    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 ); 
    }
}
