﻿
/* Misc UI */
.hr_line {
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
    border: none;
    height: 2px;
    background: #E4E4F0;
}


/*
.vcenter {
    vertical-align: bottom;
}

.xcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
*/

/* Alternate link */
.alink {
    color: red;
    text-decoration: none;
}

.alink_lg {
    color: red;
    text-decoration: none;
    font-size: large;
}

/*
    a:hover,
    a:focus {
        color: black;
        text-decoration: underline;
    }
*/

/* Disclaimer */
.disclaimer {
    width: 950px;
    height: 400px;
}

.disclaimer_header {
    font-family: Calibri;
    font-weight: bold;
    color: Black;
    vertical-align: top;
    font-size: 9pt;
}

.disclaimer_text {
    font-family: Calibri;
    font-weight: normal;
    color: Black;
    font-size: 9pt;
}

.disclaimer_underline {
    font-family: Calibri;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    color: Black;
}

/* Filter */
.filter_hide {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.filter_unhide {
    visibility: visible;
}

.filter_disable {
    color: red;
}

.filter_enable {
    color: #666666;
}

/* Doc */
.doc_hide {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.doc_unhide {
    visibility: visible;
}

/* Multi Select */
/* This is overriding the lib/bootstrap-multiselect control. */
.multiselect-container > li {
    padding: 0;
    font-size: 10px;
    background-color: white
}

/*
.multi_select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.multi_select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
*/

/* Report */
/* Viewer: Height="540px" Width="800px" */
/* -7 px*/
.report_frame_xxx {
    margin-top: -7px;
    width: 825px;
    height: 565px;
}

.report_frame {
    margin-top: -7px;
    width: 925px;
    height: 665px;
}

.report_hide {
    visibility: hidden;
}

.report_unhide {
    visibility: visible;
}

/* WIF */
.wif_line {
    width: 260px;
    border-color: silver;
    border-width: 1px 0px 0px 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}
