@import "bootstrap.min.css";
@import "core.css";

*{
    outline: none !important;
}

html,body{
    padding:0;
    margin:0;
    height:100%;
    background-color:#000!important;
}

body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#apicodes-player{
    width:100%!important;
    height:100%!important;
    overflow:hidden;
    background-color:#000!important;
    border: 0;
}

.list-servers {
    display: block;
}

@media print {
    body .jw-error .jw-error-msg, body .jwplayer.jw-state-error .jw-error-msg{
        top: auto !important;
    }

    .modal-resume,
    .modal-error,
    .modal-open .modal,
    .modal-backdrop{
        height: auto !important;
    }
}
            
iframe{
	position:absolute;
	left:0;
	top:0;
}

.cssload-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 70px;
}

.cssload-loader > div {
  width: 18px;
  height: 18px;
  background-color: #f8f8f8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.cssload-loader .cssload-one {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.cssload-loader .cssload-two {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.mt10{
    margin-top: 10px;
}

.mb20{
    margin-bottom: 20px !important;
}

.modal-error h4 {
    color: #F44336;
}

.bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    background-color: #000;
    z-index: 1000;
    -webkit-tap-highlight-color: transparent;
    border-top: 0;
}

.bottom-nav-action {
    padding: 8px;
    max-width: max-content;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    border: 1px solid !important;
    margin: auto 5px !important;
}

.bottom-nav-action:not(:last-child) {
    margin-right: 12px
}

.bottom-nav-action.active {
    padding-top: 6px;
    color: #fafafa !important;
    text-align: center;
}

.bottom-nav-label:hover{
    text-decoration: none;
    color: #f8f8f8;
}

.bottom-nav-icon {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px
}

.bottom-nav-action.active:hover,
.bottom-nav-action.active:focus,
.bottom-nav-action:hover,
.bottom-nav-action:focus,
.bottom-nav-label:hover,
.bottom-nav-label:focus,
.bottom-nav-icon:hover,
.bottom-nav-icon:focus{
    color: #f8f8f8;
    text-decoration: none;
}

.bottom-nav-label {
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: block;
    font-size: 12px
}

.bottom-nav-action.active .bottom-nav-label {
    font-size: 14px
}

#ad_template{
    display:none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-80%);
    z-index:10;
}

#ad_block{
    background-color:#333;
    color:#fff;
}

#ad_content iframe{
    position:relative;
}

#ad_content{
    margin:3px;
    font-size:12px;
    line-height:normal;
}

#ad_top_bar{
    background-color:#1b1b1b;
    height:25px
}

#ad_title_text{
    display:inline-block;
    padding:4px 8px
}

#ad_header_button_block{
    float:right;
    width:110px;
    height:100%;
    display:block
}

#ad_close_button{
    background-color:#262626;
    float:right;
    width:25px;
    height:100%;
    padding: 3px;
}

#ad_close_button button{
    width: 100%;
}

#ad_close_button:hover{
    background-color:#353535
}

#ad_resume_button{
    cursor:pointer;
    position:absolute;
    left:50%;
    margin:0 0 0 -60px;
    background-color:#333;
    padding:5px 33px;
    line-height:normal;
    margin-top: 3px;
}

#ad_resume_button span{
    margin:0;
    font-size:12px;
    line-height:normal
}

#ad_resume_button:hover{
    background-color:#272727
}

#ad_resume_arrow{
    position:relative;
    top:3px;
    width:1px;
    height:1px;
    border:5px solid transparent;
    border-left:5px solid #fff;
    display:block;
    float:left
}

.d_adblock{
    display: block !important;
}

.list-servers {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
    z-index: 9999;
}

.list-servers img {
    display: block;
    cursor: pointer;
}

.list-servers ul {
	list-style-type: none;
	padding: 0rem;
	position: absolute;
	right: 0px;
	top: 25px;
	border-radius: 5px;
	width: 8em;
}

.list-servers ul li {
    padding: 5px;
    border-top: 1px solid #20201f;
    padding-right: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    color: #ccc;
	background: rgba(0, 0, 0, .8);
    text-align: right;
    display: none;
}

.list-servers ul li:hover {
    background: white;
    color: black;
}

.list-servers ul li.active {
    background: white;
    color: black;
}

.btn{
    font-weight: normal;
    text-transform: none;
}

.mr-5{
    margin-right: 5px;
}

.mb-3{
    margin-bottom: 3px;
}