﻿

.breadcumbLabel {
    font-family: 'Segoe UI';
    font-size: 14px;
    color:#FFA915 !important;
}
.breadcumbHyperlink {
    text-decoration:none;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #FFA915 !important;
}
.breadcumbHyperlink:hover {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: deepskyblue !important;
}
.formLabel {
    font-family: 'Segoe UI';
    font-size: 15px !important;
    color: white !important;
}

.formTextBox {
    font-family: 'Segoe UI' !important;
    font-size: 15px !important;
    color: white !important;
}
.RadComboBoxDropDown.RadComboBoxDropDown_Glow {
    font-family: 'Segoe UI' !important;
    font-size: 15px !important;
    
}

.formButton .rbText {
    font-family: 'Segoe UI' !important; font-size: 14px;
}



.formTitle {
    font-family: 'Segoe UI';
    font-size: 16px !important;
    color: #FFA915 !important;
}


input[type="radio"]:disabled {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    padding: 0px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: lightgray;
    border-radius: 50%;
    accent-color: black;
}

input[type="radio"]:disabled:checked {
    background-color: gray;
}


/*div.RadGrid_Glow .rgRow td,
div.RadGrid_Glow .rgAltRow td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height:1px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    
}*/
