@charset "UTF-8";

html {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family:"Open Sans", sans-serif;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
}

body * {	
	font-size-adjust:none;
	-webkit-font-size-adjust:none;
}

br.clear {
	clear:both;
	font-size:0px;
	height:0px;
	overflow:hidden;
}

hr {
	border: none;
	height: 1px;
	background-color: #DDD;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}



/* jQuery Overrides */

ul.ui-autocomplete {
    font-size: 80%;
	z-index: 10000000;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div.ui-datepicker {
    font-size: 85%;
	z-index: 10000000;
}


.UIPortal {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortal > .applications {
	position:absolute;
	top:0px;
	background-color:#EEE;
}


.UIPortalApplication {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:inherit;
	display:none;
}

.UIPortalApplication > .head {
	display:none;
}

.UIPortalApplication > .rootView {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplication > .dialogLayer {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplication > .feedbackLayer {
	position:absolute;
	top:0px;
	left:0px;
}



.UIPortalApplicationDialog {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplicationDialog .block {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplicationDialog .overlay {
	position:absolute;
	background-color:#FAFAFA;
	border:1px solid #DDD;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
	box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
}

.UIPortalApplicationDialog .overlay .content {
	padding:30px;
	text-align:center;
}

.UIPortalApplicationDialog .overlay .content .text {
	font-size:16px;
	font-weight:600;
	color:#666;
}

.UIPortalApplicationDialog .overlay .content .subText {
	font-size:13px;
	font-weight:400;
	color:#666;
}

.UIPortalApplicationDialog .overlay .buttons {
	height:50px;
	margin:20px;
	margin-top:0px;
	position:relative;
	text-align:center;
}

.UIPortalApplicationDialog .overlay .buttons .left {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}

.UIPortalApplicationDialog .overlay .buttons .center {
	display:inline-block;
	height:100%;
	text-align:center;
}

.UIPortalApplicationDialog .overlay .buttons .right {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
}


.UIPortalApplicationFeedback {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplicationFeedback .block {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalApplicationFeedback .overlay {
	width:180px;
	height:180px;
	position:absolute;
	background-color:#333;
	background-color:rgba(51,51,51,0.90);
	border-radius:10px;
}

.UIPortalApplicationFeedback .overlay .icon {
	width:100px;
	height:100px;
	position:absolute;
	top:30px;
	left:40px;
}

.UIPortalApplicationFeedback .overlay .image {
	width:100px;
	height:100px;
	position:absolute;
	top:30px;
	left:40px;
}

.UIPortalApplicationFeedback .overlay .image img {
	margin:auto;
	display:block;
}

.UIPortalApplicationFeedback .overlay .text {
	width:100%;
	height:30px;
	position:absolute;
	top:130px;
	left:0px;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	text-align:center;
}


.UIPortalApplicationSplash {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:inherit;
	text-align:center;
}

.UIPortalApplicationSplash .wrapper {
	width:300px;
	height:200px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.UIPortalApplicationSplash .wrapper .icon {
	width:150px;
	height:150px;
	margin:auto;
}

.UIPortalApplicationSplash .wrapper .icon * {
	vertical-align:top;
}

.UIPortalApplicationSplash .wrapper .loadingBar {
	height:4px;
	width:300px;
	margin-top:75px;
	background-color:#CCC;
	border-radius:2px;
	position:relative;
	overflow:hidden;
}

.UIPortalApplicationSplash .wrapper .loadingBar .progress {
	width:0%;
	height:4px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#999;
}


.UIPortalToolbar {
	position:absolute;
	background-color:#333;
}

.UIPortalToolbar-PositionLeft {
	top:0px;
	left:0px;
}

.UIPortalToolbar-PositionBottom {
	bottom:0px;
	left:0px;
}

.UIPortalToolbar > .applicationButtons {
	position:absolute;
	top:0px;
	left:0px;
}



.UIPortalToolbarApplicationButton-PositionLeft {
	position:relative;
	height:50px;
	line-height:50px;
	width: 250px;
	cursor:pointer;
}

.UIPortalToolbarApplicationButton-PositionLeft .tint {
	width:5px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.UIPortalToolbarApplicationButton-PositionLeft .icon {
	position:absolute;
	top:15px;
	left:25px;
	width:20px;
	height:20px;
}

.UIPortalToolbarApplicationButton-PositionLeft .icon * {
	vertical-align:top;
}

.UIPortalToolbarApplicationButton-PositionLeft .text {
	position:absolute;
	top:0px;
	left:65px;
	width:130px;
	height:inherit;
	line-height:inherit;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
}





.UIPortalToolbarApplicationButton-PositionLeft.UIPortalToolbarApplicationButton-Collapsed {
	position:relative;
	height:50px;
	line-height:50px;
	width: 70px;
	cursor:pointer;
}

.UIPortalToolbarApplicationButton-PositionLeft.UIPortalToolbarApplicationButton-Collapsed .tint {
	width:5px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.UIPortalToolbarApplicationButton-PositionLeft.UIPortalToolbarApplicationButton-Collapsed .icon {
	position:absolute;
	top:15px;
	left:25px;
	width:20px;
	height:20px;
}

.UIPortalToolbarApplicationButton-PositionLeft.UIPortalToolbarApplicationButton-Collapsed .icon * {
	vertical-align:top;
}

.UIPortalToolbarApplicationButton-PositionLeft.UIPortalToolbarApplicationButton-Collapsed .text {
	display:none;
}





.UIPortalToolbarApplicationButton-PositionBottom {
	position:relative;
	height:70px;
	line-height:70px;
	width: 70px;
	cursor:pointer;
	display:inline-block;
}

.UIPortalToolbarApplicationButton-PositionBottom .tint {
	width:100%;
	height:5px;
	position:absolute;
	left:0px;
	bottom:0px;
}

.UIPortalToolbarApplicationButton-PositionBottom .icon {
	position:absolute;
	top:25px;
	left:25px;
	width:20px;
	height:20px;
}

.UIPortalToolbarApplicationButton-PositionBottom .icon * {
	vertical-align:top;
}

.UIPortalToolbarApplicationButton-PositionBottom .text {
	display:none;
}


.UIPortalWindow {
	position:absolute;
	top:0px;
	left:0px;
}

.UIPortalWindow > .applications {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#EEE;
}


.UIToolbarButton {
	height: 20px;
	padding: 15px;
	padding-top:14px;
	text-align: center;
	font-size: 0px;
	cursor: pointer;
}

.UIToolbarButton > .text {
	display:inline-block;
	vertical-align: middle;
	min-width:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
}

.UIToolbarButton > .icon {
	display:inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
}

.UIToolbarButton > .icon * {
	vertical-align:top;
}

.UIToolbarButton > .iconRight {
	display:inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
}

.UIToolbarButton > .iconRight * {
	vertical-align:top;
}

.UIToolbarButton-110 .icon,
.UIToolbarButton-101 .icon,
.UIToolbarButton-111 .icon {
	margin-right:5px;
}

.UIToolbarButton-110 .iconRight,
.UIToolbarButton-101 .iconRight,
.UIToolbarButton-111 .iconRight {
	margin-left:5px;
}


.UIToolbarTitle {
	height: 20px;
	padding: 15px;
	padding-top:14px;
	text-align: center;
	font-size: 0px;
	cursor: pointer;
}

.UIToolbarTitle > .text {
	display:inline-block;
	vertical-align: middle;
	min-width:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
}


.UIOverlayViewController {
	display:block !important;
	background-color:transparent !important;
}

.UIOverlayViewController .UI {
	border:1px solid #DDD;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
	box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.5);
	background-color:#F9F9F9;
	overflow-y: hidden !important;
}


.UIFileUploader {
	width:0px;
	height:0px;
	overflow:hidden;
}

.UIFileUploader input[type=file] {
	opacity:0;
}

.UIFileUploader iframe {
	height: 0px;
	width: 0px;
	border: none;
	overflow: hidden;
}


.UIRichTextInput {
	
}

.UIRichTextInput > .box {
	display:inline-block;
}

.UIRichTextInput > .box >  .input {
	width:100%;
}


.UIScrollingTable {
	display:block !important;
}



.UIScrollingTable table .uitable-cell-padding {
	padding-left:5px;
	padding-right:5px;
	
	height:34px;
	line-height:34px;
}

.UIScrollingTable table tr td:first-child .uitable-cell-padding {
	padding-left:10px;
}

.UIScrollingTable table tr td:last-child .uitable-cell-padding {
	padding-right:10px;
}

.UIScrollingTable table .uitable-cell-text {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.UIScrollingTable .header {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	overflow:hidden;
}

.UIScrollingTable .header table {
	width:100%;
	
	table-layout:fixed;
}

.UIScrollingTable .header table tr {
	
}

.UIScrollingTable .header table tr td {
	background-color:#F1F1F1;
	font-size: 12px;
	color: #666;
	font-weight: 600;
}

.UIScrollingTable .header table tr td.uitable-header-ordering:hover .uitable-cell-text {
	cursor:pointer;
	color:#000;
}

.UIScrollingTable .header table tr td.uitable-header-ordering.ASC .uitable-cell-text:after {
	content: ' \25BE';
}

.UIScrollingTable .header table tr td.uitable-header-ordering.DESC .uitable-cell-text:after {
	content: ' \25B4';
}

.UIScrollingTable .container {
	border:1px solid #CCC;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	position:relative;
}
	
.UIScrollingTable .container table {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
	
	table-layout:fixed;
}
	
.UIScrollingTable .container table tbody tr {
	
}
	
.UIScrollingTable .container table tbody tr.noData {
	display:none;
}
	
.UIScrollingTable .container table tbody tr td {
	border-bottom:1px solid #CCC;
	font-size: 13px;
	font-weight:400;
	color: #666;
}

.UIScrollingTable .container table tbody tr td:last-child {
	border-right:none;
}

.UIScrollingTable .container table tbody tr.uitable-row-hover-highlight:hover td {
	background-color:#F7F7F7;
}

.UIScrollingTable .container table tbody tr.uitable-row-cursor-pointer td {
	cursor:pointer;
}

.UIScrollingTable .container table tbody tr.uitable-row-selected td {
	background-color:#EEE;
}


.UIContextMenu {
	display:block;
}

.UIContextMenu .separationLayer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.UIContextMenu .menuWrapper {
	position:absolute;
	width:auto;
	background-color:#F6F6F6;
	border:1px solid #CCC;
	border-radius:5px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(102,102,102,0.56);
	-moz-box-shadow: 0px 5px 15px 0px rgba(102,102,102,0.56);
	box-shadow: 0px 5px 15px 0px rgba(102,102,102,0.56);
}

.UIContextMenu .menuWrapper .group {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:2px solid #E6E6E6;
}

.UIContextMenu .menuWrapper .group:last-child {
	border-bottom:none;
}

.UIContextMenu .menuWrapper .group .menuOption {
	height:22px;
	line-height:22px;
}

.UIContextMenu .menuWrapper .group .menuOption .tick {
	display:inline-block;
	vertical-align:top;
	width:20px;
	color:#666;
	font-size:13px;
	font-weight:400;
	text-align:center;
	visibility:hidden;
}

.UIContextMenu .menuWrapper .group .menuOption.ticked .tick {
	visibility:visible;
}

.UIContextMenu .menuWrapper .group .menuOption .text {
	font-size:13px;
	font-weight:400;
	padding-right:20px;
	display:inline-block;
	vertical-align:top;
	cursor:default;
}

.UIContextMenu .menuWrapper .group .menuOption.disabled .text {
	color:#999;
}

.UIContextMenu .menuWrapper .group .menuOption.selected {
	background-color:#999;
}

.UIContextMenu .menuWrapper .group .menuOption.selected .text {
	color:#FFF;
}

.UIContextMenu .menuWrapper .group .menuOption.selected .tick {
	color:#FFF;
}


.UIButton {
	
}

.UIButton-Standard {
	margin: 5px;
}

.UIButton-Standard > .button {
	border-radius: 3px;
	text-align: center;
	font-size: 0px;
	cursor: pointer;
	border-width:1px;
	border-style:solid;
}

.UIButton-Standard-large > .button {
	height: 38px;
	padding-left: 19px;
	padding-right: 19px;
}

.UIButton-Standard-medium > .button {
	height: 33px;
	padding-left: 16px;
	padding-right: 16px;
}

.UIButton-Standard-small > .button {
	height: 28px;
	padding-left: 13px;
	padding-right: 13px;
}

.UIButton-Standard-xsmall > .button {
	height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

.UIButton-Standard > .button > .text {
	display:inline-block;
	font-weight:400;
}

.UIButton-Standard-large > .button > .text {
	padding-top:12px;
	padding-bottom:12px;
	height:14px;
	line-height:14px;
	font-size:14px;
}

.UIButton-Standard-medium > .button > .text {
	padding-top:10px;
	padding-bottom:10px;
	height:13px;
	line-height:13px;
	font-size:13px;
}

.UIButton-Standard-small > .button > .text {
	padding-top:8px;
	padding-bottom:8px;
	height:12px;
	line-height:12px;
	font-size:12px;
}

.UIButton-Standard-xsmall > .button > .text {
	padding-top:6px;
	padding-bottom:6px;
	height:11px;
	line-height:11px;
	font-size:11px;
}

.UIButton-Toolbar {
	margin-left: 5px;
	margin-right: 5px;
}

.UIButton-Toolbar > .button {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0px;
	cursor: pointer;
}

.UIButton-Toolbar > .button > .text {
	height:20px;
	line-height:20px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
}

.UIButton-Toolbar > .button > .icon {
	width:20px;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}

.UIButton-Toolbar > .button > .iconRight {
	width:20px;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}

.UIButton-Standard > .button > .iconRight {
	margin-top:8px;
}


.UICheckboxInput {
	
}

.UICheckboxInput > .tableWrapper {
	display:inline-block;
	vertical-align:middle;
}

.UICheckboxInput > .tableWrapper > table {
	
}

.UICheckboxInput > .tableWrapper > table > tbody {
	
}

.UICheckboxInput > .tableWrapper > table > tbody > tr {
	
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td {
	
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.checkboxWrapper {
	
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.checkboxWrapper > .box {
	float: left;
	position:relative;
	cursor: pointer;
	height: 14px;
	width: 14px;
	margin-right: 10px;
	border: 1px solid #DDD;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.checkboxWrapper > .box > .check {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 14px;
	width: 14px;
	border: 1px solid #DDD;
	display: none !important;
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.checkboxWrapper > .box.checked > .check {
	display: block !important;
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.textWrapper {
	
}

.UICheckboxInput > .tableWrapper > table > tbody > tr > td.textWrapper > .text {
	color: #585858;
	text-align: justify;
	line-height: 20px;
}






/* Large */

.UICheckboxInput-large > .tableWrapper > table {
	min-height:40px;
}

.UICheckboxInput-large > .tableWrapper > table > tbody > tr > td.textWrapper > .text {
	font-size: 14px;
}






/* Medium */

.UICheckboxInput-medium > .tableWrapper > table {
	min-height:35px;
}

.UICheckboxInput-medium > .tableWrapper > table > tbody > tr > td.textWrapper > .text {
	font-size: 13px;
}






/* Small */

.UICheckboxInput-small > .tableWrapper > table {
	min-height:30px;
}

.UICheckboxInput-small > .tableWrapper > table > tbody > tr > td.textWrapper > .text {
	font-size: 12px;
}






/* Xsmall */

.UICheckboxInput-xsmall > .tableWrapper > table {
	min-height:25px;
}

.UICheckboxInput-xsmall > .tableWrapper > table > tbody > tr > td.textWrapper > .text {
	font-size: 11px;
}


.UICollection {
	width: 100%;
	font-size:0px;
}

.UICollection > .items {
	
}

.UICollection > .items > .UICollectionItem {
	width: 100%;
}


.UICollectionItem {
	position:relative;
}


.UICollectionItemTableHeader {
	
}

.UICollectionItemTableHeader-Row {
	height:33px;
	background-color:#EEE;
	border:1px solid #EEE;
	position:relative;
}

.UICollectionItemTableHeader-Column {
	height:100%;
	position:relative;
	display:inline-block;
}

.UICollectionItemTableHeader-Column-Ordering {
	
}

.UICollectionItemTableHeader-ColumnPadding {
	height:100%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	display:block;
}

.UICollectionItemTableHeader-ColumnContent {
	height:23px;
	line-height:23px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	display:inline-block;
	
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size:12px;
	color:#666;
	font-weight:600;
}

.UICollectionItemTableHeader-Column-Ordering .UICollectionItemTableHeader-ColumnContent:hover {
	cursor:pointer;
	color:#000;
}

.UICollectionItemTableHeader-Column-ASC .UICollectionItemTableHeader-ColumnContent:after {
	content: ' \25BE';
}

.UICollectionItemTableHeader-Column-DESC .UICollectionItemTableHeader-ColumnContent:after {
	content: ' \25B4';
}


.UICollectionItemTableRow {
	
}

.UICollectionItemTableRow-Row {
	height:33px;
	background-color:#FFF;
	border:1px solid #DDD;
	position:relative;
}

.UICollectionItemTableRow-CheckboxColumn {
	height:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.UICollectionItemTableRow-Checkbox {
	margin: 0px !important;
	margin-left: 10px !important;
}

.UICollectionItemTableRow-Columns {
	height:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
}

.UICollectionItemTableRow-Column {
	height:100%;
	position:relative;
	display:inline-block;
}

.UICollectionItemTableRow-ColumnPadding {
	height:100%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	display:block;
}

.UICollectionItemTableRow-ColumnContent {
	height:23px;
	line-height:23px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	display:inline-block;
	
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size:13px;
	color:#666;
	font-weight:400;
}


.UIDateInput {
	
}

.UIDateInput > .box {
	display:inline-block;
	height: 23px;
	padding: 5px;
	padding-left: 8px;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	overflow: hidden;
	position: relative;
	line-height: 23px;
	font-size: 13px;
	color:#666;
}

.UIDateInput > .box > .wrapper {
	width:100%;
	height:100%;
	position:relative;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}

.UIDateInput > .box > .wrapper > .placeholder {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: #CCC;
	-webkit-user-select:none;
	-moz-user-select:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.UIDateInput > .box > .wrapper > .input {
	position:absolute;
	top:0px;
	left:0px;
	border: none;
	background: transparent;
	background-image: none;	
	border-radius: 0px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	outline: none;
	margin: 0px;
	padding:0px;
	
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	
	-moz-user-select: text;
	-webkit-user-select:text;
	-ms-user-select: text;
}





/* Large */

.UIDateInput-large > .box {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}





/* Medium */

.UIDateInput-medium > .box {
	height: 23px;
	line-height: 23px;
	font-size: 13px;
}





/* Small */

.UIDateInput-small > .box {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}





/* Xsmall */

.UIDateInput-xsmall > .box {
	height: 13px;
	line-height: 13px;
	font-size: 11px;
}


.UIIcon {
	
}

.UIIcon .canvas {
	
}

.UIIcon .canvas svg,
.UIIcon .canvas div {
	 vertical-align:top;
}


.UIInput {
	margin:5px;
}


.UILabel {
	
}

.UILabel > .text {
	font-size: 12px !important;
	font-weight: 600 !important;
	height:15px !important;
	line-height:15px !important;
	margin-top:10px !important;
	margin-bottom:5px !important;
}

.UILabel.UIText-Inline > .text {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.UILabel-large.UIText-Inline > .text {
	height: 40px !important;
	line-height: 40px !important;
}

.UILabel-medium.UIText-Inline > .text {
	height: 35px !important;
	line-height: 35px !important;
}

.UILabel-small.UIText-Inline > .text {
	height: 30px !important;
	line-height: 30px !important;
}

.UILabel-xsmall.UIText-Inline > .text {
	height: 25px !important;
	line-height: 25px !important;
}


.UINavigationController > .UI {
	overflow-y: hidden !important;
}


.UIObject {
	display: inline-block;
	font-size:0px;
	vertical-align:bottom !important;
}

.UIObject-Hidden {
	display: none !important;
}


.UIPagination {
	margin-top:20px;
	margin-bottom:20px;
}

.UIPagination .pageButton {
	margin-left:-1px;
	padding-top:10px;
	padding-bottom:10px;
	width:33px;
	height:13px;
	line-height:13px;
	font-size:13px;
	font-weight:600;
	color:#666;
	text-align:center;
	background-color:#FFF;
	border:1px solid #DDD;
	display:inline-block;
	cursor:pointer;
}

.UIPagination .pageButton:first-child {
	margin-left:0px;
}

.UIPagination .pageButton:hover {
	background-color:#F5F5F5;
}

.UIPagination .pageButton.current {
	color:#FFF;
	background-color:#666;
	border-color:#666;
}

.UIPagination .pageButton.disabled {
	cursor:default;
	color:#CCC;
	background-color:#FFF;
}


.UIPrompt {
	
}

.UIPrompt > .icon {
	float: left;
	width: 18px;
	height: 18px;
	margin: 8px;
	border-radius: 9px;
	display: none;
}

.UIPrompt > .text {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 1px solid #DDD;
	float: left;
	background-color: #F9F9F9;
	font-size: 12px;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	color: #777777;
	display: none;
}

.UIPrompt.UIPrompt-Info {
	
}

.UIPrompt.UIPrompt-Valid {
	
}

.UIPrompt.UIPrompt-Invalid {
	
}

.UIPrompt.UIPrompt-Info > .icon {
	background-color: #DDDDDD;
	display: block;
}

.UIPrompt.UIPrompt-Valid > .icon {
	background-color: #28DB00;
	display: block;
}

.UIPrompt.UIPrompt-Invalid > .icon {
	background-color: #C50003;
	display: block;
}

.UIPrompt.UIPrompt-Info > .text {
	color: #DDDDDD;
	display: block;
}

.UIPrompt.UIPrompt-Valid > .text {
	color: #28DB00;
	display: block;
}

.UIPrompt.UIPrompt-Invalid > .text {
	color: #C50003;
	display: block;
}


.UISelectInput > .box {
	display:inline-block;
	padding: 5px;
	padding-left: 8px;
	padding-right: 32px;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	overflow: hidden;
	position: relative;
	color:#666;
}

.UISelectInput > .box > .selectionText {
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-user-select:none;
	-moz-user-select:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.UISelectInput > .box > .selectionText.nullSelection {
	color: #CCC;
}

.UISelectInput-Autocomplete > .box > .selectionText {
	display:none;
}

.UISelectInput-Autocomplete-ItemSelected > .box > .selectionText {
	display:block;
}

.UISelectInput-Autocomplete > .box > .input {
	border: none;
	background: transparent;
	background-image: none;	
	border-radius: 0px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	outline: none;
	margin: 0px;
	padding:0px;
	
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: #999;
	
	-moz-user-select: text;
	-webkit-user-select:text;
	-ms-user-select: text;
}

.UISelectInput-Autocomplete-ItemSelected > .box > .input {
	display:none;
}

.UISelectInput-Dropdown > .box > .input {
	border: none;
	background: transparent;
	background-image: none;	
	border-radius: 0px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	outline: none;
	margin: 0px;
	padding:0px;
	
	width: 100%;
	height: 100%;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0;
	filter: alpha(opacity = 0); 
	
	-moz-user-select: text;
	-webkit-user-select:text;
	-ms-user-select: text;
}

.UISelectInput-Autocomplete > .box > .searchIcon,
.UISelectInput-Autocomplete > .box > .clearIcon,
.UISelectInput-Dropdown > .box > .dropdownIcon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 6px;
}

.UISelectInput-Autocomplete > .box > .clearIcon {
	cursor:pointer;
}










/* Large */

.UISelectInput-large > .box {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

.UISelectInput-large.UISelectInput-Dropdown > .box > .input {
	line-height:35px;
}

.UISelectInput-large.UISelectInput-Autocomplete > .box > .searchIcon,
.UISelectInput-large.UISelectInput-Autocomplete > .box > .clearIcon,
.UISelectInput-large.UISelectInput-Dropdown > .box > .dropdownIcon {
	top: 10px;
	right: 6px;
}





/* Medium */

.UISelectInput-medium > .box {
	height: 23px;
	line-height: 23px;
	font-size: 13px;
}

.UISelectInput-medium.UISelectInput-Dropdown > .box > .input {
	line-height:35px;
}

.UISelectInput-medium.UISelectInput-Autocomplete > .box > .searchIcon,
.UISelectInput-medium.UISelectInput-Autocomplete > .box > .clearIcon,
.UISelectInput-medium.UISelectInput-Dropdown > .box > .dropdownIcon {
	top: 7px;
	right: 6px;
}




/* Small */

.UISelectInput-small > .box {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.UISelectInput-small.UISelectInput-Dropdown > .box > .input {
	line-height:30px;
}

.UISelectInput-small.UISelectInput-Autocomplete > .box > .searchIcon,
.UISelectInput-small.UISelectInput-Autocomplete > .box > .clearIcon,
.UISelectInput-small.UISelectInput-Dropdown > .box > .dropdownIcon {
	top: 4px;
	right: 6px;
}




/* Xsmall */

.UISelectInput-xsmall > .box {
	height: 13px;
	line-height: 13px;
	font-size: 11px;
}

.UISelectInput-xsmall.UISelectInput-Dropdown > .box > .input {
	line-height:25px;
}

.UISelectInput-xsmall.UISelectInput-Autocomplete > .box > .searchIcon,
.UISelectInput-xsmall.UISelectInput-Autocomplete > .box > .clearIcon,
.UISelectInput-xsmall.UISelectInput-Dropdown > .box > .dropdownIcon {
	top: 1px;
	right: 6px;
}


.UISimpleNavigationController {
	
}


.UIStackNavigationController {
	
}


.UITabNavigationController {
	
}

.UITabNavigationController .tabNavigationBar {
	height: 39px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDD;
	position: relative;	
}

.UITabNavigationController .tabNavigationBar .tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	height:40px;
}

.UITabNavigationController .tabNavigationBar .tabs .tab {
	float: left;
	height: 39px;
	padding-left:15px;
	padding-right:15px;
	line-height: 39px;
	text-align:center;
	font-size: 13px;
	font-weight: 400;
	color: #666;		
	cursor:pointer;
	background-color:#F5F5F5;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	margin-left:-1px;
}

.UITabNavigationController .tabNavigationBar .tabs .tab:hover {
	background-color:#FFF;
}

.UITabNavigationController .tabNavigationBar .tabs .tab.selected {
	background-color:#FFF;
	color: #333;
}





.UIText {
	display:block;
}

.UIText-Inline {
	display:inline-block;
	vertical-align:top !important;
}

.UIText > .text {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}


.UITextInput {
	
}

.UITextInput > .box {
	display:inline-block;
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	overflow: hidden;
	position: relative;
	color:#666;
}

.UITextInput > .box > .prefix {
	display:inline-block;
	vertical-align:top;
	background-color: #FFF;
	border-right:1px solid #DDD;
}

.UITextInput > .box > .suffix {
	display:inline-block;
	vertical-align:top;
	background-color: #FFF;
	border-left:1px solid #DDD;
}

.UITextInput > .box > .wrapper1 {
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size: inherit;
	color: inherit;
}

.UITextInput > .box > .wrapper1 > .wrapper2 {
	width: 100%;
	height: 100%;
	position:relative;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}

.UITextInput > .box > .wrapper1 > .wrapper2 > .placeholder {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: #CCC;
	-webkit-user-select:none;
	-moz-user-select:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.UITextInput > .box > .wrapper1 > .wrapper2 > .input {
	position:absolute;
	top:0px;
	left:0px;
	border: none;
	background: transparent;
	background-image: none;	
	border-radius: 0px;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	outline: none;
	margin: 0px;
	padding:0px;
	
	width: 100%;
	height: 100%;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	
	-moz-user-select: text;
	-webkit-user-select:text;
	-ms-user-select: text;
}

.UITextInput-Multi > .box > .wrapper1 > .wrapper2 > .input {
	resize: none;
}




/* Large */

.UITextInput-large > .box {
	font-size:14px;
	height:38px;
}

.UITextInput-large > .box > .prefix,
.UITextInput-large > .box > .suffix {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	height:28px;
	line-height:28px;
}

.UITextInput-large > .box > .wrapper1 {
	padding: 5px;
	padding-left: 8px;
	height:28px;
	line-height: 28px;
}




/* Medium */

.UITextInput-medium > .box {
	font-size: 13px;
	height:33px;
}

.UITextInput-medium > .box > .prefix,
.UITextInput-medium > .box > .suffix {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	height:23px;
	line-height:23px;
}

.UITextInput-medium > .box > .wrapper1 {
	padding: 5px;
	padding-left: 8px;
	height:23px;
	line-height: 23px;
}




/* Small */

.UITextInput-small > .box {
	font-size: 12px;
	height:28px;
}

.UITextInput-small > .box > .prefix,
.UITextInput-small > .box > .suffix {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	height:18px;
	line-height:18px;
}

.UITextInput-small > .box > .wrapper1 {
	padding: 5px;
	padding-left: 8px;
	height:18px;
	line-height: 18px;
}




/* Xsmall */

.UITextInput-xsmall > .box {
	font-size: 11px;
	height:23px;
}

.UITextInput-xsmall > .box > .prefix,
.UITextInput-xsmall > .box > .suffix {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	height:13px;
	line-height:13px;
}

.UITextInput-xsmall > .box > .wrapper1 {
	padding: 5px;
	padding-left: 8px;
	height:13px;
	line-height: 13px;
}


.UITextOutlet {
	margin:5px;
}

.UITextOutlet > .outlet {
	padding-top:4px;
	padding-bottom:4px;
}

.UITextOutlet > .outlet > .text {
	height:auto;
	line-height:22px;
	min-height:22px;
}


.UITile {
	width: 100%;
	border: 1px solid #D5D5D5;
	border-radius:3px;
	background-color: #FFF;
	overflow:hidden;
}


.UIToolbar {
	display:block;
	position:relative;
	height:49px;
	background-color: #FFF;
	text-align: center;
}

.UIToolbar-Top {
	border-bottom: 1px solid #DDD;
}

.UIToolbar-Bottom {
	border-top: 1px solid #DDD;
}

.UIToolbar .left,
.UIToolbar .center
.UIToolbar .right {
	height: 50px;
}

.UIToolbar .left {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

.UIToolbar > .center {
	display: inline-block;
	margin-top:-1px;
	text-align: center;
}

.UIToolbar > .right {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}



.UIViewController {
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#EEEEEE;
	overflow:hidden;
	display:none;
}

.UIViewController > .UI {
	position:absolute;
	left:0px;
	width:100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

