/*
    DEMO STYLE
*/

body {
	font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fafafa;
    background-attachment: fixed;
    background-color: #143558;
    background-image: linear-gradient(to bottom left, #143558, #3b2764);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 16px;
    height: 100%;
    margin: 0;
}

.page-content {
    background-color: #fff;
    margin: 0px auto;
    max-width: 960px;
    overflow: hidden;
    padding: 20px;
    text-align: left;
    width: 100%;
}

.page-content.admin {
	max-width: 1500px;
}

/*
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #02172A;
	border-color: #02172A;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

div.header {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

div.header img {
    max-width: 960px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

div.header.admin img {
    max-width: 1500px;
}

#btn-register {
	text-align: center;
}

#btn-register a {
	font-size: 20px;
}

.btn-connect-blue {
    color: #fff;
    background-color: #1e4973;
    border-color: #1e4973;
}

.btn-connect-blue:hover {
    color: #fff;
    background-color: #0d203e;
    border-color: #0d203e;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar-events {
    min-width: 250px;
    max-width: 250px;
    background: #075192;
    color: #fff;
    transition: all 0.3s;
}

#sidebar-events.active {
    margin-left: -250px;
}

#sidebar-events .sidebar-events-header {
    padding: 20px;
}

#sidebar-events-collapse {
    background: #075192;
    height: 40px;
    width: 40px;
    padding: 5px;
    color: #fff;
}

#sidebar-events ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar-events ul p {
    color: #fff;
    padding: 10px;
}

#sidebar-events div {
    padding: 0px 10px;
}

#sidebar-events div.btn,
#sidebar-events .btn {
    padding: 0px 6px;
    margin-left: 2px;
}

#sidebar-events ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar-events ul li a:hover {
    color: #075192;
    background: #fff;
}

#sidebar-events ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #075192;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #075192;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #075192;
}

a.article,
a.article:hover {
    background: #075192 !important;
    color: #fff !important;
}

.important {
	color: #e1032b;
}

/* ---------------------------------------------------
    REGRISTRATION STYLE
----------------------------------------------------- */

.disabled-check {
	background-color: #80808070;
    opacity: .5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eef6fb;
}

.table th, .table td {
    border-top: 1px solid #eef6fb;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#content .event {
	padding-bottom: 20px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar-events {
        margin-left: -250px;
    }

    #sidebar-events.active {
        margin-left: 0;
    }

    #sidebar-events-collapse .rotate{
	    -moz-transform:rotate(180deg);
	    -webkit-transform:rotate(180deg);
	    transform:rotate(180deg);
    }
}


/* ---------------------------------------------------
    MODAL STYLE
----------------------------------------------------- */

.modal .form-label {
    width: 100px;
    display: inline-block;
}


/* ---------------------------------------------------
    PANEL STYLE
----------------------------------------------------- */

.panel-title {
    font-size: 20px;
}

.panel-subtitle {
	font-weight:bold;
    font-size: 18px;
}


/* ---------------------------------------------------
    Rotation Animation
----------------------------------------------------- */

.rotate{
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.rotate.side{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



@media print {
  a[href]:after {
    content: none !important;
  }
}

/* ---------------------------------------------------
    Splash Page (City Selection)
----------------------------------------------------- */
#city-selection-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

#city-selection-container .city-button {
    padding: 25px;
}

#city-selection-container .city-button img {
    width: 100%;
    max-width:500px;
}

/* ---------------------------------------------------
    Registration
----------------------------------------------------- */


span.rsvp-status {
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;
    padding: 3px 10px;
    white-space: nowrap;
}

span.rsvp-status.WAITLISTED
 {
    background-color: #02D6E8;
    border-color: #02D6E8;
}

span.rsvp-status.CONFIRMED {
    background-color: #1e4973;
    border-color: #1e4973;
}

span.full,
span.rsvp-status.CLOSED,
span.rsvp-status.CANCELLED,
span.rsvp-status.REMOVED {
    background-color: #e2042b;
    border-color: #e2042b;
}

#submit-registration-button,
#login-submit {
    font-size: 20px;
    height: 70px;
    text-align: center;
    white-space: normal;
    width: 90%;
}

.event-name,
.event-location {
	font-size: 18px;
}

.select-table {
	max-width: 250px;
}


/* ADMIN STYLING */

div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
}

div.dataTables_wrapper div.dataTables_length {
	text-align: right;
}

div.dataTables_wrapper table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

form .field-label {
    font-weight: bold;
}

.footer {
    text-align: center;
}