*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html{
    height:100%;
}
body {
    background:#F1F2F3;
    
   height:100%;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
table{
    width: 100%;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
}

td{
    vertical-align: top;
    font-size: 12px;
    padding:2px 4px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
th{
    font-weight: bold;
    font-style: italic;
    padding:3px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
tr.data:hover {
        background-color: #ffff99;
}
div.info{
    margin: 20px;
    padding:10px;
    border: 1px solid #e1e1e1;
    min-height: 300px;
    background: #fff;
}
div.infostep{
    margin: 20px;
    padding:10px;
    border: 1px solid #e1e1e1;
    height: 300px;
    background: #fff;
    width:30%;
    float:left;
    height: 100px;
}
div.infomin{
    margin: 20px;
    padding:10px;
    border: 1px solid #e1e1e1;
    background: #fff;
}
div.showtable{
    margin: 20px;
}
#drop-area{
    
}

.default-page{
    background: #F1F2F3;
}

.navbar {
    box-shadow: 0 4px 6px -6px #222;
    background: #070707;
    border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color:#fff;
    font-weight:600;
}
.navbar {
    position: relative;
     min-height:unset;
    margin-bottom: 0px; 
    border: 1px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #333;
}
.login-page, .register-page {
    background: url('/public/4-2.webp');
    background-size: cover;
    margin: 0px;
    padding: 0px;
}
.icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #444;
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px)
.login-box, .register-box {
    width: 90%;
    margin-top: 20px;
}

.login-box-body, .register-box-body {
    background: #0d0d0dcf;
    padding: 20px;
    border-top: 0;
    color: #fff;
    border-radius: 10px;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

