﻿

.SearchCriteriaPanel {
    margin-bottom: 2px;
    padding: 6px;
    width: 98%;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,efefef+100 */
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

    .SearchCriteriaPanel .title {
        font-weight: bold;
        color: #4f4f4f;
        font-size: 12px;
    }

    .SearchCriteriaPanel table.dateTable > tbody > tr > td {
        padding: 6px;
        font-size: 11px;
    }

    .SearchCriteriaPanel .intOnly {
        width: 80px;
    }

    .SearchCriteriaPanel .topTable {
        width: 99%;
    }

    .SearchCriteriaPanel .topTable {
        width: 99%;
    }

        .SearchCriteriaPanel .topTable > tbody > tr > td:first-child {
            width: 270px;
        }

        .SearchCriteriaPanel .topTable .rbl {
            float: right;
            font-size: 12px;
        }

            .SearchCriteriaPanel .topTable .rbl label {
                margin-left: 4px;
                margin-right: 18px;
            }




    .SearchCriteriaPanel .Text {
        font-family: Tahoma;
        font-size: 11px;
        color: #000000;
        background-color: #EDF4FA;
        border-width: 1px;
        border-color: #7B9EBD;
        border-style: solid;
        padding-right: 1px;
    }



    .SearchCriteriaPanel .SexeRbl {
        margin-top: 10px;
        font-size: 12px;
    }

        .SearchCriteriaPanel .SexeRbl label {
            margin-left: 4px;
            margin-right: 18px;
        }


    .SearchCriteriaPanel .StatRbl {
        margin-top: 10px;
        font-size: 12px;
    }

        .SearchCriteriaPanel .StatRbl label {
            margin-left: 4px;
            margin-right: 18px;
        }



.PulldownTemplateItemMore {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #e9e9e9;
}




.EntryIsDeleted {
    background: repeating-linear-gradient( 45deg, #fff, #fff 1px, #f1a732 1px, #fff 5px );
}

.EntryIsNotActive {
    background: repeating-linear-gradient( 45deg, #fff, #fff 1px, #e9f132 1px, #fff 5px );
}





.MedListBox .InnerList {
    border: 1px solid #6f6f6f;
    height: 120px;
    margin-top: 5px;
    background-color: #fff;
    background-color: #EDF4FA;
    overflow: scroll;
}

    .MedListBox .InnerList .ListItem {
        border-bottom: 1px solid #ccc;
        height: 20px;
        padding: 2px;
        width: 99%;
        font-size: 12px;
    }

    .MedListBox .InnerList .ListItemClose {
        float: right;
        height: 18px;
        width: 18px;
        cursor: pointer;
        margin-top: -18px;
        margin-right: 5px;
    }
