@import url('https://fonts.googleapis.com/css?family=Open+Sans');
form, html, body, h1, h2, h3, h4, div, ul, li, pre, label, p, img, span, object
{
    padding: 0px;
    margin: 0px;
    border: 0;
}
html
{
    height: 100%;
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: -apple-system,BlinkMacSystemFont, "Open Sans", "Segoe UI", Montserrat, Roboto, Tahoma, sans-serif;
    font-size: 16.67px;
}
.site-message-notifications
{
    color: white;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -khtml-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    border: 0px none White;
    cursor: pointer;
    width: 97%;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 17px;
    z-index: 100;
    position: absolute;
}
.site-message-notificationsClose
{
    color: white;
    background-repeat: no-repeat;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -khtml-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    border: 0px none White;
    cursor: pointer;
    width: 3%;
    float: right;
    font-size: 17px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.site-message-notifications-modal
{
    color: white;
    background-repeat: no-repeat;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -khtml-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    border: 0px none White;
    cursor: pointer;
    width: 96%;
    top: 0px;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 17px;
    z-index: 100;
}
.site-message-notificationsClose-modal
{
    color: white;
    background-repeat: no-repeat;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -khtml-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    border: 0px none White;
    cursor: pointer;
    width: 4%;
    top: 0px;
    float: right;
    font-size: 17px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    z-index: 100;
}
.calendar-imgalign
{
    vertical-align: bottom;
}
.message-notify
{
    color: Red;
    text-align: center;
}
.site-wrapper
{
    width: 900px;
    padding: 0;
    margin: 0 auto;
}
.submit-button
{
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 0px none White;
    cursor: pointer;
    width: 141px;
    height: 38px;
    font-size: 1.2em;
}
.submit-button-small
{
    background-repeat: no-repeat;
    border: 0px none White;
    cursor: pointer;
    width: 105px;
    height: 28px;
    font-size: 1.2em;
}
input.input-control, select.input-control
{
    padding: 1.5px;
    border-width: 0.76px;
}
input
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color: #353535;
    padding-left: 2px;
}
select
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #353535;
}
.site-header
{
    height: 100px;
    width: 100%;
    padding: 20px 0 20px 0;
}
#logo, #logo img
{
    height: 100px;
    max-width: 900px;
    text-decoration: none;
    display: block;
}
#logo
{
    float: right;
}
.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.site-navigation
{
}
.site-tabs-navigation
{
}
.site-navigation li
{
    float: left;
    text-align: center;
    list-style-type: none;
    width: 130px;
    height: 30px;
    line-height: 32px;
}
.site-navigation li a
{
    text-decoration: none;
    font-size: 16.67px;
    height: 100%;
}
.site-content-wrapper
{
    min-width: 900px;
}
.site-content-top
{
    height: 8px;
    background-image: url('images/site-content-frame-top.png');
    background-repeat: no-repeat;
    width: 100%;
    display: none;
}
.site-content
{
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 4px 5px 6px 0 #333333;
    -webkit-box-shadow: 4px 5px 6px 0 #333333;
    box-shadow: 4px 5px 6px 0 #333333;
    min-height: 400px;
    width: 97%;
    padding: 12px 10px 2px 15px;
}
.site-tabs-navigation
{
    padding: 0 0 0 15px;
    overflow: hidden;
}
.site-content-bottom
{
    height: 18px;
    background-image: url('images/site-content-frame-bottom.png');
    background-repeat: no-repeat;
    width: 100%;
    display: none;
}
.site-content-header
{
    width: 858px;
    height: 85px;
    margin: 0 auto;
    line-height: 3.2em;
}
.site-footer
{
    height: auto;
    width: 100%;
    margin-top: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.content-header-title
{
    font-size: 50px;
    color: White;
    float: left;
}
.content-header-logo
{
    float: right;
    width: 64px;
    height: 64px;
}
.content-header-logo, .content-header-title
{
    display: block;
    margin: 10px;
}
.table-threecolumns
{
    width: 100%;
}
.table-threecolumns tr.parameter
{
    background: LightBlue;
}
.table-threecolumns td.icon
{
    width: 32px;
}
.table-threecolumns td.label
{
    width: 220px;
}
.table-threecolumns td.label, .table-threecolumns td.input
{
    vertical-align: middle;
}
/*----------------------------*/
.gridview
{
    table-layout: auto;
    empty-cells: show;
    border-collapse: collapse;
    border-style: solid;
    border-width: 2px;
    background-color: White;
    font-size: 0.8em;
}
.gridview-header td, .gridview-header th
{
    background: url("images/gridviewthemes.gif") repeat-x scroll 0 -2300px #A6D9F4;
}
.gridview, .gridview-header, .gridview-header a
{
    color: #333333;
}
.gridview-header a, .gridview-pager a
{
    text-decoration: none;
}
.gridview, .gridview-header td, .gridview-header th, .gridview-row td
{
    border-color: #EDEDED;
}
.gridview-header td, .gridview-header th, .gridview-row td
{
    border-right: 1px solid #DCF2FC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.gridview-pager
{
    background: none repeat scroll 0 0 #EFF7FC;
}
.gridview-pager a, .gridview-pager span
{
    color: #000000;
    padding: 0 2px 0 2px;
}
.gridview-pager a:hover, .gridview-pager span
{
    background-color: #A6D9F4;
    border: 2px solid #EDEDED;
}
.gridview-pager a:hover
{
    color: #0066CC;
}
/*------------------------------*/
.report-list-cat-icon, .report-list-cat-text
{
    float: left;
}
img.report-list-cat-icon
{
    width: 28px;
    height: 28px;
}
.report-list-cat-text
{
    height: 32px;
    font-size: 20.8px;
    line-height: 1.5em;
    margin-left: 10px;
}
ul.report-list-reports
{
    list-style-type: square;
    margin-left: 64px;
    margin-bottom: 10px;
}
.reportlist-left-panel
{
    float: left;
}
.reportlist-right-panel
{
    float: right;
}
.reportlist-searchbox
{
    width: 224px;
    height: 180px;
    background-image: url('images/searchbox-background.png');
    text-align: center;
}
.search-button
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-repeat: no-repeat;
    border: 0px none White;
    cursor: pointer;
    height: 38px;
    font-size: 1.2em;
    margin: 5px 0;
    width: 180px;
}

.reportlist-searchbox table
{
    text-align: center;
    height: 100%;
    width: 92%;
    margin: 0 auto;
}
.txtfild
{
    width: 300px;
    margin: 4px 0px;
    height: 22px;
    border: 1px solid #ccc;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup
{
    width: 650px;
}

