﻿.info-header {
    position: relative;
}

.event-name h1 {
    font-size: 2.0vw;
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin-bottom: 5px;
}

.addthis_toolbox {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

    h1 {
        font-weight: bold;
    }

    h1 span {
        color: orange;
    }
	
.bg-user {
    border-color: rgb(238, 238, 238) !important;
}
.portlet.user-color {
    border-color: rgb(238, 238, 238) !important;
}
.border-user {
    border: 1px solid rgb(238, 238, 238) !important;
}

.white-bg {
    background-color: #fff;
}

/* begin confirm classes */
.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

/* begin footer placement on bottom of page */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

.footer, .push {
    height: 60px;
}

.footer {
    margin-bottom: -60px;
}

/* end footer placement on bottom of page */

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}        

.table td, .table th {
    border: none;
}

table {
    border: 1px solid #ddd;
}

.portlet.box.purple {
  border: 1px solid #a57fb5;
}

.news-blocks {
    padding: 10px;
    margin-bottom: 10px;
    background: #faf6ea;
    border-top: solid 2px #faf6ea;
}

/* begin donations styles */
.well.well-success {
  background-color: #eef7ea;
  border-color: #c9e2b3;
  color: #3c763d;
}

.well.well-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* start custom question classes */

.content-page p, .content-page .list-unstyled {
    margin-bottom: 0;
}

/* end custom question classes */

.rf-primary-color {
}

.rf-primary-border {
    border: 1px solid #8e5fa2 !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.form h3.form-section {
    margin-top: 0 !important;
    font-weight: 400;
    color: #f05f2a;
    margin-bottom: 0 !important;
    border: none !important;
}

.content-page {
    margin-right: 0;
    padding: 0;
}

.info-header {
    position: relative;
}

    .event-name h1 {
        font-size: 2.0vw;
        display: inline-block;
        width: 100%;
        line-height: 1;
        margin-bottom: 5px;
    }

    .info-header .event-name {
        margin-top: 20px;
    }

.margintop20 {
    margin-top: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.info-header .event-name h1 {
    font-weight: 600;
}

.info-header .event-logo img {
    margin: 10px 0 10px 0;
}

.register-editor-content {
    margin-right: 0;
    margin-left: 0;
}

    .register-editor-content .alert {
        margin-bottom: 15px;
    }

.em-container {
    padding-right: 15px !important;
}

.event-name h1 {
    font-size: 1em;
}

.form-column {
    background-color: #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .em-container {
        padding-right: 0 !important;
    }

    .event-name h1 {
        font-size: 2.0vw;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .addthis_toolbox {
        display: inline-block;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
