﻿
html, body, form {
    font: 11px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

fieldset {
    border: solid 1px black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
}

legend {
    background: #0072C6;
    border: solid 1px #E0E0E0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
    /*font-weight: bold;*/
    color: #fff;
    font-size: 14px;
}

a, a:link, a:active, a:visited, a:hover {
    font-weight: bold;
    font-size: 12px;
    color: #0072C6;
    text-decoration: underline;
}

.cpHeader {
    color: white;
    background-color: #0072C6;
   font: normal 11px auto Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: 450px;
    height: 18px;
    padding: 4px;
}


.cpBody {
    background-color: #DCE4F9;
    font: normal 11px auto Verdana, Arial;
    border: 1px gray;
    width: 450px;
    padding: 4px;
    padding-top: 2px;
    height: 0px;
    overflow: hidden;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
/*Input Control*/
/* Found this one online, makes the textboxes and dropdownlists the same width
    (without it, even setting the width properties to the same value resulted in uneven field sizes) */
input, select, textarea, .FieldInput, .dxeTextBox_MetropolisBlue {
    font-size: 11px;
    color: black;
    border: 1px #CCCCCC solid;
    border-width: 1px;
    border-color: #CCCCCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    /* Makes disabled fields look the same across browsers */
    input[disabled], select[disabled] {
        background-color: #F0F0F0;
        color: #303030;
    }

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: 0px 0px 7px #0072C6;
        border-color: #0072C6;
    }

.SectionTitleLabel {
    font-weight: bold;
    color: #0072C6;
    font-size: 16px;
}

.secureHeaderText {
    font-size: 16px;
    font-weight: bold;
}

.FieldLabelHeader {
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.FieldLabel {
    font-size: 11px;
    color: black;
}

.Separator {
    border-bottom: 1px solid #C0C0C0;
}

.GridContainer {
    height: 100px;
    width: 100%;
    overflow-y: scroll;
}

.menuItems {
    display: block;
}

.redHeader {
    color: Red;
    text-align: center;
}

.LinkText {
    color: #0072C6;
    text-decoration: underline;
}

.errorText {
    color: Red;
    font-weight: bold;
}

.GridStyle {
    font-size: 11px;
    color: #000000;
}

.GridGroupPanel
{
    font-weight: bold;
}
.GridHeaderStyle {
    color: #fff;
    background-color: #0072C6;
    width: 100%;
}

.GridAlternatingRowStyle {
    background-color: whitesmoke;
}
.GridHoverRow {
    /*background-color: #A1DCF2;*/
    background-color: #FF9;
    font-size: 11px;
    cursor: pointer;
}
.GridSelectedRow {
    /*background-color: #A1DCF2;*/
    background-color: lightblue;
    color: #000000;
    font-size: 11px;
}
.RequireAttention {
    font-weight: bold;
    color: red;
}

.NotingPoint {
    font-weight: bold;
    color: green;
}

.TabPage td:first-child {
            vertical-align: top;
        }

.dxtc-link span.dx-vam {
    font: normal 14px Calibri;
}

.dxeFocused_Metropolis, .dxeEditArea_MetropolisBlue:focus {
    outline: none;
    box-shadow: 0px 0px 7px #0072C6;
    border-color: #0072C6;
}

.dxb-hb, .dxbButton_MetropolisBlue {
    background-color: #ccc;
    font-weight: bold;
    color: Black;
}

    .dxb-hb:hover, .dxbButton_MetropolisBlue:hover, .dxb-hb:focus, .dxbButton_MetropolisBlue:focus {
        background-color: #0072C6;
        color: White;
    }

.dxbDisabled_MetropolisBlue {
    /*font-weight: bold;     
        color: black;*/
}

.dxtc-strip, .dxtc-stripContainer
{
    height: auto !important;
}


.dxm-selected
{
        background-color: #0072C6!Important;  
        font-weight: bold;
    color: #ffffff;
}
/*.dxm-item a:hover, .dxm-selected a, .dxm-hovered a, .dxm-selected a::selection {
    background-color: #0072C6;
    color: white;
}*/

/*End Control*/

/*Menu Item*/
.MenItemSelected, .MenItemHover {
    background-color: #0072C6;
}
/*WebDesktopManager*/
.WebDesktopManagerCaptionActive {
    background-color: #0072C6;
}

.WebDesktopManagerCaptionNormal {
    background-color: #0072C6;
}
/*End WebDesktopManager*/

/*Validator Callout*/
.validatorCalloutHighlight {
    background-color: #ffff66;
}

.validatorCallout {
    width: 100px;
}
/*End Validator Callout Control*/
/*Password Strength Control*/
.textIndicator_txtPassword {
    background-color: Silver;
    color: Green;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword1 {
    background-color: Silver;
    color: red;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword2 {
    background-color: Silver;
    color: red;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword3 {
    background-color: Silver;
    color: Orange;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword4 {
    background-color: Silver;
    color: Yellow;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword5 {
    background-color: Silver;
    color: Aqua;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_lblHelp {
    color: red;
    font-size: 11px;
    font-style: italic;
}
/*End Password Strength Control*/

/*Dialog Item*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
    margin-left: 30px !important;
}
