/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  font-size: 62.5%; }
body {
  font-size: 14px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background:#F6F6F5;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
    border-color:#dce0e0;
}

a:hover, a:visited, a:active, a:link {
    text-decoration: none !important;
    color: #337ab7;
}

a:hover {
    color: #23527c;
}

/*input[type=text], input[type=email], input[type=password] {
    width: 300px;
}*/

*:focus {
    outline: 0;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-nested {
    margin-left: -15px;
    margin-right: -15px;
}

.main-color {
    color:#545454;
}

/* Text */

.text-big {
    font-size: 16px;
}

.light-color {
    color:#8d8d8d;
}

.hidden {
    display:none;
}

.show-child:hover .hidden {
    display:inline-block !important;
}

.grey-light {
    background:#f3f3f3;
}

.white {
    background:#fff;
}

.color-red {
    color:#cd4d15;
}

dd, dt {
    margin-bottom:5px;
}

/* Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input.input-small {
    width: 45px;
}

input.input-medium {
    width: 80px;
}

select.form-control {
    padding:0 12px;
}

/* Buttons */

.button-group button, .button-group a.button {
    border-radius: 3px;
    padding:0 15px 0 15px;
    height: 30px;
    background:#008EAA;
    line-height: 30px;
    color:#fff;
    border:none;
    font-size:12px;
    /*text-transform: capitalize;*/
    font-weight: 300;
    margin-right:2px;
    display:inline-block;
}

.button-group button.normal, .button-group a.button.normal {
    background:#999999;
}

.button-group button:hover, .button-group a.button:hover {
    opacity:0.9;
}

.icon-button {
    background:#008EAA;
    padding:3px 3px 4px 4px;
    color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button-group button.button-large, .button-group a.button-large {
    font-size:15px;
    padding:4px 18px 4px 18px;
    height: auto;
}

a.button-light {
    background:#bcbcbc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:2px 7px;
    color:#fff;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container-fluid {
    padding:0;
}

.main {
    /*margin-left:200px;*/
    /*padding:70px 40px 50px 40px;*/
    /*padding:0 0 50px 0;*/
    position: relative;
/*    height:100vh;*/
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
    background:#fff;
    border-bottom:1px solid #dce0e0;
    height: 100px;
    position: relative;
    z-index:999;
}

.logo {
    width:200px;
    /*background:#008eaa;*/
    /* background:#49c5b1; */
    border-right: 1px solid #dce0e0; 
    padding:15px 40px 14px 10px;
    float:left;
}

.menu {
    float:left;
}

.nav ul {
    list-style: none;
    margin:0;
    padding:0;
    margin-left:15px;
}

.nav ul li {
    float:left;
}

.nav ul li a {
    display:block;
    line-height: 100px;
    padding:0 18px 0 18px;
    color:#484848;
}

.menu-right {
    position: absolute;
    top:0;
    right:0
}

.backup-info {
    font-size:14px;
    margin-bottom:20px;
    margin-left:15px;
}

.profile {
    text-align:right;
    margin-right:20px;
    line-height: 100px;
}

.option-dropdown {
    background:#fff;
    position: absolute;
    min-width:250px;
    top:99px;
    right:0;
    z-index:9999;
    font-size:15px;
    border-left:1px solid #dce0e0;
    border-bottom:1px solid #dce0e0;
}

.option-dropdown ul {
    margin:0;
    padding:0;
    list-style:none;
}

.option-dropdown ul li {
}

.option-dropdown ul li a {
    display:block;
    padding:7px 24px 7px 24px;
    color:#484848;
}

.option-dropdown ul li a:hover {
    background:#f9f9f9;
}

.option-dropdown .divider {
    height: 1px;
    width:100%;
    background:#dce0e0;
    /*margin:3px 0 3px 0;*/
}

/* -- Mobile -- */

.mobile-arrow {
    display:none;
    position: absolute;
    line-height: 100px;
    top:2px;
    right:0;
    font-size:26px;
    color:#fff;
    height: 100px;
    width:200px;
    text-align: right;
    padding-right:15px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: fixed;
    top:100px;
    bottom:0;
    right:0;
    left:0;
    z-index:9999;
    background:#fff;
    overflow-x: scroll;
    padding:20px;
    color:#484848;
}

.mobile-menu .divider {
    height: 1px;
    background: #dce0e0;
    width:100%;
    margin:25px 0 25px 0;
}

.mobile-menu ul {
    list-style: none;
    margin:0;
    padding:0;
}

.mobile-menu ul li a {
    display:block;
    color:#484848;
    padding:6px 0 6px 0;
}

.mobile-user {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom: 1px solid #dce0e0;
}

@media (max-width: 1050px) {
    .menu-right {
        display:none;
    }

    .mobile-arrow {
        display:block;
    }
}

@media (max-width: 740px) {

    .menu {
        display:none;
    }

    .mobile-arrow {
        display:block;
    }
}

/* Main
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h2.title {
    margin:0;
    margin-bottom:20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

h3.title {
    margin:0;
    margin-bottom:10px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

h3.sub-header {
    padding:0;
    margin:0;
    font-size:20px;
    margin-bottom:15px;
    margin-top:5px;
}

.page {
    margin:40px;
    /*padding:0 40px 0 40px;*/
}

/* hero */

/*.hero {
    border-radius:3px;
    border:1px solid #ddd;
    padding:20px;
}

.hero h4 {
    margin:0;
    padding:0;
    padding-bottom:10px;
}*/

.hero ul {
    list-style:none;
    margin:0;
    padding:0;
}

.hero ul a {
    color:#595959;
}

/* DL */

.dl-custom dt {
    float: left;
    width: auto;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:10px;
}

/* Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.message {
    position: fixed;
    bottom:15px;
    right:15px;
    /*border:2px solid #15cd72;*/
    background:#15cd72;
    padding:17px 80px 17px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*color:#15cd72;*/
    color:#fff;
    font-size:16px;
    /*background:#fff;*/
    z-index:9999;
    cursor: pointer;
}

.error-message {
    /*border:2px solid #cd4d15;*/
    background:#cd4d15;
    color: #fff;
    /*color:#cd4d15;*/
}

.db-error {
    position: absolute;
    z-index:99999;
    top:20px;
    left:50%;
    margin-left:-150px;
    width:300px;
    text-align: center;
    background:#cd4d15;
    color:#fff;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
}

@media (max-width: 320px) {
    .db-error {
        width:200px;
        margin-left:-100px;
    }
}

.box {
    background:#fff;
    padding:20px;
    border-radius:3px;
    min-height:100px;
    border:1px solid #dce0e0;
}

.box-padding {
    padding:40px;
}

.box-padding-left {
    padding-left:40px;
}

.box-padding-right {
    padding-right:40px;
}

.box-padding-top {
    padding-top:40px;
}

.box-padding-top-large {
    padding-top:50px;
}

.box-padding-bottom {
    padding-bottom:40px;
}

@media (max-width: 800px) {
    .box-padding {
        padding:25px;
    }

    .box-padding-left {
        padding-left:25px;
    }

    .box-padding-right {
        padding-right:25px;
    }

    .box-padding-top {
        padding-top:25px;
    }

    .box-padding-bottom {
        padding-bottom:25px;
    }
}

.border-top {
    border-top:1px solid #dce0e0;
}

/* Swimmer */

.new-swimmer-bg {
    opacity:0.3;
}

.new-swimmer-box {
    position: fixed;
    max-width:300px;
    top:25%;
    left:50%;
    margin-left:-150px;
    background:#fff;
    padding:20px;
    border: 1px solid #dce0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index:9999;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
    border-top:1px solid #ddd;
}

/* Competition
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 130px;
    text-align: center;
    padding-top:50px;
    margin-bottom:20px;
}

.dragover {
    border: 5px dashed #008eaa;
}

.upload-button {
    margin-top:10px;
}

.uploads {
    list-style: none;
    margin:0;
    padding:0;
}

.upload-progress {
    margin-top:10px;
}

.uploads li {
    margin:0;
    padding:0;

}

.uploads li a {
    display: block;

    position:relative;
    color:#333;
}

.competition-progress {
    border-bottom:3px solid #ddd;
    width: 100%;
    padding-left:40px;
    margin-bottom:40px;
}

.competition-progress ul {
    list-style: none;
    padding:0;
    margin:0;

}

.competition-progress ul li {
    padding:0;
    margin:0;
    float:left;
    width: 20%;
}

.competition-progress ul li a {
    display: block;
    color:#999;
    font-size:13px;
    padding:5px 40px 10px 0;
    border-bottom:3px solid transparent;
    margin-bottom:-3px;
    text-transform: uppercase;
    font-weight: 500;
}

.competition-progress ul li a.blue, .competition-progress ul li a:hover {
    border-bottom:3px solid #008eaa;
    color:#808080;
}

.competition-progress ul li a.disabled {
    color:#ccc;
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.search {

}

.advanced {
    margin-top:7px;
}

input[type=text].search {
    idth: 300px;
}

/* Entry
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.entry-top {
    overflow-x: auto;
    padding:0 5px 0 5px;
    width:100%;
    height: 130px;
}

.scroll-window {
    border-top:1px solid #ddd;
    /*position: absolute;
    top: 240px; left:0px; right:0px; bottom:0px*/
    display: flex;
    overflow: hidden;
    height: calc(100vh - 230px);
    position: relative;
    width: 100%;
}

.window-left {
    overflow: auto;
    height: auto;
    padding:25px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    flex: 1;
    background: #fff;
    border-right:1px solid #ddd;
    /*overflow-y:auto;

    position:absolute;
    left:0;
    top:0;
    bottom:0;
    padding:20px;*/
}

.window-right {
    overflow: auto;
    height: auto;
    padding:25px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    flex: 1.3;
    background: #fff;
    /*overflow-y:auto;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    padding:20px;*/
}

.window-switcher {
    display:none;
    position: fixed;
    bottom:20px;
    left:50%;
    transform: translateX(-50%);
    z-index:10000;
    background:#008eaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color:#fff;
    font-size:13px;
}

.window-switcher div {
    float:left;
    text-align: center;
    padding:7px 11px 7px 11px;
    cursor: pointer;
}

.window-switcher div:hover {
    opacity:0.9;
}

.window-switcher div:first-child {
    border-right:1px solid #e9e9e9;
}

@media (max-width: 990px) {
    .entry-top {
        height: 180px;
    }

    .scroll-window {
        display:block;
        height: auto;
    }

    .window-left {
        padding-bottom:70px;
    }
    .window-right {
        display:none;
        padding-bottom:70px;
    }

    .window-switcher {
        display:block;
    }

}

.scroll-window h3 {
    font-size: 20px;
    font-weight: 400;
    margin:0;
    padding:0;
    margin-bottom:15px;
}

.scroll-window input[type=text] {
    width: 100% !important;
}

.entry-table, .entry-table thead  {
    background:#f9f9f9;
}

.entry-table tr {
  background-color: #f9f9f9;
}

.entry-table  {
    border-bottom:2px solid #008eaa;
}

.highlight {
    border-top:2px solid #008eaa;
    background:#f9f9f9;
    font-weight: bold;
    opacity:1;
    filter: alpha(opacity=100);
}

.swimmer-entries {
    position: relative;
}

.overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:99999;
    background-color:rgba(230,230,230,0.5);
}

.overlay-small {
    position: absolute;
    top:-45px;
    bottom:-30px;
    left:-8px;
    right:-8px;
    z-index:99999;
    background-color:rgba(230,230,230,0.5);
}

.overlay-big {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:99999;
    background-color:rgba(230,230,230,0.5);
}

.overlay-big div, .overlay div, .overlay-small div {
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
}

.entry-tabs-border {
    border-bottom:1px solid #ccc;
    margin-top:-1px;
    margin-bottom: 20px;
}

.entry-tabs ul {
    list-style:none;
    margin:0;
    padding:0;
}

.entry-tabs ul li {
    cursor: pointer;
    float:left;
    padding:10px 8px 5px 8px;
    border-top:1px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom:1px solid #ccc;
}

.entry-tabs ul li.active {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #F6F6F5;
}

/* - */

.highlighted-event {
    background-color:#15cd72 !important;
    color:#fff;
}

.relay-alert {
    font-size:14px;
    color: #fff;
    margin-top:-5px;
}

.relay-alert span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding:2px 5px;
    border:1px solid #ebccd1;
}

.fetch-more-button {
    padding: 7px 20px 7px 20px;
    background: #d1d1d1;
    cursor: pointer;
    display:block;
}

.fetch-more-spinner {
    margin-bottom:10px;
}

/* Admin
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.admin h2 {
    font-weight: 300;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

.admin h3 {
    font-weight: 300;
    margin:0;
    padding:0;
    margin-bottom:20px;
}

/* nav */

.admin-nav {
    width:100%;
    border-bottom:1px solid #dce0e0;
    padding-left:40px;
}

.admin-nav ul {
    list-style: none;
    margin:0;
    padding:0;
}

.admin-nav ul li {
    float:left;
}

.admin-nav ul li a {
    display: block;
    color:#999;
    font-size:13px;
    text-align: center;
    padding:5px 0 10px 0;
    margin-right:40px;
    border-bottom:3px solid transparent;
    text-transform: uppercase;
    font-weight: 500;
}

.admin-nav ul li a:hover {
    border-bottom:3px solid #008eaa;
    color:#808080;
}

.admin-nav ul li a.active {
    border-bottom:3px solid #008eaa;
    color:#808080;
}

/* - */

.admin table.standard-times thead th {
    border-right:2px solid #ddd;
}

.tabs {
    overflow: hidden;
    margin-top:-25px;
    margin-bottom:40px;
}

.tabs ul {
    margin:0;
    padding:0;
    list-style: none;
}

.tabs ul li {
    float:left;
}

.tabs ul li a {
    display: block;
    color:#999;
    font-size:13px;
    text-align: center;
    border-bottom:3px solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    margin-right:20px;
}

.tabs ul li a:hover {
    border-bottom:3px solid #008eaa;
    color:#808080;
}

.tabs ul li a.active {
    border-bottom:3px solid #008eaa;
    color:#808080;
}

/* Table
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table th {
    color:#212121;
}

table td table tr td {
  padding-right:20px;
}

.loading-table {
    opacity: 0.5;
}

.table-info {
}

.table-info tr td {
    width:50%;
    padding:3px 20px 3px 5px;
    /*border-bottom:1px solid #ddd;*/
}

table.scrollable {
    display:table;
    overflow-x: auto;
}

@media (max-width: 800px) {
    table.scrollable {
        display:block;
        overflow-x: auto;
    }
}

/* Validation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.validation {
    color: #a94442;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 11px;
}


/* Datepicker
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row {
    outline:none !important;
}

/* Event
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.agegroup-con {
    background:#e9e9e9;
    padding:7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
}

.agegroup input[type="text"], .agegroup input[type="number"] {
    width:100%;
}

.agegroup .input-small {
    width:50px !important;
}

label.agegroup {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

/* Entry
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.selected-agegroup {
    text-decoration: underline;
}

/* Login
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.modal-login {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-login.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-login.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal-login {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Other
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.datepicker-custom {
    position: absolute;
    top:0;
    left:0;
    z-index:99999;
}*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 25px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }
a.button {
    color:#666;
}*/

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.add-top {
	margin-top:20px;
}

.add-bottom {
    margin-bottom:20px;
}

.add-top-small {
    margin-top:10px;
}

.add-bottom-small {
    margin-bottom:10px;
}

.add-top-big {
    margin-top:30px;
}

.right {
    float:right;
}

.float-left {
    float:left;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.padding-right {
    padding-right:15px;
}

.padding-right-small {
    padding-right:7px;
}

.padding-left {
    padding-left:15px;
}

.padding-left-small {
    padding-left:5px;
}

.margin-left {
    margin-left:10px;
}

.p {
    padding-left:15px;
    padding-right:15px;
}

.relative {
    position: relative;
}

.u-cf {
    content: "";
    display: table;
    clear: both;
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.reset-padding {
    padding:0;
}

.reset-padding-left {
    padding-left:0;
}

.reset-margin {
    margin:0 !important;
}

.adjust-margin {
    margin-top: -4px;
}

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

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

/* Donut spinner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@keyframes donut-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .donut-spinner {
    display: inline-block;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #7983ff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: donut-spin 0.8s linear infinite;
  }

/* Spinner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.card {
    border-radius: 5px;
    padding: 20px;
}

/* Mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 600px) {
    .mobile-hide-600 {
        display:none;
    }
}

@media (max-width: 992px) {
    .float-left-992 {
        float:left;
    }
}


.bsvw {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9997; }
  .bsvw .bsvw-bg {
    background-color: black;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .bsvw .bsvw-bg-light {
    opacity: 0.2; }
  .bsvw .bsvw-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px; }
    .bsvw .bsvw-center .spinner-text {
      margin-top: 20px; }
    .bsvw .bsvw-center .spinner-icon {
      color: #4399B3;  
      font-size: 100px; }

.black-bg {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.center-aligned {
    text-align: center;
}


