@import url(https://cdn.jsdelivr.net/npm/linearicons@1.0.1/dist/web-font/style.min.css);
body {
    padding-top: 70px;
}

.input-validation-error {
    background: #e66464;
    color: #ffffff;
}

.input-validation-error::placeholder {
    color: #e0e0e0;
}

.validation-summary-errors ul {
    font-size: 16px;
    list-style: none;
    padding: 10px 0;
}

/* BOOTSTRAP - Override */

.navbar-default {
    background-color: #ffcc00;
    border-color: #e6b300;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

h1>small,
h2>small,
h3>small,
h4>small {
    text-transform: initial;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #222;
    background-color: #e6b300;
}

.navbar-default .navbar-nav>li>a {
    color: #444;
}

.navbar-nav>li>.dropdown-menu {
    width: 100%;
}

.form-control[readonly] {
    background: #ffffff;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

/* ACCOUNT */

.login,
.password-forgot,
.password-reset,
.thanks {
    margin: 3em auto;
    width: 60%;
}

.login__link {
    display: block;
    font-size: 1.4em;
}

.thanks__thumb {
    font-size: 6em;
    margin-bottom: 25px;
}

.signup .validation-summary-errors ul {
    padding: 10px 15px;
}

/* PAGE */

.page {}

.page__header {
    padding: 15px;
    text-transform: uppercase;
}

.page__header__button {
    text-transform: none;
}

.page__input,
.page__textarea {}

.page__link {
    display: block;
    font-size: 1.4em;
}

.page__submit {
    text-transform: uppercase;
}

.page__label {
    font-size: 1.2em;
}

.page__row {
    margin-bottom: 25px;
}

.page__push__icon {
    font-size: 6em;
    margin-bottom: 25px;
}

/* FORM */

.form__segment {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

/* APPLICATION */

.application-key__client-key {
    margin: 0;
}

/* Multiselect */
.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 10px);
}

.select-pure__select {
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: left;
    min-height: 34px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #aaaaaa;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 3px 3px;
}

    .select-pure__selected-label:last-of-type {
        margin-right: 0;
    }

    .select-pure__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 7px;
    }

        .select-pure__selected-label i:hover {
            color: #e4e4e4;
        }

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

a.dl-link[download]:before {
    font-family: Linearicons-Free;
    content: "\E81D";
    margin-right: .5rem;
    font-size: 200%;
}

a.dl-link[download][href$='.pdf']:before {
    content: "\E81D";
}

a.dl-link[download][href$='.pdf']:after {
    content: "pdf";
    left: 24px;
    top: 18px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.doc']:before {
    content: "\E81D";
}
a.dl-link[download][href$='.doc']:after {
    content: "doc";
    left: 24px;
    top: 18px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.xls']:before {
    content: "\E81D";
}
a.dl-link[download][href$='.xls']:after {
    content: "xls";
    left: 24px;
    top: 4px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.xlsx']:before {
    content: "\E81D";
}
a.dl-link[download][href$='.xlsx']:after {
    content: "xlsx";
    left: 20px;
    top: 18px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.docx']:before {
    content: "\E81D";
}
a.dl-link[download][href$='.docx']:after {
    content: "docx";
    left: 20px;
    top: 18px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.txt']:before {
    content: "\E81D";
}
a.dl-link[download][href$='.txt']:after {
    content: "txt";
    left: 24px;
    top: 18px;
    position: absolute;
    font-size: 8px;
}
a.dl-link[download][href$='.jpg']:before {
    content: "\E827";
}

a.dl-link[download][href$='.png']:before {
    content: "\E827";
}

a.dl-link[download][href$='.tif']:before {
    content: "\E827";
}

a.dl-link[download][href$='.mp4']:after {
    content: "mp4";
    left: 4px;
    top: 4px;
    position: absolute;
    font-size: 8px;
}
.datefilter{
    width:175px;
}
.apifilter {
    width: 300px;
}
th.filter {
    vertical-align: baseline !important;
}
/*Tracelog */
tr.tracelog {    
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.tracelogwrapper {
    display: flex;
    border: 1px solid darkgrey;
}
.tracelogrequest {
    width: 50%;
    border-left: none;
    border-right: 1px solid darkgrey;
    border-top: none;
    border-bottom: none;
}

.tracelogresponse {
    width: 50%;
    border-left: 1px solid darkgrey;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.tracelogerror {
    width: 100%;
    border-left: 1px solid darkgrey;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.tracelogheader {
    height:25px;
    font-weight: bold;
    background-color:lightgray;
    border-width: 1px 1px 1px 1px;
    border-radius: 0;
    border-color:darkgray;
    text-align:center;
}
textarea.tracelog {
    margin: 0px 0px 0px 0px;
    height: 300px;
    width: 100%;
    resize: none;
    border: none;
}

.prettifywrapper {
    display: flex;
    float: right;
    background-color: lightgray;
    color: #333333
}
.optiontext {
    margin-left: 4px;
    margin-right: 4px;
    color: #999999;
}
.selectedoptiontext {
    margin-left: 4px;
    margin-right: 4px;
}
.clickable {
    cursor:pointer;    
}
.clickable:hover {
    cursor: pointer;
    font-weight:bold;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-top:2px;  
    margin-left:5px;
    margin-right: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    border: 1px solid #666666;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c3c3c3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: floralwhite;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #939393;
}

input:focus + .slider {
    box-shadow: 0 0 1px #737373;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Checkboxes */
.checkbox label.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.table thead th.w60px {
    width: 60px;
}

.table thead th.w170px {
    width: 170px;
}
.swagger-ui .info .title small pre {
    color: black !important;
}

.showenv h3 {
    margin-top:12px;
    margin-bottom:0px;
    vertical-align:middle;
    margin-left:10px;
}
.hide {
    display:none;
}
.show {
    display: block;
}

.management-btns .btn.btn-link {
    padding-left: 0;
    padding-right: 0;
}
