
* {
  margin: 0;
}
html {
  position: relative;
  min-height: 100%;
    
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 60px;
    background: #fff;
}
.navbar-default{
    position: fixed;
    width: 100%;
    margin: 0 0 405px 0;
}
.login_page {
    background:url(../images/login.png);
    background-size: cover;
    background-color: #0093ff;
}
.loginLogo {
    display: block;
    margin: 70px auto 0;
}
.navbar-brand img {
    width: 210px;
}
#page-wrapper {
    height: 100%;
    margin-bottom: -55px; 
}
#page-wrapper:after {
  content: "";
  display: block;
}
.error_page {
    text-align: center;
    background: #00b3f9;
}
.error-details {
    font-size: 18px;
}
.error_page h1 {
    font-size: 400px;
    font-weight: bold;
    color: #fff;
}

.login-panel .btn-success{
    background-color: #0093ff;
    border: 0;
}

.login-panel .btn-success:hover, .login-panel .btn-success:focus{
    background-color: #007eda;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f8f8f8;
}

.login-wrapper{
    max-width: 360px;
    margin: auto;
}

#page-wrapper .panel-primary {
    border-color: #4d4f5c;
}

#page-wrapper .panel-heading {
    border: 0;
    background: #4d4f5c;
    color: #fff;
}

#page-wrapper .panel-primary .arrow{
    color: #4d4f5c;
}

#page-wrapper .panel-hours {
    border-color: #226bb9;
}

#page-wrapper .panel-hours .panel-heading {
    border: 0;
    background: #226bb9;
}

#page-wrapper .panel-hours .arrow{
    color: #226bb9;
}

#page-wrapper .panel-user {
    border-color: #03b7f8;
}

#page-wrapper .panel-user .panel-heading {
    border: 0;
    background: #03b7f8;
}

#page-wrapper .panel-user .arrow{
    color: #03b7f8;
}

#page-wrapper .huge {
    font-size: 35px;
    line-height: 1;
}

#page-wrapper .panel .panel-footer{
    padding: 15px;
    background: #fff;
}

#page-wrapper .arrow{
    font-size: 20px;
}

#page-wrapper .export{
    color: #000;
    font-size: 16px;
}

.navbar-header .navbar-brand{
    height: 62px;
}

.navbar-top-links .dropdown a{
    min-height: 62px;
    line-height: 30px;
    color: #1d6ad2;
    font-size: 16px;
    cursor: pointer;
}

#page-wrapper .page-header{
    margin-top: 30px;
}
.mt10{
    margin-top: 10px;
}