main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

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

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.icheck-primary {
    min-height: 22px;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    padding-left: 0;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.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;
}

#hero {
    width: 100%;
    height: 80vh;
    background: #f9f9f9;
}

#hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #0f394c;
    text-transform: uppercase;
}

#hero h2 {
    color: #1c698c;
    margin: 10px 0 0 0;
    font-size: 20px;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 25px;
    color: #fff;
    background: #49b5e7;
    text-transform: uppercase;
    text-decoration: none;
}

#hero .btn-get-started:hover {
    background: #76c7ed;
}

.section-bg {
    background-color: #f4fbfe;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #0f394c;
}

.section-title p {
    margin-bottom: 0;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    min-height: 238px;
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
    color: #0f394c;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #0f394c;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}


#cook {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #262626;
    color: #fff;
    z-index: 10000;
    font-size: 18px;
    padding: 30px 20px; }
#cook .container {
    position: relative;
    padding-right: 100px; }
#cook p {
    color: #fff; }
#cook .agree-btn {
    cursor: pointer;
    position: absolute;
    right: 25px;
    font-size: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease; }
#cook .agree-btn:hover {
    color: #a8d19e; }
#cook a {
    color: #a8d19e;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease; }
#cook a:hover {
    text-decoration: none;
    color: #fff; }

.breadcrumbs {
    padding: 15px 0;
    background:#f6f6f7;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 30px;
    margin: 0;
    color: #0f394c;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs a {
    color: #0f394c;
    text-decoration: none;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px){
    #hero {
        height: 100vh;
        text-align: center;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
