﻿.hasDatepicker {
    background: rgba(0, 0, 0, 0) url("http://www.njlawjournal.com/static/css/img/icon-calendar.png") no-repeat scroll 98% center;
}

#txtNotice, #txtStartDate, #txtEndDate {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    float: left;
    line-height: 10px;
    margin-bottom: 6px;
    margin-right: 1.5%;
    padding: 4px;
}

#txtNotice, #txtStartDate, #txtEndDate {
    width: 165px;
}

#txtEndDate {
    margin-right: 0;
}

.search {
    /*background: #467984 none repeat scroll 0 0;*/
    border: medium none;
    color: #fff;
    float: left;
    margin-left: 10px;
    padding: 5px 4px;
    cursor: pointer;
    margin-bottom: 8px;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(70,121,132,1) 0%, rgba(70,121,132,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(70,121,132,1)), color-stop(100%, rgba(70,121,132,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(70,121,132,1) 0%, rgba(70,121,132,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(70,121,132,1) 0%, rgba(70,121,132,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(70,121,132,1) 0%, rgba(70,121,132,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(70,121,132,1) 0%, rgba(70,121,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#467984', GradientType=0 );
}



@media screen and (max-width:769px) {
    #txtNotice, #txtStartDate, #txtEndDate {
        width: 30%;
    }

    .search {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 5px;
    }
}

/*@media screen and (max-width:502px) {
    #txtNotice, #txtStartDate, #txtEndDate {
        width: 82px;
    }
}

@media screen and (max-width:505px) {
    #txtNotice, #txtStartDate, #txtEndDate {
        width: 84px;
    }
}*/

@media screen and (max-width:480px) {
    #txtNotice, #txtStartDate, #txtEndDate {
        width: 96%;
    }

    .search {
        margin-right: 5px;
    }
}
