﻿html {
    font-size: 14px;
    margin-bottom: 50px;
}
.bordertable {
    border-bottom: #C0C0C0 1px solid;
    border-left: #C0C0C0 1px solid;
    border-top: #C0C0C0 1px solid;
    border-right: #C0C0C0 1px solid;
    background: #f5f5f5;
    border-spacing: 5px;
    border-collapse: collapse;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .bordertable td {
        padding: 6px;
        margin-left: 1000px;    
}

label {
    font-weight: normal;
}

input[type="checkbox"] {
    margin-right: 8px;
    width: 1.5em;
    height: 1.5em;
}

.glyphicon {
    padding-right: 25px;
}

td.highlightrow {
    border-bottom: 1px solid #C0C0C0;
    font-size: 1.4em;
}

.pagelabel {
    color: #288FCD;
    font-size: 12px;
}

.col1,
.col2,
.col3 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 14px;
    float: left;
}

.RadAsyncUpload, .RadAsyncUpload * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[class^="Rad"], [class^="Rad"] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}