﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 60px 0 168px 0;
}

h1 {
    font-weight: 300;

    &.title {
        color: #4A4A4A;
        text-align: center;
        margin: 60px 0 50px 0;
    }
}

h2 {
    font-weight: 300;
}

h5 {
    font-weight: 700;
    color: #9197A8;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .container-small {
        width: 740px;
    }
}

.navbar-default {
    border: 0;

    .navbar-brand {
        padding: 7px 10px;
        background-clip: content-box;
    }
}

.navbar-nav {
    .bg-primary {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        display: none;
        pointer-events: none;
    }

    .active {
        > a {
            box-shadow: none !important;
        }

        .bg-primary {
            display: block;
        }
    }
}

.logo {
    display: inline-block;
    width: 130px;
    height: 46px;
    box-sizing: content-box;
    background-image: url(images/logo_modernly.png);
    background-position: center;
}

.input-group-addon {
    color: #FFFFFF;
    min-width: 74px;
}

.input-group-btn .btn-lg {
    width: auto !important;
    min-width: 74px;
}

.btn-default {
    background-image: none;
    font-weight: 700;
    margin: 10px;
    line-height: 38px;

    &.btn-lg {
        width: 240px;
        height: 60px;
    }
}

.btn-primary {
    font-weight: 700;
    line-height: 38px;

    &.btn-lg {
        width: 240px;
        height: 60px;
    }
}

.panel .panel-heading {
    background-image: none;
}

.checkbox input[type="checkbox"] {
    margin-top: 8px;
}

.validation-summary-errors,
.field-validation-error {
    color: #f46161 !important;

    ul {
        margin-left: 0;
        padding-left: 0;

        li {
            list-style-type: none;
        }
    }
}

.nav-justified {
    max-width: 768px;
    margin: 0 auto 20px auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 168px;
    white-space: nowrap;

    .logo {
        margin-bottom: -20px;
        background-image: url(images/logo_footer.png);
    }

    .border {
        display: inline-block;
        border-left: 2px solid #ffffff;
        margin: 0 10px -20px 0;
        height: 46px;
    }
}

.item-title {
    margin-left: 20px;
}

.item-value {
    color: #323232;
    text-align: right;
}

.checkbox.no-indent {
    margin: 0;
}

.modal {
    .modal-header,
    .modal-footer {
        text-align: center;
    }
}

.modal-open {
    // iOS 11 fix
    position: fixed;
    width: 100%;
}
