﻿html, body { margin: 0; padding: 0; }
body { font-family: Helvetica, Arial, sans-serif; font-size: .8em; font-weight: lighter; }
a, a:visited, a:hover { text-decoration: none; }
.container { position: relative; width: auto; }

.gridContainer { overflow: scroll; }

.open { background: #babac3; color: #FFFFFF; font-size: 15px; line-height: 15px; width: 15px; position: absolute; right: 12px; text-align: center; bottom: 4px; text-decoration: none; font-weight: bold; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
    .open:hover { background-color: darkgray; }

.columns { float: left; }

.menu { padding-bottom: 3px; height: 25px; }
    .menu a { display: block; float: right; width: 30px; height: 25px; margin-right: 3px; font-size: 2em; color: #A29F9F; opacity: 0.7; text-decoration: none; }
        .menu a:hover { opacity: 1.0; }

.hidden { display: none; }

.dm-grid-multiple-commands { display: none; }
#dm-unreachable { color: red; font-size: larger; display: none; }

.RadWModalImage { background-color: #000000; /* the background          */ filter: alpha(opacity=50); /* Internet Explorer       */ -moz-opacity: 0.5; /* Mozilla 1.6 and below   */ opacity: 0.5; /* newer Mozilla and CSS-3 */ }
.TelerikModalOverlay { width: 100% !important; height: 100% !important; }

.rwLoading { background: url('../../images/ajax/ajax-loader-circle.gif') no-repeat center !important; background-color: white !important; opacity: 1.0 !important; }
.rgRow a,
.rgAltRow a,
.rgRow a:visited,
.rgAltRow a:visited { color: grey !important; }

    .rgRow a:hover,
    .rgAltRow a:hover { color: black !important; }

.docTypeContainer {
    display: flex;
    align-items: center;
    height: 24px;
}

.downloadWrapper {
    display: flex;
    align-items: center;
    margin-left: 100px
}
.downloadButton{
    color: #A29F9F;
}