/*
 +-------------------------------------------------------------------
 * jQuery.Plugins CSS
 +-------------------------------------------------------------------
 * @version    2.0.1
 * @since      2016.08.04
 +-------------------------------------------------------------------
*/

body.PLG-dialog-opened {
	overflow: hidden;
}
/***** Icon Font *****/

@font-face {font-family: "PLG-iconfont";
  src: url('jquery.plugins-iconfont.eot?t=1466049358'); /* IE9*/
  src: url('jquery.plugins-iconfont.eot?t=1466049358#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('jquery.plugins-iconfont.woff?t=1466049358') format('woff'), /* chrome, firefox */
  url('jquery.plugins-iconfont.ttf?t=1466049358') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('jquery.plugins-iconfont.svg?t=1466049358#PLG-iconfont') format('svg'); /* iOS 4.1- */
}
.PLG-iconfont {
  font-family:"PLG-iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.PLG-icon-close-2:before { content: "\e621"; }
.PLG-icon-window-1:before { content: "\e610"; }
.PLG-icon-close-1:before { content: "\e620"; }
.PLG-icon-down-1:before { content: "\e600"; }


/***** Date menu *****/

.PLG-datemenu-menu-item.PLG-disabled {
	color: #999;
	cursor: not-allowed;
}

.PLG-datemenu-button {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-indent: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
}

.PLG-datemenu-placeholder {
	font-size: 14px;
	color: #999;
}

.PLG-datemenu-result {
	font-size: 14px;
	color: #333;
}

.PLG-datemenu-button-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(images/carat-1-s.png) no-repeat center;
}

.PLG-datemenu-menu {
	position: absolute;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 105;
}

.PLG-datemenu-menu-item {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.PLG-datemenu-button.PLG-hover {
	border-color: #3ba354;
}

.PLG-datemenu-button.PLG-hover .PLG-datemenu-button-icon {
	background-image: url(images/carat-2-s.png);
}

.PLG-datemenu-button.PLG-focus {
	background-color: #83d396;
}

.PLG-datemenu-button.PLG-focus .PLG-datemenu-button-icon {
	background-image: url(images/carat-2-s.png);
}

.PLG-datemenu-button.PLG-focus .PLG-datemenu-placeholder,
.PLG-datemenu-button.PLG-focus .PLG-datemenu-result {
	color: #fff;
}

.PLG-datemenu-menu-item.PLG-hover {
	color: #fff;
	background-color: #83d396;
}


/***** Drop menu *****/

.PLG-dropmenu-button {
    position: relative;
    float: left;
    text-indent: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
	/*margin-left:10px;*/
	/*width:478px ;*/
    background-color: #fff;
}

.PLG-dropmenu-placeholder {
	font-size: 14px;
	color: #999;
}

.PLG-dropmenu-result {
	font-size: 14px;
	color: #333;
}

.PLG-dropmenu-button-icon {
	position: absolute;
	top: 0;
    right: 10px;
	color: #999;
}

/*.PLG-dropmenu-button-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(images/carat-1-s.png) no-repeat center;
}*/

.PLG-dropmenu-menu {
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	z-index: 106 !important;
}

.PLG-dropmenu-menu-item {
	width: 100%;
	text-indent: 10px;
	font-size: 14px;
	color: #333;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.PLG-dropmenu-button.PLG-hover {
	border-color: #3ba354;
}

.PLG-dropmenu-button.PLG-hover .PLG-dropmenu-button-icon {
	color: #3ba354;
}

.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-button-icon {
	color: #fff;
}

/*
.PLG-dropmenu-button.PLG-hover .PLG-dropmenu-button-icon {
	background-image: url(images/carat-2-s.png);
}
.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-button-icon {
	background-image: url(images/carat-2-s.png);
}
*/

.PLG-dropmenu-button.PLG-focus {
	background-color: #83d396;
}


.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-placeholder,
.PLG-dropmenu-button.PLG-focus .PLG-dropmenu-result {
	color: #fff;
}

.PLG-dropmenu-menu-item.PLG-hover {
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #83d396;
}


/***** dialogbox *****/

.PLG-dialogBox-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	background: #999;
	z-index: 102 !important;
}

.PLG-dialogBox-container {
	position: fixed !important;
	z-index: 105 !important;
	display: block;
	width: 400px;
	height: auto;
	border: 5px solid #666;
	background-color: #fff;
}

.PLG-dialogBox-titleBar {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #f1f1f1;
}

.PLG-dialogBox-title {
	display: block;
	margin-left: 10px;
	color: #333;
}

.PLG-dialogBox-close-icon {
	position: absolute;
	top: 0;
	right: 10px;
	color: #666;
	cursor: pointer;
}

.PLG-dialogBox-close-icon.PLG-hover {
	font-weight: bold;
	color: #3ba354;
}

/*
.PLG-dialogBox-closeButton {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	cursor: pointer;
	background: url(images/close-2.png) no-repeat;
}
*/

.PLG-dialogBox-content {
	padding-bottom: 65px;
}

.PLG-dialogBox-buttonset {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #f1f1f1;
}

.PLG-dialogBox-button {
	width: 130px;
	height: 35px;
	margin: 15px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border-radius: 3.5px;
	border-style: none;
	border: 1px solid transparent;
	background-color: #3ba354;
}

.PLG-dialogBox-button.PLG-disabled {
	color: #fff;
	background-color: #999;
}


/***** Area menu *****/

.PLG-areamenu-button {
	position: relative;
	/*display: inline-block;
	zoom: 1;*/
	float: left;
	text-indent: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
}

.PLG-areamenu-placeholder {
	font-size: 14px;
	color: #999;
}

.PLG-areamenu-result {
	position: relative;
	-height: 100%;
	margin-left: 10px;
	margin-top:2px;
}
.PLG-areamenu-result div {
	float: left;
	position: relative;
	-top: 50%;
	-margin-top: -15px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-indent: 0;
	border-radius: 15px;
	cursor: pointer;
}

.PLG-areamenu-result .PLG-areamenu-resultText {
	color: #333;
    float: left;
    font-size: 14px;
    padding-right: 25px;
    /*text-align: center;*/
    width: 70px;
}

.PLG-areamenu-button-icon {
	position: absolute;
	top: 0;
	right: 10px;
	color: #999;
}

/*
.PLG-areamenu-buttonIcon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(images/window-1.png) no-repeat center;
}
*/

.PLG-areamenu-resultBar {
	padding: 6px 10px;
}

.PLG-areamenu-max,
.PLG-areamenu-resultList {
	line-height: 30px;
	min-height: 30px;
	float: left;
}

.PLG-areamenu-max {
	margin-right: 20px;
}

.PLG-areamenu-warning {
	line-height: 30px;
	height: 30px;
	float: right;
}

.PLG-areamenu-resultList {
	position: relative;
}

.PLG-areamenu-resultList div {
	float: left;
	position: relative;
	top: 50%;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	border-radius: 15px;
	background-color: #3ba354;
}

.PLG-areamenu-resultList .PLG-areamenu-resultText {
	padding: 0 25px 0 10px;
	color: #fff;
}

.PLG-areamenu-result .PLG-areamenu-remove {
	position: absolute;
	top: 1px;
	right: 5px;
	color: #333;
	cursor: pointer;
}

.PLG-areamenu-resultList .PLG-areamenu-remove {
	position: absolute;
	top: 0;
	right: 5px;
	color: #fff;
	cursor: pointer;
}

.PLG-areamenu-result .PLG-areamenu-remove.PLG-hover {
	color: #3ba354;
}

/*
.PLG-areamenu-remove {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	height: 100%;
	cursor: pointer;
	background: url(images/close-1.jpg) no-repeat center;
}
*/

.PLG-areamenu-warning {
	display: none;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	background-color: red;
}

.PLG-area-wrap .PLG-active a,
.PLG-area-city-wrap .PLG-active a {
	color: #fff;
	background-color: #3ba354;
}

.PLG-area-wrap .PLG-area-nationwide-wrap,
.PLG-area-wrap .PLG-area-hot-wrap,
.PLG-area-wrap .PLG-area-province-wrap {
	margin-bottom: 20px;
}

.PLG-area-wrap .PLG-area-title {
	margin-bottom: 10px;
}

.PLG-area-wrap .PLG-area-nationwide,
.PLG-area-wrap .PLG-area-hot,
.PLG-area-wrap .PLG-area-province {
	padding-left: 10px;
}

.PLG-area-wrap .PLG-area-nationwide li,
.PLG-area-wrap .PLG-area-hot li,
.PLG-area-wrap .PLG-area-province li,
.PLG-area-city-wrap .PLG-area-top li,
.PLG-area-city-wrap .PLG-area-city li {
	float: left;
	padding: 10px 0;
	min-width: 80px;
	margin-bottom: 5px;
}

.PLG-area-wrap .PLG-area-nationwide a,
.PLG-area-wrap .PLG-area-hot a,
.PLG-area-city-wrap .PLG-area-top a {
	font-weight: bold;
}

.PLG-area-wrap .PLG-area-nationwide a,
.PLG-area-wrap .PLG-area-hot a,
.PLG-area-wrap .PLG-area-province a,
.PLG-area-city-wrap .PLG-area-top a,
.PLG-area-city-wrap .PLG-area-city a {
	padding: 10px;
}

.PLG-area-wrap .PLG-area-title,
.PLG-area-wrap .PLG-area-nationwide a,
.PLG-area-wrap .PLG-area-hot a,
.PLG-area-wrap .PLG-area-province a,
.PLG-area-city-wrap .PLG-area-top a,
.PLG-area-city-wrap .PLG-area-city a {
	font-size: 14px;
}

.PLG-areamenu-dialog.PLG-dialogBox-container {
	width: 800px;
	min-width: 800px;
}

.PLG-areamenu-dialog .PLG-dialogBox-button-0 {
	background-color: #ff9933;
}

.PLG-areamenu-dialog .PLG-dialogBox-button-0.PLG-hover {
	border-color: #ff9933;
	box-shadow: 0 0 5px #ff9933;
	font-weight: bold;
}

.PLG-areamenu-dialog .PLG-dialogBox-button-1 {
	background: none;
	color: #3ba354;
}

.PLG-areamenu-dialog .PLG-dialogBox-button-1.PLG-hover {
	font-weight: bold;
}

.PLG-area-wrap a.PLG-hover {
	color: #ff9933;
}

.PLG-areamenu-button.PLG-hover {
	border-color: #3ba354;
}

.PLG-areamenu-button.PLG-hover .PLG-areamenu-button-icon {
	color: #3ba354;
}
/*
.PLG-areamenu-button.PLG-hover .PLG-areamenu-buttonIcon {
	background: url(images/window-2.png) no-repeat center;
}
*/

/***** Job menu *****/

.PLG-jobmenu-button {
	 position: relative;
    float: left;
    text-indent: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
}

.PLG-jobmenu-placeholder {
	font-size: 14px;
	color: #999;
}

.PLG-jobmenu-result {
	position: relative;
	height: 100%;
	margin-left: 10px;
}

.PLG-jobmenu-result div {
	float: left;
	position: relative;
	top: 50%;
	/*margin-top: -15px;*/
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-indent: 0;
	border-radius: 15px;
	cursor: pointer;
}

.PLG-jobmenu-result .PLG-jobmenu-resultText {
	padding-right: 25px;
	font-size: 14px;
	color: #333;
}

.PLG-jobmenu-button-icon {
	position: absolute;
	top: 0;
	right: 10px;
	color: #999;
}

/*
.PLG-jobmenu-buttonIcon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(images/window-1.png) no-repeat center;
}
*/

.PLG-jobmenu-resultBar {
	padding: 6px 10px;
}

.PLG-jobmenu-max,
.PLG-jobmenu-resultList {
	line-height: 30px;
	height: 30px;
	float: left;
}

.PLG-jobmenu-max {
	margin-right: 20px;
}

.PLG-jobmenu-warning {
	line-height: 30px;
	height: 30px;
	float: right;
}

.PLG-jobmenu-resultList {
	position: relative;
}

.PLG-jobmenu-resultList div {
	float: left;
	position: relative;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	border-radius: 15px;
	background-color: #3ba354;
}

.PLG-jobmenu-resultList .PLG-jobmenu-resultText {
	padding: 0 25px 0 10px;
	color: #fff;
}

.PLG-jobmenu-result .PLG-jobmenu-remove {
	position: absolute;
	top: 0;
	right: 5px;
	color: #333;
	cursor: pointer;
}

.PLG-jobmenu-resultList .PLG-jobmenu-remove {
	position: absolute;
	top: 0;
	right: 5px;
	color: #fff;
	cursor: pointer;
}

.PLG-jobmenu-result .PLG-jobmenu-remove.PLG-hover {
	color: #3ba354;
}

/*
.PLG-jobmenu-remove {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	height: 100%;
	cursor: pointer;
	background: url(images/close-1.jpg) no-repeat center;
}
*/

.PLG-jobmenu-warning {
	display: none;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	background-color: red;
}

.PLG-jobs-job .PLG-active a,.PLG-jobs-jobfunction  .PLG-active a  {
	color: #fff;
	background-color: #3ba354;
}

.PLG-jobs-wrap .PLG-jobs-function-wrap {
	margin-bottom: 20px;
}

.PLG-jobs-wrap .PLG-jobs-function {
	padding-left: 10px;
}

.PLG-jobs-wrap .PLG-jobs-function li,
.PLG-jobs-job-wrap .PLG-jobs-job li,.PLG-jobs-job-wrap .PLG-jobs-jobfunction li {
	float: left;
	padding: 10px 0;
	min-width: 180px;
	margin-bottom: 5px;
}

.PLG-jobs-wrap .PLG-jobs-function a,
.PLG-jobs-job-wrap .PLG-jobs-job a,.PLG-jobs-job-wrap .PLG-jobs-jobfunction a {
	padding: 10px;
	font-size: 14px;
}

.PLG-jobmenu-dialog.PLG-dialogBox-container {
	width: 800px;
	min-width: 800px;
}

.PLG-jobmenu-dialog .PLG-dialogBox-button-0 {
	background-color: #ff9933;
}

.PLG-jobmenu-dialog .PLG-dialogBox-button-0.PLG-hover {
	border-color: #ff9933;
	box-shadow: 0 0 5px #ff9933;
	font-weight: bold;
}

.PLG-jobmenu-dialog .PLG-dialogBox-button-1 {
	color: #3ba354;
	background: none;
}

.PLG-jobmenu-dialog .PLG-dialogBox-button-1.PLG-hover {
	font-weight: bold;
}

.PLG-jobs-wrap a.PLG-hover {
	color: #ff9933;
}

.PLG-jobmenu-button.PLG-hover {
	border-color: #3ba354;
}

.PLG-jobmenu-button.PLG-hover .PLG-jobmenu-button-icon {
	color: #3ba354;
}
/*
.PLG-jobmenu-button.PLG-hover .PLG-jobmenu-buttonIcon {
	background: url(images/window-2.png) no-repeat center;
}
*/

/***** Alertbox *****/
.PLG-alertbox-dialog .PLG-alertbox-content {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

/***** Image slider *****/

.PLG-imageslider-wrap {
	position: relative;
}

.PLG-imageslider-container {
	position: relative;
	overflow: hidden;
}

.PLG-imageslider-items {
	float: left;
	width: 100%;
}

.PLG-imageslider-ctrlLeft,
.PLG-imageslider-ctrlRight {
	display: none;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 45px;
	height: 100px;
	z-index: 2;
}

.PLG-imageslider-ctrlLeft {
	left: 0;
	background-image: url(images/controller.png);
	background-position: left top;
}

.PLG-imageslider-ctrlRight {
	right: 0;
	background-image: url(images/controller.png);
	background-position: right top;
}


/*****Radio button *****/

.PLG-radiobutton-buttonset {
	/*position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;*/
	float:left;
}

.PLG-radiobutton-button {
	float: left;
	border-radius: 3.5px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.PLG-radiobutton-button .PLG-radiobutton-text {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.PLG-radiobutton-button.PLG-hover {
	background-color: #83d396;
}

.PLG-radiobutton-button.PLG-hover .PLG-radiobutton-text {
	color: #fff;
}

.PLG-radiobutton-button.PLG-active {
	background-color: #3ba354;
}

.PLG-radiobutton-button.PLG-active .PLG-radiobutton-text {
	color: #fff;
	font-weight: bold;
}


/*****Tooltip box *****/

.PLG-tooltipbox-box {
	position: absolute;
}

.PLG-tooltipbox-content {
	padding-right: 10px;
	color: red;
	text-indent: 30px;
	border: 1px solid #e6d893;
	border-radius: 3.5px;
	background: #fff7e9 url(images/tooltip-icon.png) no-repeat 10px center;
}

.PLG-tooltipbox-arrow {
	position: absolute;
	bottom: 1px;
	left: 10px;
	width: 18px;
	height: 10px;
	background: url(images/tooltip-arrow.png) no-repeat center;
}

/***** Font Scroll *****/

.PLG-fontscroll-wrap {
	overflow: hidden;
}

/***** Common *****/

.PLG-draggable {
	cursor: move;
}

.PLG-clearfix:before,
.PLG-clearfix:after {
	content: "";
	display: table;
}

.PLG-clearfix:after {
	clear: both;
	overflow: hidden;
}

.PLG-clearfix {
	zoom: 1;
	/* for ie6 & ie7 */
}