/*
body, h1, h2, h3, h4, h5, h6 {
  font-family: Segoe Ui, Verdana, Helvetica, Arial, sans-serif;
}
*/

.pic_container {
	width: 80%;
  padding: 5px;
  column-count: 5;
}

.pic {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.pic_btn {
	background-color: white;
	color: #ff6f44;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border-color: #ff6f44;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;	
}

.pic_btn:hover {
	background-color: #ff6f44;
	color: white;
	border-color: #ff6f44;
	text-decoration: none;
}

.text_btn {
	background-color: #ff6f44;
	color: white;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border-color: #ff6f44;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;	
}

.text_btn:hover {
	background-color: white;
	color: #ff6f44;
	border-color: #ff6f44;
	border: 2px solid #ff6f44;
	text-decoration: none;
}

/* W3 Snorkel Blue Theme */
.w3-theme-l5 {color:#000 !important; background-color:#e9f5ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#b5dffd !important}
.w3-theme-l3 {color:#000 !important; background-color:#6bc0fc !important}
.w3-theme-l2 {color:#fff !important; background-color:#21a0fa !important}
.w3-theme-l1 {color:#fff !important; background-color:#0479cc !important}
.w3-theme-d1 {color:#fff !important; background-color:#024575 !important}
.w3-theme-d2 {color:#fff !important; background-color:#023e68 !important}
.w3-theme-d3 {color:#fff !important; background-color:#02365b !important}
.w3-theme-d4 {color:#fff !important; background-color:#022e4e !important}
.w3-theme-d5 {color:#fff !important; background-color:#012641 !important}

.w3-theme-light {color:#000 !important; background-color:#e9f5ff !important}
.w3-theme-dark {color:#fff !important; background-color:#012641 !important}
.w3-theme-action {color:#fff !important; background-color:#012641 !important}

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

.w3-hover-theme:hover {color:#fff !important; background-color:#034f84 !important}
.w3-hover-text-theme:hover {color:#034f84 !important}
.w3-hover-border-theme:hover {border-color:#034f84 !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;
}
/* --------------------------------------------------------------------- */

/* padding top,right,bottom,left or top and bottom, left and right */
.my-row-padding-all { padding: 8px 8px 16px 8px; }
.my-row-padding-tp { padding: 16px 8px 0px 8px; }
.my-row-padding-bt { padding: 0px 8px 16px 8px; }
.my-row-padding-lr { padding: 0px 8px 0px 8px; }

/* pagination */
.pag_input {  
	font-size:11px;
	color: blue; 
	width: 25px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}
.pag_align { vertical-align: middle; }

.mover_btn {
	background-color: #00274E;
	color: white;
	font-size:  12px;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	text-align: center;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	width:135px;	
}

.mover_btn:hover {
	background-color: #cccccc;
	color: #00274E;
	border: 1px solid #1256A4;
	text-align: center;
	text-decoration: none;
}

.mover_select {
	width: 350px;
	height: 300px;
	font-size:  12px;
	font-weight: bold;
}

.review_btn {
	color: #ffffff;
	background-color: #0099ff;
	padding: 4px 8px 4px 8px;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.review_btn:hover {
	background-color: #2b54f9;
}

/* button styling */
.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;
}

.img_btn { cursor: pointer; }

.tooltip_head {
	background-color: #0099ff;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid blue;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.tooltip_body {
	width: 300px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.booktype_body {
	width: 200px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.bookinfo_body {
	width: 380px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

/* JQuery Alerts CSS */
#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #00C;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background-color: #0099ff;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {background-image: url(images/info.gif);}
#popup_content.confirm {background-image: url(images/important.gif);}
#popup_content.prompt {background-image: url(images/help.gif);}
#popup_message {padding-left: 48px;}
#popup_panel {text-align: center;	margin: 1em 0em 0em 1em;}
#popup_prompt {	margin: .5em 0em;}
