﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

.btn-blue {
    color: #fff;
    background-color: #085ca6;
    border-color: #085ca6;
}

.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
    background-color: #5b86eb;
    border-color: #5b86eb;
}

.btn-blue:hover {
    color: #fff;
    background-color: #5b86eb;
    border-color: #5b86eb;
}
.btn-big-block {
    width: 100%;
    height: 70px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}


.reqd, .error{
    font-weight:800;
    color:red;
}

.text-middle{
    display:flex;
    align-items:center;
    padding-top:20px;
}
.main-menu{
    height: 37px;
}
.menu-space{
    padding-top: 2px;
    padding-bottom:2px;
}
.fa{
    color:#000000;
    font-size:27px;
    margin-top:10px;
    margin-left:15px;
    z-index:2;
}
#pass-status {
    margin-left:-83px;
    margin-top:3px;
    width:50px;
    height:25px;
    background-color:transparent;
}
#capslock {
    position:relative;
    left:-125px;
    top:-55px;
    visibility: hidden;
    z-index:2;
}
#loggedout {
    position: relative;
    top: -215px;
    left: 15vw;
    width: 440px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 10px;
}
#loggedOutAdmin {
    position: relative;
    top: -180px;
    left: 25vw;
    width: 440px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 10px;
}
#loggedOutAdminXS {
    position: relative;
    top: -180px;
    left: 320px;
    width: 440px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 10px;
}
#CardNumber {
    background-image: url(/Images/cards.png);
    background-position: 3px 3px;
    background-size: 40px 252px;
    background-repeat: no-repeat;
    padding-left: 48px;
}

#nameSearch{
    display: none;
    padding: 2px 20px;
}

#dateSearch{
    display: none;
    padding: 2px 20px;
}

.dropdown-submenu .caret {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu.open > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    margin-bottom: 8px;
}

#sections{
    display:none;
}

.half-col{
    width:50%;
    float:left;
}

.section-divider{
    border-top: 2px dotted #cc99cc;
}

.bigger{
    font-size:350%;
}






















