﻿@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

body, html{
    margin:0;
    padding:0;
    font-family: 'Fjalla One', sans-serif;
}
#contentHeaderRow {
    height: 75px;
    display: inline-block;
    width: 100%;
    background: whitesmoke;
}
    #contentHeaderRow img {
        height: 100px;
        display: inline-block;
        position: absolute;
        top: 0;
        margin-left: 150px;
    }
    #contentHeaderRow h3 {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        font-family: 'Anton', sans-serif;
        font-size: 48px;
        text-shadow: 4px 4px 4px black;
        color: slategrey;
        margin-top: 0;
    }
#ContentPlaceHolder1_dlClassess span {
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 4px 4px 4px black;
}
.actionsUL {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top:0;
    width:auto;
}
.actionsUL li{
    display: inline-block;
    margin:0;
    height:70px;
    top:0;
    border:1px solid whitesmoke;
    width:150px;
    text-align:center;
    background:white;
}
    .actionsUL li:hover {
        color: wheat;
        background-color: whitesmoke;
    }
#contentHeaderRow a {
    font-family: 'Anton', sans-serif;
    margin-top: 20px;
    display: block;
    text-decoration:none;
    text-transform:uppercase;
}
#bodycontainer h2, #bodycontainer p{
    text-align:center;
    width:100%;
    text-align:center;
}
#actionsUL {
    right: 155px;
}
#ContentPlaceHolder1_dlClassess{
    margin-left:auto;
    margin-right:auto;
}
#ContentPlaceHolder1_dlClassess span, #imageDiv {
    display:inline-block;
    width:100%;
    text-align:center;
}
    #imageDiv img {
        max-height: 35px;
        margin-top: 150px;
        max-width:190px;
    }
.tiles {
    margin-right: 5px;
    margin-bottom:5px;
    vertical-align: top;
}
.whiteoutbackground{
    position:absolute;
    background-color:rgba(0,0,0,0.4);
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
}
.popupbox{
    margin-top:100px;
    background-color:white;
    height:auto;
    width:550px;
    border-radius:3px;
    top:400px;
    margin-left:auto;
    margin-right:auto;
}
.popupbox h3{
    width:100%;
    text-align:center;
}
#formDetails{
    text-align:left;

}
.labelField {
    display: inline-block;
    height: 40px;
    width: 150px;
    margin-left: 100px;
    vertical-align: top;
}
.textboxfield {
    display: inline-block;
    height: 30px;
    width: 250px;
    font-family: 'Fjalla One', sans-serif;
    padding-left:10px;
    -webkit-appearance:none;
    vertical-align: top;
}
#ContentPlaceHolder1_popupbox h3{
    display:inline-block;
}
.textboxfield select{
    width:180px;
}
.smallbuttons {
    display: inline-block;
    height: 40px;
    width: 100px;
    margin-right: 5px;
    -webkit-appearance: none;
}
.buttonHolder {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align:center;
    padding-top:10px;
    margin-bottom:10px;
}
.headerRows{
    background-color: whitesmoke;
    border:solid 1px black;
}
.loginBox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}
.loginBox h3{
    width:100%;
    text-align:center;
    display:inline-block;
}
.HunderedPercent{
    width:100%;
    text-align:center;
}
#ContentPlaceHolder1_dlClassess{
    width:80%;
}
@media screen and (max-width: 1200px) {
    #ContentPlaceHolder1_dlClassess {
       background-color: whitesmoke;
    display: inline-block;
    }

    #contentHeaderRow img {
        height: 100px;
        display: inline-block;
        position: absolute;
        top: 0;
        margin-left: 10px;
    }

    .actionsUL li {
        width: 75px;
        vertical-align: top;
    }

    #actionsUL {
        right: 80px;
    }

    #contentHeaderRow h3 {
        font-size:32px;
    }
}
@media print
{
    .no-print, .no-print * {
        display: none !important;
    }
    #ContentPlaceHolder1_gvClasses {
        font-size: 14px;
    }
}
#SignupBox input {
    height: 30px;
    border-radius: 2px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 1px;
}
footer{
    min-height: 200px;
    bottom: 0;
    width: 100%;
    background-color: whitesmoke;
}
#lbcopyrightNotice {
    text-align: center;
    width: 100%;
    display: inline-block;
}
#footerCenter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
#lbloggedInUsr{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    display: inline-block;
    right: 0;
    margin-right: 100px;
}
footer hr{
    margin-bottom: 20px;
    margin-top: 20px;
}
#centeredButtons {
    width: 700px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
.divbutton{
    display: inline-block;
    height: 150px;
    width: 150px;
    border: 1px solid;
    margin-right: 10px;
    vertical-align:top;
    margin-bottom:10px;
    border-radius: 5px;
   background-color:rgba(245,245,245,0.8);
}
    .divbutton a {
        font-family: 'Anton', sans-serif;
        margin-top: 60px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
    }
#bodycontainer {
    background-image: url('/Content/images/Barbell_Group_Fitness_Class2.JPG');
    background-size: cover;
    margin-top: -25px;
    padding-top: 50px;
    min-height:800px;
}
#ContentPlaceHolder1_gvClasses{
    background-color:rgba(245,245,245,0.8);
    overflow:scroll;
}
#divmainpage {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#divmainpage span,#divmainpage input {
    display:inline-block;
    width:300px;
    height:40px;
    padding-left:10px;
    vertical-align:top;
}
#divmainpage{
    background-color:rgba(245,245,245,0.8);

}
    #divmainpage span {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #ContentPlaceHolder1_tblSchedule{
        background-color:rgba(245,245,245,0.8);
    }
#buttonsDiv{
    text-align:center;
    margin-top:10px;
}
#buttonsDiv #ContentPlaceHolder1_btnSave{
    width:100px;
}
#formDetails {
    background-color: rgba(245,245,245,0.8);
    padding-bottom: 20px;
}
#pickerDiv{
    height: 50px;
    width: 400px;
    background-color: rgba(255,255,255,0.7);
    padding-top: 20px;
    text-align: center;
    -webkit-appearance: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
#pickerDiv span{
    width:100px;
    display:inline-block;
    padding-right:10px;
}
#pickerDiv select{
    -webkit-appearance:menulist;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
