/*Make the scroll bar always on the right */
#login {
	position: relative;
	width: 120px;
	height: 130px;
	float: left;
}

#loginfrm {
	position: relative;
	font-size: 12px;
	top: 2px;
	left: 2px;
}

#paging {
	width:100%; 
	text-align:center; 
	font-size: 16px;
	padding-bottom: 10px;
}

#paging a {
	font-size: 16px;
}

.prevLoginPanel {
	padding-bottom:10px;
}

.prevLogin {
	line-height:20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer; 
	width:100%;
	padding:5px;
}

.prevLogin p {
	font-size:16px;
    color: #212121;
    font-family: roboto,arial,sans-serif;
}


.prevLogin:hover{
    background: #DEDEDE;
    transition: background 0.5s ease-in-out;
}

.navbar-top-links li {
	display: inline-block !important;
}

/* To display system message */
.sysMsg_Fail {
	padding: 4px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	background-color: red;
	border: white 1px dotted;
}

.sysMsg_Success {
	padding: 4px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	background-color: green;
	border: white 1px dotted;
}

.searchEngineTitle a {
	font-size: 16px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #0066ff;
	z-index: 1000;
	text-decoration: none;
}

.searchEngineDescription {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #333;
}

img {
	border: 0px;
	border-style: none;
	vertical-align: middle;
}

.center {
	margin: 0 auto;	
}

.centerText {
	font-size: 12px;
	text-align: center;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.left {
	position: absolute;
	left: 0px;
}

.right {
	position: absolute;
	right: 0px;
}

.arrow {
	float: right;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #0066ff;
}

/* Top Line over the header */
#topLine {
	width: 100%;
	height: 2px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #EEEEEE;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/
/*tTip fix with the information icon, so it's width only 30px*/
.tTip {
	width: 30px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
	padding-left: 5px;
}

.tip {
	color: #333;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tips/tipTop.png) no-repeat top;
}

.tipMid {
	background: transparent url(images/tips/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}

.tipBtm {
	background: transparent url(images/tips/tipBtm.png) no-repeat bottom;
	height: 32px;
}

.mandatory {
	position: relative;
	left: -4px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 4px solid #c30f29 !important;
	padding-left: 4px;
}

.shareForm {
	margin-left: 50px;
	margin-right: 50px;
}

.shareField {
	background-color: #fff;
	display: inline-block;
	padding: 8px;
	vertical-align: middle;
	background: none;
	border: 1px solid #DEDEDE;
	font-family: arial, sans-serif;
	font-size: 13px;
	height: 16px;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	resize: none;
}

.multipleInput-container {
	border: 1px #ccc solid;
	padding: 1px;
	padding-bottom: 0;
	cursor: text;
	font-size: 13px;
	width: 100%;
}

.multipleInput-container input {
	font-size: 13px;
	clear: both;
	width: 200px;
	height: 24px;
	border: 0;
	margin-left: 5px;
	margin-bottom: 15px;
}

.multipleInput-container ul {
	list-style-type: none;
	padding-left: 0;
}

li.multipleInput-email {
	float: left;
	margin-right: 2px;
	margin-bottom: 1px;
	border: 1px #BBD8FB solid;
	padding: 2px;
	background: #F3F7FD;
}

.multipleInput-close {
	width: 16px;
	height: 16px;
	background: url(../img/closeIcon.png);
	display: block;
	float: right;
	margin: 0 3px 0 5px;
}

.kaptchaValidation {
	visibility: hidden;
	display: none;
}

.cbp-hrmenu {
	width: 100%;
}

.cbp-hrmenu table {
	line-height: 15px;
	width: 100%;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
/* margin: 0 auto; */
.cbp-hrmenu>ul, .cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 77.5em;
	padding: 0 1.875em;
}

.cbp-hrmenu>ul>li {
	display: inline-block;
}

.cbp-hrmenu>ul>li>a {
	font-weight: 400;
	padding: 10px 13px 10px 13px;
	color: #666;
	display: inline-block;
}

.cbp-hrmenu>ul>li>a:hover {
	color: #666;
}

.cbp-hrmenu>ul>li.cbp-hropen>a, .cbp-hrmenu>ul>li.cbp-hropen>a:hover {
	color: #000;
	background: #e7f2fd;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #e7f2fd;
	width: 100%;
	left: 0;
	z-index: 20;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 1em;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before, .cbp-hrmenu .cbp-hrsub-inner:after
	{
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */
@media screen and (max-width: 1024px) {
	.cbp-hrmenu {
		font-size: 80%;
	}
}

@media screen and (max-width: 768px) {
	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}
	.cbp-hrmenu>ul, .cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}
	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}
	.cbp-hrmenu>ul>li {
		display: block;
		border-bottom: 4px solid #0647b0;
	}
	.cbp-hrmenu>ul>li>a {
		display: block;
		padding: 1em 3em;
	}
	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}
	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
}

@media screen and (max-width: 36em) {
	.cbp-hrmenu .cbp-hrsub-inner>div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

/* Color highlight when drag and drop the row*/
.myDragClass {
	background-color: #404040;
}

.extraLarge {
	width: 1680px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.chartist-tooltip {
	position: absolute;
	display: inline-block;
	opacity: 0;
	min-width: 5em;
	padding: .5em;
	background: #F4C63D;
	color: #453D3F;
	font-family: Oxygen, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.chartist-tooltip:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: #F4C63D;
}

.chartist-tooltip.tooltip-show {
	opacity: 1;
}

.ct-area, .ct-line {
	pointer-events: none;
}

/*# sourceMappingURL=chartist-plugin-tooltip.css.map */
#modalFormDiv {
	z-index: 1510 !important;
}

/* Toggle Button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/**
 * Sub Menu
 */  

/* Add a black background color to the top navigation */
.topnav {
  background-color: #2f4050;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 9px 11px;
  text-decoration: none;
  font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Loading Button */

/* CSS for the loading spinner */
.button-loader {
  position: relative;
  overflow: hidden;
}

.button-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}

@keyframes spin {
  0% { 
    transform: rotate(0deg); 
  }
  100% { 
    transform: rotate(360deg); 
  }
}
