﻿/**************************************************/
/*                  Page Elements                 */
/**************************************************/
html { 
	height:100%;
}
body {
    /*position:absolute;*/
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    /*overflow: hidden;*/
    margin-top: 85px;
    /*min-height: 100%;*/
}
a{
    color: #333;
}
/**************************************************/
/*               Nav Bar                          */
/**************************************************/
.navbar-fixed-top {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
}

.navbar-logo {
    display: none;
}
.navbar-right > li > a{
    color: #333 !important;
}
.navbar-right > li > a:hover {
    background-color: #006fb4 !important;
    color: #fff !important;
}
.navbar-logo {
    display: none;
}
.navbar-toggle {
    border: 1px solid #2e6da4 !important;
}
.navbar-toggle .icon-bar{
    background-color: #2e6da4 !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #006fb4;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: #ffffff !important;
}

/**************************************************/
/*         Modify css for pretty checkbox         */
/**************************************************/
.pretty{
    margin-left: 5px;
    margin-top: 10px;
}

    .pretty .state label {
        color: #333 !important;
    }

.pretty .state label::before {
    border-color: #333 !important;
}
/**************************************************/
/*               Login Box                        */
/**************************************************/
.login-box{
  margin-top: 50%;
  margin-bottom: 50%;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.center-element{
  height: 100%;
}

.body-content{
  height: 100%;
}

.btn-sm {
    font-size: 14px !important;
    /*padding: unset !important;*/
}

.validation-summary-errors ul {
    list-style: none;
    padding: unset;
    padding-left: 5px;
    padding: .75rem 1.25rem;
    border: 1px solid #f5c6cb;
    background-color: #f8d7da;
    font-size: .875rem;
    color: #721c24;
    border-radius: .25rem;
}

/* Special styling for pretty checkbox */
.pretty .state label::after, .pretty .state label::before {
    background-color: #fff !important;
    border: 1px solid #333 !important;
}

@media(max-width: 480px) {
    .navbar-logo {
        margin-top: 10px;
        margin-left: 5px;
        display: block;
    }
    .Aligner-item {
        max-width: 100%;
    }
}

