/*
body, h1, h2, h3, h4, h5, h6 {
  font-family: Segoe Ui, Verdana, Helvetica, Arial, sans-serif;
}
*/
/* W3 Blue Theme */
.w3-theme-l5 {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-l4 {color:#000 !important; background-color:#d2eafd !important}
.w3-theme-l3 {color:#000 !important; background-color:#a6d4fa !important}
.w3-theme-l2 {color:#000 !important; background-color:#79bff8 !important}
.w3-theme-l1 {color:#fff !important; background-color:#4daaf6 !important}
.w3-theme-d1 {color:#fff !important; background-color:#0c87eb !important}
.w3-theme-d2 {color:#fff !important; background-color:#0b78d1 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0a69b7 !important}
.w3-theme-d4 {color:#fff !important; background-color:#085a9d !important}
.w3-theme-d5 {color:#fff !important; background-color:#074b83 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f9fe !important}
.w3-theme-dark {color:#fff !important; background-color:#074b83 !important}
.w3-theme-action {color:#fff !important; background-color:#074b83 !important}

.w3-theme {color:#fff !important; background-color:#2196f3 !important}
.w3-text-theme {color:#2196f3 !important}
.w3-border-theme {border-color:#2196f3 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2196f3 !important}
.w3-hover-text-theme:hover {color:#2196f3 !important}
.w3-hover-border-theme:hover {border-color:#2196f3 !important}
/* --------------------------------------------------------------------- */

/* standard classes */
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size28 { font-size: 28px; }

.bold { font-weight: bold; }

.link { text-decoration: underline; }
.nolink { text-decoration: none; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.just { text-align: justify; }
/* --------------------------------------------------------------------- */

.img_btn { cursor: pointer; }

/* MCE Editor Classes */
.my_class {
	padding: 8px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.img-right {
	float: right;
}
.img-left {
	float: left;
}
.link_pointer {
	cursor: pointer;
}
/* --------------------------------------------------------------------- */

/* Go To Top button position control  */
#scroll-top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 10px;
  z-index: 99;
}

#scroll-top-btn:hover {
  background-color: #fd7c57;
}
/* --------------------------------------------------------------------- */
.btn_style {
	background-color: #0099ff;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #0e01fe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.btn_style:hover {
	background-color: #2b54f9;
	color: #ffffff;
	text-align: center;
}

.btn_login {
	background-color: #3366FF;
	color: white;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}

.btn_login:hover {
	background-color: #cccccc;
	color: #3366FF;
	border: 1px solid #3366FF;
	text-align: center;
	text-decoration: none;
}
/* --------------------------------------------------------------------- */

.tooltip_head {
	background: #1D73AA;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height: 20px;
	color: white;
	text-align: center;
  padding:1px;
  border: 1px solid #1D73AA;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.tooltip_body {
	width:450px;
	background-color: white;
  font-family: verdana;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #1D73AA;
  border-right:1px solid #1D73AA;
  border-bottom:1px solid #1D73AA;
  padding:3px;
	text-align: left;
}
/* --------------------------------------------------------------------- */

.borderall {border: 1px solid #1F1FAB;}
.bordertop {border-top: 1px solid #1F1FAB; padding: 2px;}
.bordertopbot {border-top: 1px solid #1F1FAB;border-bottom: 1px solid #1F1FAB;padding: 2px;}
.borderbot {border-bottom: 1px solid #1F1FAB;	padding: 2px;}
.borderlbr {border-left: 1px solid #1F1FAB;	border-bottom: 1px solid #1F1FAB;	border-right: 1px solid #1F1FAB;}
.borderleft {border-left: 1px solid #1F1FAB;}
.borderright {border-right: 1px solid #1F1FAB;}
/* --------------------------------------------------------------------- */

