/* CSS стилове за дисплеите */
html, body {
  height: 100%;
  margin:0;
  padding:0;
  height: 100vh;
  width: 100vw;
}
body {
    color: #000;
    background: #d4d4d4;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size:11.3px;
	/* процент от вертикалната резолюция */
    font-size:1.7vh;
	/* нормално трябва да е 16px но няма да се събират 20 реда*/
	/* font-size:12px; */
    font-weight: 400;
	line-height: 1.2em;
	height:100vh;
	height:100%;
	min-height:600px;
}
/* основният клас екрана като за фон е българското знаме */
.monitor
{
	/* min-height:600px; */
	height:100%;
	height: 100vh;
	padding: 0;
	background-image: url(../images/bg-flag.png);
	background-position: center;
    background-size: contain;
	background-repeat:repeat-x;
}
/* герб - тук може да се сложи герба на съда */
.bg-gerb
{
	height: 100%;
	height: 100vh;
	background-image: url(../images/Coat_of_arms_of_Bulgaria.png);
	background-repeat:no-repeat;
	background-position: center;
	/* background-size: contain; */
}
/* бутона за цял екран - полезен е за андроид телевизорите */
#full-screen-btn
{
	position: absolute;
	left:10px;
	top:10px;
	z-index: 999;
    color: #f1f1f1;
}

.error
{
	font-size: 2em;
	text-align: center;
}
.error .no-connection
{
	color:red;
}

/* рамката на съдържанието */
.inner-content{
	min-height: 100%;
	min-height: 100vh;
	overflow:hidden;
}
/* текста на дефолтния екран */
.index-screen .title
{
	font-size: 6em;
	text-shadow: 0 0 0.3em #fff;
		-webkit-text-fill-color: #000;
		-webkit-text-stroke-color: #fcfcfc;
		-webkit-text-stroke-width: 0.5px; 
    margin-top: 20%;
	margin-top: 38vh; 
	line-height:6rem;
}
.index-screen-sum .title
{
	font-size: 2em;
	position: absolute;
	bottom:0;
	width: 100%;
	padding-right: 30px;
	text-shadow: 0 0 0.3em #fff;
		-webkit-text-fill-color: #000;
		-webkit-text-stroke-color: #fcfcfc;
		-webkit-text-stroke-width: 0.5px; 
    margin-top: 20%;
	margin-top: 38vh; 
	line-height:6rem;
}
/* часовника на дефолтния екран */
.index-screen .clock
{
	float:right;
	padding-top:30px;
	padding-right:30px;
	font-size:4em;
	font-family: "Times New Roman", Times, serif;
}

/* мигащи точки на часовника */
.blink-dots {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  100% {
    opacity: 0;
  }
}
/* малко тунинг за цял екран на видеото*/
.full-screen{
	min-width:100%;
	min-height:100%;
	height:100vh;
	
	object-fit: cover;
	
}
/* екран на залата */
.display-single-room
{
	background-color:#f7f7f7;
	border: 8px solid #75cdff;
	min-height: 100%;
	height: 100vh;
	
	
}
/* цвета на лентата над таблицата на залата */
.display-single-room .header-body
{
	background-color: #75cdff;
}
/* името на залата */
.display-single-room .room-title
{
	font-size:3.8em;
	line-height: 1.3em;
	text-align:center;
	font-weight: 900;
	/* text-decoration: underline; */
	text-shadow: 0 0 0.4em #fff;
		/* -webkit-text-fill-color: #000; */
		/* -webkit-text-stroke-color: #fcfcfc; */
		/* -webkit-text-stroke-width: 2px; */
}
/* дата и час */
.display-single-room .date-now, .display-single-room .time-now
{
	padding-top:15px;
	color:#f7f7f7;
	text-shadow: 0 0 0.4em #000;
}
.display-single-room .date-now
{
	font-size:1.8em;
	padding-left:20px;
}
.display-single-room .time-now
{
	font-size:2em;
	padding-right:20px;
}
/* състав и докладчик */
.sustav-judge
{
	/* margin-top:5px; */
}
.display-single-room #sustav, .display-single-room #judge
{
	font-size: 2em;
	color:#024858;
	padding-left:10px;
}
#judge
{
	padding-right:10px;
}
/* таблицата със заседанията */
.display-single-room table thead th
{
	border-bottom-color: #75cdff;
	font-size:1.3em;
	padding-left: 1em ;
}
.single-room th, .single-room td
{
	font-size:1.5em;
	padding-left: 1.2em ;
	font-weight: 600;
}
.single-room .active td
{
	padding-left: 1.2em ;
	font-size: 1.5em;
	font-weight:900;
}

/*
Обобщаващо табло
*/
#rooms-data
{
	
	height:100%;
	overflow:hidden;
}

/* часовника на дефолтния екран */
.all-rooms .clock{
	padding: 25px 20px 5px 5px;
}
.all-rooms .date-now{
	padding: 25px 5px 5px 20px;
}
.all-rooms .clock, .all-rooms .date-now
{
	font-size:2em;
	font-family: "Times New Roman", Times, serif;
}
#rooms-data .room
{
	padding:5px;
	
}
#rooms-data .room .header
{
	background-color: #75cdff;
	padding-top:10px;
	padding-bottom:5px;
	min-height:50px;
	margin-left:-5px;
	margin-right:-5px;
	margin-top:-5px;
	
	
}
.room >.header >.title
{
	font-size: 1.35em;
	line-height: 1em;
	font-weight:600;
	text-shadow: 0 0 0.4em #fff;
}
.display-title h1
{
	font-size: 2.8em;
	font-weight:600;
	text-shadow: 0 0 0.4em #fff;
}

#rooms-data .active td
{
	font-size:1.3em;
	font-weight:600;
}

#rooms-datatable .table thead th
{
	border-bottom-color: #75cdff;
	font-size:1.2em;
	padding-left: 0px;
}
#rooms-datatable .table th td, #rooms-datatable .table tr td
{
	font-size:1.2em;
	padding-left: 0px ;
}
.room table tr td{
	/* font-weight: 600; */
	font-size: 1.2em;
}
#rooms-data .zala
{
	/* border-left: 1px solid #75cdff; */
	border-right: 1px solid #75cdff;
	margin-bottom:1.5em;
	
}

.font-1{
	font-size: 1.2em;
	line-height: 1.4em;
}
.font-2{
	font-size: 1em;
	line-height: 1.2em;
}
.font-3{
	font-size: 1.3em;
	line-height: 1.3em;
}
