/* --- Text background-color and color --- */

/* Page mission */
/*
.uppdrag-exempelBGDefault {
    color: blue;
    margin-left: 20px;
}

.uppdrag-exempelBG1 {
    color: blue;
    margin-left: 20px;
}

.uppdrag-exempelBG2 {
    color: yellow;
    margin-left: 20px;
}
*/
/*
.uppdrag-blueBGDefault {
    color: blue;
}

.uppdrag-blueBG1 {
    color: blue;
}

.uppdrag-blueBG2 {
    color: yellow;
}
*/

/*
.border-tabell-blueBGDefault {
    border: 1px solid black;
    height: 30px;
    color: blue;
}

.border-tabell-blueBG1 {
    border: 1px solid black;
    height: 30px;
    color: blue;
}

.border-tabell-blueBG2 {
    border: 1px solid black;
    height: 30px;
    color: yellow;
}
*/

/*
.uppdrag-markBGDefault {
    background-color: rgb(45, 255, 255);
}

.uppdrag-markBG1 {
    background-color: rgb(45, 255, 255);
}

.uppdrag-markBG2 {
    background-color: blue;
}
*/

.uppdrag-teckensprakBGDefult {
    color: blue;
    margin-left: 20px;
}

.uppdrag-teckensprakBG1 {
    color: blue;
    margin-left: 20px;
}

.uppdrag-teckensprakBG2 {
    color: yellow;
    margin-left: 20px;
}
/* End page mission */

/* --- End text background-color and color --- */

#textBtn:hover {
    /*
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255,255,0,1);
    box-shadow: 0px 0px 20px 0px rgba(255,255,0,1);
    text-decoration: none;
    */
    cursor: pointer;
}

.rounded-circle:hover {
    cursor: pointer;    
}

.range {
    display: table;
    position: relative;
    height: 25px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.range input[type="range"] {
    outline: none;
}

.range.range-primary input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: rgb(66, 139, 202);
}
.range.range-primary output {
    background-color: rgb(66, 139, 202);
}
.range.range-primary input[type="range"] {
    outline-color: rgb(66, 139, 202);
}

.range.range-success input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: rgb(92, 184, 92);
}
.range.range-success output {
    background-color: rgb(92, 184, 92);
}
.range.range-success input[type="range"] {
    outline-color: rgb(92, 184, 92);
}

.range.range-info input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: rgb(91, 192, 222);
}
.range.range-info output {
    background-color: rgb(91, 192, 222);
}
.range.range-info input[type="range"] {
    outline-color: rgb(91, 192, 222);
}

.range.range-warning input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: rgb(240, 173, 78);
}
.range.range-warning output {
    background-color: rgb(240, 173, 78);
}
.range.range-warning input[type="range"] {
    outline-color: rgb(240, 173, 78);
}

.range.range-danger input[type="range"]::-webkit-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: rgb(217, 83, 79);
}
.range.range-danger output {
    background-color: rgb(217, 83, 79);
}
.range.range-danger input[type="range"] {
    outline-color: rgb(217, 83, 79);
}
