﻿.fol-sample-chooser-value-wrapper {
    position: relative;
}

.fol-sample-chooser-value-wrapper-no-selection:after {
    color: red;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    z-index: 15;
}

.fol-sample-chooser-value-wrapper-selection:after {
    color: green;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    z-index: 15;
}

.fol-case-chooser-value-wrapper-no-selection:after {
    color: red;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 20px;
    text-decoration: inherit;
    z-index: 15;
}

.fol-case-chooser-value-wrapper-selection:after {
    color: green;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 20px;
    text-decoration: inherit;
    z-index: 15;
}


.fol-remainsinfo-chooser-value-wrapper-no-selection:after {
    color: red;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 100px;
    text-decoration: inherit;
    z-index: 15;
}

.fol-remainsinfo-chooser-value-wrapper-selection:after {
    color: green;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    position: absolute;
    right: 100px;
    text-decoration: inherit;
    z-index: 15;
}

.fol-sample-value {
    position: relative;
    z-index: 15;
}

.fol-sample-value::-ms-clear {
    display: none;
}

.fol-sample-chooser-value-busy {
    background: url("/Images/busy.gif") no-repeat scroll 0px 0px transparent !important;
    background-position: 90% 51% !important;
}
