﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", "Open Sans Condensed","PT Sans","PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
    background: #fafafa;
    margin: 0;
    padding: 0;
}

.maincontainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar-inverse {
    background-color: #293E6B;
    border-color: rgba(0, 0, 0, 0);
    /*font-size: 20px;*/
}

    .navbar-inverse .container {
        margin: 0;
    }

.navbar-brand {
    font-size: 2.0em;
    letter-spacing: 10px;
    font-variant-caps: small-caps;
}


.navbar-inverse .navbar-brand {
    color: #ffffff;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #74b7f1;
        background-color: rgba(0, 0, 0, 0);
    }

.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #74b7f1;
        background-color: rgba(0, 0, 0, 0);
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #43505d;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle {
    border-color: #39444e;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #39444e;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #3f4b57;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #43505d;
    color: #ffffff;
}


.jumbotron {
    /*max-width: 100%;*/
    /*background-color: #ffffff !important;*/
    /*margin-top: 65px;*/
    /*background-color: #f5f5f5;
    top:100px;*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /* padding-left: 0px;
    padding-right: 0px;
    flex: 1;
    background-color: #ffffff;*/
}

.headerSubTitle {
    float: left;
    font-size: 0.85em;
    margin-left: -233px;
    margin-top: 42px;
    color: #fff;
    font-family: "PT Sans Narrow";
    font-style: italic;
    letter-spacing: 1px;
}

input,
select,
textarea {
    max-width: 280px;
}

:root {
    --footer-height: 50px;
    --without-menu-header-height: 86px;
    --with-menu-header-height: 0px;
}

#page-footer {
    bottom: 0;
    color: #fff;
    background-color: #293E6B;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-family: Calibri;
}

#footer-left {
    float: left;
    display: flex;
    padding-top: 16px;
}

#footer-right {
    float: right;
    display: flex;
    padding-top: 16px;
}

.copy-right {
    font-size: 1.3em;
}

.ddot-image {
    margin-top: -2px;
}

.powered-by {
    padding-right: 8px;
    font-size: 1.3em;
}

.body-content {
    padding-top: calc(var(--with-menu-header-height) + var(--without-menu-header-height) + 5px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 99.5%;
    max-width: 100%;
    min-height: calc(100vh - var(--footer-height) - 20px);
}


.k-button-solid-base {
    border-color: #357ebd;
    color: #ffffff;
    background-color: #428bca;
    border-radius: 0 !important;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.k-button {
    margin: 0;
    padding: 6px 12px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    background-position: 0 center;
    font: inherit;
    line-height: inherit;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    gap: 4px;
    justify-content: center;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    position: relative;
}


    .k-button::-moz-focus-inner {
        padding: 0;
        border: 0;
        outline: 0;
    }

    .k-button::after {
        border-radius: inherit;
        content: "";
        opacity: 0;
        display: none;
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        transition: opacity .2s ease-in-out;
    }

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-button::before {
    border-radius: inherit;
    content: "";
    background: currentColor;
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    transition: opacity .2s ease-in-out;
}

.k-button-solid-base.k-hover, .k-button-solid-base:hover {
    border-color: #aeaeae;
    color: #333;
    background-color: #ebebeb;
}

.k-button:hover {
    text-decoration: none;
    outline: 0;
}


#wrapper {
    width: 100%;
    display: flex;
}

#sidebar-wrapper {
    max-width: 20%;
    background-color: #efefef;
    min-width: 250px;
    border: solid 1px #d6d6d6;
    display:table;
}

    #sidebar-wrapper ul {
        list-style: none;
        padding:0px;
        padding-top:10px;
    }

        #sidebar-wrapper ul li {
            padding: 2px 10px 2px 10px;
        }

            #sidebar-wrapper ul li a {
                color: #000000;
                font-size: 15px;
                font-weight: bold;
                padding: 10px;
                background-color: #f5f5f5;
                width: 100%;
                display: inline-block;
                border: dotted 1px #d6d6d6;
            }
                #sidebar-wrapper ul li a:active {
                    border: solid 1px #d6d6d6;
                }

    #sidebar-wrapper .upbutton-container {
        width: 100%;
        display: table-row;
        padding: 10px;
        height:75px;
    }

        #sidebar-wrapper .upbutton-container a {
            text-align: center;
            color: #000000;
            font-size: 15px;
            font-weight: bold;
            padding: 10px;
            background-color: #f5f5f5;
            width: 90%;
            display: inline-block;
            border: dotted 1px #d6d6d6;
            margin:10px;
            cursor:pointer;
        }

    #swagger-ui {
        width: 100%;
    }
    #swagger-ui .swagger-ui {
       /* border: solid 1px #d6d6d6;
        padding:20px;*/
    }
fieldset.fsborder {
    background: #efefef;
    border: 1px solid #CFCFCF !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 30px 20px 20px 20px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
@media only screen and (min-width: 992px) {
    .envDisplay {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .envDisplay {
        display: none;
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 576px) {
    .envDisplay {
        display: block;
        font-size: 1em;
    }
}
.envDisplay {
    color: #faf509;
    margin-left: 250px;
    margin-top: 20px;
    display: block;
    font-family: "PT Sans Narrow";
    font-size: 1.2em;
}
