/* Minification failed. Returning unminified contents.
(20,33): run-time error CSS1046: Expect comma, found '0'
(20,37): run-time error CSS1046: Expect comma, found '/'
(70,39): run-time error CSS1046: Expect comma, found '0'
(70,43): run-time error CSS1046: Expect comma, found '/'
 */
body {
    word-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
}

.panel-default {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    border-color: #95989a;
    color: #555;
}

.panel {
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    text-align: left;
}

h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #384a70;
}

.form-group {
    margin-bottom: 8px
}

.full-width {
    width: 100%;
}

label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 5px;
    max-width: 100%;
    display: inline-block;
    color: #464646;
}

input[type=text], input[type=password], input[type=number] {
    border: 1px #95989a solid;
    border-radius: 3px;
}

.form-control-medium {
    width: 250px;
}

.form-control-small {
    width: 120px;
}

.form-control {
    height: auto;
    font-size: 13px;
    display: block;
    padding: 6px 12px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}

 [type="checkbox"]:not(:checked) + label:before,
 [type="checkbox"]:checked + label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 1.4em;
     height: 1.4em;
     border: 1px solid #aaa;
     background: #FFF;
     border-radius: .2em;
     box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
     -webkit-transition: all .275s;
     transition: all .275s;
 }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -5px;
    left: 2px;
    font-size: 18px;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-primary {
    background: #20A9DD;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 1.4px;
    height: 30px;
}

.btn {
    font-size: 13px;
    border-radius: 8px;
    border: none;
    white-space: normal;
}

.float-right {
    float: right;
}

p.version {
    color: #a0a0a0;
    font-size: 11px;
    margin: 0;
    padding: 0
}

.pull-right {
    float: right !important;
}

.panel-body {
    padding: 15px;
}

.padding-3x {
    padding: 18px;
}

.panel .panel-body {
    background: #fff;
    border: 1px solid #a9a9a9;
}

.panel-container {
    justify-content: start;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #007ac9;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    z-index: 10000;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-top {
    margin-left: -250px;
    padding: 9px;
    position: absolute;
    top: -2px;
    width: 500px;
    left: 50%;
    text-align: center;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.fade.in {
    opacity: 1;
}

.fade {
    transition: opacity .15s linear;
}

.fade.out {
    opacity: 0
}
