@charset "UTF-8";

*:focus {
    outline: none;
}

body {
    cursor: default;
}

a.extern {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M1.5%204.518h5.982V10.5H1.5z%22%2F%3E%3Cpath%20d%3D%22M5.765%201H11v5.39L9.427%207.937l-1.31-1.31L5.393%209.35l-2.69-2.688%202.81-2.808L4.2%202.544z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M9.995%202.004l.022%204.885L8.2%205.07%205.32%207.95%204.09%206.723l2.882-2.88-1.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    padding-right: 14px;
}

dd {
    margin-left: 40px;
}

footer {
    text-align: center;
    margin-top: 10px;
}

@media ( min-width : 768px) {
    .fixed-width {
        width: 45%;
    }
}

@media ( min-width : 992px) {
    .fixed-width {
        width: 35%;
    }
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.box-borders {
    border: 1px solid #dee2e6;
    border-top-width: 0px;
}


/**
 * Bootstrap 4 Fix
 * custom-file input
 */
.custom-file-label.hide-text::after {
    display: none;
}
.custom-file-sm .custom-file-label {
    height: 31px;
    padding-top: 4px;
    padding-bottom: 0px;
}
.custom-file-sm .custom-file, .custom-file-sm .custom-file-input {
    height: initial;
}
.custom-file-sm .custom-file-label {
    margin-bottom: 0px;
}
.custom-file-sm .input-group-prepend, .custom-file-sm .input-group-append {
    height: 31px;
}
/**
 * Material Icons
 */
.mdi.mdi-large::before {
    font-size: large;
    line-height: 1;
}
.custom-file-sm .mdi::before {
    padding-top: 3px;
}


/**
 * EcoPot Cards
 */
.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}