@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:wght@300;400;600;700&display=swap');


/* _Layout Style
-------------------------------------------------- */

body {
    background: #eff2f5;
    font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body-content {
    padding-top: 15px;
    padding-left: 65px;
    margin-right: 15px;
}

.error-body-content {
    padding-top: 10px;
}

. /*container {
    width: auto;
    margin: 10px;
    padding: 0 15px;
}*/
.title-bar {
    padding-left: 65px;
    margin: 0;
    min-height: 55px;
    background: #fff;
    border-bottom: 1px solid #d2dae3;
}

.title-bar-title {
    color: #2F4358;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 2em;
    line-height: 35px;
    text-align: left;
    margin: 0;
}

.title-bar-subtitle {
    color: #b3b3b3;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1em;
    text-align: left;
    display: block;
}

.table-nonfluid {
    width: auto;
}

.btn-no-padding {
    padding: 2px 10px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

/* Custom footer styles
-------------------------------------------------- */
#footer {
    font-size: .9em;
    padding-top: 15px;
    padding-left: 50px;
}

    #footer > .container {
        max-width: 95%;
        margin-bottom: 0;
    }


/* Step Wizard
-------------------------------------------------- */


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
/* btn-outline
-------------------------------------------------- */
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

/* Tiny Navbar styles
-------------------------------------------------- */
.navbar-xs {
    height: 22px;
    min-height: 22px;
    border-radius: 0;
    padding-top: 0;
    margin-bottom: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

    .navbar-xs .navbar-brand {
        padding: 2px 8px;
        font-size: 14px;
        line-height: 14px;
    }

    .navbar-xs .navbar-nav {
        margin: 0;
    }

        .navbar-xs .navbar-nav > li > a {
            border-right: 1px solid #ddd;
            padding-top: 2px;
            padding-bottom: 2px;
            line-height: 16px;
            height: 100%;
        }

        .navbar-xs .navbar-nav > li > p {
            padding-top: 2px;
            padding-bottom: 2px;
            line-height: 16px;
            height: 100%;
        }

        .navbar-xs .navbar-nav.pull-right > li > a {
            border-left: 1px solid #ddd;
            border-right: none;
        }

        .navbar-xs .navbar-nav > li {
            /*border-right: 1px solid #ddd;*/
            display: inline-block;
            /*float: left;*/
        }

.navbar-white {
    background-color: #fff;
}
