/*
 * No Drupal theme so we apply global styling for both gsa and insite here.
 *
 */
#backtotop {
    background-color: #e0e6eb;
    position: fixed;
    top: 80%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    display: none;
    right: 15px;
}
@media screen and (min-width: 1199px) {
    #backtotop {
        /*background-color: rgba(231, 231, 231, 0.9);*/
    }
}
#backtotop .elevator-button {
    cursor: pointer;
    background-size: 25px 25px !important;
    right: 10px;
    text-decoration: none;
    background-position: 13px 11px !important;
    padding-top: 28px;
}
#backtotop .elevator-button span {
    font-size: 12px;
    padding-top: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

body.ie10 #backtotop, body.ie11 #backtotop {
    right: 25px !important;
}

.form-type-textfield {
    position: relative;
}