
.btn-save {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99999999;
    color: #fff !important;
    background: #097602 !important;
    bottom:0;
    border: 2px solid #000;
}

.btn-back {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99999999;
    bottom: 0;
    color: #fff !important;
    background: #ff8300 !important;
    border: 2px solid #000;
}
.fixed {
    height: 94.6vh;
    overflow: hidden;
    background: #333;
    top: -9px;
    right: 5px;
}

.scrollit {
    height: 93vh;
}

.galley {
    background: #c3c3c3;
    display: block;
    margin-right: 2.5%;
    margin-top: 0.5%;
    /* margin: 0 auto 0 auto; */
    position: fixed;
    padding: 10px;
    width: 95%;
    height: 95vh;
    top: 0;
    z-index: 2222;
    overflow: auto;
}
.bootstrap-tagsinput .tag {
    background: #008efe !important;
}

.radioGroup {
    border: 1px solid #000;
    padding: 5px;
    overflow: auto;
    height: 213px;
}

input[type=checkbox], input[type=radio] {
    display: none !important;
}

input[type="radio"] + .label-text:before {
    content: "\2B1C";
    /*// font-family: "FontAwesome";*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.label-text {
    cursor: pointer;
}

input[type="radio"]:checked + .label-text:before {
    content: "\274E";
    color: #8e44ad;
    animation: effect 250ms ease-in;
    margin-left: 5px;
    font-size: 12px;
}

input[type="radio"]:checked + .label-text {
    color: #ffc107;
    text-shadow: 1px 0px 1px #080813;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

    input[type="radio"]:disabled + .label-text:before {
        content: "\f111";
        color: #ccc;
    }