<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body {
        line-height:unset;
    }
        .clearfix:before, .clearfix:after {
            display: table;
        }
        .clearfix:after {
            clear: both;
        }
        .clearfix {
            *zoom: 1;
        }
        .prettycheckbox, .prettyradio {
            display: inline-block;
            padding: 0;
            margin: 0;
	        float:left;
        }
        .prettycheckbox&gt;a, .prettyradio&gt;a {
            height: 15px;
            width: 15px;
            display: block;
            float: left;
            cursor: pointer;
            margin: 0;
            background: url('../img/sprites-sfa68604977.png');
        }
        .prettycheckbox&gt;a:focus, .prettyradio&gt;a:focus {
            outline: 0 none;
        }
        .prettycheckbox label, .prettyradio label {
            display: block;
            float: left;
            margin: 6px 5px;
            cursor: pointer;
        }
        .prettycheckbox a.disabled, .prettycheckbox label.disabled, .prettyradio a.disabled, .prettyradio label.disabled {
            cursor: not-allowed;
        }
        .prettycheckbox&gt;a {
            background-position: 0 0;
	        border:3px solid #ffffff;
	        background-color:#ffffff;
	
        }
        .prettycheckbox&gt;a:focus {
            background-position: -30px 0;
        }
        .prettycheckbox&gt;a.checked {
            background-position: -60px 0;
	        border:3px solid #ffffff;
	        background-color:#6696e4;
        }
        .prettycheckbox&gt;a.checked:focus {
            background-position: -90px 0;
        }
        .prettycheckbox&gt;a.checked.disabled {
            background-position: -150px 0;
        }
        .prettycheckbox&gt;a.disabled {
            background-position: -120px 0;
        }
        .prettyradio&gt;a {
            background-position: -180px 0;
        }
        .prettyradio&gt;a:focus {
            background-position: -210px 0;
        }
        .prettyradio&gt;a.checked {
            background-position: -240px 0;
        }
        .prettyradio&gt;a.checked:focus {
            background-position: -270px 0;
        }
        .prettyradio&gt;a.checked.disabled {
            background-position: -330px 0;
        }
        .prettyradio&gt;a.disabled {
            background-position: -300px 0;
        }

        td.has-pretty-child {
	        vertical-align:top;
	        width:33%;
	        padding-left:10px;
	        padding-right:10px;
        }
        tr td.has-pretty-child {
	       height:30px;
        }

        td.has-pretty-child&gt;label{
            font-size:12px;
        }

        #advancedSearch table tr td {
            width: 33%;
        }
        
        .EmpSearch a {
            color: #FFF;
            line-height: 50px;
            font-size: 22px;
            font-weight: bold;
            text-decoration: none;
            display: block;
        }
    .InputWrapper {
        background-color: #e6e6e6;
    }
        .LocSearch a {
            color: #FFF;
            line-height: 50px;
            font-size: 22px;
            font-weight: bold;
            text-decoration: none;
            display: block;
        }
        .EmpInput input[type="text"] {
            line-height: 18px !important;
            max-width: 370px;
            width: 49%;
            padding: 7px;
        }
        .LocInput input[type="text"] {
            line-height: 18px !important;
        }
        .LocInput, .EmpInput {
            display:none;
        }

        .activeInputTab {
            display:block;
        }
        
         .has-pretty-child label{font-size:14px;}</pre></body></html>