html,body {
	height: 100%;
}

body {
	background-image: url("/img/back.jpg");
	background-size: cover;
	background-position: center center;
}

.logo {
    height: 85%;
    width: 50%;
    background-image: url(/img/smart_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    float: right;
    min-height: 70px;
    min-width: 350px;
    margin-bottom: -55px;
}

.translucent-form-overlay {
	max-width: 500px;
	width: 100%;
	background-color: rgba(54, 54, 54, 0.8);
	padding: 20px;
	color: #fefefe;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.translucent-form-overlay .columns.row {
	display: block;
}

.translucent-form-overlay h3, .translucent-form-overlay label {
	color: #fefefe;
}

.translucent-form-overlay input, .translucent-form-overlay select {
	color: #8a8a8a;
}

.translucent-form-overlay input::-webkit-input-placeholder {
	color: #8a8a8a;
}

.translucent-form-overlay input:-ms-input-placeholder {
	color: #8a8a8a;
}

.translucent-form-overlay input::placeholder {
	color: #8a8a8a;
}

.translucent-form-overlay .login-button {
	background-color: #D00;
}

.holder, .post_holder, .calendar_holder {
	background-color: #eee;
}

.item_header, .post_header, .calendar_header {
    background-color: #D00;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    min-height: 120px;
}

.item_header h5,.post_header h5,.calendar_header h5{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 0.7rem;
	margin: 0;
	color: #FAA;
}

.item_header h1,.post_header h1,.calendar_header h1 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 5px 8px;
	margin: 0;
}

a.back_button, a.logout {
	background-color: #fff;
	color: #D00;
}

a.logout {
  position: absolute;
  top: 5px;
  right: 5px;
}

.menu a.button {
	background-color: #fff;
	color: #D00;
	margin-bottom:10px;
}

a.back_button:hover, a.logout:hover {
	background-color: #900;
	color: #fff;
}

textarea[name=copy] {
	height: 150px;
}

.post_holder input[type=text] {
	width: 100%;
	margin-bottom:15px;
}

textarea[name=info],textarea[name=feedback] {
	height: 80px;
}

.align-right-group {
	text-align: right;
	display: block;
}

.align-right-group a.button {
	display: inline-block;
}

.post_footer {
	background-color: #D00;
	width: 100%;
	min-height: 38px;
	margin-top: 10px;
	position: relative;
}

table.calendar {
	background: #fff;
	border-collapse: collapse;
	color: #222;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	width: 100%;
}

table.calendar tr.day_row {
	height: 5rem;
}

table.calendar td {
	border: 1px solid #ccc;
	color: #444;
	line-height: 22px;
	text-align: center;
	width: 14.28%;
}

table.calendar tr.day_row td {
	text-align: left;
	vertical-align: top;
	padding: 0.25rem;
}

table.calendar tr.day_row td .day{
	font-size: 0.7rem;
    color: #aaa;
}

table.calendar tr.day_row td .day.highlight{
	font-size: 0.9rem;
    color: #000;
	font-weight: bold;
}

table.calendar tr:first-child td {
	color: #222;
	font-weight: 700;
}

table.calendar .selected {
	background: #f0951d;
	border: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .5) inset;
}

table.calendar .post {
	position: relative;
}

table.calendar .post a,table.calendar .fixedpost a,table.calendar .add_post a{
  display: block;
  padding: 1px 6px;
  border-radius: 7px;
	cursor: pointer;
	color: #fff;
	background-color: #ccc;
}

table.calendar .add_post a {
	visibility: hidden;
}

table.calendar td:hover .add_post a {
	visibility: visible;
}

.posts_holder {
	min-height: 24px;
}

.feedback {
	background-color: #f5f5f5;
	padding: 5px;
}

.fb {
	margin:5px;
	padding: 5px;
	border: 1px solid #aaa;
}

.fb_name,.fb_date {
	font-size:0.6rem;
}

.fb_date {
	font-style: italic;
}

.fb_comments {
	font-size:0.8rem;
}

.sortable-placeholder {
	height: 24px;
	width:100%;
	background-color: #bbb;
	border-radius: 7px;
}

.post_header label {
	color: #fff;
}

.header_date_input {
	width: auto;
}

.hidden {
	display: none !important;
}

.post_content p {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px;
}

.clients_list .client {
	padding: 3px 8px;
}

textarea[name="info"],textarea[name="copy"]  {
  min-height: 50px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #444;
  padding: 5px;
	z-index:5;
}
.noscroll{
  overflow: hidden;
  resize: none;
}
.hiddendiv,.hiddendiv2{
	top:0;
	left:0;
  visibility: hidden;;
  white-space: pre-wrap;
  min-height: 50px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 5px;
  word-wrap: break-word;
	z-index:0;
	position:absolute;
}
.lbr {
  line-height: 3px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span.tick {
    position: absolute;
    right: 3px;
    top: 3px;
    color: green;
    background-color: white;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 9px;
}
