@charset "utf-8";
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/*pre { font-family: 'ＭＳ ゴシック','ＭＳ 明朝',sans-serif; font-size: 12px; }*/
pre { font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-size: 12px; }

/* Interaction Cues
----------------------------------*/
/*
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4C4C4C; background-color: #D1D1D1; text-decoration: none; }
*/
.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none; }
.ui-dialog .ui-dialog-titlebar-close { margin:5px; }
.ui-dialog .ui-dialog-titlebar-close span {
	display : inline-block;
	margin : 0 10px 0 4px;
	vertical-align : middle;
}
.ui-dialog .ui-dialog-titlebar-close { padding: 0px; }
.ui-dialog .ui-dialog-titlebar-close:hover { margin:5px; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { }
.ui-state-disabled { cursor: default !important; color: #000000 !important; }
.ui-state-required { }
.ui-state-readonly { }
.ui-state-readonly td { }
input.ui-state-readonly {
	cursor: default !important;
	background-color: transparent;
	border: 1px solid transparent !important;
}
textArea.ui-state-readonly {
	cursor: default !important;
	background-color: transparent;
	border: 1px solid transparent !important;
}
/*
.ui-state-readonly { background-color: #DCDCDC; }
.ui-state-readonly td { background-color: #DCDCDC; }
*/
.ui-messages {
  text-align: left;
}

.ui-messages-title {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.ui-messages span {
  max-height: 250px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.ui-messages-error, .ui-messages-info, .ui-messages-warn {
  border: 1px solid;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
}

.ui-messages-warn {
  color: #d05003;
}

.ui-messages-fatal-summary, .ui-messages-error-summary, .ui-messages-warn-summary, .ui-messages-info-summary {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.ui-messages-fatal-detail, .ui-messages-error-detail, .ui-messages-warn-detail, .ui-messages-info-detail {
  display: block;
  position: relative;
  margin-left: 80px;
}

.ui-messages-error ul, .ui-messages-info ul, .ui-messages-warn ul {
  max-height: 400px;
}

.ui-messages-dialog div.ui-dialog-content {
  overflow-y: hidden;
}

.ui-growl {
	left : 20px;
}
.ui-growl-item-container {
	opacity : 0.95;
	background-color : #FFFAF0;
}

.ui-dialog-title {
	line-height: 1em;
}

.ui-dialog .ui-dialog-content {
	overflow-y: visible;
	padding : 0;
}
.ui-dialog .ui-dialog-content > * {
	margin : 5px;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
*/
.ui-inputfield {
	margin: 1px 0 2px 5px;
	padding: 0;
	min-height: 1.2em;
	vertical-align: middle;
}
input.ui-inputfield {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;

	padding: 2px 2px;
	border: 1px solid #bbbbbb;
}

select.ui-inputfield {
	height: 1.7em;
}

.ui-input-enclose-div {
/* 	border: 1px solid #fff; */
	margin-left: 2px;
	padding: 0px;
	display: inline;
}

.ui-overlaypanel {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	z-index: 999;
}

.ui-shadow {
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.8);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.8);
}

.ui-panel { padding-bottom : 0px; padding-top: 0px; padding-left: 0px;; padding-right: 0px; border-collapse: collapse;}
.ui-panel .ui-panel-titlebar { padding-bottom: 0.2em; padding-top: 0.2em; height: 20px; line-height: 15px; vertical-align: middle; position: relative;}
.ui-panel .ui-panel-title {
	font-size: 1.2em;
	font-weight: bold;
	display : inline-block;
	margin : 6px;

}
.ui-panel .ui-panel-content { background-color: #fdfdfd; padding: 0px; border: 0px none;}

.ui-inner-panel .ui-panel-titlebar { padding-bottom: 0.1em; padding-top: 0.1em; height: 14px; line-height: 14px; vertical-align: middle;}
.ui-inner-panel .ui-widget-header {
	border-bottom : 1px solid #E3E3E3;
	border-top: 0px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	padding-top: 0.2em;
	padding-bottom: 1em;
	color: #fff;
	height: 2em;
	line-height: 2em;
	background: #858585 ;
}
.ui-inner-panel .ui-panel-content { padding-bottom: 0.1em; padding-left: 0.1em; padding-right: 0.1em; padding-top: 0.1em;}

.ui-fieldset {
	margin: 8px 4px 4px 4px;
	padding : 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
	box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0 inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0 inset;
	box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0 inset;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
	box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
	border-radius: 4px;
	background-color: #fdfdfd;
}
.ui-fieldset > div {
	margin : 4px;
}


fieldset div fieldset.ui-fieldset {
	margin : 0;
}

.ui-fieldset .ui-fieldset-legend {
	color: #5f5f5f;
	font-size: 1.2em;
	padding: 0px 10px;
}

.ui-dialog .ui-dialog-buttonpane { text-align: center; }
.ui-dialog { background-color: #FFFFFF; border: 1px solid #969696; }
.ui-dialog-content p { text-align: left; font-family:'MS UI Gothic',sans-serif !important; font-size: 14px; font-weight: bold; }

/* .ui-datatable { border: 1px solid #C2C2C2; width: 100% !important; } */
.ui-datatable { width: 100% !important; }
.ui-datatable TABLE { table-layout: fixed;}
.ui-datatable TH { padding-bottom: 1px; padding-left: 2px; padding-right: 2px; padding-top: 1px; height: 20px;}
.ui-datatable THEAD TH { padding-bottom: 1px ; padding-left: 2px !important; padding-right: 2px !important; padding-top: 1px; height: 20px;}
.ui-datatable .ui-datatable-scrollable-header THEAD TH { padding-bottom: 1px; padding-left: 2px; padding-right: 2px; padding-top: 1px; height: 20px;}
.ui-datatable .ui-datatable-scrollable-footer TFOOT TD {
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	height: 20px;
	border: 1px solid #C2C2C2;
	background-color: #F5F5EE;
	background-repeat: repeat-x;
	color: #6B6B68;
	font-weight:bold;
	border-image: initial;
}
.ui-datatable .invalid-scrolling {
	overflow-y:visible;
	overflow-x:hidden;
}
.ui-datatable .v-scrolling {
	overflow-y:scroll;
	overflow-x:hidden;
}
.ui-datatable .h-scrolling {
	overflow-y:hidden;
	overflow-x:scroll;
}

.ui-datatable tfoot td.ui-datatable-fixed-area{
	vertical-align:top;
}
.ui-datatable tfoot td.ui-datatable-outer-footer{
	padding:0px;
	text-align:	left;
}
.ui-datatable tbody td.ui-datatable-fixed-area table tbody.ui-datatable-data td.like-th {
	background-color:#f5f5ee;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#6b6b68;
	text-align:center;
}
.ui-datatable th.th_rowspan-surplus2{
	height:39px !important;
}
.ui-datatable .ui-datatable-scrollable-body TABLE { table-layout: fixed; }
.ui-datatable .ui-datatable-data TH { padding-bottom: 1px; padding-left: 2px; padding-right: 2px; padding-top: 1px; height: 20px;}
.ui-datatable .ui-datatable-data TD {
	font-family: 'ＭＳ ゴシック', 'ＭＳ 明朝', sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	height: 20px;
	text-overflow: ellipsis;
}

.ui-datatable .ui-datatable-data TD span { vertical-align: middle;}
.ui-datatable .ui-datatable-data-empty TD { padding-bottom: 0px; padding-left: 2px; padding-right: 2px; padding-top: 0px;}
.ui-widget-content .ui-datatable-even {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	background: #fdfdfd;
}
.ui-widget-content .ui-datatable-odd {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	background: #f4f4f4;
}
.ui-widget-content .ui-datatable-alert {
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-top: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
	background: #E15285;
}
.ui-widget-content .ui-datatable-ignore {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-top: 1px dotted #D1D1D1;
	border-bottom: 1px dotted #D1D1D1;
	background: #DCDCDC;
}
.ui-widget-content .ui-datatable-subtotal {
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-top: 1px dotted #C2C2C2;
	border-bottom: 1px dotted #C2C2C2;
	background: #EAF7F6;
}
/* Component containers
----------------------------------*/
.ui-widget { font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea {
	border: 1px solid #bbbbbb;
}

.ui-widget input[type='radio'] {
 	border: 0px none;
 	vertical-align: middle;
 }

.ui-input-type-file {
	width: 170px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;

	margin-top: 0px;
	margin-bottom: 1px;

	border-color: #FFFFFF;

	webkit-box-shadow:1px 1px 1px 0 rgba(200,200,200,0.3) inset;
	-moz-box-shadow:1px 1px 1px 0 rgba(200,200,200,0.3) inset;
	box-shadow:1px 1px 1px 0 rgba(200,200,200,0.3) inset;
}

.ui-widget input[type='file'] {
}

.ui-widget-content {
	color: #4C4C4C;
}
.ui-widget-content th {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bbbbbb;
	background-color: #858585;
	background-repeat: repeat-x;
	color: #ffffff;
}
.ui-widget-content tr { height: 34px; }
.ui-widget-content a { color: #1ba196; }
/*.ui-widget-label { padding-left: 3px; } */
.ui-widget-label-overflow { background: #fff; font-size:1.5em; z-index: 99999; }
.ui-widget-label { line-height: 18px; padding: 0 10px 0 7px; }
.ui-datatable .ui-widget-label { line-height: 18px; padding: 0px; }
.ui-widget-header { background-color: #858585; background-repeat: repeat-x; color: #ffffff; font-weight: bold; text-align: left; }
.ui-widget-header a { color: #eaf5f7; }
.ui-widget-radio td input { vertical-align: middle; border-style: none; }
/*.ui-widget .ui-widg	et-checkbox { vertical-align: middle; border-style: none; position: relative; top: 1px;}*/
.ui-widget .ui-widget-checkbox { vertical-align: middle; border-style: none;}
.ui-widget-checkbox input { border-style: none;}
.ui-widget-checkbox input:focus { outline: solid 1px #318cbb; }
.ui-widget-checkbox tr { height: 18px; }
.ui-widget-checkbox td input { vertical-align: middle; }
.ui-widget-checkbox td label {
	padding-left: 1px;
	padding-right: 3px;
	vertical-align: top;
}
.ui-widget-printable { display: none; }

.ui-dialog .ui-widget-header {
	text-align: center;
	height: 26px;
}
.ui-progressbar .ui-widget-header {
	height: 18px;
}

.ui-dialog .ui-dialog-title {
	float: none;
	margin: 0px;
	font-size : 1.1em;
	vertical-align : middle;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em;
	position: relative;
	border: 0;
}

.ui-selectonemenu-label-container a {
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.ui-caption {
	border-collapse: collapse;
	margin: 0 0 2px 0;
}

.ui-caption-content-wrap {
	vertical-align: middle;
	float: left;
	padding-bottom:0.1em;
	margin-right:8px;
}

.ui-caption-content {
	padding : 0 5px;
	border: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	vertical-align: center;
}

.ui-caption-content span {
	margin: 0 10px 0 0px;
	line-height: 24px;
}

.ui-caption-content table tbody tr td input {
	margin : 3px;
	float : left;
}

.ui-caption-label {
	color: #f0f0f0;
}

.ui-caption-label {
	margin: 0;
	padding: 0 0.4em 0 0;
	display: block;
	text-align: right;
	width: 50px;
	min-height: 2em;
	float: left;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 0.9em;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.ui-inner-caption-label {
	margin: 0.1em 0 0 0;
	padding: 0 0.4em 0 0;
	display: block;
	text-align: right;
	width: 30px;
	min-height: 2em;
	float: left;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 0.9em;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.ui-caption-label.required label,
.ui-caption-label.required span {
	color: #ffffff;
}

.ui-caption-small-label {
	font-size: 0.8em;
	font-weight: normal;
}

.ui-caption-label .required {
	background-color: #ffeddc;
}

.ui-caption-label span {
  margin: 0;
}
.ui-caption-label span.small-label {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  color: #6f6f6f;
  text-align: right;
  width: 130px;
  line-height: 1.2em;
  letter-spacing: 0.07em;
}

/* Custom Settings --*/
INPUT.ui-button {
	padding-bottom: 0px; padding-top: 0px; padding-left: 0.2em; padding-right: 0.2em;}

.ui-button, .ui-button-normal, .ui-button-tiny {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #efefef;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFEFEFEF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#fcfcfc 0%, #efefef 100%);
  background-image: -moz-linear-gradient(#fcfcfc 0%, #efefef 100%);
  background-image: -o-linear-gradient(#fcfcfc 0%, #efefef 100%);
  background-image: linear-gradient(#fcfcfc 0%, #efefef 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: #5f5f5f;
  text-align: center;
  height: 3em;
  line-height: 3em;
}

.ui-button-normal {
  min-width: 150px;
}

.ui-button-tiny {
  min-width: 75px;
}

.ui-button-dialog-close {
	padding : 0!important;
	line-height : 0;
	height : 26px;
	margin: 5px;
	width : 50px;
	position : absolute;
	top : 0!important;
	right : 0!important;
}

.ui-button-dialog-close > button.fa:before {
	margin-left: 5px;
}

.ui-button:hover, .ui-button-normal:hover, .ui-button-tiny:hover,
.ui-button:focus, .ui-button-normal:focus, .ui-button-tiny:focus
 {
  background-color: #fcfcfc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFCFCFC');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
  background-image: -webkit-linear-gradient(#ffffff 0%, #fcfcfc 100%);
  background-image: -moz-linear-gradient(#ffffff 0%, #fcfcfc 100%);
  background-image: -o-linear-gradient(#ffffff 0%, #fcfcfc 100%);
  background-image: linear-gradient(#ffffff 0%, #fcfcfc 100%);
  text-decoration: none;
  color: #5f5f5f;
}

.ui-button:active, .ui-button-normal:active, .ui-button-tiny:active {
  background-color: #efefef;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE2E2E2', endColorstr='#FFEFEFEF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(#e2e2e2 0%,#efefef 100%);
  background-image: -moz-linear-gradient(#e2e2e2 0%,#efefef 100%);
  background-image: -o-linear-gradient(#e2e2e2 0%,#efefef 100%);
  background-image: linear-gradient(#e2e2e2 0%,#efefef 100%);
  color: #5f5f5f;
}

.ui-button-primary {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #1ba196;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1ba196', endColorstr='#1ba196');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba196), color-stop(100%, #1ba196));
  background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  height: 3em;
  min-width: 150px;
  line-height: 3em;
  font-weight: bold;
}

.ui-button-primary:hover, .ui-button-primary:focus {
  background-color: #1ba196;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1ba196', endColorstr='#1ba196');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba196), color-stop(100%, #1ba196));
  background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
  text-decoration: none;
  color: white;
}


.ui-button-secondary {
	background: #207300;

	background-image: -o-linear-gradient(-90deg, rgba(255,255,255,0.26) 22%, rgba(0,0,0,0.26) 100%);
	background-image: -moz-linear-gradient(-90deg, rgba(255,255,255,0.26) 22%, rgba(0,0,0,0.26) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.26) 22%, rgba(0,0,0,0.26) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(255,255,255,0.26) 22%, rgba(0,0,0,0.26) 100%);
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.26) 22%, rgba(0,0,0,0.26) 100%);

	webkit-box-shadow:1px 1px 1px 0 rgba(255,255,255,0.4) inset;
	-moz-box-shadow:1px 1px 1px 0 rgba(255,255,255,0.4) inset;
	box-shadow:1px 1px 1px 0 rgba(255,255,255,0.4) inset;

	border: 1px solid #454545;

	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ui-button-secondary:hover, .ui-button-secondary:focus {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #e65464;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE96A78', endColorstr='#FFE65464');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96a78), color-stop(100%, #e65464));
  background-image: -webkit-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: -moz-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: -o-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: linear-gradient(#e96a78 0%, #e65464 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  height: 3em;
  float: right;
  line-height: 3em;
  font-weight: bold;
}

.ui-button-deny {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #e65464;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE96A78', endColorstr='#FFE65464');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e96a78), color-stop(100%, #e65464));
  background-image: -webkit-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: -moz-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: -o-linear-gradient(#e96a78 0%, #e65464 100%);
  background-image: linear-gradient(#e96a78 0%, #e65464 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  height: 3em;
  min-width: 150px;
  text-align: center;
  line-height: 3em;
  font-weight: bold;
}

.ui-button-deny:hover, .ui-button-deny:focus {
  background-color: #e96a78;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFED808C', endColorstr='#FFE96A78');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed808c), color-stop(100%, #e96a78));
  background-image: -webkit-linear-gradient(#ed808c 0%, #e96a78 100%);
  background-image: -moz-linear-gradient(#ed808c 0%, #e96a78 100%);
  background-image: -o-linear-gradient(#ed808c 0%, #e96a78 100%);
  background-image: linear-gradient(#ed808c 0%, #e96a78 100%);
  text-decoration: none;
  color: white;
}

.ui-button-primary-custom {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #1ba196;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF47A1D7', endColorstr='#FF3296D2');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba196), color-stop(100%, #1ba196));
  background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 3em;
  float: right;
  font-weight: bold;
}

.ui-button-primary-custom:hover, .ui-button-primary-custom:focus {
  background-color: #1ba196;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CABDB', endColorstr='#FF47A1D7');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba196), color-stop(100%, #1ba196));
  background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
  background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
  text-decoration: none;
  color: white;
}


.ui-button-close {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #6f6f6f;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7C7C7C', endColorstr='#FF6F6F6F');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c7c7c), color-stop(100%, #6f6f6f));
  background-image: -webkit-linear-gradient(#7c7c7c 0%, #6f6f6f 100%);
  background-image: -moz-linear-gradient(#7c7c7c 0%, #6f6f6f 100%);
  background-image: -o-linear-gradient(#7c7c7c 0%, #6f6f6f 100%);
  background-image: linear-gradient(#7c7c7c 0%, #6f6f6f 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: #fcfcfc;
  text-align: center;
  height: 3em;
  line-height: 3em;
  min-width: 75px;
}


.ui-button-close:hover, .ui-button-close:focus {
  background-color: #7c7c7c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8C8C8C', endColorstr='#FF7C7C7C');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c8c8c), color-stop(100%, #7c7c7c));
  background-image: -webkit-linear-gradient(#8c8c8c 0%, #7c7c7c 100%);
  background-image: -moz-linear-gradient(#8c8c8c 0%, #7c7c7c 100%);
  background-image: -o-linear-gradient(#8c8c8c 0%, #7c7c7c 100%);
  background-image: linear-gradient(#8c8c8c 0%, #7c7c7c 100%);
  text-decoration: none;
  color: #fcfcfc;
}

.ui-button-close:active {
  background-color: #6f6f6f;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6F6F6F', endColorstr='#FF7f7f7f');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6f6f6f), color-stop(100%, #7f7f7f));
  background-image: -webkit-linear-gradient(#6f6f6f 0%,#7f7f7f 100%);
  background-image: -moz-linear-gradient(#6f6f6f 0%,#7f7f7f 100%);
  background-image: -o-linear-gradient(#6f6f6f 0%,#7f7f7f 100%);
  background-image: linear-gradient(#6f6f6f 0%,#7f7f7f 100%);
  color: #fcfcfc;
}
.autoUpdateButtonWrapper > div.ui-state-active {
	background-origin: border-box;
	text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
	background-color: #1ba196;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF47A1D7', endColorstr='#FF3296D2');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ba196), color-stop(100%, #1ba196));
	background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-weight: bold;
}



.ui-button-icon-only .ui-button-text {  padding-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px; opacity: 0.0; }
.ui-button-text-icon-left .ui-button-text { width: 80px; padding-bottom: 0px; padding-top: 0px; padding-left: 0.2em; padding-right: 0.5em; text-align: center; }
.ui-button .ui-button-text {
	min-width: 80px;
	display: inline;
	padding : 0;
	margin : 10px;
}

.ui-button-highlight span { }
.ui-button-disabled { height: 22px; }
.ui-button-disabled .ui-button-icon-primary { opacity:10%; filter:Alpha(Opacity=10); }

.ui-button-nav {
	  line-height: 2em;
	  height: 2em;
}

button.fa:before {
	margin-left : 10px;
}

button.popup:before {
	position: relative;
	margin-left : 6px;
	top: -8px;
}

button.fa span.ui-button-text {
	margin-left : 4px;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="checkbox"]:focus,
textarea:focus, option:focus,
select:focus {
	outline: solid 1px #318cbb;
}

.pallete-date-input button {
	margin-left : 2px;
	vertical-align : middle;
}
.pallete-date-input button span:nth-child(2) {
	display : none;
}


/* Interaction states
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(../../images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; 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 { border: 1px solid #448dae; background: #79c9ec url(../../images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(../../images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }
----------------------------------*/
.ui-dialog {
	background-color: #FFFFFF;
}

.ui-tabs {
	position: relative;
	padding: 0;
	margin : 2px;
	border-width: 0px;
	border-color: transparent;
	zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-widget-header {
	border-color: transparent;
	background-color: transparent;
	background-image: none;
}
.ui-tabs .ui-tabs-nav
{
	margin: 4px 0 8px 0;
	padding: 0!important;
	height: 24px;
	text-align: right;
}
.ui-tabs .ui-tabs-nav li
{
	display: inline-block;
	list-style: none;
	position: relative;
	top: 1px;
	margin: 0 .1em 1px 0;
	line-height: 2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li .ui-state-default {
	background-position: 0 0;
}

.ui-tabs .ui-tabs-nav li .ui-state-active {
	background-position: 0 -21px;
}

.ui-tabs .ui-tabs-nav li a
{
	float: left;
	padding-left : 1em;
	padding-right: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-decoration: none;
	font-style: normal;
}

.ui-tabs .ui-tabs-nav li a em
{
	font-style: normal;
}

.ui-tabs .ui-tabs-nav .ui-state-activate
{
	border-bottom: 0 !important;
}

.ui-tabs .ui-tabs-nav .ui-state-default
{
   border-bottom: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a
{
	text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
	background-color: #fcfcfc;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fffcfcfc', endColorstr='#ffefefef');
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #efefef 100%);
	background-image: -moz-linear-gradient(#fcfcfc 0%, #efefef 100%);
	background-image: -o-linear-gradient(#fcfcfc 0%, #efefef 100%);
	background-image: linear-gradient(#fcfcfc 0%, #efefef 100%);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	color: #1ba196;
	font-weight: normal;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a:hover, .ui-tabs .ui-tabs-nav li.ui-state-default a:focus {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffffff', endColorstr='#ffffffff');
	background-image: -webkit-linear-gradient(#ffffff 0%, #fcfcfc 100%);
	background-image: -moz-linear-gradient(#ffffff 0%, #fcfcfc 100%);
	background-image: -o-linear-gradient(#ffffff 0%, #fcfcfc 100%);
	background-image: linear-gradient(#ffffff 0%, #fcfcfc 100%);
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a:click {
	background-color: #e2e2e2;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffe2e2e2', endColorstr='#ffefefef');
	background-image: -webkit-linear-gradient(#e2e2e2 0%, #efefef 100%);
	background-image: -moz-linear-gradient(#e2e2e2 0%, #efefef 100%);
	background-image: -o-linear-gradient(#e2e2e2 0%, #efefef 100%);
	background-image: linear-gradient(#e2e2e2 0%, #efefef 100%);
	text-decoration: none;
}


.ui-tabs .ui-tabs-nav li.ui-state-active a
{
	text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
	background-color: #1ba196;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1ba196', endColorstr='#1ba196');
	background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
	color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:hover, .ui-tabs .ui-tabs-nav li.ui-state-active a:focus {
	background-color: #1ba196;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1ba196', endColorstr='#1ba196');
	background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a:active {
	background-color: #1ba196;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#1ba196', endColorstr='#1ba196');
	background-image: -webkit-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -moz-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: -o-linear-gradient(#1ba196 0%, #1ba196 100%);
	background-image: linear-gradient(#1ba196 0%, #1ba196 100%);
	text-decoration: none;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
	cursor: pointer;
}
.smallMenu a
{
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
	clear: left;
	border: #ddd 1px solid;
	background: none;
	padding : 0;
}

.ui-tabs .ui-tabs-print-title {
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #1BA196; color: #1BA196; font-weight: bold;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #1BA196; color: #1BA196; font-weight: bold;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #915608; }
/* .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background-color: red; color: #ffffff; } */
.ui-state-error {
	border-color: #CC0000 !important;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .5; filter:Alpha(Opacity=50); background-image: none; background-color: #F0F0F0 !important;}
.ui-state-highlight.ui-state-active {border: 1px solid #1BA196; color: #FFFFFF; font-weight: bold;}

.ui-accordion .ui-accordion-header A {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.ui-accordion .ui-accordion-content {
	padding: 0.2em;
}

.ui-contextmenu {
	width: 80px !important;
}

.ui-datepicker-calendar tbody {
	background-color: #fff;
	border: 1px solid #ccc;
}

button.ui-datepicker-trigger {
	height: 2em;
	line-height: 2.5em;
}

.ui-timepicker-div  {
	background-color: #fff;
	border: 1px solid #eee;
}

.ui-timepicker-div .ui_tpicker_hour_slider {
	background-color: #eee;
}
.ui-timepicker-div .ui_tpicker_minute_slider {
	background-color: #eee;
}

.ui-timepicker-div .ui-slider-handle {
	background-color: #858585;
}

.ui-caption-content .ui-c {
	margin: 0px;
}

.ui-autocomplete {
    margin-left: 0px;
}

.ui-autocomplete button {
	vertical-align: middle;
	height: 18px;
	width: 20px;
	padding: 0;
	padding-left: 2px;
	color: #4c4c4c;
}

.ui-autocomplete-panel {
	width: 526px !important;
	background-color: #ffffff;
}
.ui-autocomplete-list {
	width: 500px;
}


/* Icons
----------------------------------*/
/* states and images */
.ui-icon { }
.ui-widget-content .ui-icon { }
.ui-widget-header .ui-icon { }
.ui-state-default .ui-icon {  }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { }
.ui-state-active .ui-icon { }
.ui-state-highlight .ui-icon {}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { }

.ui-state-default .ui-icon-trash {
	left: 6px;
	top: auto;
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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-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-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 {	width: 16px; height: 16px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-icon-calendar.png.xhtml);
	background-size: contain;
}

.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-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-save {
	width: 16px; height: 16px;
	background-size: contain;
}

.ui-icon-trash {
	width: 16px; height: 16px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-icon-trash_g.png.xhtml);
	background-size: contain;
}
.ui-icon-closethick {
	width: 16px; height: 16px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-icon-closethick.png.xhtml);
	background-size: contain;
}
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 {	width: 16px; height: 16px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-icon-circle-triangle-e.png.xhtml);
	background-size: contain;
}
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w {	width: 16px; height: 16px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-icon-circle-triangle-w.png.xhtml);
	background-size: contain;
}
.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; }

.ui-messages-fatal-icon {
	width: 24px; height: 24px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-messages-fatal-icon.png.xhtml);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
}

.ui-messages-error-icon {
	width: 24px; height: 24px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-messages-error-icon.png.xhtml);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
}

.ui-messages-warn-icon {
	width: 24px; height: 24px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-messages-warn-icon.png.xhtml);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
}

.ui-messages-info-icon {
	width: 24px; height: 24px;
	background-image: url(/webedi/javax.faces.resource/themes/ie8/images/ui-messages-info-icon.png.xhtml);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000;
	opacity: 0.3;
}

.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }


.clear {
	clear:left;
}



/* stepIndicator list */
ul#stepIndicator {
  list-style: none;
  overflow: hidden;
  font: 1em Helvetica, Arial, Sans-Serif;
  margin: 0 0 0 0;
}

ul#stepIndicator li {
  float: left;
}

ul#stepIndicator li.currentLi {
  font-weight: bold;
  background-color: orange;
}

ul#stepIndicator li.currentLi span {
  background-color: orange;
  color: white;
}

ul#stepIndicator li.currentLi span:after {
  border-left: 30px solid orange;
}

ul#stepIndicator li span {
  color: #6f6f6f;
  text-decoration: none;
  padding: 5px 0 5px 50px;
  background: #dadada;
  position: relative;
  display: block;
  float: left;
}

ul#stepIndicator li span.dummy {
  background: #ffffff;
}


ul#stepIndicator li span:after {
  content: " ";
  display: block;
  width: 10px;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #dadada;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 4;
}

ul#stepIndicator li span:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

ul#stepIndicator li:first-child span {
  padding-left: 20px;
}



/*
 * BASIC
 */

h1, h2, h3, table caption, h4, fieldset legend, h5, h6 {
  position: relative;
  margin: 0.5em 0 0.5em 0;
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 5px;
  border-left: 6px solid #1BA196;
  color: #3f3f3f;
}

h2 {
  font-size: 1.4em;
  padding: 0;
  border: none;
}

h3, table caption {
  font-size: 1.05em;
  padding: 0;
  border: none;
}

h4, fieldset legend {
  font-size: 1em;
  padding: 0;
  border: none;
}

h5 {
  font-size: 0.9em;
  padding: 0;
  border: none;
}

h6 {
  font-size: 0.8em;
  padding: 0;
  border: none;
}

ul#phase {
  list-style: none;
  overflow: hidden;
  margin: 1em 0;
  padding: 0;
}
ul#phase li {
  float: left;
}
ul#phase li.current-li {
  font-weight: bold;
  background-color: #1BA196;
}
ul#phase li.current-li a {
  background-color: #1BA196;
  color: white;
}
ul#phase li.current-li a:after {
  border-left: 30px solid #1BA196;
}
ul#phase li a {
  color: #5f5f5f;
  text-decoration: none;
  padding: 5px 0 5px 50px;
  background: #eaeaea;
  position: relative;
  display: block;
  float: left;
}
ul#phase li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eaeaea;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
ul#phase li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
ul#phase li:first-child a {
  padding-left: 10px;
}


/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../../fonts/fontawesome-webfont.eot?v=4.0.3')]}") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.0.3')]}") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.0.3')]}") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.0.3')]}") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
	-moz-transform: rotate(0deg);
  }

  100% {
	-moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
  }

  100% {
	-webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
	-o-transform: rotate(0deg);
  }

  100% {
	-o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
	-ms-transform: rotate(0deg);
  }

  100% {
	-ms-transform: rotate(359deg);
  }
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}



/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.charsLeft {
	margin: 0px !important;
}
.sunday {
	color: #fabebe;
}
.saturday {
	color: #8eCafa;
}
