@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Source+Code+Pro');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
}

.clearboth{
    clear: both;
}

.nodata{
    text-align: center;
    padding: 100px;
    font-size: 100px;
    color: gray;
}

.loader-wrap {
    display: flex;
    text-align: center;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}


.userinfo {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: rgba(200, 200, 200, 0.5);
    font-size: 12px;
    line-height: 1.2em;
    text-align: right;
    font-family: 'Source Code Pro', monospace;
    z-index: 989;
}

.logout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    color: rgba(200, 200, 200, 0.5);
    font-size: 16px;
    line-height: 1.2em;
    text-align: right;
    font-weight: 300;
    cursor: pointer;
    z-index: 989;
}

.logout:hover {
    color: white;
}

.wrap {
    background-color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.logo {
    margin: 30px;
}

.logo div {
    color: white;
    margin-top: 10px;
    font-size: 18px;
}

.login-form {
    display: none;
    color: white;
}

.login-form input {
    margin: 10px;
}

.login-btn {
    margin: 20px;

}

.login-btn-ava {
    color: white;
    cursor: pointer;
}

.login-btn-disa {
    color: gray;
    cursor: not-allowed;
}

#menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu-item {
    width: 200px;
    height: 200px;
    padding: 20px;
}

.menu-txt {
    margin-top: 10px;
    font-weight: 300;
}

.menu-item .btn {
    width: 100%;
    height: 100%;
}
.modal-max{
    max-width: 90%;
}
.bold-text{
    font-weight: bold;
}
.source-ctrl{
    margin-bottom: 15px;
}
.source-ctrl button{
    margin-left: 15px;
}

.clicktr{
    cursor: pointer;
}

.autocompletepanel{
    display: none;
    position: absolute;
    z-index: 999;
    max-height: 200px;
    overflow-y: scroll;
}
.acitem{
    padding: 10px 30px;
    border-bottom: 1px solid #DDD;
    background-color: white;
    line-height: 20px;
}
.acitem:hover{
    background-color: gray;
    color: white;
}
