﻿
.trimmed-box {
    width: 175px;
    over-flow: auto;
}

.bulletlessUL {
    padding: 0;
    list-style-type: none;
}

.error-message {
    color: red !IMPORTANT;
}

.right {
    text-align: right;
}

.fa-yellow {
    color: orange;
}

.fa-green {
    color: green;
}

.fa-red {
    color: red;
}

.standard-blue-color {
    color: #337ab7;
}

.btn-proxy-target {
    display: inline-block;
    vertical-align: top;
    float: right;
}

/*spinners*/
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ajax-switch {
    position: absolute;
}

.ajaxspinner {
    /*padding-bottom: 25px;*/
}

.ajaxspinner-item {
    position: absolute;
}

.normal-icon {
    width: 32px;
    height: 32px;
}

.dwarf-icon {
    width: 24px;
    height: 32px;
    margin-right: 8px;
}

.vertical-flex-container {
    display: flex;
    flex-direction: column;
}

.horizontal-flex-container {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.tooltip-inner {
    white-space: pre-wrap;
}

j .flex-align-right {
    margin-left: auto !IMPORTANT;
}

.grow-vertical {
    min-width: 200px;
    overflow: hidden !IMPORTANT;
    min-height: 46px;
}

.ajax-switch {
    /*position: absolute;*/
    position: relative;
}

.maxinput {
    min-width: 600px;
}

.well-sm {
    min-height: 40px;
}

.antwoordBtn {
    margin: 3px !IMPORTANT;
    pointer-events: auto !important;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

.voortgangBorder {
    width: 102px;
    height: 27px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.voortgangContent {
    height: 25px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.borderStageOne {
    border: 1px solid rgb(255, 0, 0);
}

.contentStageOne {
    background: rgb(255, 0, 0);
    background: rgba(255, 0, 0, 0.5);
}

.borderStageTwo {
    border: 1px solid rgb(255, 127, 0);
}

.contentStageTwo {
    background: rgb(255, 127, 0);
    background: rgba(255, 127, 0, 0.5);
}

.colortest {
    opacity: 0.5;
}

.borderStageThree {
    border: 1px solid rgb(255, 255, 0);
}

.contentStageThree {
    background: rgb(255, 255, 0);
    background: rgba(255, 255, 0, 0.5);
}

.borderStageFour {
    border: 1px solid rgb(0, 255, 0);
}

.contentStageFour {
    background: rgb(0, 255, 0);
    background: rgba(0, 255, 0, 0.5);
}

.borderStageFive {
    border: 1px solid rgb(0, 255, 127);
}

.contentStageFive {
    background: rgb(0, 255, 127);
    background: rgba(0, 255, 127, 0.5);
}
