﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial;
    font-size: 10pt;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
    border-bottom: 1px solid black;
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 160px;

}




table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}

    table th {
        background-color: #B8DBFD;
        color: #333;
        font-weight: bold;
    }

    table th, table td {
        padding: 5px;
        border: 1px solid #ccc;
    }

    table, table table td {
        border: 0px solid #ccc;
    }

a.OKbtn {
    background: #2B893D;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 20px;
}

a.Cancelbtn {
    background: #183668;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 20px;
}
.btnPreview {
    background: #F39C12;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 20px;
}

a.Exitbtn {
    background: #EE1C29;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 20px;
}


.btnProcess {
    background: #183668;
    color: #fff;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    border-radius: 20px;
}