/* --------------------------------------------
    REPORT TABLE
   --------------------------------------------*/
.controller-login .agentis_table_form tr td {
    border-width: 0;
    }

.controller-login .agentis_table_form td.label {
    background: none;
    }

.controller-login .agentis_table_form td.value {
    background: none;
    }


.report-table {
    width: 100%;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 1px;
    }

.report-table th, .report-table td {
    padding: 5px 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    }

.report-table small {
    white-space: nowrap;
    font-weight: normal;
    color: #666;

    }

.report-table th {
    background-color: #e7e7e7;
    vertical-align: top;
    }

.report-table td {
    background-color: #efefef;
    }

.report-table .even td {
    background-color: #efefef;
    }

.report-table .odd td {
    background-color: #f8f8f8;
    }

.report-table .group-header td {
    background-color: #fff;
    }

.report-table .group-header td h3 {
    margin: 0;
    }

.report-table .date {
    white-space: nowrap;
    text-align: left;
    padding-right: 25px;
    text-transform: uppercase;
    }

.report-table th.highlight {
    background-color: #cfcfcf;
    font-weight: bold;
    }

.report-table .odd .highlight {
    background-color: #e7e7e7;
    font-weight: bold;
    }

.report-table .even .highlight {
    background-color: #d8d8d8;
    font-weight: bold;
    }

.report-table tr.pager td {
    text-align: center;
    }

/* --------------------------------------------
    SUMMARY TABLE
   --------------------------------------------*/
.summary-table {
    margin: 0;
    border-width: 2px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    }

.summary-table td {
    border-right: 1px solid #ccc;
    padding: 5px 8px 0;
    }

.summary-table h3 {
    font-size: 12px;
    margin: 0;
    }

.summary-table p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    }


/* --------------------------------------------
    SUMMARY TEXT LIST
   --------------------------------------------*/
.summary-text {
    font-size: 18px;
    margin: 20px 0;
    }

.summary-text dt {
    font-weight: normal;
    float: left;
    clear: both;
    margin: 0;
    }

.summary-text dd {
    font-weight: bold;
    float: left;
    margin: 0 0 0 1em;
    }


/* --------------------------------------------
    EDIT TABLES
   --------------------------------------------*/
.edit-table, .form-table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 2em;
    }

.edit-table td, .edit-table th, .form-table td, .form-table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 4px;

    }

.edit-table .icon img, .form-table .icon img {
    margin-right: 5px;
    vertical-align: middle;
    }

.edit-table .icon span {
    }

.edit-table .action, .form-table .action {
    width: 1%;
    white-space: nowrap;
    }


/* --------------------------------------------
    FORM TABLES
   --------------------------------------------*/
.form-table {
    border-left: none;
    }

.form-table td, .form-table th {
    border-right: none;
    }


/* --------------------------------------------
    INFO TABLE STYLES
   --------------------------------------------*/

table.info {
    border-top: 1px solid #ccc;
    }

table.info tr.highlight {
    font-size: 20px;
    }

table.info tr.highlight .value {
    font-weight: bold;
    }

table.info tr.highlight p {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    }

table.info tr.highlight h3 {
    font-size:20px;
    font-weight:bold;
    margin:0;
    }

table.info td {
    border-bottom: 1px solid #ccc;
    }

table.info .label {
    background-color: #f8f8f8;

    }

table.info .value {
    background-color: #efefef;

    }

/* --------------------------------------------
    AGENTIS TABLE FORM STYLES
   --------------------------------------------*/
.agentis_table_form {

    }

.agentis_table_form tr td {
    border-width: 1px 0;
    border-color: #fff;
    border-style: solid;
    }

.agentis_table_form td.label {
    background: #EEF1F4;
    width: 30%;
    }

.agentis_table_form td.label a {
    display:block;
    font-size: .9em;
    color: #900;
    }

.agentis_table_form td.value {
    background: #F6F9FB;
    }

.agentis_table_form td.value p {
    background: #F6F9FB;
    font-size: .95em;
    color: #333;
    margin: 0;
    padding: 0;
    font-style: oblique;
    }

.agentis_table_form ul.errors {
    list-style: none;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 0.3em;
    background: #FBE3E4 none repeat scroll 0 0;
    border-color: #FBC2C4;
    color: #8A1F11;
    }

.agentis_table_form ul.errors li {
    padding: 0;
    margin: 0;
    }


.agentis_table_form input[type=text] {
    width: 300px;
    }

.agentis_table_form select {
    width: 300px;
    }

.agentis_table_form select.input-time {
    width: 40px;
    }

.agentis_table_form input.hasDatepicker {
    width: 100px;
    }

.agentis_table_form tbody.group th.group {
    background: #e7e7e7;
    }

.agentis_table_form tbody.group th.group h3 {
    margin: 3px;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #666;
    }

.agentis_table_form label.required {
    color: #900;
    }


