﻿/*scroll to the top*/
#toTop {
    padding: 5px 3px;
    position: fixed;
    bottom: 40%;
    right: 5px;
    font-size: small;
    display: none;
    cursor: pointer;
    writing-mode: sideways-lr;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.select-div-100 .bootstrap-select {
    width: 100% !important;
}

.select-div-75 .bootstrap-select {
    width: 75% !important;
}
