/* 
------------------------------------------------------------------------
screen.css
------------------------------------------------------------------------
*/

html,
body {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-repeat: repeat-x;
    background-position: top;
    overflow-y: scroll;
    min-width: 960px
}

body.iframeBody {
    min-width: 500px;
    width: 100%;
    overflow-y: hidden
}

body.welcome {
    background-position: center;
    background-repeat: no-repeat
}

#page {
    min-height: 100%;
    position: relative
}

#iframePage {
    min-width: 500px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative
}

p.explanation {
    font-weight: bold;
    color: #58585a
}

ul.explanation {
    font-weight: bold;
    color: #58585a
}

ol.explanation {
    font-weight: bold;
    color: #58585a
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/header_pattern.png) 0 0 repeat transparent;
    border-bottom: 5px solid #FFF1B2
}

#header .left-logo,
.test-logo {
    position: absolute;
    width: 500px;
    height: 71px;
    left: 1px
}

#header .left-logo img,
#header .right-logo img {
    border: 0
}

#menu {
    position: absolute;
    top: 69px;
    left: 0;
    height: 2em
}

body.welcome #menu {
    left: 110px
}

#title {
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 40px;
    height: 35px;
    line-height: 35px
}

#title.iframe-nocontent {
    margin-top: 4px;
    margin-left: 24px;
    height: 1px
}

#title h1 {
    padding-left: 60px;
    color: #232323;
    display: inline;
    line-height: 1
}

#title h1 span.heading-top {
    line-height: 1
}

#title h1 div.desc {
    line-height: 1;
    font-size: 16px;
    padding-left: 60px;
}

#title.no-icon h1 {
    padding-left: 0
}

#title.File_Maintenance {
    background: url(../images/page_icons/File_Maintenance_icon.png) 0 0 no-repeat
}

#title.Administration {
    background: url(../images/page_icons/Administration_icon.png) 0 0 no-repeat
}

#title.Analytics {
    background: url(../images/page_icons/Analytics_icon.png) 0 0 no-repeat
}

#title.Goods_In {
    background: url(../images/page_icons/Goods_In_icon.png) 0 0 no-repeat
}

#title.Goods_Out {
    background: url(../images/page_icons/Goods_Out_icon.png) 0 0 no-repeat
}

#title.Inventory_Management {
    background: url(../images/page_icons/Inventory_Management_icon.png) 0 0 no-repeat
}

#title.Work_Management {
    background: url(../images/page_icons/Work_icon.png) 0 0 no-repeat
}

#title.Integration {
    background: url(../images/page_icons/Integration_icon.png) 0 0 no-repeat
}

#title.Parts {
    background: url(../images/page_icons/Parts_icon.png) 0 0 no-repeat
}

#title.SupplyChain {
    background: url(../images/page_icons/Supplychain_icon.png) 0 0 no-repeat
}

#title.MyWaerlinx {
    background: url(../images/page_icons/MyWaerlinxGuyB.gif) 0 0 no-repeat
}

div.homepage-buttons a.supply-welcome {
    background-position: 0 -200px
}

div.homepage-buttons a.supply-welcome:hover {
    background-position: -100px -200px
}

div.homepage-buttons a.work-welcome {
    background-position: 0 -100px
}

div.homepage-buttons a.work-welcome:hover {
    background-position: -100px -100px
}

div.homepage-buttons a.parts-welcome {
    background-position: 0 -300px
}

div.homepage-buttons a.parts-welcome:hover {
    background-position: -100px -300px
}

div.homepage-buttons a.console-welcome {
    background: url(../images/home/home-screen-sprite.png) 0 0 no-repeat
}

div.homepage-buttons a.console-welcome:hover {
    background: url(../images/home/home-screen-sprite.png) -100px 0 no-repeat
}

#title .slogan {
    display: block;
    margin-top: .5em;
    font-size: 1.3em
}

#search_bean {
	height: 50px;
}

.search_bean_li {
    width: 22vw !important;
}

.search_bean_top {
    position: absolute;
    top: 14px;
	left: 48.5%;
    transform: translateX(-48.5%);
	display:inline;
	z-index: 100;
}

.search_bean_top_adjust {
	left: 46% !important;
    transform: translateX(-46%) !important;
}

.search_bean_right {
    position: absolute;
	top: 70px;
	float:right; 
	display:inline;
	right: 0px;
	z-index: 100;
}

#search_bean .component input[type=text] {
  /* Default settings for input boxes */
  border: 0px solid #ffffff;
  /*line-height: 25px;*/
  height: 33px;
  padding: 0 2px;
  font-family: "abel_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  background: #FFF1B2;
  color: #58585a;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-width: 250px;
  width: 20vw;
  text-indent: 35px;
}

.search_bean_right .component input[type=text] {
	background: white !important;
	text-indent: 5px !important;
	min-width: 200px !important;
	width: 15vw !important;
}

#search_bean .component input[type=text]::-webkit-input-placeholder {
  font-family: "abel_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #A5A5A9;
  text-align: center;
  padding-right: 35px;
  /* padding-left: 20px;
  background: url(../images/icons/icon-search.png);
  background-position: 20%;
  background-size: auto 15px;
  background-repeat: no-repeat; */
}
#search_bean .component input[type=text]::-moz-placeholder {
  font-family: "abel_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #A5A5A9;
  text-align: center;
  padding-right: 35px;
 /*  padding-left: 20px;
  background: url(../images/icons/icon-search.png);
  background-position: 20%;
  background-size: auto 15px;
  background-repeat: no-repeat; */
}
#search_bean .component input[type=text]:-ms-input-placeholder {
  font-family: "abel_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #A5A5A9;
  text-align: center;
  padding-right: 35px;
/*   padding-left: 20px;
  background: url(../images/icons/icon-search.png);
  background-position: 20%;
  background-size: auto 15px;
  background-repeat: no-repeat; */
}
#search_bean .component input[type=text]::placeholder {
  font-family: "abel_proregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #A5A5A9;
  text-align: center;
  padding-right: 35px;
 /*  padding-left: 20px;
  background: url(../images/icons/icon-search.png);
  background-position: 20%;
  background-size: auto 15px;
  background-repeat: no-repeat; */
}

.search_bean_right .component input[type=text]::-webkit-input-placeholder {
	text-align: left !important;
}
.search_bean_right .component input[type=text]::-moz-placeholder {
	text-align: left !important;
}
.search_bean_right .component input[type=text]::-ms-input-placeholder {
	text-align: left !important;
}
.search_bean_right .component input[type=text]::placeholder {
	text-align: left !important;
}

#search_bean .component {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle
}

#search_bean .label {
    display: inline
}

#search_bean .content {
    display: inline
}

#search_bean .help {
    margin-top: 0
}

#search_bean .go {
    margin-top: 0
}

#title .help {
    margin-top: 5px;
    margin-left: 10px
}

.help,
#ghost {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/buttons/green-info-sprite.png) 0 0 no-repeat;
    text-indent: -99999px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0
}

#ghost {
    background: url(../images/buttons/green-ghost-sprite.png) 0 0 no-repeat;
    margin-top: 6px
}

.help:hover {
    background: url(../images/buttons/green-info-sprite.png) -30px 0 no-repeat;
    text-indent: -99999px
}

#ghost:hover {
    background: url(../images/buttons/green-ghost-sprite.png) -30px 0 no-repeat;
    text-indent: -99999px;
    margin-top: 6px
}

#beanSettings {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/buttons/settings-icon.png) -30px 0 no-repeat;
    text-indent: -99999px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0
}

#beanSettings:hover {
    background: url(../images/buttons/settings-icon.png) -0px 0 no-repeat;
    text-indent: -99999px
}

#content {
    margin: 10px 24px
}

.welcome #content {
    margin: 0
}

#content.slogan {
    margin-top: 50px
}

p.sorry {
    font-weight: bold
}

ul.stacktrace {
    list-style: none;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    padding-left: 0
}

ul.stacktrace>li {
    margin-bottom: .5em
}

ul.stacktrace span {
    font-weight: bold
}

ul.stacktrace ul {
    list-style: none
}

#security {
    color: #8c9ca4;
    margin-top: 2em
}

#security h3 {
    font-size: 1em;
    font-weight: bold
}

#security a,
#security a:visited,
#security a:hover,
#security a:active {
    color: #8c9ca4
}

#footer {
    color: #8c9ca4;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

#footer-space {
    height: 55px
}

#footer-inner {
    margin: 0 2em;
    height: 45px
}

#footer .footer-logo {
    float: left;
    height: 26px;
    width: 92px;
    margin: 12px 24px 8px 0
}

#footer .line {
    width: 100%;
    height: 2px;
    background: url(../images/line.gif) repeat-x
}

#footer .copyright {
    float: left;
    font-size: x-small
}

#footer .user {
    float: right;
    font-size: xx-small
}

a:link {
    outline-style: none
}

img.download {
    border-color: transparent;
    vertical-align: middle
}

img.printTable {
    border-color: transparent;
    vertical-align: middle
}

img.methodDownload {
    border-color: transparent;
    vertical-align: middle
}

div.ajaxProperty.url {
    visibility: hidden
}

.loading {
    height: 40px;
    background: url("../images/small-spinner.gif") center center no-repeat;
    text-align: center;
    padding-top: 60px
}

.green_text {
    color: greenYellow;
    font-weight: bold
}

#page-footer {
    text-align: center;
    height: 28px
}

#page-footer a#footer-logo {
    width: 72px;
    height: 28px;
    background: url("../images/waer_footer_logo.png") center no-repeat;
    display: inline-block;
    outline: 0
}

#page-footer span {
    display: inline-block;
    vertical-align: middle
}

div.homepage-buttons {
    margin: 70px 0;
    text-align: center
}

div.homepage-buttons a {
    display: inline-block;
    outline: 0;
    width: 100px;
    height: 100px;
    background: url('../images/home/home-screen-sprite.png') no-repeat;
    text-indent: -3000px;
    margin-left: 25px
}

div.homepage-buttons a.first {
    margin-left: 0
}

.welcome-text {
    margin-top: 50px;
    text-align: center;
    color: #58585a
}

span#page-component-date {
    padding: 4px 4px 6px 4px;
    position: inline-block;
    right: 6px;
    color: #fedc00;
    font-weight: bold;
    background: #79797b
}

span#page-component-date span.page-pub-date {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff
}

.calendars-popup select {
    font-size: 90%
}

.calendars-popup .calendars {
    background-color: #fff;
    color: #000;
    border: 1px solid #444;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 90%
}

.calendars-popup .calendars-nav a,
.calendars-popup .calendars-ctrl a {
    color: #fff
}

.calendars-popup .calendars-dow-1 {
    font-size: 11px
}

#cboxOverlay {
    background: #333
}

.alertNotification {
    background-color: #fff;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    min-width: 200px;
    min-height: 80px;
    padding: 20px;
    padding-bottom: 60px
}

.alertNotificationBody {
    clear: both;
    color: #000;
    font-size: 20px;
}

#colorboxClose {
    bottom: 20px;
    position: absolute;
    right: 20px
}

#view-switch {
    text-align: center;
    margin-top: 5px
}

.switch-text {
    text-align: center;
    margin-bottom: 15px;
    padding-left: 5px;
    display: inline-block;
    height: 30px;
    vertical-align: middle
}

#app-view-switch-handheld {
    content: url(../images/mobile.png)
}

​ .reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    all: unset
}

.reset-this {
    all: initial;
    * {
        all: unset
    }
}

.onoffswitch {
    position: relative;
    width: 104px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #ffdc00;
    border-radius: 20px
}

.waerlite .onoffswitch-label {
    border-color: #3889de
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .3s ease-in 0s
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "ORDERS";
    padding-left: 10px;
    background-color: #ffdc00;
    color: #232323
}

.waerlite .onoffswitch-inner:before {
    background-color: #3889de
}

.onoffswitch-inner:after {
    content: "LINES";
    padding-right: 10px;
    background-color: #ffdc00;
    color: #232323;
    text-align: right
}

.waerlite .onoffswitch-inner:after {
    background-color: #3889de
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #232323;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    border: 2px solid #232323;
    border-radius: 20px;
    transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.page-header {
    min-height: 111px
}

.header-search2 {
  margin-top: 3px;
  margin-right: 2px;
  height: 100%;
  position: relative;
  display: inline-block;
}

.header-search2.border .component input[type=text] {
	border: 1px solid #A9A9A9 !important;
}

.search_bean_right .header-search2 {
	background: white !important;
	border: none !important;
}

#search_bean .header-search2 .header-search-left {
    position: absolute;
    top: 5px;
    left: 5px;
}

#search_bean .header-search2 .header-search-right {
    position: absolute;
    top: 3px;
    right: 5px;
}

#search_bean .header-search2 #query {
    margin: 0
}

#search_bean .header-search2 div.component {
    margin: 0
}

span.header-search-left-icon, span.header-search-left-icon:hover  {
	display: block;
	background: url(../images/icons/icon-search.png) no-repeat;
	background-position: center; 
	border: 0;
	width: 30px;
	height: 30px;
	padding: 0 0;
	margin: 0px;
	/*margin-bottom:3px;*/
	/* Add back in once all buttons have been switched*/
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
}

input[type=submit].header-search-right-icon, input[type=submit].header-search-right-icon:hover {
	display: block;
	background: url(../images/icons/icon-filter.png) no-repeat;
	background-position: center; 
	border: 0;
	width: 30px;
	height: 30px;
	padding: 0 0;
	margin: 0px;
	/*margin-bottom:3px;*/
	/* Add back in once all buttons have been switched*/
	text-indent:-9999px;
	font-size: 0;
	line-height: 0;
}

input[type=submit].visually-hidden, input[type=submit].visually-hidden:hover { 
	display: none;
}

input[type=submit].arrow-find,
input[type=submit].arrow-find:hover {
    background: url(../images/buttons/arrow-forward.png) no-repeat;
    background-position: center;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0
}

ul.ui-autocomplete li.ui-menu-item {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    color: #a5a5a9;
    font-weight: bold;
    background: white
}

ul.ui-autocomplete li.ui-menu-item .ui-menu-item-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

ul.ui-autocomplete li.ui-menu-item.ui-menu-item-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

ul.ui-autocomplete li.ui-menu-item .ui-menu-item-button-link,
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-button-link:hover {
	background-color: #59595B; 
	margin: 10px 0px;
	padding: 5px 15px; 
	color: white;
	text-align: center;
	cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
}

.ui-widget{
    font-family: 'Lato', sans-serif;
}

ul.ui-autocomplete li.ui-menu-item .lookup-item-icon, 
ul.ui-autocomplete li.ui-menu-item .lookup-item-icon:hover {
	background-position: 0;
	width: 20px;
	height: 20px;
	padding: 0px 20px 0px 10px;
	margin: 0px;
	float: left;
}

ul li .container-search-type, ul li .stock_trace-search-type, ul li .stock_trace_history-search-type {
    background: url(../images/search/container.png) no-repeat;
}
ul li .part-search-type {
	background: url(../images/search/part.png) no-repeat;
}
ul li .customer_order-search-type, ul li .demand-search-type  {
	background: url(../images/search/customer_order.png) no-repeat;
}
ul li .work_order-search-type {
	background: url(../images/search/work_order.png) no-repeat;
}
ul li .asset-search-type {
	background: url(../images/search/part.png) no-repeat;
}
ul li .transfer-search-type {
	background: url(../images/search/transfer.png) no-repeat;
}
ul li .kit_constructor-search-type{
	background: url(../images/search/kit.png) no-repeat;
}
ul li .dekit-search-type {
	background: url(../images/search/kit.png) no-repeat;
}
ul li .return-search-type {
	background: url(../images/search/return.png) no-repeat;
}
ul li .replenishment-search-type {
	background: url(../images/search/replenishment.png) no-repeat;
}
ul li .owner-search-type {
	background: url(../images/search/contact.png) no-repeat;
}
ul li .contact-search-type {
	background: url(../images/search/contact.png) no-repeat;
}
ul li .user-search-type {
	background: url(../images/search/user.png) no-repeat;
}
ul li .printer-search-type {
	background: url(../images/search/printer.png) no-repeat;
}
ul li .supplier-search-type {
	background: url(../images/search/supplier.png) no-repeat;
}
ul li.courier-search-type {
	background: url(../images/search/courier.png) no-repeat;
}
ul li .shipping_method-search-type {
	background: url(../images/search/shipping_method.png) no-repeat;
}
ul li .expected_receipt-search-type {
	background: url(../images/search/expected_receipt.png) no-repeat;
}
ul li .menu_item-search-type {
	background: url(../images/search/menu_item.png) no-repeat;
}	
ul li .other-search-type {
	background: url(../images/search/other.png) no-repeat;
}	
ul li .recent-history-search-type {
	background: url(../images/search/recent-history.png) no-repeat;
}	

.ui-widget-content {
    border: 0
}

.order-count,
.line-count {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 2s linear;
    transition: all .5s linear
}

.order-count.hidden,
.line-count.hidden {
    display: none !important
}

.order-count.visuallyHidden,
.line-count.visuallyHidden {
    visibility: hidden !important;
    opacity: 0 !important
}

#content p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
    margin-bottom: 6px
}

#content label {
    line-height: normal;
    display: inline
}

.form .content {
    width: 204px
}

.form .content .hasDatepicker {
    width: 180px
}

.datefield img {
    vertical-align: text-top;
    padding-left: 4px;
    cursor: pointer;
}

.hyperlinks {
    font-size: .7em;
    padding-left: 3%
}