body {
    min-height: 2000px;
    padding-top: 80px;
    font-family: arial;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.navbar-default {
    background-color: #336699;
    border-color: #336699;
    box-shadow: 0 0 10px #1A3366;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #C2D1E0;
    background-color: #4775A3;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #C2D1E0;
    background-color: #4775A3;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    font-family: 'Open Sans', sans-serif;
    color: #C2D1E0;
}

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

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0;
}

.nv-navbar, .nv-navbar-big {
    box-sizing: border-box;
    color: rgb(194, 209, 224);
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 50px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: -15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: left;
}

.nv-navbar-big {
    font-size: 18px;
    padding-top: 11px;
}

.navbar-nav .fa {
    font-size: 14px;
}

.navbar-nav a {
    color: rgb(194, 209, 224);
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    /*display: none;*/
}

@media (max-width: 767px) {
    #user-message {
        padding: 0;
    }
    .sidebar-gutter {
        display: none;
    }
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 0;
        z-index: 900;
        display: block;
        /*padding: 20px;*/
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
    font-family: 'Open Sans', sans-serif;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a.ACCEPTED,
.nav-sidebar > .active > a.ACCEPTED:hover,
.nav-sidebar > .active > a.ACCEPTED:focus {
    color: #fff;
    background-color: #5cb85c;
}

.badge.ACCEPTED {
    background-color: #5cb85c;
    color: #fff;
}

a.ACCEPTED {
    color: #5cb85c;
}

li.active .badge.ACCEPTED {
    background-color: #fff;
    color: #5cb85c;
}

.nav-sidebar > .active > a.PENDING,
.nav-sidebar > .active > a.PENDING:hover,
.nav-sidebar > .active > a.PENDING:focus {
    color: #fff;
    background-color: #ECB100;
}

.badge.PENDING {
    background-color: #ECB100;
    color: #fff;
}

a.PENDING {
    color: #ECB100;
}

li.active .badge.PENDING {
    background-color: #fff;
    color: #ECB100;
}

.nav-sidebar > .active > a.DEFAULT,
.nav-sidebar > .active > a.DEFAULT:hover,
.nav-sidebar > .active > a.DEFAULT:focus {
    color: #fff;
    background-color: #428bca;
}

.badge.DEFAULT {
    background-color: #428bca;
    color: #fff;
}

a.DEFAULT {
    color: #428bca;
}

li.active .badge.DEFAULT {
    background-color: #fff;
    color: #428bca;
}

.nav-sidebar > .active > a.DENIED,
.nav-sidebar > .active > a.DENIED:hover,
.nav-sidebar > .active > a.DENIED:focus {
    color: #fff;
    background-color: #BF0E0E;
}

.badge.DENIED {
    background-color: #BF0E0E;
    color: #fff;
}

a.DENIED {
    color: #BF0E0E;
}

li.active .badge.DENIED {
    background-color: #fff;
    color: #BF0E0E;
}

.nav-sidebar > .active > a.INCOMPLETE,
.nav-sidebar > .active > a.INCOMPLETE:hover,
.nav-sidebar > .active > a.INCOMPLETE:focus {
    color: #fff;
    background-color: #888;
}

.badge.INCOMPLETE {
    background-color: #888;
    color: #fff;
}

a.INCOMPLETE {
    color: #888;
}

li.active .badge.INCOMPLETE {
    background-color: #fff;
    color: #888;
}

li .fa {
    font-size: 26px;
}

.sidebar-gutter {
    padding-top: 95px;
}

.grande > li {
    position: relative;
    display: block;
    /*margin-bottom: 30px;*/
}

/*Sign in*/
.not-logged-in {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.form-signin {
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Dropzone stuff */
.uploader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px dotted #aaa;
    padding-top: 25px;
    height: 300px;
}

.progress {
    position: relative;
    width: 100%;
    height: 15px;
    background: #C7DA9F;
    border-radius: 10px;
    overflow: hidden;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 15px;
    background: #85C220;
}

.thumbnail {
    min-height: 270px;
    height: 270px;
    overflow: hidden;
    line-height: 200px;
    cursor: move;
}

.thumbnail .fa {
    font-size: 80px;
    color: #ccc;
    line-height: 200px;
}

.thumbnail .remover .fa, .thumbnail .viewer .fa {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    cursor: pointer;
}

/* Lightbox */
.mfp-fade.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.white-popup {
    position: relative;
    background: #f5f5f5;
    padding: 20px;
    width: auto;
    max-width: auto;
    margin: 20px auto;
    text-align: center;
}

.mfp-worksample {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.nv-button {
    width: 100px;
}

.nv-popup {
    text-align: center;
}

.counter-inline {
    position: relative !important;
    font-size: 14px !important;
    color: #ccc;
    line-height: normal;
!important;
}

/* Countdown */
.countdown, .countdown-expanded {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(241, 218, 145);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    direction: ltr;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18.5714302062988px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    position: absolute;
    right: 0px;
    top: 70px;
    width: 11 0px;
    z-index: 902;
    border-radius: 6px 0 0 6px;
    opacity: .85;
}

/* Remove */
.remover {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    direction: ltr;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18.5714302062988px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 902;
    border-radius: 6px 0 0 6px;
    opacity: .55;
}

/* View */
.viewer {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #33CC33;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    direction: ltr;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18.5714302062988px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 7px;
    position: absolute;
    left: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 910;
    border-radius: 0px 6px 6px 0;
    opacity: .75;
}

/* List applications */
.education-group {
    font-size: 20px;
    line-height: 20px;
}



.education-group th  {
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;


}


.table > tbody > tr > td {
    line-height: 2.3;
}

.gallery {
    margin-bottom: 25px !important;
}

#success-container {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -2px 2px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 2px 0px;
    position: absolute;
    left: 450px;
    top: 0px;
    font-size: 18px;
    z-index: 10020;
}

#error-container {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) -5px 6px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) -5px 6px 8px 0px;
    position: absolute;
    left: 450px;
    top: 200px;
    font-size: 18px;
    z-index: 10020;
}

.mfp-title {
    color: #333 !important;
    font-size: 25px;
}

#score-slider {
    height: 1.4em;
}

#score-slider .ui-slider-handle {
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.8em;
    font-weight: bold;
}

.popover {
    font-size: 12px;
    z-index: 9999;
    position: fixed;
}

.selected_button {
    opacity: 0.25 !important;
}

.mfp-title {
    color: #333 !important;
    font-size: 16px;
    text-align: left;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.popup_title {
    color: #333 !important;
    font-size: 16px;
    text-align: left;
    line-height: 14px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 12px;
    font-size: 12px;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 16px;
    line-height: 16px;
}

#user-message .gutter {
    padding-left: 20px;
    padding-right: 20px;
}

.worksample_container {
    width: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    height: 100px;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
}

#user-message {
    position: absolute;
    left: 0;
    top: 50px;
    height: 37px;
    width: 100%;
    background: #fffeeb;
    overflow: hidden;
    font-size: 13px;
    z-index: 999;
    padding: 12px 0 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
}

/* View */
.certificate_title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 18.5714302062988px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 7px;
    position: absolute;
    left: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 910;
}

hr {
    border: 1px solid #ccc;
}

.application-comment:hover, .motivation-info:hover, .personal-info:hover, .worksample-info:hover {
    cursor: pointer;
}

#success-container {
    z-index: 100000;
}

@media print {

}

.image-div {
    float: left;
    padding: 15px;
    width: 14%;
}

.image-div:nth-child(7n+1) {
    clear: left;
}

.application-image-container {
    float: left;
    margin-right: 16px;
    margin-bottom: 18px;
    width: 30%;
    height: 100%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
}





.application-image-container:nth-child(4n-1) {
    margin-right: 0;

}

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: auto;
    }

    body {
        padding-top: 0;
        min-height: 0;
    }

    h2 {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .navbar {
        display: none;
    }

}