/**
 * @package DigitalBoard
 */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
    position: relative;    
    height: 100%;
}
body {
    text-align: center;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px; /* Height of Footer */
    width: 100%;
    color: white;
    background-color: black;
    line-height: 50px; /* vertical align the title */
}
header {    
    height: 50px; /* Height of header */
    line-height: 50px; /* vertical align the title */
    width: 100%;
    color: white;
    background-color: black;
}
.container {
      background-color: darkgreen;
      z-index: 10;
}
.msg-container,
.container {
      background-size: cover;
      position: absolute;
      top: 50px;  /* Height of header */
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
}
.msg-container {
	top: 0;
	z-index: 20;
}

.wrapper {
	margin-right: 400px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 120px;
	height: 100%;
}
.sidebar-msgs {
	float: left;
}
.msg {
	color: white;
	font-size: 2.5em;
	line-height: 1.2em;
	text-align: initial;
	padding: 0 20px;
/*	border: 2px solid grey;*/
	border-radius: 10px;
/*    	background: rgba(204, 204, 204, 0.5);*/
	background: rgba(2, 2, 2, 0.5);
	overflow: hidden;
}

.msg p {
	margin: 0;
}

header >  div {
	float: left;
	width: 100px;
	font-size: 2em;
}
header .weather-line {
	float: right;
	width: auto;
	padding-left: 20px;
}
header .weather-line .icon {
	float: right;
}
header .weather-line > span {
	padding-right: 20px;
}
header .weather-line .temp::after {
	content: "\00b0";
}
header .clock {
	width: 200px;
}
header .date {
	width: 400px;
}

.background-image-credit {
	position: absolute;
	bottom: 120px;
	right: 20px;
	/* -webkit-text-stroke: 1px grey; */
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.78);
	padding: 0 10px;
	z-index: 11;
}

.sidebar {
	float: right;
	width: 380px;
	margin-right: -400px;
}
.sidebar .widget {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 10px;
}

h3 {
	margin: 0;
}

body.admin-bar footer { margin-bottom: 32px; }

.hide { display: none; }
.msg.active { display: block; }

.ilui-nishmat {
	text-align: center;
	font-size: 5em;
}

/* news ticker fix */
.breaking-news-ticker { height: 50px; line-height: 50px; z-index: 30; }
.bn-effect-scroll .bn-news ul li { line-height: 50px; }
.bn-seperator.bn-news-dot { height: 50px; line-height: 50px; }
.bn-seperator,
.bn-seperator.bn-news-dot,
.bn-direction-rtl .bn-seperator { margin-left: 15px; margin-right: 15px; }
