*, *:before, *:after {
  box-sizing: border-box;
}

.tg-list {
	text-align: center;
	display: flex;
	align-items: center;
  }
  
  .tg-list-item {
	margin: 0 2em;
  }
  
  .tgl {
	display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
	box-sizing: border-box;
  }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
	background: none;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
	background: none;
  }
  .tgl + .tgl-btn {
	outline: 0;
	display: block;
	width: 4em;
	height: 2em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
  }
  .tgl + .tgl-btn:after {
	left: 0;
  }
  .tgl + .tgl-btn:before {
	display: none;
  }
  .tgl:checked + .tgl-btn:after {
	left: 50%;
  }
  
  .tgl-ios + .tgl-btn {
	background: #fbfbfb;
	border-radius: 2em;
	padding: 2px;
	transition: all .4s ease;
	border: 1px solid #e8eae9;
  }
  .tgl-ios + .tgl-btn:after {
	border-radius: 2em;
	background: #fbfbfb;
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .tgl-ios + .tgl-btn:hover:after {
	will-change: padding;
  }
  .tgl-ios + .tgl-btn:active {
	box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .tgl-ios + .tgl-btn:active:after {
	padding-right: .8em;
  }
  .tgl-ios:checked + .tgl-btn {
	background: #86d993;
  }
  .tgl-ios:checked + .tgl-btn:active {
	box-shadow: none;
  }
  .tgl-ios:checked + .tgl-btn:active:after {
	margin-left: -.8em;
  }
  

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #ff0033;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}


.dropdown-submenu
{
    position: relative;
}

.dropdown-submenu > .dropdown-menu
{
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu
{
	display: block;
}

.dropdown-submenu > a:after
{
	display: none !important;
	content: " ";
	
}

.dropdown-submenu:last-child > a:after
{
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after
{
	border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
	float: none;
}

	.dropdown-submenu.pull-left > .dropdown-menu
	{
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
	}

.card {
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.4);	
	border: 1px solid #ccc;
    border-radius: 5px;
	padding: 10px;
	background: rgba(255,255,255,0.3);
}

.card:hover {
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.7);
}

#countsim .panel-body {
    min-height: 129px;
}

.panel-body {
    min-height: 111px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
}

.select2-results__option {
	font-size: 12px !important;
}

#pie {
	width: 100%;
}

.t3-mainbody div.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.nav-justified > li > a {
	height: 100% !important;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.t3-header, .t3-navbar {
	position: relative;
	z-index: 1111;
}

.t3-header a, .t3-header a:hover, .t3-header a:active, .t3-header a:visited {
	color: #363435;
	font-weight: bold;
}

.t3-content a {
	color: #4A4A4A;
	text-decoration: none;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.t3-content a:hover {
	opacity: 0.7;
	color: #4A4A4A;
	text-decoration: none;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.t3-footer a {
	color: #FFF !important;
}

.t3-footer .nav > li > a:hover, .t3-footer .nav > li > a:focus {
    text-decoration: none;
    background-color: #606060;
}

.sclogin {
    position: absolute !important;
    top: -1005px !important;
    width: 300px !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}

.star {
	color: #ED464D !important;
}

label.invalid {
    color: #ED464D !important;
}

.invalid {
    border-color: #ED464D !important;
}

.ms-name {
	color: #ED464D !important;
	display: inline-block !important;
    font-size: 30px;
    vertical-align: middle;
    font-family: helvetica;
    font-weight: bold;
    padding-left: 10px;
}

.sourcecoast .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ED464D !important;
	background-image: linear-gradient(to bottom, #ED464D, #9a001f) !important;
    background-image: -moz-linear-gradient(top, #ED464D, #9a001f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED464D), to(#9a001f)) !important;
    background-image: -webkit-linear-gradient(top, #ED464D, #9a001f) !important;
    background-image: -o-linear-gradient(top, #ED464D, #9a001f) !important;
    background-image: linear-gradient(to bottom, #ED464D, #9a001f) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED464D', endColorstr='#9a001f', GradientType=0) !important;
    border-color: #FF3A0B #FF3A0B #FF3A0B !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    transition: background-color .55s ease-in-out;
    -moz-transition: background-image .55s ease-in-out;
    -webkit-transition: background-image .55s ease-in-out;
}

.sourcecoast .btn-primary:hover {
	background-color: #90001d !important;
	transition: background-image .55s ease-in-out;
    -moz-transition: background-image .55s ease-in-out;
    -webkit-transition: background-image .55s ease-in-out;
	}

.logo-image a {
	text-decoration: none !important;
}

.sclogin-greeting {
	text-align: center !important;
	color: #FFF !important;
	font-size: 24px !important
}

.sclogin .sclogout-button {
	float: initial !important;
	text-align: center !important;
}


.itemid-113 .t3-sl {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.itemid-113 .t3-content {
    padding-bottom: 0px !important;
}

.itemid-113 .t3-mainbody {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.cd-dropdown,
.cd-select {
	position: relative;
	width: 230px;
	display: block;
}

.cd-dropdown > span {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #999;
	font-weight: 700;
	font-size: 14px;
	background: #fff;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	cursor: pointer;
}

.cd-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 50px;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	height: 70%;
	line-height: 24px;
	border-left: 1px solid #ddd;
}

span.ms-expandable:after {
    content: '\25BC';
    position: absolute;
    right: 11px;
    /* top: 15px; */
    width: 50px;
    text-align: center;
    font-size: 11px;
    padding: 7px;
        color: #ED464D !important;
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 60px;
	padding: 0 30px 0 75px;
	display: block;
	color: #bcbcbc;
	cursor: pointer;
	font-weight: 700;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	/*padding: 0 30px 0 45px;*/
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}

.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #ED464D;;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #ED464D;
	color: #fff;
}

.cd-dropdown span[class^="icon-"]:before, 
.cd-dropdown span[class*=" icon-"]:before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	speak: none;
	font-weight: 400;
	position: absolute;
	font-size: 15px;
	line-height: 40px;
	width: 50px;
	top: 50%;
	left: 15px;
	margin-top: -20px;
	text-align: center;
}
li .icon-edit:first-child:hover:before {
	content: "\270f";
}

#mainUnit { display: none !important; }

#statusalarm .panel-body {
	min-height: 300px;
}

.mstooltip {
	opacity: 0.4;
	float: right;
}

.panel-heading {
	font-size: 12px;
	color: #000 !important;
	background-color: #fff !important;
    border-color: #dddddd;
}
.panel-body {
	background: rgba(255,255,255,0.40) !important;
	font-size: 15px !important;
	font-weight: bold !important;
}

.panel-body img { float: left; }

.panel-body span {
	color: #000 !important;
	padding-left: 20px;
}

.panel-body span a {
	color: #ED464D !important;
	text-decoration: none;
}

.panel {
	background-color: transparent !important;
}

#statusalarm .panel-body span {
	padding: 30px 0px 20px 0px !important;
}

#statusalarm .panel-body img {
	margin-top: 50px !important;
	float: none;
}

#statusalarm .panel-body {
	text-align: center;
}

#results {
	background: rgba(255,255,255,0.40) !important;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}
body.modal-open {
overflow: visible !important;
}

.ms-close {
	font-size: 30px;
    /* text-align: right; */
    /* width: 100%; */
    float: right;
    color: #444;
 }

 .highcharts-credits {
 	display: none;
 }

 .highcharts-container {
 	margin: 0 auto;

    width:100% !important;
    height:100% !important;
}

.moarinfo {
	width: 5px;
}
 
 .moreinfo {
 	width: 100%;
 }

 .details-control {
 	width:30px;
	height:30px;
    background: url('https://my.g4sportal.gr/templates/ms/details_open.png') no-repeat center center;
    cursor: pointer;
}

.dtr-modal .details-control { display: none; }
tr.shown .details-control {
    background: url('https://my.g4sportal.gr/templates/ms/details_close.png') no-repeat center center;
    cursor: pointer;
}

.zdetails-control {
	width:20px;
	height:20px;
    background: url('https://my.g4sportal.gr/templates/ms/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown .zdetails-control {
	width:20px;
	height:20px;
    background: url('https://my.g4sportal.gr/templates/ms/details_close.png') no-repeat center center;
    cursor: pointer;
}

#myModal {
	position: absolute;
	z-index: 99999;
	margin-top: 300px;
}

#btn_epanafora {
	background: red !important;
}



.panel-body span {
	font-size: 15px !important;
}

#info {
		padding-top: 160px;
	}

#info table {
	background: #f1f1f1 !important;
}

svg#donut-chart {
  display: block;
  margin: 0 auto;
}

text.inner-circle {
  font-weight: 400;
  font-size: 14px;
}

.arc {
  cursor: pointer;
}
.arc:hover {
  opacity: .85;
}
.arc text {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}

.shadow {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
    filter: drop-shadow( 0px 3px 3px rgba(0,0,0,.5) );
}

.mainUnit {
		text-align: left;
		margin-bottom: 15px;
	}

@media only screen and (max-width : 992px) {

	.mylivechat_inline {
		display: none;
	}

	.container.t3-sl.t3-sl-2 {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
	}


	#statusalarm div.panel-body img {
		    float: none;
	}

}

@media only screen and (max-width : 1199px) {
	#statusalarm div.panel-body img {
		    max-width: 90% !important;
	}

	#statusalarm div.panel-body {
			text-align: center;
	}

}

@media only screen and (max-width : 727px) {

	#epipedoasf {
		position: initial !important;
		overflow: hidden;
	}
	#main {
		padding-top: 0px !important;
	}
	#info {
		padding-top: 0px !important;
	}

	.form-horizontal .control-group .controls {
		margin-left: 0px !important;
	}

	.g-recaptcha {
		transform:scale(0.7) !important;
		transform-origin:0 !important;
		-webkit-transform:scale(0.7) !important;
		transform:scale(0.7) !important;
		-webkit-transform-origin:0 0 !important;
		transform-origin:0 0 !important;
	}

}

@media only screen and (min-width: 361px) and (max-width : 550px) {

	.arc text, .inner-circle, .inner-circle2, .inner-circlestar, .inner-circler {
		font-size: 12px !important;
	}

}

@media only screen and (max-width: 360px) {

	.arc text, .inner-circle, .inner-circle2, .inner-circlestar, .inner-circler {
		font-size: 11px !important;
	}

}






