* {
	font-family: 'Open Sans', sans-serif;
}

body {
	background: #191919 /*url(../img/dot.png)*/;
}
body.logged-in {
	background: none;
}

a {
	text-decoration: none;
}

hr {
	border: 2px dashed #eee;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.wide-wrapper {
	margin: 0 20px;
}

.content-title {
	overflow: hidden;
	background: #191919;
}
.content {
	margin-top: 40px;
}

/* Log in page */
.log-in {
	background: #fff;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0 40px 80px;
	color: #000;
	position: relative;
	border: 5px solid #970b17;
}

.log-in .logo {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 10px;
}
.inside-logo {
	position: absolute;
	z-index: 1;
	width: 160px;
}
.inside-logo img {
	height: 45px;
	margin-top: 8px;
	margin-left: 10px;
}

.log-in h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 40px 0 40px;
	float: none;
	display: block;
	color: #000;
}

a.id-card {
	display: inline-block;
	background: #222;
	padding: 10px 10px 5px 10px;
	position: absolute;
	bottom: 0;
	margin-left: -49px;
}
a.id-card:hover {
	background: #111;
}
.log-in p {
	margin: 20px 20px 40px;
	font-size: 16px;
	line-height: 1.5em;
}
a.install {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	line-height: 15px;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.install:hover {
	text-decoration: none;
}

p.error, p.ok {
	background: #fff;
	color: #CC0000;
	padding: 15px;
}

p.ok {
	color: #128023;	
}

/* Menu */
.menu {
	background: #fff;
}

.menu ul {
	margin-left: 260px;
	height: 60px;
}

.menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
}
.menu .sub-menu {
	position: absolute;
	left: 0;
	margin-left: 0;
	z-index: 2;
	background: #2DA5DA;
	display: none;
}
.menu .sub-menu li {
	width: 200px;
}

.menu ul li a {
	color: #000;
	font-size: 18px;
	display: block;
	padding: 21px;
}
.menu ul li a:hover {
	color: #e3002a;
}
.menu ul li:hover .sub-menu {
	display: block;
}

.menu ul li.active a {
	background: #e3002a;
	color: #fff;
}
.menu ul li.active a:hover {
	color: #fff;
}

/* User info */
.whoami {
	position: absolute;
	right: 0;
	width: 250px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	z-index: 1;
}
.whoami .name {
	display: block;
	font-size: 26px;
	margin-top: 14px;
}
.whoami .name a {
	color: #fff;
	text-decoration: underline;
}
.whoami .role {
	display: block;
	font-style: italic;
	margin-top: 3px;
}
.whoami .btn {
	margin-bottom: 26px;
    	margin-top: 11px;
	padding: 10px 15px;
}

/* Content */
h1 {
	color: #fff;
	font-size: 32px;
	margin: 35px 0 40px 210px;
	display: inline-block;
	margin-right: 40px;
	float: left;
	max-width: 720px;
}

h2 {
	color: #000;
	padding: 15px 0;
	font-size: 24px;
}

.actions {
	margin-top: 35px;
}
.top-actions {
	display: inline-block;
	position: absolute;
}
.actions ul {
	overflow: hidden;
}
.actions li {
	float: left;
}
.actions li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
	margin-top: 3px;
	border-radius: 5px;
}

.search {
	margin-top: 20px;
}

/* Forms */
form {
	clear: both;	
}

input, select, textarea {
	border: 1px solid silver;
	font-size: 16px;
	padding: 5px;
}
#event_short_text {
	width: 100%;
	box-sizing: border-box;
}
.item-edit input[type="text"] {
	width: 300px;
}
.item-edit br {
	margin-bottom: 10px;
}

.pre-data {
	color: #000;
	position: absolute;
	top: -20px;
	font-size: 12px;
}

.data {
	background: #fff;
	clear: both;
	margin-bottom: 40px;
	position: relative;
}
#cboxContent .data {
	margin: 0;
	padding-right: 20px;
	overflow-x: hidden;
}
.data.no-bg {
	background: none;
}

/* Other */
.btn {
	display: inline-block;
	background: silver;
	padding: 10px;
	background: #D9534F;
	color: #fff;
	cursor: pointer;
	margin: 5px;
	font-size: 18px;
	border-radius: 5px;
}
.btn:hover {
	text-decoration: none;
	background: #CE534F;
}
.btn.ok {
	background: #5CB85C;
	border: none;
}
.submit, .button {
	background: #5CB85C;
	border: none;
	padding: 10px;
	border-radius: 5px;
}
.submit:hover, .button:hover {
	background: #5CB25C;
}

table {
	width: 100%;
}

th {
	border: 1px solid #ccc;
    	font-size: 14px;
    	padding: 15px 10px;
    	text-align: left;
	background: #191919;
	vertical-align: middle;
	color: #fff;
}

td {
	border: 1px solid #ccc;
    padding: 15px 10px;
    background: #fff;
	vertical-align: middle;
	font-size: 14px;
	background-clip: padding-box;
}
.odd td {
	background: #F2F2F2;
	background-clip: padding-box;
}
.item-edit td {
	background: none;
}
.midtitle td {
	background: none;
	border: none;
	color: #000;
	font-weight: bold;
	padding: 35px 10px 15px;
	font-size: 18px;
}



.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Pagination */
.pagination {
	margin: 30px 0;
	overflow: hidden;
}
.pagination li {
	display: inline-block;
	list-style-type: none;
	margin: 5px;
}
.pagination li a {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 8px;
	font-size: 11px;
	line-height: 12px;
	background: gray;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.pagination li a:hover {
	background: #1E84C2;
}
.pagination .current a {
	background: #000;
}

small.tiny {
	font-size: 11px;
	display: block;
}


.text-right {
	text-align: right;
}


.archived td {
	text-decoration: line-through;
	/*background: #C1DCEE;*/
	color: silver;
	word-break: break-all;
}
.archived td a {
	color: silver;
}
.action-icons, .archived td.action-icons {
	text-decoration: none;
	white-space: nowrap;
}

.export {
	margin-top: 15px;
	margin-bottom: 40px;
}
.export .submit {
	color: #fff;
	cursor: pointer;
	margin-right: 200px;
	font-size: 14px;
}
.search {
	color: #fff;
}
form.search {
	margin-bottom: 40px;
}
.search, .search input, .search select {
	font-size: 16px;
}
.search select {
	width: 200px;
}

.user-errors, .user-messages, .user-warnings, .user-infos {
	clear: both;
	padding: 15px;
	line-height: 1.5;
}
.user-errors ul, .user-messages ul, .user-warnings ul, .user-infos ul {
	list-style: square;
	margin-left: 25px;
}
.user-errors {
	background: #f2dede;
	color: #a94442;
	border: 1px solid #ebccd1;
}
.user-messages {
	background: #dff0d8;
	color: #3c763d;
	border: 1px solid #d6e9c6;
}
.user-warnings {
	background: #fcf8e3;
	color: #8a6d3b;
	border: 1px solid #faebcc;
}
.user-infos {
	background: #d9edf7;
	color: #31708f;
	border: 1px solid #bce8f1;
}

.first-td {
	position: relative;
}
.highlight {
	background: #EB3C00;
	display: inline-block;
	height: 100%;
	position: absolute;
	left: -6px;
	top: 0;
}


.subheading {
	text-align: center;
	margin: 40px 0 50px;
}
.subheading.events-done {
	margin-top: 60px;
}
.subbie {
	display: inline-block;
	position: relative;
}
.subheading span {
	color: yellow;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: 6px;
	font-size: 18px;
}
.heading-line {
	background: #CDDE20 none repeat scroll 0 0;
    	height: 3px;
    	margin-top: -1.5px;
    	position: absolute;
    	top: 50%;
    	width: 0;
}
.heading-line-left {
	margin-left: -5025px;
	padding-left: 5000px;
}
.heading-line-right {
	margin-left: 25px;
	margin-right: -5000px;
        padding-right: 5000px;
}

.events {
	overflow: hidden;
}
.event {
	margin-bottom: 40px;
	text-align: center;
}
.event h2 a {
	color: #fff;
	text-decoration: underline;
}
.event .time {
	color: #fff;
	font-style: italic;
	padding: 10px;
}
.event .time .time-to {
	margin-left: 25px;
}
.event p {
	margin-bottom: 10px;
}
.event-text {
	background: #0880b5;
	padding: 15px;
	text-align: left;
}
.event-text, .event-text p {
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
}
.event-footer {
	margin-top: 15px;
}
.event .button {
	padding: 8px 15px;
}
.event-remove {
	float: right;
	margin: 7px 10px;
}

.paying {
	margin-bottom: 40px;
	overflow: hidden;
}
.donation, .member-fee {
	width: 45%;
	float: left;
}
.donation {
	margin-right: 5%;
}
#custom-payment-amount {
	display: inline-block;
	width: 70px;
}

/* Colorbox */
#cboxOverlay {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 10000;
}
#colorbox {
        z-index: 100000;
}

#cboxLoadingGraphic {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left:2px solid #fff;
        border-right:2px solid #fff;
        border-bottom:2px solid #666;
        border-top:2px solid #666;
        border-radius:100%;
        opacity:0.3;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

#colorbox img {
        display: block;
}
#cboxClose {
        position: absolute;
        top:0px;
        right: 10px;
        height: 30px;
        width: 30px;
        border: none 0px;
        overflow: hidden;
        text-indent: -10000px;
        border-radius: 100%;
        opacity: 0.6;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
        background: url(../img/close.png) no-repeat center;
}

#cboxClose:hover {
        cursor: pointer;
        opacity: 1;
}

#cboxLoadedContent {
        border:solid 1px rgba(255,255,255,0.10);
        padding:5px;
        margin:40px 0px;
}

#cboxPrevious, #cboxNext {
        position: fixed;
        height: 60px;
        width: 60px;
        border-radius: 30px;
        border: none 0px;
        background: no-repeat center;
        top: 50%;
        margin-top: -30px;
        overflow: hidden;
        text-indent: -1000px;
        opacity: 0.3;
        cursor: pointer;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
}

@media (max-width:800px) {
        #cboxLoadedContent {
                border:none 0px;
                padding:0px;
                margin:40px 0px;
        }
        #cboxPrevious, #cboxNext  {
                height:40px;
                width:40px;
                margin-top:-20px;
        }
}

#cboxPrevious:hover, #cboxNext:hover {
        opacity: 1;
        cursor: pointer;
}
#cboxPrevious {
        left: 0px;
        background-image: url(../img/left_big.png);
}
#cboxNext {
        right: 0px;
        background-image: url(../img/right_big.png);
}
#cboxTitle {
        padding: 20px 10px;
        margin-top:-40px;
        color: #fff;
}
.checkbox-filter {
	color: #000;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
