/* tools */
.block {
    display: block;
}
.bold{
    font-weight: bold;
}
.v-space-1 { margin-top: 1px }
.v-space-5 { margin-top: 5px }
.v-space-10 { margin-top: 10px }
.v-space-15 { margin-top: 15px }
.v-space-20 { margin-top: 20px }
.v-space-25 { margin-top: 25px }
.v-space-30 { margin-top: 30px }
.v-space-35 { margin-top: 35px }
.v-space-40 { margin-top: 40px }
.v-space-45 { margin-top: 45px }
.v-space-50 { margin-top: 50px }


.r-space-1 { margin-right: 1px }
.r-space-5 { margin-right: 5px }
.r-space-10 { margin-right: 10px }
.r-space-15 { margin-right: 15px }
.r-space-20 { margin-right: 20px }
.r-space-25 { margin-right: 25px }
.r-space-30 { margin-right: 30px }
.r-space-35 { margin-right: 35px }
.r-space-40 { margin-right: 40px }
.r-space-45 { margin-right: 45px }
.r-space-50 { margin-right: 50px }

.header{
    margin: 0;
    font-size: x-large;
}
/*
Tables
*/
.table .table-link{
    float: left;
    cursor: pointer;
}

/*
Dashboards
*/
div.dashboard-link-wrapper {
    margin: 0px 0px 0px 0px;
}
a.dashboard-link {
    width: 250px;
    margin: 5px auto;
}


/* base */
#main-container {
    padding-bottom: 40px;
}
.top-bar {
    padding-top: 20px;
    margin-bottom: 64px;
}

/*  Tests  */
a.test-link:last-child { 
    margin-bottom: 0px;
}
a.test-link:first-child { 
    margin-top: 0px;
}

.loader i{
    margin-top: 400px;
}

.question {
    margin: 10px 0px 5px 0px;
}


/* users */
.delete-user-form {
    margin-left: 10px;
}


/*
Scores
*/

.score-level,
.score-competence{
    white-space: nowrap;
}
.score-level-value,
.score-competence-value{
    display: inline-block;
    text-align: center;
    min-width: 25px;
    border-right: 1px solid #666;
}
.score-level-value:first-child,
.score-competence-value:first-child{
    color: green;
}
.score-level-value:nth-child(2){
    color: red;
}
.score-level-value:last-child{
    border: medium none;
    color: #a0a0a0;
}
.score-level-value{
    width: 33%;
}
.score-competence-value{
    width: 50%;
}
.score-competence-value:last-child{
    border: none;
    color: red;
}

.radar-legend .row{
    margin-bottom: 5px;
}
.radar-legend .legend-color {
    float: left;
    height: 20px;
    width: 20px;
}
#subject-choice {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 250px;
}


/* media queries consistent with bootstrap */
@media(min-width:1200px){
    
}

@media(min-width:992px){
    
}

@media(min-width:768px){
    #test-form .form-wrapper {
        border: 1px solid black;
        border-radius: 5px;
    }
}

@media(max-width:767px){
    
}

@media(max-width:480px){
    .answer {
        width: 100%;
    }
    #subject-choice {
        width: 100%;
    }
    .chart-header {
        width: 547px;
    }
    
}

.modal-dialog{
    z-index: 1050;
    margin-top: 100px;
}
.login-bg{
    background: url('../img/login-bg.jpg') center center no-repeat;
}

.brand-logo.signed-out img{
    max-height: 100px;
}
.topnavbar .navbar-header .brand-logo.signed-in{
    padding: 0;
}
.brand-logo img{
    max-height: 55px;
}

.logo-colour{
    max-height: 200px;
}
