﻿.searchLabel
{
    font-weight: bold;
    padding: 8px 5px;
}

.searchTable
{
    font-size: 1.2em;
    margin: 35px 10px;
    width: 100%;
}


.firstColumn
{
    margin-right: 15px;
}

.searchTableTd
{
    vertical-align: top;
    float: left;
    min-width: 450px;
    max-width: 50%;
}


    .searchTableTd > .btn-group
    {
        width: 100%;
        position: inherit;
    }

        .searchTableTd > .btn-group > .btn
        {
            position: inherit;
            height: 25px;
            border: 0;
            background-color: transparent;
        }

.searchSeperator
{
    width: 0px;
}

.searchButton
{
    margin-left: 50px;
    margin-top: 15px;
    /*text-align: center;*/
}

.datePicker
{
    width: 70px;
}

input[type="checkbox"]
{
    margin-left: 0px !important;
}

#courTypesMultiSelect > ul
{
    width: 350px;
}

#partyTypesMultiSelect > ul
{
    width: 200px;
}

#divisionsMultiSelect > ul
{
    width: 350px;
}

#statutesMultiSelect > ul
{
    width: 600px;
}

#caseTypesMultiSelect > ul
{
    width: 300px;
}

.typeAheadAddedList
{
    max-height: 100px;
    overflow: auto;
    margin-left: -10px;
    margin-top: 5px;
}

.radioButton
{
    padding: 5px 0px;
    margin: -4px 4px 0px 4px !important;
}

.searchInputWrapper
{
    display: block;
    text-align: left;
}

    .searchInputWrapper > .popover
    {
        color: black;
        width: 300px;
    }

.searchTableTd > .btn-group > .btn-primary
{
    background-color: #0079B6;
}

.searchInput
{
    display: none;
}

.searchTableTd + .secondColumn > .searchSubTable
{
    float: left;
}

.searchDescription
{
    /*text-align: right;*/
    font-weight: bold;
    padding: 7px 5px;
    vertical-align: top;
    clear: left;
    height: 26px;
}

    .searchDescription > .searchDescriptionLabel
    {
        float: left;
        width: 200px;
    }

    .searchDescription > .searchDescriptionText
    {
        float: left;
    }

    .searchBanner
    {
        font-size: 16px;
        margin-top: 10px;
    }

/*.btn
{
    margin-bottom: 7px;
    font-size: 1.2em;
    display: block;
}*/
