/**
*
* @package phpBB Extension - CSS Magic
* @copyright (c) 2018 martin - https://www.martins-play-ground.com & dmzx - https://www.dmzx-web.net
* @license Proprietary/All rights reserved (martins-play-ground.com ownes these files and has the right to disable them)
*
*/

#indexrefresh {
	background: #000000 url("./images/loading-page.gif") no-repeat center center;
	border-radius: 5px;
	opacity: 0.5;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.refresh-update-text {
	text-align: center;
	font-size: 1.1em !important;
	font-weight: bold;
	margin-top: -8px;
        margin-bottom: -8px;
        line-height: 2.3em;
}

.panel {
       margin-bottom: 1px;
}

#countdown  {
	color: #ea4a4a;
}

li {
    list-style-type: none;
}

.ref {
    color: inherit !important;
}

@media all and (min-width : 350px) and (max-width : 700px) {
	.fa-stack {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }
}

@media all and (min-width : 350px) and (max-width : 700px) {
	#indexrefresh {
          display: none;
  }
}
