/* ADMIN PANEL STYLES ONLY */
.admin-main-content {
	margin-left: 160px;	
	padding: 15px 15px 0;
}
.admin-main-content h2{
	font-family: 'Architects Daughter', cursive;
	font-size: 2em;
	color: #7a8114; /*#051945;*/
	
}
.admin-main-content input[type='text'],
.admin-main-content textarea{
	border: 1px solid lightgrey;
}
.admin-main-content input[type='text']:focus,
.admin-main-content textarea:focus {
	/*outline: 0 none;*/
	outline: 1px solid lightgrey;
	/*box-shadow:  0 0 3px 1px lightgrey;*/
}
/***** FEEDBACK WINDOW ***/
.feedback{
	position: absolute;
	width: 400px;
	height: 80px;
	background: #7a8114;
	z-index: 999;
	margin: 0 auto;
	left: 300px;
}
.feedback p {
	font-size: 1.2em;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 60px; 
	text-align: center;
	text-shadow: 1px 2px 1px rgba(21, 37, 8, 0.4);
}
/*****  SIDEBAR MENU *****/
aside.admin-menu {
	font-family: 'Architects Daughter', cursive;
	float:left;
	font-size: 1.4em;
	width: 160px;
	padding: 15px 0 15px 10px;
	background: #7a8114; /*#051945;*/
	position: relative;
	/*height: 100%;*/
}

.admin-menu ul {
	list-style: none;
}

.admin-menu ul li {
	margin-bottom: 8px;
}

.admin-menu ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 6px 0;
}

.admin-menu ul li a:hover {
	background: #f3f6f8;
	color: #7a8114;;
}
.active {
	background: #f3f6f8 !important;
	color: #051945 !important;
}
.admin-menu form {
	position: absolute;
	top: 310px;
}

.admin-menu form input[type='submit']{
	width: 100px;
	border-radius: 15px;
}

/****** STATS - DASHBOARD  *****/
.admin-stat {
	font-family: 'Architects Daughter', cursive;
	border: 1px solid #7a8114;
	padding: 5px;
	width: 250px;
	height: 100px;
	float: left;
	margin: 0 25px 15px 0;
	text-align: center;
}
.admin-stat h3 {
	color: rgba(100,0,0,1); /*#051945;*/
	margin: 0;
	font-size: 1em;
}
.stat-number {
	font-size: 3.2857em;
	color: #7a8114; /*#051945;*/
}



/***** ADD EVENT ******/
.admin-add-event {
	width: 100%;
	margin-bottom: 20px;
}
.admin-add-event fieldset {
	padding-top: 15px;
	margin-bottom: 20px;
}
.admin-add-event fieldset legend {
	font-size: 0.9285em; /* 13px */
	color: grey;
	padding: 0 10px;
	text-align: right;
}
.admin-add-event input[type='text'],
.admin-add-event textarea
{
	width: 100%;
}
.admin-add-event textarea {
	height: 160px;
	resize: vertical;
}
.admin-event-date {
	margin-bottom: 10px;
}
.admin-event-date p {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}
.hint {
	color: grey;
	/*display: inline-block;*/
	font-size: 11px;
	/*vertical-align: middle;*/
}
.error-display-box {
	list-style: none;
	
	width: 100%;
	background: rgba(250, 198, 198, 0.4);
}
.error-display-box li {
	padding: 7px;
}


/* EVENTS */
.event-unit{
	width: 835px;
	border: 1px solid grey;
	background: #ffffff;
	padding: 5px;
	margin-bottom: 20px;
}
.event-unit h3 {
	margin: 0 0 10px 0;
}
.event-timestamp {
	margin-bottom: 5px;
}
.event-timestamp span{
	margin-right: 10px;
}
span.date,
span.time{
	font-weight: bold;
	margin-right: 5px;
}
.event-info{
	width: 75%;
	display: inline-block;
	margin-right: 5%;
	/*float:left;*/
}
.event-edit{
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	width: 150px;
}
.event-edit p {
	/*position: relative;*/
	display: inline-block;
	width: 42%;
	margin-right: 11%;
}
.event-edit p:last-child {
	/*width: 100%;*/
	margin-right: 0;
}
.event-edit p button {
	width: 100%;
}

#deleteEvent {
	background: rgba(222, 113, 113, 0.6);
	color: #FF0000;
}

/* UPLOAD IMAGE */
.admin-upload-img-wrapper {
	width: 100%;
	padding: 10px;
	/*border: 1px solid;*/
}

.admin-upload-img-wrapper input[type=text],
.admin-upload-img-wrapper textarea {
	background: #FFFFFF;
	width: 100%;
}

.admin-upload-img-wrapper p textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 814px;
	height: 80px;
	resize: vertical;
}
.admin-upload-img-wrapper button {
	width: 100%;
	padding: 5px;
}
#imgPreviewBox{
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.preview {
	vertical-align: top;
	margin-right: 2%;
}

/* DELETE IMAGE */
ul.delete-img-list {
	
}
ul.delete-img-list li {
	position:relative;
	list-style: none;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding-top: 19px;
	height: 120px;
	border: 1px solid grey;
	background: #7a8114;
	
}
ul.delete-img-list label{
	font-size: 10px;
	position: absolute;
	margin: 0;
	left: 5px;
	top: 5px;
}
ul.delete-img-list li input{
	position: absolute;
	right: 5px;
	top: 3px;
}
#imgDelBtn{
	width: 100%;
	padding: 6px;
	margin-bottom: 20px; 
}
/* Loader */
#loading-img{
	width: 100%;
}
#loading-img img { 
	display: block;
	margin: 0 auto;
}
.field-error {
	outline: 1px solid red !important;
}
/*LOG TABLE*/
table {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: grey;
}
thead, tbody {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table th, table td {
    padding: .3em;
    margin: .1em;
    vertical-align: top;
    text-shadow: 0 1px 0 #fff;
}
th {
    border-right: 1px solid #fff;
    text-align: left;
}
th.right, td.right {
    text-align: right;
}
td.data {
    border-right: 1px solid #bbb;
}
table tr:nth-child(even) {
	background: #DFDFDF;
}
th {
    font-weight: bold;
    color: #000;
    background: #f3f3f3;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background: -moz-linear-gradient(top, #ffffff, #cccccc);
    background: -ms-linear-gradient(top, #ffffff, #cccccc);
    background: -o-linear-gradient(top, #ffffff, #cccccc);
}