﻿/*** GridView ***/
div.grid-view-container {
    margin-top: 10px;
}

table.grid-view {
    border: solid #E6E6E6 1px;
    width: 100%;
}

table.grid-view td, table.grid-view th {
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
}

table.grid-view td.selector-cell {
    width: 15px;
}

table.grid-view tr.SelectedRow td.selector-cell {
    background-repeat: no-repeat;
    background-position: center center;
}

table.grid-view td.buttons {
    white-space: nowrap;
    width: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

table.grid-view td.buttons input {
    width: 15px;
    height: 15px;
    border-style: none;
}

div.grid-view-toolbar {
    padding: 5px 5px 0 5px;
    background-color: #d7d7d7;
    margin-bottom: 2px;
}

/* FormView.aspx */

div.form-view div.form-background {
    z-index: 1500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #cccccc;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

div.form-view div.form-container {
    opacity: 1;
    position: relative;
    background-color: white;
    border: outset white 1px;
    padding: 10px;
}

div.form-view div.buttons {
    text-align: right;
    padding-top: 10px;
}

div.form-view div.ui-dialog {
    position: fixed;
    top: 15%;
    left: 30%;
    z-index: 2000;
}

div.form-view div.field {
    margin-bottom: 10px;
}

div.form-view span.label {
    display: block;
    float: left;
    width: 120px;
}

div.form-view span.error {
    display: block;
    color: red;
}

div.form-view div.input-control {
    padding-left: 10px;
    max-height: 200px;
    overflow-y: auto;
    min-width: 250px;
}


div.form-view div.input-control td {
    vertical-align: top;
}

div.form-view div.buttons input {
    display: inline-block;
    margin-left: 10px;
}


/********OutputTableList*********/
div.output-table-toolbar {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: -8px;
    background-color: #dcdcdc;
}

div.output-table-toolbar > span.table-name {
    font-weight: bold;
    font-size: larger;
}

div.output-table-toolbar > div.output-table-buttons {
    float: right;
    margin-top: -4px;
}

div.output-table-warning {
    margin-top: 15px;
    margin-bottom: -10px;
}

div.output-table-warning > span:first-child {
    font-weight: bold;
    display: inline-block;
    margin-right: 1ex;
}

input.icon {
    border-style: none;
}

input.icon:disabled {
    opacity: 0.5;
    cursor: default;
}

/*** JQuery UI dialogs ***/

div.form-view .ui-dialog {
    padding: 0;
}

div.form-view .ui-corner-all {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div.form-view .ui-button {
    color: #FFF;
    background-color: #3276b1;
    border: #255680 1px solid;
    border-radius: 2px;
    padding: 3px 10px;
    cursor: pointer;
}

div.form-view .ui-button:hover {
    background-color: #1e4a6f;
    border-color: #0e2940;
}

div.form-view .ui-button-text {
    padding: 2px 0 2px 0;
    color: white;
}

div.form-view .ui-widget-header {
    background-color: #666;
    background-image: none;
    border-color: #666;
    color: white;
}

div.form-view .ui-dialog .ui-dialog-titlebar {
    padding: 3px;
    padding-left: 10px;
    font-weight: normal;
}

div.form-view .ui-dialog .ui-icon-closethick {
    background-image: url(Images/General/close.gif);
    background-position: center center;
}

div.form-view .ui-dialog .ui-dialog-titlebar .ui-button {
    background-color: #666;
    background-image: none;
    color: #666;
    border-style: none;
}

div.form-view .ui-dialog .ui-dialog-buttonpane {
    border-top-style: none;
}
