﻿/* Adds the font for the website */
html,
body {
    font-family: 'Trebuchet', sans-serif, Verdana, Geneva, sans-serif !important;
    height: 100%;
}

/* Adds margin for body */
body {
    padding-top: 80px;
    background: #fdfdfd;
}

body.home {
    padding-top: 0px;
}

/* Adds a wrapper for page content to push down footer */
section#body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px;
    padding: 0 0 140px;
}

/* Applies a custom style for the header bar */
.navbar {
    box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-font-smoothing: antialiased;
}

.navbar.home {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.85);
    border: none;
}

.navbar.home ul.nav.navbar-nav>li>a {
    background: none !important;
}

.navbar-brand {
    margin: -4px 20px 0 0;
}

.navbar .navbar-header {
    padding: 10px 0;
}

.navbar ul.nav.navbar-nav {
    margin-left: -15px;
}

.navbar ul.nav.navbar-nav>li>a {
    padding: 25px 15px;
    color: #BBBBBB;
}

.navbar ul.nav.navbar-nav ul.dropdown-menu>li a {
    padding: 10px 15px;
}

/* Sets the fixed height of the footer */
footer {
    height: 140px;
    padding-top: 80px;
    color: #ccc;
}

footer .footer {
    height: 68px;
    background: #f8f8f8;
    border-top: 1px solid #eaeaea;
    box-shadow: 0px -1px 3px 1px rgba(150, 150, 150, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
}

footer a {
    color: #777;
}

footer span.delimiter {
    margin-left: 10px;
    margin-right: 10px;
    color: #ccc;
}

/* Adds styling for the cookie consent */
.cookie-consent {
    position: sticky;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px -1px 3px 1px rgba(150, 150, 150, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 9999;
}

/* Applies a custom style for tabs */
.tabs {
    list-style: none;
    border-bottom: 2px solid #EEE;
}

.tabs li {
    display: inline-block;
}

.tabs li a {
    padding: 10px 30px;
    color: #999;
    display: inline-block;
    text-decoration: none;
    margin-bottom: -2px;
}

.tabs li a:hover {
    color: #333;
}

.tabs li.active a {
    color: #333;
    border-bottom: 2px solid #333;
}

/* Applies a custom style for the carousel */
.carousel .carousel-control .glyphicon {
    margin-right: -15px;
}

.carousel .carousel-control:not(.solid) {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.carousel:hover .carousel-control:not(.solid) {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.carousel .carousel-indicators:not(.solid) {
    margin-bottom: -10px;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.carousel:hover .carousel-indicators:not(.solid) {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.left.carousel-control:not(.solid) {
    background-image: none;
}

.right.carousel-control:not(.solid) {
    background-image: none;
}

.carousel .caption:not(.solid) {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
    margin: 10px 15px 40px 15px;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.carousel:hover .caption:not(.solid) {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.carousel .caption h4 {
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.carousel .alternative {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.carousel:hover .alternative {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.carousel .alternative span.glyphicons {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin: -35px 25px 35px -25px;
    font-size: 45px;
    color: #FFF;
}

/* Styles for the solid carousel controls and captions */
.carousel .carousel-control.solid {
    width: 6%;
    -webkit-text-shadow: none;
    text-shadow: none;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}

.left.carousel-control.solid {
    background: rgba(0, 0, 0, 0.6);
}

.right.carousel-control.solid {
    background: rgba(0, 0, 0, 0.6);
}

.carousel .carousel-indicators.solid {
    margin-bottom: -10px;
}

.carousel .caption.solid {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
    padding: 10px 15px 25px 15px;
    background: rgba(0, 0, 0, 0.3);
}

/* Applies the style for the home carousel */
.carousel.home .container {
    position: relative;
    height: 600px;
}

.carousel.home {}

.carousel.home .item {
    height: 625px;
}

.carousel .caption.home {
    margin: 0;
    padding: 10px 15px 25px 15px;
    background: rgba(0, 0, 0, 0.8);
}

.carousel.home .carousel-indicators {
    margin-bottom: 20px;
}

/* Styles for the headers */
.header {
    margin: 0 auto 0 auto;
    max-width: 600px;
    text-align: center;
}

.header.left {
    max-width: none;
    text-align: left;
}

.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    padding-bottom: 4px;
    margin-bottom: 0px;
}

.header h1 {
    font-size: 100px;
}

.page-header.no-border {
    margin-bottom: 0px;
    border-bottom: none;
}

.form-header {
    margin: 20px auto 30px auto;
    max-width: 600px;
    text-align: center;
    border-bottom: 1px solid #EEE;
}

.form-header h4 {
    margin-bottom: 15px;
}

/* Styles for the delimiters */
.page-delimiter {
    margin: 0 auto 0 auto;
    max-width: 600px;
    text-align: center;
}

/* A style that adds an overflow ellipsis to the item */
.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dashboard-overflow {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.dashboard-overflow .foreground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/Resources/Images/DashboardOverflowForeground.png) top repeat-x;
}

/* Styles for the breadcrumbs */
.breadcrumbs {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 1px 3px 1px rgba(150, 150, 150, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    padding: 10px 0 8px 0;
    margin: -10px 0 0 0;
}

.breadcrumbs h1 {
    margin: 14px 0 0 0;
    font-size: 26px;
    color: #686868;
}

.breadcrumbs .btn.pull-right,
.breadcrumbs .btn-group.pull-right {
    margin-top: -16px;
}

.breadcrumb {
    top: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: -16px;
    background: none;
    position: relative;
}

.breadcrumb li:not(.active) a {
    color: #ccc;
}

/* Styles for the striped tables */
.table-striped tr:nth-child(even):not(.warning):not(.info) td,
.table-striped>tbody>tr:nth-child(even):not(.warning):not(.info) th {
    background-color: #ffffff;
}

/* Styles for the pricing table */
.purchase {
    border: 1px solid #cccccc;
    padding: 30px 30px 40px 30px;
    background-color: #ffffff;
    z-index: 2;
}

.purchase:hover {
    box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
}

.purchase.purchase-header:hover {
    box-shadow: none;
}

.purchase h1 {
    font-size: 60px;
    margin: 0 -30px;
}

.purchase h1.x0 {
    padding: 0 0;
}

.purchase h1.x1 {
    padding: 10px 0;
}

.purchase h1.x2 {
    padding: 20px 0;
}

.purchase h1.x3 {
    padding: 30px 0;
}

.purchase h1.x4 {
    padding: 40px 0;
}

.purchase h1 sup {
    font-size: 20px;
    top: -1.7em;
    margin-right: -10px;
}

.purchase h1 sub {
    font-size: 20px;
    top: -0.3em;
    margin-left: -5px;
}

.purchase hr {
    margin: 15px 30px;
}

.purchase a.btn {
    margin-top: 20px;
}

.purchase.purchase-small {
    margin: 20px -1px 20px -1px;
    padding: 10px 30px 20px 30px;
    z-index: 0 !important;
}

.purchase.purchase-header {
    border: 0px;
    padding: 101px 31px 31px 0px;
    background-color: inherit !important;
}

.purchase.purchase-header hr {
    margin: 15px 0 15px 0;
}

.purchase.purchase-header p span {
    padding-left: 10px;
    padding-right: 10px;
}

/* Removes the round borders */
*:not(.img-circle) {
    border-radius: 0px !important;
}

/* Removes the font size from glyphicons in buttons */
a small.glyphicons,
button small.glyphicons,
input small.glyphicons {
    font-size: 75%;
}

/* Adds some space in the model */
.modal-body {
    margin-top: 10px;
}

/* Represents some margin options */
.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-80 {
    margin-bottom: 60px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

/* Represents some widths for tables */
td.width-30 {
    width: 30px;
}

td.width-50 {
    width: 50px;
}

td.width-100 {
    width: 100px;
}

td.width-300 {
    width: 300px;
}

table.full-width {
    width: 100%;
}

/* Adds a fix for collapsable table rows */
tr.in.collapse {
    display: table-row !important;
}

/* Aligns the profile picture */
.small-profile-picture {
    height: 20px;
    margin: -10px 5px -10px 0;
    vertical-align: middle;
}

.profile-picture {
    height: 30px;
    margin: -10px 5px -10px 0;
    vertical-align: middle;
}

/* Aligns the facebook pictures */
.facebook-picture {
    max-width: 200px;
    max-height: 200px;
}

/* Represents a full-width block link */
a.btn-table {
    display: block;
    color: inherit;
    width: 100%;
}

a.btn-table:hover,
a.btn-table:active,
a.btn-table:focus {
    text-decoration: none;
}

/* Represents a full-width link for features */
.btn-feature {
    width: 100%;
    display: block;
    color: inherit;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.btn-feature .img-glyphicons {
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

a.btn-feature:hover,
a.btn-feature:active,
a.btn-feature:focus {
    text-decoration: none;
}

a.btn-feature:hover {
    color: #428bca;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.btn-feature:hover .img-glyphicons {
    background-color: #428bca !important;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* Represents a table header for sorting */
a.table-header {
    display: block;
    color: inherit;
    cursor: pointer;
}

a.table-header:hover,
a.table-header:active,
a.table-header:focus {
    text-decoration: none;
}

/* Removes the block size from the response images */
@media (max-width: 767px) {
    .img-responsive {
        display: inline-block;
    }
}

/* Aligns the file image */
.img-file {
    vertical-align: baseline;
    margin-right: 5px;
}

.img-file-editor {
    vertical-align: middle;
    margin: 8px;
}

/* Aligns the preview image */
.img-editor {
    height: 34px;
    vertical-align: middle;
}

/* Styles a thumbnail-like image with no border */
.img-gallery a {
    position: relative;
    display: block;
}

.img-gallery .caption h4 {
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.img-gallery .alternative {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.img-gallery .alternative.transparent {
    background: none;
}

.img-gallery:hover .alternative {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.img-gallery .alternative .profile-picture {
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 60px 60px -60px;
}

.img-gallery .alternative span.glyphicons {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin: -35px 25px 35px -25px;
    font-size: 45px;
    color: #FFF;
}

.img-gallery .alternative .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
    margin: 10px 15px 30px 15px;
}

/* Styles for a circle glyphicon */
.img-glyphicons {
    position: relative;
    display: inline-block;
    background-color: #333;
    width: 50px;
    height: 50px;
}

.img-glyphicons span.glyphicons {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -15px 10px 15px -10px;
    font-size: 20px;
    color: #FFF;
}

.img-highlight-glyphicons {
    position: relative;
    display: inline-block;
    background-color: #f0ad4e;
    width: 50px;
    height: 50px;
}

.img-highlight-glyphicons span.glyphicons {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -15px 10px 15px -10px;
    font-size: 20px;
    color: #FFF;
}

/* Adds an inactive element that is used for administration */
.inactive {
    opacity: 0.3;
}

/* Styles for the wizard forms */
.wizard {
    border: 1px solid #cccccc;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
}

.wizard.wizard-logo {
    background: #ffffff url(/Resources/Images/Wizard/Header.png) left top no-repeat;
}

.wizard .header {
    margin: 0;
    max-width: none;
    text-align: left;
}

.wizard .header h3 {
    margin-top: 10px;
    margin-bottom: 4px;
}

.wizard.wizard-logo .header {
    margin: 0 0 0 70px;
}

.wizard ol.steps {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.wizard ol.steps li {
    display: inline-block;
    width: 99px;
    height: 80px;
    margin: 0 -2px 5px -2px;
    padding: 10px 0;
    background: url(/Resources/Images/Wizard/Step.png) center center no-repeat;
    vertical-align: top;
}

.wizard ol.steps li:first-child {
    background: url(/Resources/Images/Wizard/FirstStep.png) center center no-repeat;
}

.wizard ol.steps li:last-child {
    background: url(/Resources/Images/Wizard/LastStep.png) center center no-repeat;
}

.wizard ol.steps li.delimiter {
    width: 20px;
    background: url(/Resources/Images/Wizard/Delimiter.png) center center no-repeat;
}

.wizard ol.steps li.small-delimiter {
    width: 10px;
    background: url(/Resources/Images/Wizard/Delimiter.png) center center no-repeat;
}

.wizard ol.steps li h4 {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: url(/Resources/Images/Wizard/FinishedStepButton.png) center center no-repeat;
}

.wizard ol.steps li h4 small {
    color: #fff;
    margin: -10px;
    padding: -10px;
    padding-left: 6px;
}

.wizard ol.steps .active~li h4 {
    color: #999;
    background: url(/Resources/Images/Wizard/StepButton.png) center center no-repeat;
}

.wizard ol.steps li.active h4 {
    color: #fff;
    background: url(/Resources/Images/Wizard/CurrentStepButton.png) center center no-repeat;
}

/* Adds the style for the home wizard that acts as a shield */
.wizard.home {
    position: absolute;
    width: 400px;
    right: 100px;
    bottom: -20px;
    padding: 20px 15px 10px 20px;
    color: #222;
}

/* Adds a style for the list groups */
.list-group {
    border: 1px solid #080808;
    background-color: #222;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
}

.list-group small {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: block;
}

.list-group .divider {
    border-top: 1px solid #333;
    margin: 10px 40px;
}

a.list-group-item {
    color: #fff;
    background-color: #222;
    border: 0;
    border-left: 3px solid #222;
    text-transform: uppercase;
}

a.list-group-item:hover,
a.list-group-item:active,
a.list-group-item:focus,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:active,
a.list-group-item.active:focus {
    background-color: #080808;
    border-left: 3px solid #428bca;
}

a.list-group-item small {
    color: #bbb;
    text-transform: none;
}

a.list-group-item small.check-list {
    color: #bbb;
    display: block;
    margin-top: 4px;
    margin-left: 4px;
}

/* Adds a style for a time line */
.timeline {
    position: relative;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    margin-top: 0px;
}

.timeline .timeline-line {
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    top: 0;
    background: #cccccc;
    z-index: 1;
    border-radius: 2px !important;
}

.timeline .node {
    width: 50%;
    position: relative;
}

.timeline .node .entry {
    width: 88%;
    border: 1px solid #cccccc;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
}

.timeline .node.right .entry {
    margin: 0 0 0 auto;
}

.timeline .node .marker {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 25px !important;
    background: #cccccc;
    border: 3px solid #fdfdfd;
    top: 50px;
    z-index: 2;
}

.timeline .node .marker-line {
    position: absolute;
    width: 12%;
    height: 2px;
    background: #cccccc;
    top: 57px;
    z-index: 1;
}

.timeline .node.left {
    float: left;
    clear: left;
    margin-bottom: 40px;
}

.timeline .node.left .marker {
    left: 100%;
    margin-left: -8px;
}

.timeline .node.left .marker-line {
    right: 0;
}

.timeline .node.right {
    float: right;
    clear: right;
    margin-top: 40px;
}

.timeline .node.right .marker {
    right: 100%;
    margin-right: -8px;
}

/* Adds the styles for the sign in logo */
.sign-in {
    margin: 0 auto;
    position: relative;
    height: 300px;
    width: 300px;
}

img.sign-in-background,
img.sign-in-logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Adds a custom style for alerts */
.alert {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.3);
}

.alert .title {
    font-weight: bold;
}

.alert .message {
    color: #333;
}

.alert-success {
    border-left: 10px solid #4cae4c;
    background: #EDF7ED;
}

.alert-success .title {
    color: #4cae4c;
}

.alert-danger {
    border-left: 10px solid #d43f3a;
    background: #FBEBEB;
}

.alert-danger .title {
    color: #d43f3a;
}

.alert-info {
    border-left: 10px solid #357ebd;
    background: #EAF2F8;
}

.alert-info .title {
    color: #357ebd;
}

.alert-warning {
    border-left: 10px solid #eea236;
    background: #FDF6EB;
}

.alert-warning .title {
    color: #eea236;
}

/* Adds styles for the validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Adds a style, which fixes anchors (when navigating via hash to an anchor, the anchor is hidden behind the navigation bar) */
.anchor-fix {
    padding-top: 100px;
    margin-top: -100px;
}

/* Adds the styles for the Google charts (which are needed to display the map with the members) */
.chart {
    display: inline-block;
}

.chart-loading-200 {
    margin: 30px 90px 0 60px;
    background-image: url(/Resources/Images/ChartLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 170px;
}

.chart-loading-300 {
    margin: 30px 90px 0 60px;
    background-image: url(/Resources/Images/ChartLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 270px;
}

.chart-loading-400 {
    background-image: url(/Resources/Images/ChartLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.chart-loading-500 {
    background-image: url(/Resources/Images/ChartLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}

.chart-loading-800 {
    background-image: url(/Resources/Images/ChartLoading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
}

/* Adds a style that prevents from wrapping */
.no-wrap {
    white-space: nowrap;
}

/* Adds a style that imitates the background in the email */
.table-cell-email {
    background-color: #EEE;
    padding: 25px;
}

/* Adds a responsive embed which is not part of the this bootstrap build */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Adds the styles for the captcha */
.captcha img {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.captcha label {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
}

.captcha input {
    width: 50%;
}

.mce-toolbar-grp.mce-container.mce-panel {
    position: sticky;
    top: 70px;
    background: white;
}

/* Adds the styles for square images */
.img-full {
    width: 100%;
}

.img-square {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: block;
    background-color: #f9f9f9;
}

.img-square>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.align-middle {
    vertical-align: middle !important;
}

.form-control-text {
    height: auto !important;
    min-height: 34px;
    color: #000000;
}

.flipbook-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    padding: 70px;
}

.flipbook-content {
    position: relative;
    margin: auto;
}

.flipbook-content img {
    width: 100%;
    height: 100%;
}

.flipbook-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
}

.flipbook-left:hover {
    color: white;
    opacity: 0.5;
    text-decoration: none;
}

.flipbook-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
}

.flipbook-right:hover {
    color: white;
    opacity: 0.5;
    text-decoration: none;
}

.flipbook-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: white;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
}

.flipbook-close:hover {
    color: white;
    opacity: 0.5;
    text-decoration: none;
}