﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:17px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#loginTable {
    font-size: 18px;
}

.left {
    text-align: left;
    padding-left: 8px;
}

.modulSection {
    height: 50px;
}

.login {
    height: 70px;
}

.btn-login {
    width: 100%;
    height: 45px;
    color: white;
    background: #e02040;
    border: none;
    text-align:center;
}

#loginTable select, #loginTable input {
    width: 100%;
    height: 35px;
}

#lbError {
    color: red;
}

.navbar-inverse {
    background-color: #565555;
    border: none;
    border-top: 1px solid red;
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
    text-decoration: underline;
}

.logo {
    float: left;
}

.user-section {
    float: right;
    margin-right: 20px;
    margin-top: 25px;
    font-size:15px;
}

.sign-out {
    float: right;
}

.sign-out-img {
    height: 15px;
    width: 15px;
    float: right;
    margin-top: 27px;
}

.header {
    margin-bottom: 20px;
}

.navbar-inverse .navbar-collapse {
    padding-left: 0;
}
.nav.navbar-nav{
    font-size:17px;
}
.container{
    font-size:17px;
}
footer p{
    font-size:15px;
}
#lbUser{
    text-decoration:underline;
    font-style:italic;
}
.roba{    
    padding-bottom:1px;
}
.stanje-detaljno {
    padding:0;
}
.stanje-table{
    padding:0;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .jumbotron {
        margin-top: 20px;
    }
    .stanje-table {
        padding: 0;
        font-size: 9px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: white;
        padding-left: 30px;
    }
}
