html,
body {
    background-color: #FFF;
    width: 100%;
    height: 100%;
}
.container{
    width:900px !important;
}
.login-bg-fixed-height {
    background: url('/assets/img/login-panorama.jpg') no-repeat center center scroll;
    height: 800px;
}

.login-logo {
    background: url('/assets/img/logo.png')no-repeat center;
    background-size: 60%;
    height:100px;
    width:auto;

}

.login-transparent-bg{
    padding: 25px;
    background-color: rgba(0,0,0,0.6);
    padding-bottom: 15px;
    padding-top: 15px;
}

.avakuva-objekt{
    height:200px;
}

.objekt-container{
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height:200px;
}
.objekt-title-transparent{
    position: absolute;
    width:100%;
    background-color: rgba(255,255,255,0.5);
    height:30px;
    font-weight: 800;
    text-align: center;
    color:#000;
    font-size: 18px;
}
.objekt-preview-pic{
    background: url('http://www.bimhow.com/wp-content/uploads/2013/05/bg-home-construction.jpg')no-repeat center;
    height:200px;
}
.avakuva-bg-fixed-height {
    background: url('/assets/img/login-panorama.jpg') no-repeat center center scroll;
    background-color: #E1FFFA;
    height: 300px;
}
.avakuva-container{
    margin-top: 30px;
}
.navbar-inverse{
    background-color: #fafafa !important;
    border-color: #cccccc !important;
    max-height: 20px !important;
}
.navbar{
    min-height: 28px !important;
    border-radius: 1px !important;
    margin-bottom: 0px !important;
}
.navbar-brand{
    height:28px !important;
}
.container-fluid{
    max-height: 28px !important;
}
.form-group label{
    color:#FFF;
}
.btn-login{
    margin-top: 20px;

}

a {
    color: #373A36;
    font-size: 24px;
    text-decoration: none;
}

a:hover {
    color: #5bc0de;
}

.btn, .btn:focus {
    outline: none !important;
}

.btn-link {
    color: #FFAE38;
    font-size: 24px;
    text-decoration: none !important;
}

.btn-link:hover {
    color: #E8C427;
}

.sidebar a {
    color: #5bc0de;
    font-size: 30px;
    text-decoration: none;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.logo {
    padding: 20px;
}

.sidebar {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar > ul {
    margin: 0px;
    padding: 0px;
}

.sidebar .active {
    background-color: #D5DBD8;
}

.sidebar .active > a {
    text-decoration: none;
    color: #2B2828;
}

.main .active span,
.main .active > a {
    color: #5bc0de;
}

.editing > button {
    color: #5bc0de !important;
}
.editing > a {
    color: #5bc0de !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #D5DBD8;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #2B2828;
        border-right: 1px solid #7B807E;
    }
}

.main {
    padding-top: 96px;
    padding-left: 24px;
}

.createBookmark {
    padding-left: 5px;
    padding-right: 5px;
}

.create-form, .edit-form {
    padding: 20px;
}
