/* fonts */
body {
    font-family: 'Uni Neue', "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #012d54;
}
a, a:hover, a:focus {
    color: #ff8000;
}

/* misc */
.label-small {
    font-size: 1rem;
}
.fw-bold {
    font-weight: bold;
}

/* bootstrap fixes */
.float-e-margins .form-inline .btn {
    margin-bottom: 0;
}
input.form-control[type=checkbox] {
    height: auto;
    display: inline-block;
    width: auto;
}

.wide-table {
    overflow-x: auto;
}
.pace .pace-progress {
    background-color: rgba(200, 200, 200, .4);
}

/* page layout */
body {
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}
.navbar-fixed-top, .navbar-static-top {
    background: transparent;
    border-bottom: 0 !important;
}
body.fixed-nav #wrapper #page-wrapper {
    margin-top: 184px;
}
.layoutblock, .ibox, .widget-element > .block, .widget-element .widget-form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
}
#page-wrapper {
    padding: 0 0 0 20px;
}
.mini-navbar #page-wrapper {
    padding: 0 0 0 0;
}
.wrapper-content {
    padding: 0;
}

/* ibox */
.ibox {
    margin-bottom: 10px;
}
.ibox-content {
    padding: 15px;
}
.ibox-title {
    border-width: 0 0 1px 0;
    padding: 10px;
    min-height: 0;
}
.ibox-title h4 {
    margin: 0;
    line-height: 1.4em;
}
.ibox-title .pull-right label {
    padding-left: 10px;
    padding-right: 5px;
}

/* header */
.mainlogo {
    min-width: 220px;
    width: 220px;
    margin-left: 0px;
    margin-right: 10px;
    height: 140px;
    text-align: center
}
.mainlogo img {
    width: 75%;
    margin-top: 25px;
}
.navbar-fixed-top {
    display: flex;
}
.navtopblocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 0 !important;
}
.navtopstruct {
    flex-grow: 1;
}
.navtopblocks > div {
    margin-left: 10px;
    min-height: 140px;
    margin-bottom: 10px;
}
.navtopblocks > div.topkv {
    background-image: url("../images/kv-small.jpg");
    background-size: cover;
    background-position: bottom left;
    color: #fff;
    min-width: 33%;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 50px 5px 20px;
}
.navtopblocks > div.topkv a {
    color: #fff;
}

/* footer */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #012d54;
    color: #fff;
    padding: 20px;
    width: 220px;
}
.footer .time {
    font-size: 1.7rem;
}
.footer .pull-right .highlighted {
    color: #ff8000;
    font-weight: normal;
}
.footer .pull-right .highlighted {
    color: #ff8000;
    font-weight: normal;
}
.footer .copyright {
    font-size: .8rem;
}
.mini-navbar .footer {
    display: none;
}

/* sidebar */
body.fixed-nav #wrapper .navbar-static-side {
    margin-top: 151px;
    box-sizing: border-box;
}
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: calc(100% - 151px);
}

/* topselect */
.topselect {
    padding: 10px 10px 10px 10px;
    position: relative;
}
.topselect .actions {
    position: absolute;
    bottom: 10px;
}
.topselect .title {
    font-size: 1rem;
}
.topselect .selected {
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.topselect .actions .btn-primary {
    font-weight: bold;
}
.topselect-active {
    background-color: #ff8000;
    color: #fff;
}
.topselect-active a {
    color: #fff;
}
.topselect-active a.btn {
    border-color: #fff;
    color: #fff;
    background-color: #ff8000;
}

/* breadcrumb */
.breadcrumb-wrapper {
    display: flex;
    padding: 3px 0;
    margin-left: 10px;
}
.breadcrumb-wrapper ul {
    margin: 0 15px 0 15px;
    padding: 0;
    list-style: none;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb > li + li::before {
    color: #000;
}
.breadcrumb li:last-child a, .breadcrumb li:last-child span, .breadcrumb li:last-child {
    color: #ff8000;
}

/* navbar */
#side-menu {
    margin-top: 10px;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: transparent;
    color: #00284c;
}
.nav > li > a {
    color: #00284c;
    font-weight: normal;
}
.nav > li.active > a {
    color: #00284c;
}
.navbar-default .nav-icon {
    display: none;
}
.navbar-default i.fa {
    display: none;
}
.navbar-default .nav > li > a {
    padding: 5px 20px 5px 20px;
}
.navbar-default .nav .nav > li > a {
    padding-left: 35px;
}
.navbar-default .nav .nav .nav > li > a {
    padding-left: 50px;
}
.nav > li.active {
    border-left: 1px solid #ff8000;
    background-color: transparent;
}
.nav > li.current a, .nav > li.current:hover a {
    background-color: #00284c !important;
    color: #fff !important;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: transparent;
    color: #00284c;
}
ul.nav-second-level {
    background-color: transparent;
}
.nav-item.seperator > a {
    color: #a9aaac;
    font-weight: normal;
    margin: 5px 20px;
    padding: 0 !important;
    border-bottom: 1px solid #a9aaac;
    cursor: default;
}
.nav-item.seperator:hover > a {
    color: #a9aaac !important;
}

/* general edit tables */
.edit-table {
    overflow-x: auto;
}

.edit-table tbody td {
    padding: 0 !important;
    border-right: 1px solid #e7eaec;
}

.edit-table tbody tr td:first-child {
    border-left: 1px solid #e7eaec;
}

.edit-table tbody tr:last-child td {
    border-bottom: 1px solid #e7eaec;
}

.edit-table tbody td input {
    border: 0;
    width: 100%;
    padding: 6px;
    background-color: transparent;
}

.edit-table td.head {
    padding: 6px !important;
    white-space: nowrap;
    font-weight: bold;
}

/* scenario edit table */
.edit-table-scenarios.edit-table tbody td input {
    min-width: 80px;
}

/* stacks edit table */
.edit-table-edit.edit-table tbody td input {
    min-width: 40px;
}

/* Printing */
body .footer.print {
    display: none;
}

body.print {
    padding: 60px;
    background-image: none;
}

body.print .printpage {
    page-break-after: always;
    page-break-inside: avoid;
    padding-top: 80px;
}

body.print .printpage .page-heading {
    display: none;
}

body.print .printpage.printpage-index {
    padding-top: 0;
}

body.print .printpage.printpage-index .page-heading {
    display: block;
}

body.print .chartcanvas {
    width: 1735px !important;
    height: 600px !important;
}

body.print footer, body.print .footer {
    display: none;
}

body.print .page-heading {
    position: fixed;
    top: 40px;
}

body.print .footer.print {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 10px;
    position: fixed;
    bottom: 0;
}

body.print .navbar {
    display: none;
}

body.mini-navbar #side-menu {
    display: none !important;
}

body.mini-navbar.body-small #side-menu {
    display: block !important;
}

body.print .col-lg-12 {
    padding: 0;
}

body.print .ibox-title {
    border: 0 !important;
}

body.print .showpdfform {
    display: none;
}

body.print .ibox-content {
    padding: 0;
    border: 0;
}

body.print .wrapper-content {
    padding: 0;
    border: 0;
}

body.fixed-nav.print #wrapper #page-wrapper {
    margin-top: 10px;
}

body.print .page-heading {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

body.print .border-bottom {
    border-bottom: 0 !important;
}

body.print .printheader img {
    height: 100px;
}

body.print .printheader {
    text-align: right;
    height: 130px;
}

/* floathead */
.floatThead-container {
    background-color: #fff;
}

/* login page */
body.pagelogin {
    background-image: url("../images/bg.png");
    background-size: cover;
}

body.pagelogin .loginColumns {
    padding: 10px 20px 75px 20px;
    max-width: 950px;
    min-height: 500px;
    margin-top: 100px;
    border: 0 solid black;
    background-image: url("../images/kv-large.jpg");
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
    position: relative;
}
body.pagelogin .loginColumns label {
    font-weight: normal;
}
body.pagelogin .loginColumns .tinyfooter {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 20px;
}
body.pagelogin .loginColumns .help-block {
    color: #fff;
}
body.pagelogin .loginColumns input {
    color: #1F497D;
    font-size: 1.2rem;
    padding: .4em .4em;
    height: auto;
}
body.pagelogin .loginColumns .btn {
    border: 1px solid #fff;
    border-radius: 0;
}

body.pagelogin .loginColumns .ibox-content {
    background-color: transparent;
}

/* MT & MB */
.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}


/* dasbhoard */

.dashboard-blocks .content {
    /* border: 1px solid #C4C4C4;
    padding: .4em;*/
}
.dashboard-blocks li {
    list-style: none;
    border: 1px solid #C4C4C4;
    margin: 0;
    padding: .2em 1em;
    margin-bottom: .2em;
}
@media (min-width: 991.98px) {
    .dashboard-blocks {
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-blocks ul {
        margin: 0;
        padding: 0;
    }
    .dashboard-blocks > div {
        margin-right: 15px;
        width: 375px;
    }
}

.twinblocks {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.twinblocks > div {
    flex-grow: 1;
}
.twinblocks .form-control-plaintext {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

/* treelist */
.treelist .expandable {
    list-style-type: none;
}
