﻿.textbox-normal {
    border:2px solid #808080;
}

.err-red {
    color: #ff0000;
}

.warning-yellow {
    color: #ff6a00;
}

.accordion-toggle {
    cursor: pointer;
    border: 1px solid #A1A1A1;
    background: #D0CDB7;   
    font-weight: bold;
    color: #333;
    border-bottom-color: #72101A;
}
.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}
.fs-upload-target
{
        background: #fff;
    border: 3px dashed #607d8b;
    border-radius: 2px;
    color: #455a64;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    -webkit-transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
}
/*#ctl00_PlaceHolderMain_gvPropertydamages 
{
    width:100% !important;
}
#ctl00_PlaceHolderMain_gvPropertydamages 
{
    width:100% !important;
}*/
