/* ---- reset ---- */

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2c2e43;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.loginbox {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    font-family: 'Merriweather Sans', sans-serif;
    background: #fff;
    height: auto;
    width: auto;
    border-radius: 10px;
}


.errorbox{
    position: fixed;
    top: 80%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    font-family: 'Merriweather Sans', sans-serif;
 
    height: auto;
    width: auto;

}

.loginboxtop {
    background: #42438d;
    border-radius: 5px 5px 0 0;
}

.card-img-top {
    height: 200px;
    width: auto;
}

.eBioServerIcon {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.eBioServerLogo {
    color: #fff;
    font-size: 32px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    margin-left: 10px;
}

.form-control {
    margin: 10px;
}

.Custombtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 3px 30px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 2px;
    margin: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Custombtn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
    margin: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #2c2e43;
    color: #fff;
    position: fixed;
    z-index: 1;
}

.headerLogo {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    position: relative;
    margin-top: -10px;
}

.footer {
    width: 100%;
    height: auto;
    bottom: 0px;
    position: fixed;
    font-family: 'Exo 2', sans-serif;
}

.footerMain {
    width: 100%;
    height: auto;
    bottom: 0px;
    position: fixed;
    font-family: 'Exo 2', sans-serif;
    background: #2c2e43;
    z-index: 1;
}

.copyrightText {
    float: right;
    color: white;
    margin-right: 5px;
}

.logo {
    font-size: 30px;
    margin-left: 10px;
    font-family: 'Exo 2', sans-serif;
    margin-top: 5px;
    padding-top: 5px;
}


/* The sidebar menu */

.sidenav {
    height: 100%;
    /* Full-height: remove this if you want "auto" height */
    width: 200px;
    /* Set the width of the sidebar */
    position: fixed;
    /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1;
    /* Stay on top */
    top: 50px;
    /* Stay at the top */
    left: 0;
    bottom: 24px;
    background-color: #111;
    /* Black */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 20px;
    border-right: 2px solid #2c2e43;
}


/* The navigation menu links */

.Menu {
    color: white;
    padding: 6px 8px 6px 30px;
    font-size: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 30px;
    width: auto;
    height: 50px;
    text-decoration: none;
    transition: 0.8s;
    font-size: 15px;
    color: white;
    padding-top: 15px;
    display: block;
    border: 1px solid white;
    border-left: 0px;
    border-right: 0px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
    background: #42438d;
    text-decoration: none;
    transition: 0.8s;
}


/* Style page content */

.main {
    /* margin-left: 200px;  Same as the width of the sidebar */
    height: 100%;
    width: auto;
    /*  margin-top: 50px; */
}

.mainTop {
    height: 40px;
    width: auto;
    background: #9EABAB;
}

.mainBottom {
    height: 40px;
    bottom: 0px;
    font-family: 'Exo 2', sans-serif;
    background: #9EABAB;
}

.datatable {
    position: fixed;
    width: 82%;
    background: #fff;
    color: black;
    height: 540px;
    margin-left: 224px;
    margin-top: 70px;
    border-left: 2px solid #2c2e43;
    border-right: 2px solid #2c2e43;
}


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.datatable-top {
    top: 0;
    background: #2c2e43;
    height: 35px;
    color: white;
    padding: 5px;
}

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.datatable-middle {
    background: #ffffff;
    overflow: auto;
    height: 480px;
    padding: 10px;
}

.datatable-bottom {
    bottom: 0;
    background: #2c2e43;
    height: 35px;
    position: absolute;
    width: 100%;
    color: white;
    padding-top: 5px;
    padding-right:5px;
}

.ModalTable td {
    padding: 8px;
}

.ModalTable input {
    width: 180px;
}

.ModalTable select {
    width: 180px;
}