// Common
html {
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}


input[type="radio"].readonly {
  opacity: 0.5; /* not necessary */
  pointer-events: none;
}

.mngTextInvalid { color:#FF9955 !important; }

.mngDefaultSelected {
	font-size:8t;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

}
a.mngDefaultSelected:visited {font-weight:bold; text-decoration: underline;color: #ffffff;}
a.mngDefaultSelected:link {font-weight:bold;text-decoration:underline;color: #ffffff;}
a.mngDefaultSelected:hover {font-weight:bold;text-decoration:underline;color: #ffffff;}
a.mngDefaultSelected:active {font-weight:bold;text-decoration:underline;color: #ffffff;}

.mngDefaultDiv {
	font-size:8t;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
a.mngDefaultDiv:visited {text-decoration: none;color: #ffffff;}
a.mngDefaultDiv:link {text-decoration:none;color: #ffffff;}
a.mngDefaultDiv:hover {text-decoration:underline;color: #ffffff;}
a.mngDefaultDiv:active {text-decoration:none;color: #ffffff;}


.mngDefaultDiv table {
	border-spacing: 0px;
	padding:2px;
	width:auto;
	font-size:10pt;
	vertical-align:top;
}

.mngDefaultDiv table tr th {
	color:#ffffff;
	padding:1px;
	border:0px;
}
.mngDefaultDiv table tr td {
	color:#ffffff;
	padding:1px;
	padding-bottom:5px;
	border:0px;
}

.mngDefaultDiv table tr td a {
	font-size:8t;
	vertical-align:top;
	color:#ffffff;
}

.mngDefaultDiv table tr td a:visited {text-decoration: none;color: #ffffff;}
.mngDefaultDiv table tr td a:link {text-decoration: none;color: #ffffff;}
.mngDefaultDiv table tr td a:hover {text-decoration: underline;color: #ffffff;}
.mngDefaultDiv table tr td a:active {text-decoration: none;color: #ffffff;}


.mngDefaultSmallDiv {
	font-size:8t;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
a.mngDefaultSmallDiv:visited {text-decoration: none;color: #ffffff;}
a.mngDefaultSmallDiv:link {text-decoration:none;color: #ffffff;}
a.mngDefaultSmallDiv:hover {text-decoration:underline;color: #ffffff;}
a.mngDefaultSmallDiv:active {text-decoration:none;color: #ffffff;}

.mngDefaultSmallDiv table {
	border-spacing: 0px;
	padding:2px;
	width:auto;
	font-size:8t;
	vertical-align:top;
}

.mngDefaultSmallDiv table tr th {
	color:#ffffff;
	padding:1px;
	border:0px;
}
.mngDefaultSmallDiv table tr td {
	color:#ffffff;
	padding:1px;
	padding-bottom:5px;
	border:0px;
}


.mngDefaultSmallDiv table tr td a {
	font-size:8t;
	vertical-align:top;
	color:#ffffff;
}

.mngDefaultSmallDiv table tr td a:visited {text-decoration: none;color: #ffffff;}
.mngDefaultSmallDiv table tr td a:link {text-decoration: none;color: #ffffff;}
.mngDefaultSmallDiv table tr td a:hover {text-decoration: underline;color: #ffffff;}
.mngDefaultSmallDiv table tr td a:active {text-decoration: none;color: #ffffff;}



.mngDefaultDivText {
	font-size:8t;
	padding:3px;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.mngDefaultDivHeaderText {
	font-size:10pt;
	padding:3px;
	color:#ffffff;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


.mngDefaultDivEvents {
	font-size:8t;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#ffffff;
}
.mngDefaultDivEvents table {
	border-spacing: 0px;
	padding:2px;
	width:auto;
	font-size:8t;
	vertical-align:top;
}
.mngDefaultDivEvents table tr {
	font-size:8t;
	vertical-align:top;
}
.mngDefaultDivEvents table tr td {
	font-size:8t;
	vertical-align:top;
	color:#ffffff;
}

.mngDefaultDivEvents table tr td a {
	font-size:8t;
	vertical-align:top;
	color:#ffffff;
}

.mngDefaultDivEvents table tr td a:visited {text-decoration: none;color: #ffffff;}
.mngDefaultDivEvents table tr td a:link {text-decoration: none;color: #ffffff;}
.mngDefaultDivEvents table tr td a:hover {text-decoration: underline;color: #ffffff;}
.mngDefaultDivEvents table tr td a:active {text-decoration: none;color: #ffffff;}


.mngDefaultDivBorder {
	border: 2px solid #999999;
}


.fullscreenMask {
  position: absolute;top:0px;left:0px;
  width:100%;
  height:100%;
  z-index:10000;
  background-image : url('/servestaticfile/?rs=SemiTransparentImage&transpimage=200_200_200_200_1_1'); background-repeat:repeat;	
}

.fullscreenMaskLight {
  position: absolute;top:0px;left:0px;
  width:100%;
  height:100%;
  z-index:10000;
  background-image : url('/servestaticfile/?rs=SemiTransparentImage&transpimage=100_255_255_255_1_1'); background-repeat:repeat;	
}
.fullscreenMaskTransparent {
  position: absolute;top:0px;left:0px;
  width:100%;
  height:100%;
  z-index:10000;
}

.window300x200 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}

.window300x300 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}
.window600x300 {
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1');
	background-repeat: repeat;
}


.window600x500 {
  width: 600px;
  height: 500px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}

.window600x800 {
  width: 600px;
  height: 800px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}


.window600x820 {
  width: 600px;
  height: 820px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}

.window950x820 {
  width: 950px;
  height: 820px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}

.window1000x820 {
  width: 1000px;
  height: 820px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}
.window1200x820 {
  width: 1200px;
  height: 820px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}

.window1400x820 {
  width: 1400px;
  height: 820px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}


.bgHeader {
  width: 950px;
  height: 820px;
  overflow: auto;
  margin: auto;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=200_40_40_40_1_1'); background-repeat:repeat;	
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.bgHeader table {
	border-spacing: 0px;
	padding:2px;
	width:auto;
	font-size:8t;
	vertical-align:top;
}

.bgHeader table tr th {
	color:#ffffff;
	padding:1px;
	font-size:7pt;
	border:0px;
}

.bgMenuHeader {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  color: #ffffff;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=200_70_70_70_1_1'); background-repeat:repeat;	
	font-size:8t;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.bgLeft {
  width: 950px;
  height: 820px;
  overflow: auto;
  margin: auto;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=180_240_240_240_1_1'); background-repeat:repeat;	
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


.confirmSmallContainer {
	position:relative;
	top:0px;
	width:50px;
	text-align:center;
}
.confirmSmallContainer div {
	width:20px;
	float:left;
}

.fileUploadSmallContainer {
	position:relative;
	top:0px;
	width:100%;
	text-align:left;
}
.fileUploadSmallContainer div {
	float:left;
}

.mngDefaultInput {
	font-size:10pt;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.mngTextSmall {
	font-size:7pt;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.mngDefaultDiv {
	font-size:8t;
	font-weight:normal;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.mngDefaultDiv input {
	color:#111111;
	padding:1px;
}
.mngDefaultDiv select {
	color:#111111;
	padding:1px;
}
.mngDefaultDiv textarea {
	color:#111111;
	padding:1px;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:10pt;
}
.mngDefaultDiv radio {
	color:#111111;
	padding:1px;
}

.mngDefaultDiv label {
	color:#ffffff;
	font-weight:normal;
	padding:1px;
	margin-right:3px
}

.mngDefaultDiv table {
	border-spacing: 0px;
	padding:2px;
	width:auto;
	font-size:10pt;
	vertical-align:top;
}


.mngDefaultDiv table tr th {
	color:#ffffff;
	padding:1px;
	border:0px;
}
.mngDefaultDiv table tr td {
	color:#ffffff;
	padding:1px;
	padding-bottom:3px;
	border:0px;
}

.fadeOutMessage {
    position:absolute;
    top:5px;left:5px;
    padding:3px;
	font-size:12pt;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color:#999999;
    border: 2px solid #e0e0e0;
}

.calPlan {
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:8t;
	position:relative;
	text-align: center;
}
.calPlanMonth {
	position:relative;
	width:220px; height:200px;
	float:left;
	background-color: #ddd;
	padding: 4px;
	border: 2px #eee solid;
	margin: 4px;
}
.calPlanMonthTitle {
	position:relative;
	width:100%;
	background-color: #aaa;
	padding: 3px;
}

.calPlanWeek {
	position:relative;
	width:100%;
	float:left;
}
.calPlanHeader {
font-weight:bold;
}
.calPlanHeaderDay {
	position:relative;
	float:left;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	background-color:#ddd;  
	border:2px #ddd solid;
}

.calIsInSelectedDate {
	font-weight:bold;
	background-color: #bcccd9 !important;
}

.calPlanWeekNo {
	position:relative;
	float:left;
	width: 25px;
	height: 25px;
	border:2px #ddd solid;
	color: #999;
	padding-top: 5px;
}
.calPlanDay {
	position:relative;
	float:left;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	background-color:#e6e6e6;  
	border:2px #e6e6e6 solid;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
}

.calPlanInactive a:visited {text-decoration: none;color: #666 !important;}
.calPlanInactive a:link {text-decoration: none;color: #666 !important;}
.calPlanInactive a:hover {text-decoration: underline;color: #666 !important;}
.calPlanInactive a:active {text-decoration: none;color: #666 !important;}
.calPlanDay a:visited {text-decoration: none;color: #111111;}
.calPlanDay a:link {text-decoration: none;color: #111111;}
.calPlanDay a:hover {text-decoration: underline;color: #111111;}
.calPlanDay a:active {text-decoration: none;color: #111111;}
.calPlanWeekNo a:visited {text-decoration: none;color: #111111;}
.calPlanWeekNo a:link {text-decoration: none;color: #111111;}
.calPlanWeekNo a:hover {text-decoration: underline;color: #111111;}
.calPlanWeekNo a:active {text-decoration: none;color: #111111;}
.calPlanMonthTitle a:visited {text-decoration: none;color: #111111;}
.calPlanMonthTitle a:link {text-decoration: none;color: #111111;}
.calPlanMonthTitle a:hover {text-decoration: underline;color: #111111;}
.calPlanMonthTitle a:active {text-decoration: none;color: #111111;}


.calPlanInactive {
	background-color:#d8d8d8;  
	border:2px #d8d8d8 solid;
	color: #744;
}

.calDaySelected {
  border:2px #006600 solid;
}
.calDayOtherSelected {
  border:2px #cbb solid;
}

// Tabber
.tabber {
	position:relative;
	height:100%;
}
.tabberNavi {
	position:relative;
	height:25px;
	width:100%;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:8t;
	color:#eeeeee;
	float:left;
	margin:0px;
	border:0px;
	padding: 0px 0px 0px 5px;
	overflow:hidden;
}

.tabberContent {
	position:relative;
	float:left;
	width:100%;
	min-height:50px;
	height:auto;
	border: 2px solid #999999;
	margin:0px;
	/*border-left: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;*/
}

.tabContent {
	width:100%;
	height:100%;
	float:left;
}

.tabNaviSelected {
	position:relative;
	float:left;
	background-color: #888888;
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 0px;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
}

.tabNaviDeSelected {
	position:relative;
	float:left;
	background-color: #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
}

a.tabNaviLink:visited {text-decoration: none;color: #ffffff;}
a.tabNaviLink:link {text-decoration:none;color: #ffffff;}
a.tabNaviLink:hover {text-decoration:underline;color: #ffffff;}
a.tabNaviLink:active {text-decoration:none;color: #ffffff;}


// datepicker
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 20000;   }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }


// SmallAdmin
.smallAdmMenuContainer {
  position: absolute;
  width: 250px;
  /*height: 500px;
  max-height: 500px;*/
  overflow: hidden;
  margin: auto;
	background-image: url('/servestaticfile/?rs=SemiTransparentImage&transpimage=240_80_80_80_1_1'); background-repeat:repeat;	
}


.smallAdmMenuContentDiv {
  width:100%;
	font-size:8t;
  overflow: auto;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.smallAdmMenuContentDiv table {
	border-spacing: 0px;
	padding:2px;
	width:100%;
	font-size:10pt;
	vertical-align:top;
}

.smallAdmMenuContentDiv table tr th {
	padding:1px;
	color:#ffffff;
	padding: 1px 1px 1px 3px;
	border:0px;
	vertical-align:text-top;
	background-color:#222222;
	
}
.smallAdmMenuContentDiv table tr td {
	padding:1px;
	color:#ffffff;
	padding: 1px 1px 1px 3px;
	border:0px;
	vertical-align:text-top;
}

.formLabel {
    background-image:none;
    background-color:#f7f7f7;
}

.formField {
	font-size:10pt;
    color: #111111;
}

// PagingForLists

// FolderEdit
.mngFolderDiv {
  width:100%;
  height:100%;
	font-size:8t;
  overflow: auto;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.mngFolderDiv table {
	border-spacing: 0px;
	padding:2px;
	width:100%;
	font-size:10pt;
	vertical-align:top;
}

.mngFolderDiv table tr td {
	border-bottom:1px solid #666666;
	padding:1px;
}

.mngFolderInput {
	font-size:10pt;
}

.mngDocumentFolderTitle {
	font-size:12pt;
	color:#ffffff;
}

.mngDocumentDiv {
	border-spacing: 0px;
	width:100%;
  height:100%;
  overflow: auto;
	font-size:10pt;
	vertical-align:top;
}

.mngDocumentDiv table tr td {
	border:0px;
	padding:1px;
}

.mngDocumentInput {
	font-size:10pt;
}
.mngDocumentInputSmall {
	font-size:8t;
}

// Login
.userInfoItem {
	font-size: 12pt; 
	color:#ffffff;
	font-style: normal; 
	font-weight:normal; 
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-right:12pt;
}

.loginMainDiv {
	width:100%;
	font-style: normal; 
	font-weight:normal; 
	font-size: 16pt; 
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top:20px;
}


.loginRow {
	width:auto;
	font-style: normal; 
	font-weight:normal; 
	font-size: 14pt; 
	color: #222222;
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-top:10px;
	clear:both;
}

.loginMessage {
	width:auto;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	color: #FF0066;
	text-align: left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 10px;
}


.loginTitle {
	font-style: normal; 
	font-weight:normal; 
	font-size: 16pt; 
	color: #ffffff;
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.loginCol {
	width:50%;
	font-style: normal; 
	font-weight:normal; 
	font-size: 14pt; 
	color: #222222;
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	float:left;
}
.loginFormField {
	font-style: normal; 
	font-weight:normal; 
	font-size: 14pt; 
	color: #333333;
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.loginFormButton {
	font-style: normal; 
	font-weight:normal; 
	font-size: 14pt; 
	color: #333333;
	text-align:left;
	font-family: FrutigerLTCom-LightCn, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

}



// management


.fieldLabelEdit
{
	  font-size: 9pt;
}

.fieldContentEdit {
	  font-size: 9pt;
}
.fieldSelectButton {
	  font-size: 9pt;
}

.objectEditTitle 
{
	  font-size: 12pt;
}
.objectEditInfoBar 
{
	  font-size: 6pt;
	  text-align:right;
}

.objectEditLanguageChange
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #003399;
}
.objectEditLanguageChangeActive
{
	font-weight:bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #003399;
}
 /* 20161229 */
