html,
body {
    height: 100%;
}

.title-font, h1, h2,h3, h4, div.modal-title{
    font-family: 'Oswald', sans-serif;
}

.navbar-brand{
    padding: 4px 15px !important;
}

.navbar{
    background: #f8f9fa !important;
    min-height: 68px !important;
    -webkit-box-shadow: 0px 3px 7px 0px cadetblue;
    -moz-box-shadow: 0px 3px 7px 0px cadetblue;
    box-shadow: 0px 3px 7px 0px cadetblue;
}

.navbar-nav > li > a{
    text-decoration: none !important;
    color: #818181;
}

.navbar-nav > li:hover > a{
    color: black;
}

.navbar-collapse{
    margin-top: 7px !important;
}

.wrap {
    min-height: 100vh;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding-bottom: 20px;
    min-height: 74vh !important;
    margin-top: 40px;
}

/* Sidenav in case ill want one in admin module */
/* The sidepanel menu */
.sidepanel {
    height: 100vh; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel .userInfoContainer{
    font-size: 18px;
    color: white;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-bottom: 0.5px solid white;
    text-align: center;
}

.sidepanel .balanceInfo{
    padding: 10px;
}

.sidepanel .balanceInfo .userInfo{
    margin: 0;
    padding: 0;
    color: white;
}





/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
    cursor: pointer;
    border: none;
}

.openbtn:hover {
    background-color: #444;
    color: white;
}

/* TOOL Sidenav*/

/* The side navigation menu */
.toolSidenav  {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the toolSidenav > */
}

.toolSidenav > .toolTitle > h4 > a{
    position: absolute;
    top: 10px;
    right: 25px;
    margin-left: 50px;
}

/* site */


.page-header{
    padding-bottom: 10px;
    border-bottom: solid 1px gray;
    margin-bottom: 30px;
}

small{
    font-size: 18px;
    color: gray;
}


.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
}

.jumbotron > p{
    font-size: 18px !important;
    padding: 0px;
    margin: 0px;
}

.jumbotron > h1{
    font-size: 45px !important;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.gi-1x{font-size: 1.5em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.gi-2xm{font-size: 2em;/*vertical-align:middle;*/}

.grid-view{
    margin-bottom: 20px;
}

.form-vertical{
    margin-bottom: 20px;
}


