﻿label {
    margin-left: 0px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.header {
    width: 100%;
    padding: 20px 0;
}

.hlogo {
    float: left;
    position: relative;
}

.htitle {
    font-weight: bold;
    font-size: 20px;
    color: #a8abac;
    padding-top: 2px;
    height: 20px;
    text-align: center
}

.hlogo {
    float: right;
    position: relative;
    top: -60px;
    height: 50px;
    cursor: pointer
}

.main {
    margin: auto;
}

.mContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 400px;
    width: 100%;
}

.mContainerInner {
    padding: 10px;
    width: 700px;
    background: #c8c8c814;
}

.mContainerInnerBig {
    padding: 10px;
    width: 1100px;
    background: #c8c8c814;
}

.error {
    color: red;
    text-align: left;
    font-size: smaller;
    font-weight: bold;
    margin: auto;
    width: 50%;
}

.success {
    color: green;
    text-align: left;
    font-size: smaller;
    font-weight: bold;
    margin: auto;
    width: 50%;
}

.pageInfo {
    margin-bottom: 20px;
}

.table {
    display: block;
}

    .table .row {
        margin: 3px;
    }

    .table .label {
        text-align: right;
        width: 220px;
        display: inline-block
    }

    .table .labelBig {
        text-align: right;
        width: 300px;
        display: inline-block
    }

.flex {
    display: inline-flex;
}

.table .input {
    width: 200px;
}

.table .select {
    /*            font-weight: bold;
        line-height: 25px;
        color: #8a8a8a;
        font-size: 12px;
        height: 35px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: 95% 50%;
*/
    border: 1px solid #e2e2e2;
    width: 328px;
    padding: 5px;
}

input[type="text"], input[type="password"] {
    background-color: white;
}

input[readonly] {
    background-color: #edebed;
}

select[readonly] {
    background-color: #edebed;
}

.cklistTable {
    display: block;
}

.cklistQuestion {
    margin: 3px;
}

.cklistAnswer {
    margin: 3px;
}

.cklistRbutton {
    margin: 3px;
}

progress {
    -webkit-appearance: none;
    width: inherit;
    height: 20px;
}

    progress::-webkit-progress-bar {
        background-color: #666;
    }

.progressBar span {
    position: absolute;
    display: inline-block;
    color: #fff;
    text-align: right;
    width: 50%;
}

.progressBar {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.ui-widget-header {
    background: whitesmoke;
    border: none;
}

.hide {
    display: none;
}

.ui-menu a {
    text-decoration: none;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}
