﻿/*  Blue Button  */

.asp-btn-standard
{
  background: transparent url('../images/controls/button_blue.png') repeat-x top right;
  color: #FFF;
  display: block;
  float: left;
  font: bold 12px Arial, Helvetica, sans-serif;
  height: 24px;
  line-height: 22px;
  margin-right: 6px;
  padding-right: 10px;
  text-decoration: none;
  padding-left: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-standard .dxbButton
{
    background: none;
    border: none;
    color: #FFF;
}

    .btn-standard .dxbButton div.dxb
    {
        background: transparent url('../images/controls/button_blue.png') repeat-x top right;
        display: block;
        float: left;
        font: bold 12px Arial, Helvetica, sans-serif;
        height: 24px;
        margin-right: 6px;
        padding-right: 20px;
        text-decoration: none;
        padding-left: 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

        .btn-standard .dxbButton div.dxb span
        {
            color: #fff;
            display: block;
            line-height: 22px;
            padding: 4px 0 0px 18px;
            margin-top: -3px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
        }

        .btn-standard .dxbButton div.dxb:hover
        {
            background-position: right -34px;
            color: #fff;
        }

            .btn-standard .dxbButton div.dxb:hover span
            {
                background-position: 0 -34px;
                color: #fff;
            }

/*  Light Blue Button  */

.btn-standardlight .dxbButton
{
    background: none;
    border: none;
    color: #FFF;
    padding-left: 0px;
}

    .btn-standardlight .dxbButton div.dxb
    {
        background: transparent url('../images/controls/button_lightBlue.png') repeat-x top right;
        display: block;
        float: left;
        font: bold 12px Arial, Helvetica, sans-serif;
        height: 19px;
        margin-right: 6px;
        padding-right: 20px;
        text-decoration: none;
        padding-left: 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
    }

        .btn-standardlight .dxbButton div.dxb span
        {
            color: #0066CC;
            display: block;
            line-height: 14px;
            padding: 5px 0 0px 18px;
            margin-top: -3px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
        }

        .btn-standardlight .dxbButton div.dxb:hover
        {
            background-position: right -34px;
        }

            .btn-standardlight .dxbButton div.dxb:hover span
            {
                background-position: 0 -34px;
                color: #fff;
            }

/*  Drop Down Button for DX ComboBox  */

.dxeButtonEdit
{
    border: 1px solid #;
    border-spacing: 0px;
    box-shadow: 0px 0px 5px -2px #000 inset;
    -webkit-box-shadow: 0px 0px 5px -2px #000 inset;
    -moz-box-shadow: 0px 0px 5px -4px #000 inset;
}

.btn-DropDown .dxeButtonEditButton
{
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #D4D4D4;
    border-right: 0px none #D4D4D4;
    background: none;
}

.btn-DropDown.dxeInvalid
{
    border: 1px #B00000 solid;
}

    .btn-DropDown.dxeInvalid tr td.dxic
    {
        background-color: #FCF2F2;
    }

        .btn-DropDown.dxeInvalid tr td.dxic input
        {
            color: #404040;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            background-color: #FCF2F2;
        }

    .btn-DropDown.dxeInvalid tr td.dxic
    {
        padding: 5px 3px 1px 6px !important;
    }

.btn-DropDown tr td.dxic input
{
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.btn-DropDown tr td.dxic
{
    padding: 5px 3px 1px 6px !important;
}

.btn-DropDown.dxeInvalid tr td.dxeButtonEditButton
{
    background-color: #FCF2F2;
}

.btn-DropDown .dxComboButton
{
    width: 0px;
    height: 0px;
    margin: 0px 2px 0px 2px;
    border-color: #999999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0px;
}

/*  DX Checkbox  */

.checkbox-blue
{
    cursor: pointer;
    float: left;
}

.checkbox-blue-nopadding
{
    cursor: pointer;
    float: left;
    top: 5px;
    padding: 0px !important;
}

/* DX TextBox */

.dxeTextBox
{
    box-shadow: 0px 0px 5px -2px #000 inset;
    -webkit-box-shadow: 0px 0px 5px -2px #000 inset;
    -moz-box-shadow: 0px 0px 5px -4px #000 inset;
}

    .dxeTextBox td.dxic
    {
        padding: 5px 3px 1px 6px !important;
    }

        .dxeTextBox td.dxic input
        {
            color: #404040;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            outline: none;
        }

/*   DX Label   */

.label-normal
{
    text-align: left;
}

.dxgvDataRow
{
    height: 23px;
}


/*
==================================================
	Validation
==================================================
*/

.textbox-validation td.dxeErrorCell
{
    padding-top: 6px;
}

.validation-simple
{
    height: 19px;
    overflow: hidden;
    margin-left: 70px;
}

    .validation-simple .dxvsValidationSummary a.dxvsHL
    {
        border-bottom: none;
    }

.no-margin
{
    margin-bottom: 0px;
}

.dxvsValidationSummary tr td ul
{
    list-style: disc inside;
}

    .dxvsValidationSummary tr td ul.dxvsL li
    {
        margin-left: -13px;
    }

@-moz-document url-prefix()
{
    .dxvsValidationSummary tr td ul.dxvsL li;

{
    margin-left: 24px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .dxvsValidationSummary tr td ul.dxvsL li
    {
        margin-left: 24px;
    }
}

/*
==================================================
	Loading Panel
==================================================
*/

.loadingpanel-outer
{
    width: 250px;
    height: 50px;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px #5c666d;
    background-color: White;
}

.loadingpanel-spinner
{
    float: left;
    width: 55px;
}

.loadingpanel-textouter
{
    float: left;
    height: 95%;
}

.loadingpanel-text
{
    height: 100%;
    margin-top: 15px;
    margin-left: 15px;
}

.spinner
{
    background-color: Red;
    color: Blue;
}
