/*Add your custom style sheets on this file*/
.panel-options
{
    font-weight:normal;
    font-size: 12px;
}

.option-amounts, .option-panel
{
    float: right;
}

.panel-options-table
{
    line-height:2;
}

.panel-options-table div.row:hover
{
    background-color: #f9f9f9;
    cursor:pointer;
    font-weight:bold;
}
/*Css for Accordion*/

.accordionContent {
    background-color: #D3DEEF;
    border-color: #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width: 20%;
}

.accordionHeaderSelected {
    background-color: #5078B3;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 20%;
}

.accordionHeader {
    background-color: #2E4D7B;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 20%;
}

.href {
    color: White;
    font-weight: bold;
    text-decoration: none;
}
/*ENd css for accordion*/
.field-validation-error{
    color:red;
}
.input-field-validation-error{
    border:2px solid red;
}
.autoCompleteList {
    list-style: none outside none;
    border: 1px solid buttonshadow;
    cursor: default;
    padding: 0px;
    margin: 0px;
    z-index: 100002 !important;
}
