html,
body {
    height: 100%;
}

.wrap {
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.container-padded {
    /* padding: 25px 15px 20px; */
    /* padding: 25px 15px 20px 15px; */
    padding: 70px 15px 20px;
    margin: 0 auto 0px;   /* horz center */
}

.wrap > .container-padded {
    /* padding: 25px 15px 20px; */
    /* padding: 25px 15px 20px 15px; */
    padding: 70px 15px 20px;
    margin: 0 auto 0px;   /* horz center */
}

/* Start Main Content Wrapper
*
* Used to control the extra spacing around the main content of the page
* More spacing when screen wider, less when screen smaller
*
*/
.main-container-fullwidth {
    margin-left: 0;
    margin-right: 0;
    /* margin-top: 100px; */
    margin-top: 10px;
}

.main-container-wrapper {
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 100px; */
    margin-top: 10px;
}

@media(min-width: 510px) {
    .main-container-wrapper {
        width: 90%;
    }
}
@media(min-width: 1000px) {
    .main-container-wrapper {
        /* width: 70%; */
        width: 80%;
    }
}
/* End Main Content Wrapper */

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.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-family: 'Glyphicons Halflings';
    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 */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-light .navbar-brand {
    color: #ffffff;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #f5b01b;
}

.navbar-nav .nav-link {
    /* Provide some margin in small responsive view */
    /* padding-right: 0; */
    /* padding-left: 0; */
    padding-right: 10px;
    padding-left: 10px;
}

/* -------------------------------------------------------------- */
/* Add sorting icons to GridView sort links                       */
/* -------------------------------------------------------------- */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    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;
}

/* ---End Sort Icons --------------------------------------------- */

/* Index page */
.card-title {
    /* text-shadow: 2px 2px 4px #00000090; */
}

.card-translucent {
    background-color: rgba(255, 255, 255, 0.8);
}
.card-translucent2 {
    background-color: rgba(255, 255, 255, 0.85);
}
.card-translucent3 {
    background-color: rgba(255, 255, 255, 0.9);
}

.card-blue {
    background-color: #00afac;
}

.description {
    /* background-color: rgba(110, 191, 95, 0.7); */
    /* background-color: #6ebf5f; */
    background-color: #008040;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.description > p {
    font-size: 26px;
    color: white;
}

.theme-background-image {
    background-image: url('../img/site/background.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto;
}

.parallax {
    /* The image used */
    background-image: url('../img/site/background.jpg');

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .container {
    background-color: rgba(255, 255, 255, 0.8);
} */

.container-white {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: white;
    padding: 20px;
}

.img-theme-thumbnail {
    margin: 20px;
    padding: 5px;
    border: 3px lightblue solid
}

.total-result {
    width: 50px;
    background-color: #dddddd;
    border-radius: 3px;
    border: 1px gray solid;
}

.total-result-daily {
    width: 100%;
    background-color: #dddddd;
    border-radius: 3px;
    border: 1px gray solid;
}

form .form-section {
    color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #1D2B36;
}

/* Title with line */
/* h1 span {
    background: #f2f0e4;
    padding: 0 20px;
    text-align : center;
  }

h1+* {
    border-top: solid 2px #adac97;
    padding-top: 28px;
    margin-top: -28px;
} */

.sau-text {
    font-family: 'Neue Helvetica Condensed';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.sau-text-danger {
    font-family: 'Neue Helvetica Condensed';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    /* color: crimson; */
    color: rgb(236, 25, 25);;
}

.sau-text-disabled {
    font-family: 'Neue Helvetica Condensed';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: darkgray;
}

/* Revert CSS style of target element and its children */
.reset-style, .reset-style * {
    all: revert;
}