/* JENOMICS SPECIFIC STYLES */

h1, h2, h3, h4, h5, p, btn, form, input, select, type, a, li {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}

a {
    color: #1F5F97;
}
a:active, a:focus, a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

.body {
    background-image: url(./BrandingServlet?type=background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}


.top-banner {
    width: 20%;
    background-image: url(./BrandingServlet?type=stretchimage);
    background-position: center bottom;
    background-repeat: repeat-x;
    visibility: hidden;
    height: 0px;
}

.logo-login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 50%;
}

.version-text {
    color: #9e9e9e;
    margin-bottom: 10px;
    margin-top: 2px;
}


.h1-login {
    margin-bottom: 5px;
}

.form-control {
    width: 80%;
    float: right;
}

.navbar-default {
    margin-bottom: 0px;
    background-color: #1A69A8;
    border: 0px;
    border-radius: 0px;

}

.navbar-collapse {
    /*background-image: url(./BrandingServlet?type=banner.png);*/
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 150px;
}

.navbar-header {
    /*background-image: url(./BrandingServlet?type=banner.png);*/
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 150px;
}

.navbar-logo-link {
    width: 15%;
    height: 15%;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #a2cc83;
}

.nav navbar-nav navbar-right li a {
    color: #000;
}

.btn {
    border-radius: 25px !important;
    margin-right: 3px;
}

/*green buttons*/
.btn-primary, .btn-danger, .btn-default {
    background-color: rgb(86,198,87);
    /*border: none !important;*/

}

.label-upload {
    width: 70% !important;
}

/*blue Buttons*/
.btn-success {
    background-color: #3276B1;
    margin-right: 5px;
}

.btn-danger {
    background-color: rgb(135, 27, 38);
    margin-right: 5px;
}

.btn-success:hover, .btn-danger:hover, .btn-default:hover  {
    background-color: #085a85;
    margin-right: 5px;
    /*border: none !important;*/
}

.btn-primary:hover {
    background-color: #3d873d;
    margin-right: 5px;
}

.footer-gradient{
    background-image: linear-gradient(to right, rgb(12,130,192), rgb(86,198,87));
    color: #fff;
    margin-top: auto;
    z-index:150;
    bottom:0;
    position:fixed;
    width: 100%;
}

.login-footer{
    background-image: linear-gradient(to right, #fafafa, #fafafa);
    color: #777779;
    margin-top: auto;
    z-index:150;
    bottom:0;
    position:fixed;
    width: 100%;
}

.navbar-default {
    background-color: #fff;
}


.panel-body {
    padding: 20px;
    font-family: Roboto,sans-serif;
    font-size: 14px;
}

.container-fluid {
    padding: 0;
}

.paginate_button  {
    padding: 5px;
}

#spacesTable_length select {
    padding: 5px;
    border-radius: 5px;
}

#spacesTable_filter input {
    padding: 5px;
    border-radius: 5px;
}


