﻿.container_comment {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
table {
    font-size: 12pt;
}

table td, table th {
    vertical-align: middle !important;
}

.radio-btn-group {
    text-align: center !important;
}

#body_container {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;    
    min-width: 1024px;
    width: 1024px !important;
    height: 100%; 
}

#body_container div {
    margin-left: 5px;
}

img {
    border: 0;
}

.font-large {
    font-size: 18pt !important;
}

.report_table {
    margin:10px 10px 10px 10px;
}

.kpi_row {
    margin-bottom: 10px !important;
}

.btn_holder {
    text-align: center !important;
}

.btn_holder .btn-group .dropdown-menu {
    left: -60px;
}

.btn_holder .btn, .mw100 {
    min-width: 70px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

#user_name {
    float: right;
}

.action_container {
    display: none;   
}

.action_frame {
    float: right !important;
    width: 80%;
    min-height: 200px;
    overflow: hidden !important;
    margin-right: 20px;
    border: 0;   
}

#add_role {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden !important;
    margin-bottom: 5px;
}

#btn-close, .btn-refresh, #eval_ug { 
    float: right;
    margin: 2px;
}

.rpt_upload {
    margin-bottom: 5px !important;
}

.rpt_upload span {
    vertical-align: middle !important;
}

.no_show, .print_only {
    display: none !important;
}

.cye_text {    
    height: 30px;
    vertical-align: middle;
} 

.margin2 {
    margin-top: 5px;
    margin-bottom: 2px;
}

.align_center {
    text-align: center !important;
}

.no-wrap {
    white-space: nowrap;
}

.table_wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

#martix, #martix div {
    margin: 0 !important;
}

#cb_au li {
    list-style: none;
}

.pull-right + .btn 
{
    margin-right: 2px;
}

.well h3 {
    color: #005CB8;
}

.back2top {
    background-image: url('/auar/img/ic_back_to_top.png');
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 32px;
    height: 32px;
}

.acv {
    margin: 0px;
    margin-left: 15px;    
}

.acv a {
    padding: 0;
}

.ova_rate {
    width: 86px;
    float: left;
}

.ova_band {
    width: 150px;
    float: left;
}

span.ova_band, span.ova_rate{
    border-right: 1px solid #000000;
}

.chart {
    display: inline-block;
    height: 400px;
}

#score_chart {
    /*display: inline-block !important;
    padding-left: 20px;
    padding-right: 20px;*/
    margin-left: auto;
    margin-right: auto;
    
}
/*iframe {
    overflow: hidden;
}*/

.ova_eval_tbl td:last-child, .ova_eval_tbl th:last-child  {
    background-color: #d9edf7 !important;
}

.review_ova_eval_tbl th:last-child, .review_ova_eval_tbl td:last-child {
    border-left: double;
    background-color: #dff0d8 !important;
}

span.ic {
    font-weight: bold;
    font-style: italic;
    color: #D4280B;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media print 
{
    .btn_holder, .no_print, .no_show, .back2top {
        display: none !important;
    }
    
    .print_only {
        display: block !important;
    }
}