﻿
fieldset {
    /*margin-bottom: 10px!important;*/
    border: 1px solid #ccc !important;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
}

legend {
    font-weight: bold;
    background: white;
    padding: 0 5px;
    display: inline-block; /* Prevents full-width behavior */
    width: auto; /* Keeps it only as wide as the text */
    font-size: 12pt !important;
    position: absolute;
    top: -12px;
    left: 10px;
}

a[disabled],
a[disabled="disabled"] {
    pointer-events: none; /* Prevents clicking */
    color: #6c757d !important; /* Bootstrap's $gray-600 */
    background-color: transparent !important;
    text-decoration: none !important;
    opacity: 0.65;
    cursor: not-allowed !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
.table > tbody > tr:hover > td {
    /*background-color: #FFFFCC;*/
    border-bottom-color: #5d9fb7;
    background-color: #f9f6f4!important;
}
.table > tbody > tr > td {
    /*background-color: #FFFFCC;*/
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.RadUpload .ruSelectWrap .ruButton {
    width: 200px !important;
}

    .RadUpload .ruSelectWrap .ruButton.ruButtonHover {
        width: 200px !important;
    }
