
.navbar-inner {
    height: 45px;
    background-color: #1B89DB;
    background-image: -moz-linear-gradient(top, #1B89DB, #2F6C91);
    background-image: -ms-linear-gradient(top, #1B89DB, #2F6C91);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1B89DB), to(#2F6C91));
    background-image: -webkit-linear-gradient(top, #1B89DB, #2F6C91);
    background-image: -o-linear-gradient(top, #1B89DB, #2F6C91);
    background-image: linear-gradient(top, #1B89DB, #2F6C91);
    background-repeat: repeat-x;
}

.navbar {
    margin-right: 30px;
    margin-left: 30px;
    height: 45px;
}

#vertical-nav {

    margin-top: 20px;
}

.content_area {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
    /*padding: 20px;*/
}

.login_area {

    margin-top: 100px;
}

#nav-logo {
    margin: 0px;
    width: 35px;
    height: 35px;
    padding: 0px;
    padding-top: 4px;

}

/*
#nav-logo-area {
    border-right-color: #ffffff;
    border-right-width: 2px;
    border-right-style: solid;
    padding-right: 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
}
*/

.user-info {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    height: 45px;
    float: right;
    position: relative;
    top: 10px;
}

.user-info a {
    color: #fff;
    text-decoration: none;
}

input, button, select, textarea {
    font-family: 'PT Sans', sans-serif;

}

.navbar .divider-vertical {
    height: 45px;
    margin: 0 9px;
    border-left: 1px solid #2F6C91;
    border-right: 1px solid #2F6C91;

}

.bigger {
    font-size: 32px;
    letter-spacing: 5px;

}

.modal-body {
    max-height: 250px !important;
}


