<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

:disabled { cursor: not-allowed !important; opacity: .7; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.promo_Dark_Grey { background: rgb(89,106,114); /* Old browsers */ }
.promo_Light_Grey { background: rgb(204,204,204); }
.promo_Blue { background: #659ec7; }
.promo_Red { background: #f70d1a; }
.promo_Green { background: #a1c935; }
.promo_Orange { background: #f88017; }
.promo_Tan { background: #ffeac4; }
.promo_Platinum { background:#e5e4e2; }
.promo_Gold { background: #fdd017; }
.promo_Silver { background: #bcc6cc; }
.promo_Bronze { background: #cd7f32; }

.uppercase { text-transform: uppercase; }

img.zomg-fail {
    /*
    background: red;
    display: inline-block !important;
    height: auto;
    width: auto;
    text-indent: 0;
    */
    display: none;
    }


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

body { 
    font-family: 'Open Sans', sans-serif;
    color: #666;
    min-height: 100%;
    background: url(../img/bg.jpg) bottom center fixed;
    background-size: 100% 100%;
    font-size: 14px;
    }


/* STRUCTURE */

/* defaults */
#pagewrap {
    padding: 0; 
    width: 1000px;  
    margin: 20px auto 0; 
    min-height: 100%; 
    background: rgba(255, 255, 255, 0.7); 
    position: relative;
    box-shadow: 0px 0px 5px 3px rgba(60, 80, 80, 0.6);
    }

    #pagewrap &gt; header {
        height: auto; 
        padding: 0 15px; 
        position: relative; 
        /*z-index: 100;*/
        background: rgb(255, 255, 255);
        border: 1px solid #ccc;
        }
    #pagewrap &gt; header.small { height: 100px; }
    #pagewrap &gt; header.medium { height: 200px; }
    #pagewrap &gt; header.large { height: 300px; }
    
    
    #pagewrap, #pagewrap &gt; header { border-radius: 5px 5px 0 0; }
    
    #contentBody { padding: 10px 0 0x; background: #fff; }

    #sidebar1Body {
        display: table; 
        position: relative; 
        height: 100%; 
        min-width: 1000px; 
        }

    #sidebar1, #middle, #sidebar2 {
        margin: 0; 
        float: left; 
        padding: 1% 1% 50px 0; 
        height: 100%; 
        min-height: 300px; 
        }
    #sidebar1 { width: 16%; }
    #middle {
        width: 56%; 
        background: rgb(255, 255, 255); 
        }
    #sidebar2 { width: 22%; }

    footer {
        clear: both; 
        padding: 10px 20px; 
        position: relative;
        height:90px;
        /*
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        */
        color: #d9e47c;
        }
        h4.company-name { margin: 0; }
        .company-name,
        .company-address-one,
        .company-address-two,
        .company-phone {
            display: block;
            line-height: 1em;
            }
            
        footer nav { display: none; }

/* full screen */
body.full-screen #pagewrap {
    padding: 0; 
    width: 100%; 
    margin: 0; 
    }

    body #sidebar1 { display: none; }
    body #middle { width: auto; }
    body #sidebar2 { display: none; }

/* 1 column */
    body.one-column #sidebar1 { display: none; }
    body.one-column #middle {
        width: 98% !important; 
        }
    body.one-column #sidebar2 { display: none; }

/* 2 columns */
    body.two-column #sidebar1 { display: block; }
    body.two-column.right-column #sidebar1 { display: none; }
    body.two-column #middle { width: 76%; display: block; }
    body.two-column #sidebar2 { display: none; }
    body.two-column.right-column #sidebar2 { display: block; }

/* 3 columns */
    body.three-column #sidebar1 {
        margin: 0; 
        width: 16%; 
        padding: 1% 2%; 
        border: none; 
        display: block; 
        }
    body.three-column #middle {
        margin: 0; 
        width: 60%; 
        padding: 1% 0; 
        border: none; 
        display: block; 
        }
    body.three-column #sidebar2 {
        margin: 0; 
        width: 16%; 
        padding: 1% 2%; 
        border: none; 
        display: block; 
        }



/* dev styles */
#sidebar1 { background: #ffffff; }
#sidebar2 { background: #ffffff; }
footer { background: #668f47; border-top: 5px solid #d9e47c; }

/* bordered content */
body.bordered header, body.bordered #sidebar1, 
body.bordered #middle, body.bordered #sidebar, 
body.bordered nav.primary {
    margin-bottom: 5px;
    }
body.bordered #pagewrap, body.bordered header, 
body.bordered #sidebar1, body.bordered #middle, 
body.bordered #sidebar, body.bordered footer, 
body.bordered nav.primary {
    border: solid 1px #ccc;
    }



/* main navigation */

body.vertical-navigation nav.primary { width: 20%; float: left; }
body.vertical-navigation.one-column #middle { width: 78% !important; }
body.vertical-navigation nav.primary ul,
body.vertical-navigation nav.primary ul li {
    border: none; 
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    background: none;
    left: auto;
    top: auto;
    min-width: 100px;
    background: none;
    }
    body.vertical-navigation nav.primary ul li a {
        border: none; 
        background: none; 
        bottom: auto; 
        border-radius: 0; 
        padding: 3px 14px !important; 
        }
        body.vertical-navigation nav.primary ul li:hover &gt; a { font-weight: bold; background: #fff; }
        body.vertical-navigation nav.primary ul li.dummy:hover &gt; a { font-weight: normal; background: #fff; }
        body.vertical-navigation nav.primary ul li.dummy ul li a { padding-left: 24px !important; }
        body.vertical-navigation nav.primary ul li.active &gt; a { font-weight: bold; background: #eee; font-size: 16px; }
        body.vertical-navigation nav.primary ul li.active &gt; a:after {
            content: "\f0d9";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            position: absolute;
            left: 90%;
            color: white;
            font-size: 40px;
            padding: 0;
            margin: 0;
            top: 50%;
            line-height: 0;
            }
    body.vertical-navigation #sidebar1 { display: none; }
    body.vertical-navigation #middle {
        margin: 0; 
        width: 60%; 
        padding: 1% 0; 
        border: none; 
        display: block; 
        }
    body.vertical-navigation #sidebar2 {
        margin: 0; 
        width: 16%; 
        padding: 1% 2%; 
        border: none; 
        display: block; 
        }



nav.account {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 300;
    }
    nav.account h2 { display: none; }
    nav.account ul {
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 0;
        background: #fff;
        }
        nav.account li {
            display: inline-block;
            margin: 0;
            padding: 0;
            position: relative;
            list-style: none;
            list-style-type: none;
            z-index: 10;
            font-size: 16px;
            }
            nav.account &gt; ul &gt; li &gt; a { border: 1px solid transparent; border-radius: 3px 3px 0 0; }
            nav.account &gt; ul &gt; li.nav-panel:hover &gt; a { border: 1px solid #ccc; }
            nav.account a {
                color: rgb(150, 150, 150);
                text-decoration: none;
                padding: 6px 10px;
                }
                nav.account li ul {
                    border-top: 1px solid #ddd; 
                    margin: 0; 
                    font-size: 0; 
                    font-family: 'Raleway', sans-serif; 
                    min-width: 200px;
                    }
                
                nav.account li li { margin: 0; display: block; }
                    nav.account li li a {
                        display: block;
                        white-space: nowrap; 
                        padding: 6px 14px;
                        font-size: 14px;
                        }
                    nav.account li li:hover a {
                        background: #eee; 
                        color: rgb(100, 100, 100);
                        font-weight: bold;
                        }
        
    .nav-panel { position: relative; }
        .panel {
            display: none;
            position: absolute; 
            border: 1px solid #ccc;
            right: 0;
            background: #eee;
            border-radius: 5px 0 5px 5px;
            top: 25px;
            }
            .panel&gt;div {
                padding: 8px 10px;
                font-size: 12px;
                }
    .nav-panel:hover .panel { display: block; }
        
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE &lt;= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup &gt; .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup &gt; .ui-controlgroup-item:focus,
.ui-controlgroup &gt; .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical &gt; .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android &lt; 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-icon,
.ui-widget-content .ui-icon {
	display: none;
}
.ui-widget-header .ui-icon {
	display: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
/*.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}*/

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
	
	.jquery_dialog
	{
	    background-color:#999999;    
	}        

    #menuToggle { 
        display: none; 
        background: rgb(255, 255, 255); 
        cursor: pointer; 
        text-indent: -10000px;
        border: 1px solid;
        width: 46px;
        height: 44px;
        position: absolute;
        left: -64px;
        top: -4px;
        right: auto;
        border-radius: 5px;
        }
        #menuToggle .fa {
            position: absolute;
            left: 10px;
            text-indent: 0;
            font-size: 1.5em;
            top: 11px;
            }

nav.primary { width: 100%;z-index:100; }
    nav.primary ul { 
        border-bottom: 1px solid rgb(200, 200, 200); 
        margin: 0;
        padding: 0 18px;
        font-family: 'Raleway', sans-serif;
        font-size: 0;
        }
        nav.primary .secondary {}
        nav.primary li {
            display: inline-block;
            margin: 6px 0 0 -1px;
            padding: 0;
            position: relative;
            list-style: none;
            list-style-type: none;
            z-index: 10;
            font-size: 15px;
            border-radius: 5px 5px 0 0;
            vertical-align: bottom;
            }
        nav.primary li.mobile-only { display: none; }
        nav.primary li:hover { 
            z-index: 20;
            }
        nav.primary li.active {  }
            nav.primary &gt; ul &gt; li &gt; a {
                position: relative;
                bottom: -1px;
                }
            nav.primary &gt; ul &gt; li &gt; a {
                border-radius: 5px 5px 0 0;
                border: 1px solid rgb(200, 200, 200); 
                background: rgba(255, 255, 255, 0.7);
                }
            nav.primary &gt; ul &gt; li.active &gt; a { 
                background: rgb(255, 255, 255); 
                color: rgb(100, 100, 100);
                font-weight: bold;
                padding: 6px 24px;
                border-radius: 5px 5px 0 0;
                border: 1px solid rgb(200, 200, 200); 
                border-bottom-color: transparent;
                font-size: 16px;
                }
            nav.primary &gt; ul &gt; li:hover &gt; a {
                border-radius: 5px 5px 0 0;
                border: 1px solid rgb(200, 200, 200); 
                border-bottom-color: #fff;
                background: rgba(255, 255, 255, 1);
                }
            nav.primary li.active:hover a { background: rgb(255, 255, 255); }
            nav.primary a {
                margin: 0;
                padding: 4px 14px;
                color: rgb(100, 100, 100);
                text-decoration: none;
                display: block;
                position: relative;
                }

            nav.primary li ul { 
                display: none;
                position: absolute;
                left: 0;
                background: rgb(255, 255, 255);
                border: 1px solid #ddd;
                min-width: 200px;
                z-index: 20;
                margin: 1px 0 0;
                padding: 0;
                border-top: 1px solid #fff;
                top: 100%;
                }
                nav.primary li ul li { 
                    display: block; 
                    white-space: nowrap; 
                    width: auto;
                    border: none !important;
                    margin: 0;
                    }
                    nav.primary li:hover ul li { border: none !important; }
                    nav.primary li ul li a {
                        border: none !important;
                        margin: 0;
                        bottom: 0;
                        padding: 6px 15px;
                        background: rgba(255, 255, 255, 1);
                        }
                nav.primary li ul li:hover {
                    background: rgb(200, 200, 200);
                    border-radius: 0; 
                    border: none !important;
                    }
                    nav.primary li ul li:hover a,
                    nav.primary li ul li.active a {
                        /*color: rgb(255, 255, 255);*/
                        border: none !important;
                        border-radius: 0; 
                        font-weight: bold;
                        }

            nav.primary li:hover ul { display: block; }

            .dummy &gt; a:after {
                content: "\f063";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                margin-left: 5px;
                color: rgb(160, 160, 160);
                }

            a.dummy, li.active &gt; a { cursor: default; }
    
    /*footer nav { display: none; }*/


/* global messaging */
#messages {
    position: fixed;
    top: 25%;
    border-radius: 5px;
    background: ivory;
    width: 50%;
    left: 25%;
    z-index: 10000;
    border: 1px solid #333;
    padding: 0 0 40px;
    }

    #messages h4 {
        margin: 0;
        padding: 5px 20px;
        background: #bada55;
        border-bottom: 1px solid #333;
        border-radius: 5px 5px 0 0;
        background: rgb(255, 255, 255); 
        color: rgb(100, 100, 100);
        padding: 6px 10px;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid rgb(200, 200, 200); 
        font-size: 20px;
        background-color: #F5F4F9;
        background-image: linear-gradient(to bottom, #6699CC 0%, #fff 100%);
        background-repeat: repeat-x;
        box-shadow: 0 1px 0 #FFFFFF inset;
        font-style: italic;
        }
    #messages p { padding: 10px 20px; }
    #messages a.close-me {
        position: absolute;
        bottom: 5px;
        right: 5px;
        }
    #messages .action { 
        position: absolute; 
        right: 0; 
        left: 0; 
        margin: 0; 
        border-top: 1px solid #ccc; 
        padding: 5px; 
        bottom: 0; 
        }
        #messages .action .btn { margin-left: 10px; }
    
    
#ContactUs #tdBranchContactDetails { height: 170px; margin: 20px; }
    #ContactUs #tdBranchContactDetails .map-link {
        position: absolute;
        top: 60px;
        right: 30px;
        }
        #ContactUs #tdBranchContactDetails .map-link img {
            border-radius: 8px;
            border: 1px solid #ccc;
            }
    

.logo {
    height: 90%;
    margin: 0;
    text-indent: -10000px;
    background-size: auto 85%;
    }
    div.logo { display: none; }
    div.home-link { cursor: pointer; z-index: 201; }
    
i.fa {
    padding-right: 5px; 
    min-width: 16px; 
    text-align: center; 
    }

h4.label { margin: 0; }

h4#current_property select { padding: 2px 1em; margin: 0; vertical-align: middle; }

#signIn a { display: block; }
#forgotPassword { font-size: 12px; }


/* tabs */
.tabset {
    padding: 6px 0 0;
    border: 1px solid #eee;
    background-color: rgb(250, 250, 250);
    margin: 15px 0;
    position: relative;
    clear: both;
    border-radius: 4px 4px 0 0;
    }
aside .tabset { border-color: #ccc; }
.single-tab {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    margin-top: 15px;
    }
    .tabset dt {
        display: inline-block;
        margin: 0 0 -2px 3px; 
        padding: 0; 
        }
    .single-tab dt { display: none; }
    .tabset dt.active {
        border-top: 2px solid #364F6A;
        border-radius: 4px 4px 0 0;
        z-index: 20;
        border-bottom: 1px solid #fff;
        }
        .tabset&gt;dt&gt;a {
            white-space: nowrap;
            color: #fff;
            background: #6C7F92;
            text-decoration: none;
            position: relative;
            display: block;
            padding: 10px 15px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            }
        aside .tabset&gt;dt&gt;a { padding: 5px 10px; }
        .tabset&gt;dt&gt;a:hover {
            background-color: #fff;
            box-shadow: none;
            color: #333;
            border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
            opacity: 0.85;
            }
        .tabset&gt;dt.active&gt;a {
            background-color: #fff;
            border-color: #ddd;
            border-radius: 0 0 0 0 !important;
            color: #333;
            line-height: 17px;
            margin-right: -1px;
            position: relative;
            z-index: 20;
            border-bottom: 1px solid #fff;
            }
    .tabset&gt;dd, .single-tab&gt;dd {
        display: none; 
        position: absolute;
        width: 96%;
        margin: 0; 
        padding: 10px 2%; 
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 10;
        }
    .tabset&gt;dd:after, .single-tab&gt;dd:after {
        content: "";
        display: table;
        clear: both;
        }
    .single-tab&gt;dd { border-top: none; padding: 0; width: 100%; }
        .tabset:after {
            content: "";
            display: table;
            clear: both;
            }
    .tabset&gt;dd.active, .single-tab&gt;dd.active { display: block; }
        
        
/* buttons */
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    }
.btn-primary:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
    }
.btn-success:hover, button[type="submit"]:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success, button[type="submit"] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
button, .btn {
    transition: all 0.3s ease 0s !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    text-decoration: none;
    }
aside .btn {
    margin: 10px 0;
    text-align: center;
    width: 80%;
    position: relative;
    }
#Login aside a.btn {
    width: 88%;
    }
#Login aside button.btn {
    width: auto;
    }
/*
aside .btn i {
    position: absolute;
    left: -8px;
    top: -5px;
    font-size: 20px;
    border: inherit;
    padding: 10px;
    border-radius: 22px;
    background: inherit;
    }
*/
    
button[type="reset"] { display: none !important; }
         
        
#backButton, #quitButton { margin: 15px 0 5px 10px; }
        
    #somethingUnique .action { width: 15%; white-space: nowrap; }
    #somethingUnique .something { width: 20%; }
    #somethingUnique .something-else { width: 35%; }
    #somethingUnique .another-column { width: 30%; }
        
        table.nested-collapsed tr.more-data {
            display: none;
            text-align: center;
            }
            table.nested-collapsed tr.more-data&gt;td { border-bottom: 1px solid #ddd; }
            table.nested-collapsed tr.more-data table {
                margin: 10px auto; 
                text-align: left; 
                width: 82%; 
                font-size: 12px;
                }
                
            /*table.nested-collapsed tr.more-data .description { text-transform: lowercase; }*/
                table.nested-collapsed tr.more-data .description:first-letter { text-transform: uppercase; }
            table.nested-collapsed tr.more-data .completed-on { width: 20%; }
            table.nested-collapsed tr.more-data .amount { width: 20%; }

    td.action { text-align: center; padding: 2px; }
        td.action a {
            display: block;
            text-decoration: none;
            width: 20px;
            height: 20px;
            font-size: 0;
            }
        td.action a:after {
            content: "\f0d7";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            text-decoration: inherit;
            margin-left: 5px;
            color: rgb(160, 160, 160);
            text-indent: 0;
            }
        td.action a.active:after { content: "\f0d8"; }


.modal-data { display: none; background: white; padding: 20px 80px; }
.tooltip-data { display: none; }

pre { white-space: pre-line; font-family: 'Open Sans', sans-serif; }

#terms { border: 1px dashed #ccc; padding: 0 20px; margin: 0; width: auto; }
#terms div, #terms p, #terms font { padding: 0; font-size: 12px; }
#terms div, #terms_body { max-height: 100px; overflow: auto; margin: 10px 0 0; }


/* MODALS */
div.b-modal {} /* shade */
#modalContainer { /* outer */
    width: 60%;
    min-width: 30%;
    background: #fff;
    border: 1px solid #444;
    border-radius: 5px;
    height: 75%;
    min-height: 100px;
    box-shadow: 0px 0px 5px 3px rgba(60, 80, 80, 0.8);
    overflow: hidden;
    }
    #modalContainer header h2 {
        margin: 0; 
        border-bottom: 1px solid #444; 
        padding: 3px 10px; 
        min-height: 30px;
        background: #8fd3fa;
        }
    .b-ajax-wrapper { /* inner */
        margin: 0;
        padding: 0 20px;
        overflow: auto;
        height: 90%;
        }
        
        .b-ajax-wrapper h2 { font-size: 14px; }
        .b-ajax-wrapper dl { margin: 10px 0 0; padding: 0; }
        .b-ajax-wrapper dt { font-weight: bold; }
        .b-ajax-wrapper dt,
        .b-ajax-wrapper dd { display: inline-block; padding-left: 20px; margin: 0; width: 40%; padding: .7em 0 0;  }
        .b-ajax-wrapper dd { text-align: right; }
        
        .b-ajax-wrapper h4 { text-transform: lowercase; }
            .b-ajax-wrapper h4:first-letter { text-transform: uppercase; }

#iframeContainer.full-screen, #iframeContainer.full-screen iframe {
    position: fixed;
    height: 100%;
    width: 100%;
    border: 0;
    z-index:10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    }

#iframeContainer iframe { background: #fff url('../img/hex-loader.gif') center center no-repeat; }
body.fs-modal { overflow: hidden; }

#iframeContainer.modal {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    color: #111;
    min-width: 60%;
    padding: 10px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    }
    #iframeContainer.modal iframe {
        width: 100%;
        height: 100%;
        overflow: auto;
        min-height: 440px;
        min-width: 450px;
        }

.button.b-close, .button.bClose {
    border-radius: 12px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 2px 6px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #666;
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}






dl.pill {
    padding: 0;
    display: inline-block;
    width: 110px;
    margin: 10px 8px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    }
aside dl.pill { margin: 0 0 10px !important; }
    dl.pill dt {
        padding: 5px;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        background: #eee;
        border-radius: 5px 5px 0 0;
        }
    dl.pill dd {
        padding: 10px 5px;
        text-align: center;
        margin: 0;
        }

aside .pill { margin: 0; width: 100%; }

.section-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: block;
    width: auto;
    position: relative;
    height: auto;
    padding: 0 5px 5px;
    }
.section-panel&gt;.panel-heading {
    /* color: #fff; */
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 0 0 20px;
}
.section-panel&gt;.panel-heading h4 { margin: 0; font-size: 16px; }
.panel-heading {
    background-color: #F5F4F9;
    background-image: linear-gradient(to bottom, #F5F4F9 0%, #ECEAF3 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    height: 20px;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 -4px !important; 
    

}


#Home #sidebar2 { text-align: center; }


table {
  width: 100%;
  margin-bottom: 20px;
}

table caption {
    font-size: 14px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 4px 10px;
    width: 96%;
    margin: 10px auto;
    border-radius: 5px 5px 0 0;
    }

table thead &gt; tr &gt; th,
table tbody &gt; tr &gt; th,
table tfoot &gt; tr &gt; th,
table thead &gt; tr &gt; td,
table tbody &gt; tr &gt; td,
table tfoot &gt; tr &gt; td {
  padding: 4px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

table caption + thead tr:first-child th,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table table {
  background-color: #ffffff;
}

table.striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
table.striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
    background-color: #f9f9f9;
    }





/* from bootstrap */
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead &gt; tr &gt; th,
.table tbody &gt; tr &gt; th,
.table tfoot &gt; tr &gt; th,
.table thead &gt; tr &gt; td,
.table tbody &gt; tr &gt; td,
.table tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead &gt; tr &gt; th,
.table-condensed tbody &gt; tr &gt; th,
.table-condensed tfoot &gt; tr &gt; th,
.table-condensed thead &gt; tr &gt; td,
.table-condensed tbody &gt; tr &gt; td,
.table-condensed tfoot &gt; tr &gt; td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}



.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
/* end bootstrap */


#middle section { margin: 0 0 0 20px; }
#middle section section { margin: 0 0 10px; }

#middle section#prepay_grid { margin: 0 20px 20px; }
#middle section#prepay_grid p { display: inline; }

table { width: 96%; border: 0; border-collapse: collapse; margin-left: 2%; }
th { text-align: left; }
tr.hi-pos, tr.hl-pos {
    font-weight: bold;
    font-style: italic;
    color: green;
    }
table#installment {
    width: 88%;
    margin: 0 6%;
    }

/* table paging */
tfoot.paging td { text-align: right; }
a.page-trigger {
    margin: 0 2px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    }
a.page-trigger.active {
    border: 1px solid #ccc;
    color: #666;
    font-weight: bold;
    }



/* User Content Overrides */
/*
.user-content {
    float: none;
    width: auto;
    height: auto;
    }
#Login .user-content { padding-left: 20px; }
    .user-content td { border: none; display: inline; font-size: 12px; }
    .user-content h2 {
        margin: 0 10px 5px;
        line-height: 1.2em;
        }
    .user-content h3 {
        padding-bottom: 0;
        margin-bottom: 0;
        }
    .user-content img {
        height: auto !important; 
        max-width: 96% !important; 
        border: 1px solid #ddd;
        border-radius: 5px;
        float: left;
        margin-right: 10px;    
        padding: 15px;
        background: #fff;
        }
        #Login .user-content img { width: 50%; }
        aside .user-content img { border: none; float: none; margin: none; max-width: 70% !important; }
    .user-content td br { display: none; height: 0; }
    .user-content td p { padding: 0; }
*/
.user-content {
    float: none;
    width: auto;
    height: auto;
    }
#Login .user-content { padding-left: 20px; }
    .user-content img 
    {
        /* 8/25/16 paul - commented out the height - it was causing a customer issues with the style sheet*/
        /*height: auto !important; */
        max-width: 90% !important; 
        /*border: 1px solid #ddd;*/
        border-radius: 5px;
        margin: 1%;    
        padding: 15px;
        background: #fff;
        }
    .user-content td img { max-width: none !important; }





#trustwaveSealImage { height: 50px; border-radius: 10px; }
#dispCompany { position: absolute; top: 10px; right: 10px; }

section p {
    padding: 5px 20px;
    margin: 5px 0;
    }

dt label {
    text-align: right;
    font-weight: bold;
    }
dt label:after {
    content: ":";
    }

fieldset {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 5px;
    margin: 10px 1%;
    width: 96%;
    }
aside fieldset {
    width: 100%;
    padding: 10px 0;
    margin: 0 0 20px;
    background: #eee;
    }
    legend {
        border: 0;
        padding: 0;
        padding: 4px 10px;
        margin: 0 10px;
        background: #eee;
        border-radius: 3px;
        font-size: 13px;
        border: 1px solid #ccc;
        }
        
aside h4 { margin-bottom: 0; }

#payment_grid dl, #billing_grid dl, #paid_grid dl { margin: 0 10px; min-height: 20px; }
#payment_grid dt, #billing_grid dt, #paid_grid dt {padding:0;}
aside #totals dl,aside #additional dl, aside #promo dl, aside #billing dl, aside #payment_summary dl  { margin: 0 10px; font-size: 12px; min-height: 20px; }
    aside #totals dt,aside #additional dt, aside #promo dt, aside #billing dt, aside #payment_summary dt, #payment_grid dt, #billing_grid dt, #paid_grid dt { max-width: 70%; display: inline-block; }
    aside #totals dd,aside #additional dd, aside #promo dd, aside #billing dd, aside #payment_summary dd, #payment_grid dd, #billing_grid dd, #paid_grid dd { float: right; font-weight: bold; display: inline-block; }

aside section {
    margin: 0 auto;
    padding: 0 0 10px;
    }

        
#survey { margin: 10px 3%; width: 92%; padding: 10px 1%; }
#survey h4 { font-size: 14px; margin: 10px 0; }
    #survey #NpsHeader {
        padding: 14px;
        width:95%
    }
    #survey #NpsHeader span {
        font-weight:bold
    }

    #survey #Npsradio {
        text-align:center
    }

    #survey label {
        width: 8%;
        display: inline-block;
        text-align: center;
    }
        #survey label input {
            clear: both;
            display: block;
            width: 20px;
            margin: 4px auto;
            }
    #survey button { margin: 10px; float: right; }

@-moz-document url-prefix() { 
  #survey h4.high {
    top: 10px;
    }
}



/* forms */
fieldset dl, dl.form-group {
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    }
dl.form-group { margin: 5px 1%; }
    fieldset dt,
    .form-group dt {
        margin: 0; 
        padding: .7em 0 0; 
        display: inline-block; 
        width: 40%; 
        vertical-align: top;
        line-height: 1.4em;
        }
        dt label {
            font-weight: bold; 
            text-align: right; 
            display: block; 
            }
        dd label {
            padding: .7em 0 0 10px;
            display: block;
            }
            dt label span { padding-right: 10px; }
    fieldset dd,
    .form-group dd {
        margin: 0; 
        padding: 0; 
        display: inline-block; 
        width: 58%; 
        vertical-align: top;
        line-height: 1.4em;
        }
    .form-group dt,
    .form-group dd,
    .form-group label {
        /* width: auto; */ 
        }
        
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
    padding: 5px 1%; 
    margin: 5px 1%; 
    border: 1px solid #bbb; 
    border-radius: 3px; 
    font-size: 14px; 
    }
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus { border-color: #666; }
dd &gt; input[type="text"],
input[type="tel"],
dd &gt; input[type="email"],
dd &gt; input[type="password"],
dd &gt; input[type="search"],
dd &gt; select,
dd &gt; textarea {
    width: 96%; 
    }
td input[type="text"],
input[type="tel"],
td input[type="email"],
td input[type="password"],
td input[type="search"],
td select,
td textarea {
    width: 96%; 
    }

dd &gt; select,
td select {
    width: 100%; 
    }
    
input:read-only { 
    border: none;
    }
    
input[type="checkbox"] { margin: 12px 5px 0; }
    
.action input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 5px;
    }
    
    
fieldset.two-col dl {
    width: 45%;
    display: inline-block;
}

fieldset.three-col dl {
    width: 30%;
    display: inline-block;
}

dl.date-time dt, dl.date-time dd,
dl.three-col dt, dl.three-col dd { width: 30%; }

div.action { text-align: right; padding-right: 10px; margin-bottom: 20px; }
div.action button, div.action a { text-align: center; }

label.error { color: red; line-height: 1em !important; font-size: 12px; display: block; padding: 0; }
input.error, textarea.error, select.error { border-color: red; }


            .form-group {
                position: relative;
                vertical-align: top;
                margin-left: 20px;
                min-height: 50px;
                }
            .radio-group .form-group {
                min-height: 30px;
                }

            .four-col .form-group,
            .form-group.four-col {
                width: 23%;
                display: inline-block;
                }
            .three-col .form-group,
            .form-group.three-col {
                width: 30%;
                display: inline-block;
                }
            .two-col .form-group,
            .form-group.two-col {
                width: 46%;
                display: inline-block;
                }
            .one-col .form-group,
            .form-group.one-col {
                display: block;
                }
            label { margin-bottom: 0; }
            .form-group label:after {
                content: ": ";
                }
            .form-group label.error:after,
            .form-group label.help:after,
            .label-right .form-group label:after {
                content: "";
                }
            .label-left .form-group label {
                width: 47%;
                display: inline-block;
                text-align: right;
                vertical-align: middle;
                }



            .form-group {
                position: relative;
                vertical-align: top;
                margin-left: 20px;
                min-height: 50px;
                }
            .radio-group .form-group {
                min-height: 30px;
                clear: both;
                width: auto !important;
                }
                .radio-group .form-group dt,
                .radio-group .form-group dd {
                    width: auto !important;
                    line-height: 1em;
                    padding: 5px;
                    }
                    .radio-group .form-group dt label:after { content: ""; }
                .radio-group .form-group dd { float: left; }

            .four-col .form-group,
            .form-group.four-col {
                width: 23%;
                display: inline-block;
                }
            .three-col .form-group,
            .form-group.three-col {
                width: 30%;
                display: inline-block;
                }
            .two-col .form-group,
            .form-group.two-col {
                width: 47%;
                display: inline-block;
                line-height: 1em;
                }
                .form-group.two-col dt, .two-col .form-group dt { line-height: 1em; width: 48%; display: inline-block; }
                .form-group.two-col dd, .two-col .form-group dd { line-height: 1em; width: 48%; display: inline-block; }
            .one-col .form-group,
            .form-group.one-col {
                display: block;
                width: auto;
                }
                .form-group.one-col dt {
                    width: 25%;
                    }
                    .form-group.one-col dt label {
                        text-align: right;
                        }
                .form-group.one-col dd {
                    width: 70%;
                    }
            label { margin-bottom: 0; }
            .form-group label:after {
                content: ": ";
                }
            .form-group label.error:after,
            .form-group label.help:after,
            .label-right .form-group label:after {
                content: "";
                }
            .label-left .form-group label {
                width: 47%;
                display: inline-block;
                text-align: right;
                vertical-align: middle;
                }
            .form-group.inline dt, .form-group.inline dd { width: auto; }

            input[type=radio] {
                height: auto;
                display: inline-block;
                width: auto;
                box-shadow: none;
                vertical-align: middle;
                margin: 0;
                }


            .label-left input,
            .label-left select,
            .label-left textarea,
            .label-left .form-control {
                width: 50%;
                display: inline-block;
                vertical-align: middle;
                }

            .label-right .form-group label {
                width: 47%;
                display: inline-block;
                float: right;
                vertical-align: middle;
                }
            .label-right input,
            .label-right select,
            .label-right textarea,
            .label-right .form-control {
                width: 50%;
                display: inline-block;
                vertical-align: middle;
                }
            .label-left .bootstrap-select,
            .label-right .bootstrap-select {
                width: 50% !important;
                display: inline-block !important;
                }

            label.required:before {
                content: "*";
                display: inline;
                color: #E6674A;
                font-size: 1.5em;
                line-height: 0;
                top: 5px;
                position: relative;
                }
                
            #Login label.required:before,
            #Login legend label.required { display: none; }
                dt label.required:before { left: -2px; }
                
            #survey_score label.required,
            #survey_score legend label.required { display: none; }

                               
            legend .error { padding-left: 20px; }
            label.error { 
                color: #E6674A; 
                font-weight: normal;
                /*
                position: absolute;
                top: 0;
                right: 0;
                border: 1px solid #E6674A;
                padding: 2px 4px;
                border-radius: 7px;
                box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
                display: block;
                background: white;
                */
                }
            #ForgotPassword label.required:before,
            #ForgotPassword legend label.required { display: none; }
            
            .label-left label.error {
                float: right;
                }
            .label-right label.error {
                float: none;
                }
            span.help { color: darkorange; }

            legend label { float: right; }
            legend .required { padding-left: 10px; font-size: .8em; }

            fieldset input { color: rgb(50, 50, 50) !important; }

            input::-webkit-input-placeholder {
                color: rgb(200, 200, 200) !important;
                }

            input:-moz-placeholder { /* Firefox 18- */
                color: rgb(200, 200, 200) !important;  
                }

            input::-moz-placeholder {  /* Firefox 19+ */
                color: rgb(200, 200, 200) !important;  
                }

            input:-ms-input-placeholder {  
                color: rgb(200, 200, 200) !important;  
                }

            form.loopify .firsty, form.loopify .lasty {
                height: 1px;
                width: 1px;
                margin: 0;
                padding: 0; 
                border: 0;
                }

            
#confirmpayment dl, #final_screen dl { min-height: auto; }
#confirmpayment dt, #final_screen dt { padding: 0; font-weight: bold; }
#confirmpayment .form-group dt:after,
#final_screen .form-group dt:after { content: ": "; }
#confirmpayment .form-group dd,
#final_screen .form-group dd { padding-left: 5px; }

#questions dl dl,
#questions dl dl dt,
#questions dl dl dd,
#questions dl dl label { display: inline; }

#terms .one-col dt { width: 50%}
#terms .one-col dd { width: 45%; }

#paymentOptions dl.action dt, dl.action dt {
    display: inline-block;
    width: 200px;
    text-align: right;
    width: 30%;
    margin-bottom: 10px;
    }
    #paymentOptions button[type="submit"] { width: 90%; text-align: left; }
#paymentOptions dl.action dd, dl.action dd { display: inline-block; width: 60%; }

aside dl.form-group { margin: 10px 10px 0; padding: 0; }
aside .form-group dt, aside .form-group dd, aside .form-group dt label { line-height: 1em; margin: 0; padding: 0; width: auto; display: block; text-align: left; }
.required dt label { margin: 0 0 0 8px !important; }
aside fieldset div.action { margin-bottom: 0; }

aside a.call-out { display: block; width: 100%; margin: 20px 0 0; text-align: center; }
aside a.call-out img { max-width: 70% !important; height: auto; border: none !important; }


table.dataTable .action a { padding: 1px 0 1px 5px; margin: 0 2px 5px 0; }
    table.dataTable .action a i { font-size: 16px;  }
    table.dataTable .action a span { text-indent: -10000px; display: inline-block; }


div.dataTables_length label,
div.dataTables_filter label,
div.dataTables_info,
div.dataTables_paginate { white-space: nowrap; padding: 0 20px; font-size: 14px; }
div.dataTables_scroll { margin: 0 20px; }
table.dataTable .dataTables_scrollHeadInner th, table.dataTable tbody td { padding: 4px 16px 4px 4px !important; }

th.amount, td.amount,
th.number, td.number { text-align: right; }

/* form context show/hide stuff */
form .contextual { display: none !important; }

form.ach .ach,
form.creditcard .creditcard,
form.profile .profile,
form.other-address .other-address { display: inline-block !important; }
form.creditcard img.creditcard,
form.ach img.ach { display: inline !important; }
form.creditcard .three-col .creditcard { display: inline-block !important; }
form.creditcard .three-col .creditcard select { width: auto !important; }

.payment-options { text-align: center; margin: 0 0 20px; }

#faqTabs { padding-bottom: 86px; }

#faqlist dt { font-weight: bold; }
#faqlist dd { padding: 5px 0 20px; }


.promo_Dark_Grey { background: rgb(89,106,114); }
.promo_Light_Grey { background: rgb(204,204,204); }
.promo_Blue { background: #659EC7; }
.promo_Red { background: #F70D1A; }
.promo_Green { background: #A1C935; }
.promo_Orange { background: #F88017; }
.promo_Tan { background: #FFEAC4; }
.promo_Platinum { background:#E5E4E2; }
.promo_Gold { background: #FDD017; }
.promo_Silver { background: #BCC6CC; }
.promo_Bronze { background: #CD7F32; }

.reg_price
{
    color:Red;
}

/* Refer a Friend */
#divBanner img {
    width: 96% !important;
    margin: 20px 2%;
    height: auto !important; 
    }

#socialMedia { margin: 0; padding: 0; list-style: none; }
    #socialMedia li { margin: 5px; padding: 0; display: inline-block; height: 40px; width: 40px; }
        #socialMedia a { display: block; overflow: hidden; height: 100%; width: 100%; text-indent: -10000px; background-size: 100%;}
        
a.social-facebook { background: url(../img/facebook_smaller.png) center center no-repeat; }
a.social-twitter { background: url(../img/twitter.png) center center no-repeat; }
a.social-yahoo { background: url(../img/yahoo.png) center center no-repeat; }
a.social-gmail { background: url(../img/google-mail.jpg) center center no-repeat; }
a.social-email { background: url(../img/email.png) center center no-repeat; }


#getMobile { margin: 0; padding: 0; }
#getMobile h4 { margin-top: 0; }
#getMobile p { font-size: 12px; margin: 5px 0 10px; padding: 0; }
#getMobile p.note { font-style: italic; font-weight: bold; }
a.btn-store img { height: auto; width: 150px; }
aside .tabset dd { text-align: center; }
aside img.qr { width: 60%; margin-left: 17%; }
aside img.app-logo {
    width: 40px;
    float: left;
    margin: 0 10px 0 0; 
    }
.qr-code { position: relative; cursor: pointer; }
    .qr-code img.qr {
        display: none; 
        position: absolute;
        width: 260px;
        padding: 10px;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 5px;
        left: -114px;
        top: 16px;
        }
    .qr-code:hover img.qr { display: block; }

/************************************************************************************
MEDIA QUERIES http://codepen.io/Cheesetoast/pen/KFAaq
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    body { overflow-x: hidden; }
    #pagewrap {
        padding: 0;
        width: 1024px;
        margin: 0;
        }
    body.full-screen #pagewrap {
        padding: 0;
        width: 100%;
        margin: 0;
        }
        
        #sidebar1Body { min-width: 768px; }
    
            body.three-column #sidebar1 {
                width: 180px;
                padding: 10px;
                }
            body.three-column #middle {
                width: 604px;
                padding: 10px;
                }

            body.three-column #sidebar2 {
                width: 180px;
                padding: 10px;
                }
    
    header, header.large, header.medium { height: 60px; }
    header, footer {
        padding: 0 10px;
        }
        
        
#ContactUs #tdBranchContactDetails { height: auto; margin: 20px 10px; }
    #ContactUs #tdBranchContactDetails .map-link {
        position: relative;
        top: auto;
        right: auto;
        }
        #ContactUs #tdBranchContactDetails .map-link img {
            width: 100%;
            margin-top: 10px;
            }
        
        
}

/* for Tablets */
@media screen and (max-width: 800px) and (min-width: 480px) 
{
    
       table.size { 
		display: block; 
	}
	
	   td.size { 
		display: block; 
	}
    
    body { overflow-x: hidden; }
    #pagewrap {
        padding: 0;
        width: 100%;
        min-width: 762px;
        margin: 0;
        }
        #sidebar1Body { min-width: 480px; }

            body.three-column #sidebar1 {
                width: 180px;
                padding: 10px;
                float: left;
                height: auto;
                }
    
            body.three-column #middle {
                width: 542px;
                padding: 10px;
                float: right;
                height: auto;
                }
    
            body.three-column #sidebar2 {
                width: 180px;
                padding: 10px;
                float: left;
                clear: left;
                height: auto;
                }

    #pagewrap&gt;header, #pagewrap&gt;header.large, #pagewrap&gt;header.medium { height: 60px; }
    header, footer {
        padding: 5px 10px;
        }


    nav.primary { border: none; }
        nav.primary&gt;ul { margin: 0; padding: 0; }
            nav.primary ul li { margin: 0; border: none; border-radius: 0; }
            nav.primary&gt;ul&gt;li { width: 50%; }
                nav.primary ul li a,
                nav.primary &gt; ul &gt; li:hover &gt; a { bottom: 0; border: none; border-radius: 0; padding: 2px 8px; margin: 0 1px 1px 0; }
                nav.primary ul li.active a { font-size: 15px; border: none; border-radius: 0; padding: 2px 8px; }
                nav.primary&gt;ul&gt;li.dummy&gt;ul { margin: -1px 0 0; left: 10%; min-width: 60%; }
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    body { overflow-x: hidden; font-size: .7em; }
    nav a { font-size: 1.2em; }
    p, h1, h2, h3, h4, h5, h6, fieldset { margin: 10px 10px 5px; }
    
   table.size_option { 
		display: block; 
	}
	
	   td.size { 
		display: block; 
	}
    
    #tiplist dt { font-weight: bold; }
    #tiplist dd {
        margin: 0;
        padding: 0 0 10px 10px;
        }
        #tiplist dd p { padding: 0; }
    
    #pagewrap {
        padding: 0;
        width: 100%;
        margin: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        min-width: 100% !important;
        }
        #sidebar1, #middle, #sidebar2 { min-width: 100%; padding: 0 0 20px !important; min-height: 100px; }
        #sidebar1, #sidebar2 { height: auto !important; }
        
        #Login #sidebar2 fieldset { border: none; padding: 20px 0 0; }
        
        #sidebar2 { padding: 0; }
        #sidebar2 form { padding: 0 20px; }

    body.three-column #sidebar1,
    body.two-column #sidebar1 {
        width: 100%;
        padding: 0;
        float: none;
        clear: both;
        display: table-header-group;
        height: auto;
        }
    
    body.three-column #middle,
    body.two-column #middle {
        width: 100%;
        padding: 0;
        float: none;
        clear: both;
        display: table-row-group;
        height: auto;
        }
    
    body.three-column #sidebar2 {
        width: 100%;
        padding: 0;
        float: none;
        clear: both;
        display: table-footer-group;
        height: auto;
        }

#middle section { margin: 0; }
section.section-panel { padding: 0 10px; }
section .panel-heading { margin: 0 -10px !important; height: auto; }

dl.pill {
    width: 100px;
    margin: 4px !important;
    }

#middle fieldset { padding: 5px 8px; width: auto; }
fieldset dl, dl.form-group { font-size: 12px; }
fieldset.two-col dl,
.three-col .form-group, 
.form-group.three-col { width: auto !important; }

    #pagewrap&gt;header, #pagewrap&gt;header.large, #pagewrap&gt;header.medium { height: 60px; padding: 0; margin: 0; border: none; border-radius: 0; }
    #pagewrap&gt;header, #pagewrap&gt;footer {
        padding: 5px 10px;
        height: auto !important;
        }

    .logo {
        margin: 5px 0 0;
        max-width: 50%;
        height: auto !important;
        }

nav.account { right: 70px; }
    nav.account li { font-size: 12px; margin: 0 0 0 12px; display: block !important; }
        nav.account li li a { font-size: 14px; }

    /* mobile nav */
    nav.primary {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 100;
        background: rgba(0, 0, 0, .85);
        bottom: 0;
        width: 100%;
        transition: left 0.5s ease;
        }
        nav.primary .secondary { display: inline-block; }
        nav.primary.open { 
            left: 0; 
            transition: left 0.5s ease; 
            /*padding-top: 70px;*/
            }
            #menuToggle { 
                display: inline-block; 
                transition: right 0.5s ease;
                z-index: 200;
                }
            nav.primary.open #menuToggle {
                right: 0;
                top: 0;
                left: auto;
                transition: right 0.5s ease;
                }
                .fa-close { display: none; }
                nav.primary.open #menuToggle .fa-close { display: inline-block; left: 14px; }
                nav.primary.open #menuToggle .fa-list { display: none; }

    nav.primary { border: none; background: #ddd; }
        nav.primary&gt;ul { margin: 0; padding: 0; position: relative; }
            nav.primary ul li { margin: 0; border: none; border-radius: 0; display: block; font-size: 20px; width: 100%; }
            nav.primary&gt;ul&gt;li { width: 100%; }
                nav.primary ul li a,
                nav.primary &gt; ul &gt; li:hover &gt; a { bottom: 0; border: none; border-radius: 0; padding: 2px 8px; padding-left: 30px; margin: 0 1px 1px 0; }
                nav.primary ul li.active a { font-size: 20px; border: none; border-radius: 0; }
                nav.primary&gt;ul&gt;li.dummy&gt;ul { margin: -1px 0 0; left: 10%; min-width: 60%; }
            
            
/*    #survey { width: 100%; border: none; margin: 10px 0 0; padding: 0; }
        #survey h4.high { top: 51px; right: 38px; left:auto; }
        #survey label { width: 20px; }
        #survey_score {width:95%;}*/
    
    aside dl.pill { width: 90%; }
    aside a.call-out img { max-width: 50%; }
    aside #totals fieldset,
    aside #additional fieldset,
    aside #promo fieldset { width: 100%; padding: 0; border: none; }
    aside fieldset dd, aside .form-group dd { line-height: 1.4em; }
    
    .payment-options img { max-width: 80%; }
    
    table caption {
        font-size: 14px;
        background: #fff;
        border: none;
        padding: 0;
        width: 100%;
        margin: 5px auto;
        border-radius: 0;
        }
        
#modalContainer {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0 !important;
    border: none;
    border-radius: 0;
    }
    
    div#divLoginText img, section#about_us img {
        width: 100px !important;
        height: auto !important;
        float: left;
        margin-right: 10px;
        }

#ContactUs #tdBranchContactDetails { height: auto; margin: 20px 10px; }
    #ContactUs #tdBranchContactDetails .map-link {
        position: relative;
        top: auto;
        right: auto;
        }
        #ContactUs #tdBranchContactDetails .map-link img {
            width: 100%;
            margin-top: 10px;
            }


}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* STYLES GO HERE */
}
 
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp;amp; landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
/* STYLES GO HERE */
}
                

@media only screen  and (min-width: 480px)  and (max-width: 768px) {

    
}
                
/* ======================================
 
    MediaQuery-Reporter Styles
 
========================================= */
/*
body:after {
    content: "less than 320px";
    font-weight: bold;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: hsla(1,60%,40%,0.5);
    color: #fff;
    bottom: 0;
    font-size: 15px;
}
@media only screen and (min-width: 320px) {
    body:after {
        content: "320 to 480px";
        background-color: hsla(90,60%,40%,0.5);
    }
}
@media only screen and (min-width: 480px) {
    body:after {
        content: "480 to 768px";
        background-color: hsla(180,60%,40%,0.5);
    }
}
@media only screen and (min-width: 768px) {
    body:after {
        content: "768 to 1024px";
        background-color: hsla(270,60%,40%,0.5);
    }
}
@media only screen and (min-width: 1024px) {
    body:after {
        content: "1024 and up";
        background-color: hsla(360,60%,40%,0.5);
    }
}
*/







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.text-right
{
    text-align:right;
}

.center
{
    text-align:center;
}

.bold
{
    font-weight:bold;
}

.font_18
{
    font-size:18px;
}

.red
{
    color:Red;
}

#dialog_form
{
    display:none;
}

.zero_min_height
{
    min-height:0px;
}    

.modal-header {
  padding: 2px 16px;
  background-color:  #fefefe;
  color: black;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 17% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}</pre></body></html>