/*
	pink #c82e92
	blue #00aeef
	blue darker #009bd4
	grey: #eaf1f1
	purple: #6a1b9a;
	purple light: #ce80ff;
 */

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

html, body {
    background-color: rgb(238, 238, 238);
    height: 100%;
    margin: 0;
    overflow: auto;
}

body {
    min-height: 100vh;
    height: 100vh;
}

h3 {
    line-height: 1.5;
}

.glyphicon {
    color: #6a1b9a
}

.item {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center;
}

.item .flex {
    height: 100%;
}

.slide-box {
    width: 100%;
    flex: 1;
    padding: 0;
    margin: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    top: calc(100vh - 250px);
}

#slide-banner {
    min-height: 65px;
    color: white;
    background-color: #6a1b9a;
}

#slides {
    height: calc(100vh - 130px);
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex: 1 1 auto;

    overflow: auto;
    align-items: center;
    max-width: 100%
}

.nav-center {
    margin: 0;
    float: none;
}

.navbar-inner {
    text-align: center;
}

.btn-nav {
    background-color: #00aeef;
    color: white;
}

.btn-nav:hover {
    background-color: #009bd4;
    color: white;
}

.btn-get-started {
    border-bottom: 4px solid #005c7d;
    border-top: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 8px;
    background-color: #00aeef;
    color: white;
}

.btn-get-started:hover {
    margin-top: 4px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 8px;
    background-color: #3190d4;
    color: white;
}

.btn-get-started:visited {
    color: white;
}

.btn-download-pass {
    border-bottom: 4px solid #005front-page-contentc7d;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 8px;
    background-color: #55AFA9;
    color: white;
}

.btn-download-pass {
    border-bottom: 4px solid #005c7d;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 8px;
    background-color: #55AFA9;
    color: white;
}

.btn-download-pass:hover {
    margin-top: 4px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 8px;
    background-color: #55AFA9;
    color: white;
}

.btn-download-pass:visited, .btn-download-pass:focus {
    color: white;
}

#download_pass_modal .modal-dialog {
    max-width: 360px;
}

.btn-address {
    border-bottom: 4px solid #6b224d;
    border-top: none;
    border-radius: 8px;
    background-color: white;
    color: white;
    padding: 12px 24px
}

.btn-address:hover {
    margin-top: 4px;
    border-bottom: none;
    border-radius: 8px;
    color: white;
}

.swiper-container {
    width: 100vw;
    height: 100%;
    overflow: auto;
}

.slide-content {
    text-align: center;
    border-bottom: thick solid #c82e92;
    padding: 1em 1em;
    width: 100vw;
    height: 100%;
    overflow: auto;
}

#slide-container {
    display: none;
}

#footer {
    height: 65px;
    background-color: #4C2386;

    width: 100vw;
    z-index: 205;
}

.centerize {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;

    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;

    align-items: center;
    justify-content: center;
}

.centerize-h {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.no-padding {
    padding: 0;
}

h3 {
    margin-top: 0;
    font-weight: lighter;
}

.swiper-slide h3 {
    font-weight: bold;
}

.swiper-slide h4 {
    font-weight: lighter;
    margin-top: 0;
}

.jumbotron {
    margin: 0;
    padding: 0;
    background-color: #6a1b9a;
    border-bottom: thick solid #00aeef;
    border-top: thick solid #c82e92;
}

.row {
    margin: 0;
}

#banner-sub {
    font-weight: bold;
    color: white;
}

/*banner 914x280*/
/* img width = 360 - 2 * 20 = 320
	 img height = (320 / 914) * 280 = 100
	 90 * 0.2 + 10 = 30 */
#banner-container {
    padding: 1em;
    font-weight: bold;
    color: white;
}

#banner-container img {
    max-width: 100%;
    width: 200px;
    max-height: 100%;
    height: 100%;
}

#banner {
    width: 320px;
    height: 44px;
}

#banner-sub {
    font-size: 16px;
    padding: 14px;
    line-height: 1;
    margin: 0;
}

.swiper-container {
    width: 100vw;
    /*height: calc(100vh - 65px);*/
}

h4 {
    font-size: 14px
}

h3 {
    font-size: 18px
}

html, body {
    min-height: 100vh;
    height: 100vh;
    position: relative;
    min-height: 100%;
}

.container {
    padding: 0;
    margin: 0;
    width: 100%;
}

#front-page-container {
    position: absolute;
    top: 0;
    min-height: 100vh;
    height: 100vh;
}

#front-page {
    min-height: 100vh;
    z-index: 201;
    width: 100vw;
    position: absolute;
    top: 0px;

    overflow: auto;
}

.flex-fill {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

#front-page-content {
    /*height: calc(100vh - 656px);*/
    min-height: 375px;
    overflow: none;
}

#front-page-content-body {
    line-height: calc(100vh - 656px);
}

#front-page-footer p {
    color: white;
}

.result {
    display: none;
    padding-bottom: 1em;
}

.inject {
    color: #349DEB;
}

.btn-contact {
    border-bottom: 4px solid #005c7d;
    border-top: none;
    border-radius: 8px;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #00aeef;
    color: white;
}

.btn-contact:hover {
    margin-top: 4px;
    border-bottom: none;
    border-radius: 8px;
    background-color: #3190d4;
    color: white;
}

.dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
    min-width: 150px;
}

.holiday-entitlement button, .holiday-utilization button {
    min-width: 150px;
}

.material {
    text-align: center;
    padding: 10px 0;
}

.fb-blue {
    color: #3b5998
}

.twitter-blue {
    color: #4099FF
}

.nav-button-strong {
    background-color: #4C2386;
    color: white;
    font-weight: bolder;
    border: none;
}

.nav-button-strong:hover, .nav-button-strong:focus {
    color: white !important;
    background-color: #7A60A8;
}

.gender-group > label {
    width: 7em
}

#details-other {
    width: 11em;
}

.btn-group-vertical.gender-group > label {
    width: 11em;
}
