/*Radio Button styles*/
.radio-toBtn input[type="radio"] { visibility:hidden;position:absolute; }
.radio-toBtn input[type="radio"]:checked + label {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #007bff;
    *background-color: #007bff;
    background-image: -moz-linear-gradient(top, #007bff, #4F98C2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007bff), to(#4F98C2));
    background-image: -webkit-linear-gradient(top, #007bff, #4F98C2);
    background-image: -o-linear-gradient(top, #007bff, #4F98C2);
    background-image: linear-gradient(to bottom, #007bff, #4F98C2);
    background-repeat: repeat-x;
    border-color: #4F98C2 #4F98C2 #377834;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.radio-toBtn label {
    display:inline-block;
    line-height:0px;
    height:13px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    padding:10px;
    font-size:12px;
    cursor:pointer;
    text-align:center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
}

.radio-toBtn label:hover {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
}

.radio-toBtn input[type="radio"]:disabled  +label  { background:#eaeaea;color:#ccc;cursor:auto; }

.select2-selection {
    height: 38px !important;
    border-color: #ced4da !important;
}

.overlay {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

form > .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-dialog .overlay {
    background: rgba(255,255,255,.7);
}
