﻿body {
  text-align: center;
  background: url('/Content/Images/Sky2.jpg') no-repeat center center fixed;
  background-size: cover;
}
.container1 {
    position: relative;

}
.adviewimage {
    position: relative;
}
.btn {
    background: #0055a5;
    color: white;
    box-shadow: 0 3px 0 0 #004280;
}
.btn:focus, .btn:hover {
    box-shadow: 02px;
    outline-color:cadetblue;
    color: white;
    text-decoration:underline;

}
.btn:active, .btn.active {
    background: #0055a5;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.input-group-addon {
    color: #337ab7;
    
}
/*.btn {
    color: #ffffff;
    background-color: #0055a5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-shadow: -1px -1px 1px #616161;
    position: relative;
    padding: 6px 12px;
    -webkit-box-shadow: 5px 5px 0 #666;
    -moz-box-shadow: 5px 5px 0 #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin: 0 10px 0 0;
}
.btn:focus {
    color:white;
}
.btn:hover {
    background-color:#0c467e;
    color:white;
}
.btn:active {
    -webkit-box-shadow: 0px 0px 0 #666;
    -moz-box-shadow: 0px 0px 0 #666;
    top: 5px;
    left: 5px;
}*/

.wifi-symbol {
  display: inline-block;
  width: 800px;
  margin: 0 auto;
  
}
.wifi-symbol [foo], .wifi-symbol {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  /*margin-top: -250px;*/
  -ms-transform: rotate(90deg) translate(-100px);
  -moz-transform: rotate(90deg) translate(-100px);
  -o-transform: rotate(90deg) translate(-100px);
  -webkit-transform: rotate(90deg) translate(-100px);
  transform: rotate(90deg) translate(-100px);
}
.wifi-symbol .wifi-circle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 25%;
  height: 25%;
  font-size: 5.42857px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #0054a4;
  border-style: solid;
  border-width: 1em 1em 0 0;
  -webkit-border-radius: 0 100% 0 0;
  border-radius: 0 100% 0 0;
  opacity: 0;
  -o-animation: wifianimation 2s infinite;
  -moz-animation: wifianimation 2s infinite;
  -webkit-animation: wifianimation 2s infinite;
  animation: wifianimation 2s infinite;
}
.wifi-symbol .wifi-circle.first {
  -o-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.wifi-symbol .wifi-circle.second {
  width: 5em;
  height: 5em;
  -o-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.wifi-symbol .wifi-circle.third {
  width: 3em;
  height: 3em;
}
.wifi-symbol .wifi-circle.fourth {
  width: 1em;
  height: 1em;
  opacity: 1;
  background-color: #0054a4;
  -o-animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
@-o-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-moz-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-webkit-keyframes wifianimation {
  0% {
    opacity: 0.4;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
.Absolute-Center {
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
}
.dropdown-menu li > a:hover {
    text-decoration: underline;
    background-color: #337ab7;
    color: #ffffff;

}
.spaces {
    text-decoration: none;
    margin-right: 2px;
}

.modal-header {
    border: none;
}
.modal-footer {
    border: none;
    padding-top: 50px;
}
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 0px;
}

#control-label {
    font-size:large;
    padding-left: 100px;
    color:#337ab7;

}
a:focus {
    outline: none;
    -webkit-appearance:none;
}
.modal-open {
    padding-right: 0;
}
#control-labelusername {
    font-size: large;
    padding-left: 100px;
    margin-top: 12px;
    color: #337ab7;
}
#control-labelemail {
    font-size: large;
    padding-left: 100px;
    margin-top: 12px;
    color:#337ab7;
}

