/**
 * Gallery styling
 */
.jgallery .jgallery-btn-small {
    font-size: 17px;
}


/**
 * Element styling
 */

body {
    padding: 30px;
    font-family: 'Lato', sans-serif;
    background: #222;
    color: #4f4f4f;
    min-width: 330px;
}

hr {
    border-top: 1px solid #C0D2F5;
}

input {
    height: 48px;
    border: 1px solid #c0d2f5;
    font-size: 15px;
    color: #c5c5c5;
    box-shadow: none;
}

input:hover {
    border: 1px solid #9ab3e4;
}

input:active {
    border: 1px solid #9ab3e4;
    color: #6283c2;
}

input:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #c5c5c5 !important;
}

:-moz-placeholder {
    color: #c5c5c5 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #c5c5c5 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c5c5c5 !important;
}

.profilepicture-small {
    width: 50px;
    height: 50px;
}

.form-control {
    height: 48px;
    border: 1px solid #c0d2f5;
    font-size: 15px;
    color: #9ab3e4;
    box-shadow: none;
}

.input-group-addon {
    padding: 0;
    border: 1px solid #c0d2f5;
    border-radius: 0;
    background: #FFFFFF;
}

.input-group-addon > button {
    padding: 7px 17px;
    border: 0;
    font-size: 17px;
    color: #9ab3e4;
    background: inherit;
}

.panel-primary > .panel-heading {
    background-color: #5996f1;
    border-color: #5087d8;
    border-radius: 0px;
}

.btn-primary {
    background-color: #5996f1;
    border-color: #5087d8;
}

.thumbnail > a > img {
    height: 200px;
    display: block;
}

#wrapper {
    background: #FFF;
    border-radius: 4px;
    padding: 0px;
}

#wrapper > .row {
    margin: 0;
}

/**
 * General classes
 */
.shadowBorder {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
}

/**
 * Main menu styling
 */

#mainmenu {
    min-height: 70px;
    padding: 0;
    border: 0;
    border-radius: 3px 4px 0px 0px;
    font-size: 17px;
    background: #f4f8ff;
    margin-bottom: 0px;
}

#mainmenu .navbar-toggle {
    color: #222;
    margin-top: 14px;
    margin-right: 5px;
}

#navbar-menu {
    margin-top: 17px;
    margin-bottom: 0px;
}

#navbar-menu .btn {
    padding: 5px 20px;
}

.navbar-divider {
    float: left;
    width: 11px;
    height: 70px;
    background: url(../images/navbar-divider.png) no-repeat;
}

.navbar-brand,
.navbar-brand:hover {
    line-height: 40px;
    color: #9d9d9d;
}

.navbar-brand-logo {
    margin-right: 5px;
}

.nav.navbar-nav {
    height: inherit;
}

.nav a {
    color: #4f4f4f !important;
}

.nav.navbar-nav > li {
    height: 70px;
    background: inherit;
}

.nav.navbar-nav > li > a {
    line-height: 40px;
}

.nav.navbar-nav > li:hover {
    background-color: #c0d2f5;
}

.nav.navbar-nav > li:hover > a {
    height: 66px;
    background-color: #f4f8ff !important;
}

.nav.navbar-nav > li.active {
    background: #5395ff;
}

.nav.navbar-nav > .active > a {
    height: 66px;
    background-color: #f4f8ff !important;
}

.navbar-form {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-profile {
    margin-left: 5px;
}

.navbar-profile > li:hover > a {
    height: 70px;
    background-color: #E8F1FF !important;
}

.navbar-profile > li > a > img {
    margin-top: -5px;
    margin-left: 7px;
}

.nav-submenu li a {
    padding-left: 20px;
}

.nav-submenu li a:before {
    content: '\2514';
    padding: 5px;
}

.nav-sidebar li.active {
    background-color: #ececec;
}

#githubLink {
    background: #3e586a;
    color: #FFF !important;
    border-radius: 0px 3px 0px 0px;
    height: 70px;
    line-height: 50px;
}

#githubLink:hover {
    background: #3e586a !important;
    color: #FFF !important;
}

/**
 * Colored elements underneath the main menu
 */
#social-container {
    height: 53px;
    background: #3e586a;
    border-top: 4px solid #384f5f;
    font-size: 29px;
    color: #FFF;
    text-align: center;
}

#social-container a {
    color: #FFF;
}

#breadcrumbs-container {
    height: 53px;
    background: #5996f1;
    border-top: 4px solid #5087d8;
    color: #FFF;
    line-height: 43px;
}

#breadcrumbs {
    padding: 0;
    list-style-type: none;
}

#breadcrumbs li {
    float: left;
}

#breadcrumbs li a {
    color: #FFF;
}

#breadcrumbs li:last-child > a {
    text-decoration: none;
}

#breadcrumbs li:after, #breadcrumbs li::after {
    content: '>';
    margin: 0px 5px;
}

#breadcrumbs li:last-child:after, #breadcrumbs li:last-child::after {
    content: '';
    margin: 0;
}

/**
 * Sidebar styling
 */
#sidebar-container {
    padding: 0px;
    margin-right: -1px;
}

#sidebar {
    padding: 10px 10px 10px 0px;
}

#sidebar li, #sidebar li a {
    border-radius: 0px 4px 4px 0px !important;
}

#copyright {
    border-top: 1px solid #e8e8e8;
    color: #7a7a7a;
    padding: 20px 0px 0px 20px;
}

/**
 * Main styling
 */

#content-container {
    padding: 0;
}

#content {
    border-left: 1px solid #e8e8e8;
    min-height: 600px;
    padding: 10px;
    padding-top: 0px;
}

#content > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.pageHeader {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pageContent {
    padding-top: 5px;
}

.project_preview_image {
    max-width: 400px;
}

.nav-sidebar li.active {
    background: inherit;
}

.nav-sidebar li.active > a {
    background-color: #ececec;
}

@media (max-width: 450px) {
    body {
        padding: 0;
    }
}