/* Write your custom css code here */

/* ---------------CHANGE WHOLE BODY-------------------- */
body {
	background-color: #fff;
    font-family: 'Verdana','Arial';
}

/* ------------------SECTION TOP------------------------ */
#google_translate_element .goog-te-gadget-simple {
	border: 1px solid #e8e8e8;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
    color: #666;
    font-family: 'verdana';
}


/* CHANGE PAGE WRAPPER*/
.sunfw-content.boxLayout{
	border-left: none;
    border-right: none;
}

/* ------CHANGE THE WHOLE PAGE HEADER---------- */
#column_column-22 {
	visibility: hidden;
}

#sunfw_section_header {
  background: url(../../images/bgheader.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.page-header h2, .page-header h2 a { /* PADGE HEADER */
    font-size: 1.3em;
    color: #057ab5;
    font-family: 'verdana';
}

.page-header h2 a:hover { /* PADGE HEADER */
    color: #008bd1;
}
.page-header h1 { /* PADGE HEADER */
	background-color: #0ea186;
    color: white;
    padding-left: 5px;
}
/* CHANGE THE COLUMN-RIGTH */
.content-right {
	box-shadow: none;
    border-left: 1px dotted #ddd;
    background: none;
}

#column_column-8 {
    padding-right: 0px;
    padding-left: 5px;
    padding-top: 5px;
}
/* ------ CHANGE MAIN MENU ----- */
nav.navbar.sunfw-menu-head ul.navbar-nav > li {
	border-right: none; /* separate line */
}

nav.navbar.sunfw-menu-head ul.navbar-nav > li > span.nav-header:not(.get-it), nav.navbar.sunfw-menu-head ul.navbar-nav > li > a:not(.get-it) {
	border-right: none; /* separate line */
    padding: 10px 10px;
}

#sunfw_section_main-menu {
	border-bottom-color: #2fa6e9; /*#6ebfec; border bottom of whole menu */
    background-color: #008BD1;
    border-top: 5px solid #bfd5ea; /* #bfd5ea */
    position: relative;
}

nav.navbar.sunfw-menu-head .navbar-collapse {
	background-color: #fff;
}

#menu_item_menu ul.navbar-nav > li:hover > a, #menu_item_menu ul.navbar-nav > li.active > a, #menu_item_menu ul.navbar-nav > li:hover > span.nav-header, #menu_item_menu ul.navbar-nav > li.active > span.nav-header {
	color: #f7efc5; /* yellow, text color when hovered and selected, #1217d2 */
    background-color: #2fa6e9; /*#6ebfec;*/
    height: 80px;
}

#menu_item_menu ul.navbar-nav > li > a, #menu_item_menu ul.navbar-nav > li > span.nav-header {
	color: #fff; /*#1217d2*/
    font-family: 'SFU Futura',"Myriad Pro",'Verdana';
    font-size: 18px;
    text-align: center;
}

ul.navbar-nav > li {
	background-color: #008BD1; /*or #0073BC*/
}

/*
#menu_item_menu span.menutitle > img { 
	display:block; 
    margin: auto;
    padding-bottom: 5px;
}
*/
/* CHANGE THE CONTENT OF THE MENU-ITEM ICONS*/
.fa-institution:before {
    background-image: url('/images/lrcweb/menu_icon/home-icon.png');
    background-size: 33px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px; 
    height: 30px;
    content:"";
    /*	content:url(/images/lrcweb/menu_icon/info-icon.png); */
}

.fa-spoon::before { 
    background-image: url('/images/lrcweb/menu_icon/search-icon.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
    /*	content:url(/images/lrcweb/menu_icon/info-icon.png); */
}

.fa-group::before, .fa-users::before { 
    background-image: url('/images/lrcweb/menu_icon/info-icon.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
    /*	content:url(/images/lrcweb/menu_icon/info-icon.png); */
}

.fa-book::before {
    background-image: url('/images/lrcweb/menu_icon/user-manual.png');
    background-size: 28px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px; 
    height: 30px;
    content:"";
}

.fa-gear::before, .fa-cog::before {
    background-image: url('/images/lrcweb/menu_icon/service-icon.png');
    background-size: 33px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px; 
    height: 30px;
    content:"";
}

.fa-envelope-open::before {
    background-image: url('/images/lrcweb/menu_icon/log-icon.png');
    background-size: 32px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px; 
    height: 30px;
    content:"";
}

/* -----------CHANGE THE SECTION CONTENT-TOP----------- */
#sunfw_section_content-top {
	border-bottom: 1px solid #ddd; /* #f4f4f4 */
    background-color: #f4f4f4;
    background-image: none;
    box-shadow: none;
}

.my-promo-right {
    padding-top: 5px;
}

#column_column-5 { /* COLUMN OF PROMO-RIGHT */
	padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
}

/* ---CHANGE THE MAIN CONTENT--- */

	#column_column-7 { /* CHANGE LEFT PADDING OF MAIN CONTENT SECTION */
		padding-left: 0px;
        padding-top: 5px;
        padding-right: 5px;
	}

.sunfw-flex-component .user-1:after, .sunfw-flex-component .user-2:after { /* THE LINE UNDER POSITION 1+2 */
    border-bottom: none;
}

@media screen and (max-width : 767px) {
	#column_column-7 { /* CHANGE LEFT PADDING OF MAIN CONTENT SECTION */
		padding-left: 2px;
	}
}

@media screen and (min-width : 768px) {
/* MAKE SECTION-TOP OVERRIDE THE SECTION-HEADER */
#sunfw_section_top {
	position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border-bottom-style: none;
}

#column_column-20 { /* TOPRIGHT POSITION*/
    padding-left: 50%;
    padding-top: 10px;
}

/* CHANGE MAIN MENU ONLY FOR WIDTH-SCREEN */
    nav.navbar.sunfw-menu-head ul.navbar-nav > li {
		width: 16.66666%;  /* width of each menu-item */
	}
    
    ul.sunfw-tpl-menu {
		height: 80px;
	}
    
    ul.sunfw-tpl-menu {
		width: 100%;  /* whole menu width*/
	}
    
    #menu_item_menu ul.navbar-nav > li {
		height: 80px; /* height of each menu-item */
	}
    
    #menu_item_menu ul.navbar-nav > li > a > i {
		display: block;
    	font-size: 28px;
    	padding-bottom: 0px;
	}
    
    #menu_item_menu {
    	background-color: #008BD1;
    }
    
/* CHANGE SUB-MAINMENU */
	#menu_item_menu ul.dropdown-menu {
    	background-color: #2fa6e9; /*#6ebfec;*/
        min-width: 200px;
    }
        
    ul.sunfw-tpl-menu > li.dropdown-submenu ul {
    	border-top: 1px solid #6ebfec;
    }
    
    ul.sunfw-tpl-menu > li.dropdown-submenu ul li {
    	border-bottom: 1px dotted #f4f4f4;
    }
    
    ul.sunfw-tpl-menu > li.dropdown-submenu ul li:hover {
    	background-color: #008BD1;
    }
    
    #menu_item_menu ul.dropdown-menu li a {
    	color: white;
        font-family: 'Verdana','SFU Futura';
        font-size: 1em;
    }
    
    #menu_item_menu ul.dropdown-menu li a:hover {
    	color: #f7efc5;
    }
  
} /* END OF MEDIA WIDTH CHECKING */

/*----------- CHANGE THE sunfw-pos-banner */
.sunfw-pos-banner {
	margin-left: 5px;
    margin-top: 4px;
}

/* ----------CHANGE MODULE---------------- */

li.lnd_latestnews { /* FOR MODULE LATEST-NEWS-PLUS*/
    padding: 5px 0;
    border-bottom: 1px dotted #cccccc;
    color: #554e44;
}

li.lnd_latestnews a:before {
	margin-left: 15px;
}

li.lnd_latestnews a {
	color: #006899;
}

ul.lnd_latestnews { /* FOR MODULE LATEST-NEWS-PLUS*/
	list-style-type: none;
    padding-left: 5px;
    font-family: 'Verdana';
    font-size: 1.2em;
}

.w3-btn a, .w3-btn a:link, .w3-btn a:visited { /* FOR BUTTON IN MODULE LATEST-NEWS-PLUS*/
    color: #FFFFFF;
    background-color: #006899;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-btn a:hover {
	color: #f7efc5;
    
}

.sunfw-flex-component .user-1 h3.box-title, .sunfw-flex-component .user-2 h3.box-title {
	/* FOR THE MODULE AT POSITIONS USER-1, USER-2*/
	border-bottom: 3px solid #0073bc;
    font-family: 'Verdana';
    font-size: 1.5em;
    color: #008bd1;
}

.sunfw-flex-component .user-1, .sunfw-flex-component .user-2 {
	margin-top: 20px;
    border: none;
}

/* MODULE BREADCRUMBS */
.sunfw-pos-breadcrumbs {
	border-bottom: none;
}

.breadcrumb {
    background-color: #f4f4f4;
}

/* MODULE HEADER */
.lrc-news-icon::before, .page-header h2::before {
    background-image: url('/images/lrcweb/menu_icon/news-icon.png');
    background-size: 20px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 18px;
    margin-right: 5px;
    content:"";
}

.lrc-open-icon::before {
    background-image: url('/images/lrcweb/menu_icon/open-time-icon.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px; 
    height: 18px;
    margin-right: 5px;
    content:"";
}

.mytitle-blue { /* FOR DATABASE MODULE TITLE */
	font-size: 16px;
    font-family: 'Verdana', 'geneva', 'sans-serif';
    color: #cc9900;
}

/* FOR CUSTOM-MODULE THAT HAVE BLUE BGCOLOR AND TEXT  */
.custommy_box_blue { 
    padding: 0px 5px 0px 14px;
    border-radius: 5px 0px 0px 5px;
    background-color:#006899;
    margin-bottom: 5px;
}

.custommy_box_blue > div {
    font-size: 10pt;
    font-family: 'Verdana', 'geneva', 'sans-serif';
    padding-top: 3px;
    padding-bottom: 3px;
}

.custommy_box_blue > div > a {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.custommy_box_blue > div > a:hover {
    color: #edff00;
}

/* FOR CUSTOM-MODULE THAT HAVE LIGHT-BLUE BGCOLOR AND TEXT  */
.custommy_box_blue-light {
    padding: 0px 5px 0px 14px;
    border-radius: 5px 0px 0px 5px;
    background-color: #0276ad;
    margin-bottom: 5px;
}

.custommy_box_blue-light > div {
    font-size: 10pt;
    font-family: 'Verdana', 'geneva', 'sans-serif';
    padding-top: 3px;
    padding-bottom: 3px;
}

.custommy_box_blue-light > div > a {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}

.custommy_box_blue-light > div > a:hover {
    color: #edff00; /* yellow */
}

/* REDEFINE MODULE STYLE - FOR OPAC */
body#sunfw-master .module-style-solid {
	background-color: #006899; /* #d07c35; */
    background-image: none;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 5px;
}

body#sunfw-master .module-style-solid .module-title .box-title {
	color: white;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 10pt;
}

.module-style-solid .module-body a {
	color: white;
}

.module-style-solid .module-body a:hover {
	color: #f1e01f;
}
/* REDEFINE MODULE STYLE - FOR SERVICES REGISTRATION */
body#sunfw-master .module-style-green {
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 5px;
}

body#sunfw-master .module-style-green .module-title .box-title {
	color: #d67901;
}

/* CHANGE MODULE BT CONTENT SLIDER */
.bt-introtext {
    color: rgba(51, 51, 51, 0.8);
    text-align: justify;
    font-family: 'Verdana';
}
.bt-cs {
    background-color: white;
}

#sunfw_section_content-bottom .bt-cs .bt-inner img {
    outline: 1px solid #ddd;
}

/* CHANGE IMAGESLIDESHOW STYLE */
.box_skitter .info_slide_dots .image_number {
	width: 10px;
    height: 10px;
}

/* CHANGE SEARCH MODULE */
.form-search input.search-query {
    margin-bottom: 0px;
    width: 100%;
    margin-right: 10px;
}
/*----------------- DEFINE MY OWN MODULE STYLE------------------------*/

/* FOR CUSTOM-MODULE THAT HAVE YELLOW BGCOLOR AND TEXT  */
.custommy_box_yellow {
    padding: 14px;
    border-radius: 5px 0px 0px 5px;
    background-color:#F3C51C;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 67px;
    display: flex;
}

.custommy_box_yellow > div {
    font-size: 10pt;
    font-family: 'Verdana', 'geneva', 'sans-serif';
    margin-top: auto;
    margin-bottom: auto;
}

.custommy_box_yellow > div > a {
    color: #0e0bad;
    padding-top: 14px;
    padding-bottom: 14px;
}

.custommy_box_yellow > div > a:hover {
    color: #000;
}

/* FOR CUSTOM-MODULE THAT ONLY PRESENT IMAGE */
.custommy_box_img { 
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #c5c7c7;
    margin-bottom: 5px;
}

.custommy_box_img > p {
    margin-bottom: 0px;
}

.custommy_box_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custommy_box_img:hover {
	border: 1px solid #006899;
}

/* CUSTOM MODULE GREEN STYLE IN THE RIGHT-POSITION */
body#sunfw-master .mymodgreen2 {
    box-shadow: 0 0 5px 0 #dadada;
    border: solid 1px #d3d3d3;
    border-radius: 5px 0 0 5px;
    border-bottom: 3px solid #0080008c;
    margin-bottom: 5px;
}

body#sunfw-master .mymodgreen2 .module-title .box-title {
	font-family: 'Verdana','Arial';
    color: #0e990e;
    border-bottom: 1px solid #d3d3d3;
    margin: 0px 0 0px 0;
    background-image: linear-gradient(0deg, #F7FBF2, #0e990e54);
    padding: 10px 5px;
}

/* CUSTOM MODULE BLUE STYLE IN THE RIGHT-POSITION */
body#sunfw-master .mymodblue2 {
    box-shadow: 0 0 5px 0 #dadada;
    border: solid 1px #d3d3d3;
    border-radius: 5px 0 0 5px;
    border-bottom: 3px solid #008bd18c;
    margin-bottom: 5px;
}

body#sunfw-master .mymodblue2 .module-title .box-title {
	font-family: 'Verdana','Arial';
    color: #008bd1;
    border-bottom: 1px solid #d3d3d3;
    margin: 0px 0 0px 0;
    background-image: linear-gradient(0deg, #F7FBF2, #008bd154);
    padding: 10px 5px;
}

/* CUSTOM MENU-MODULE BLUE STYLE IN THE RIGHT-POSITION */
body#sunfw-master .mymenublue2 {
    box-shadow: 0 0 5px 0 #dadada;
    border: solid 1px #d3d3d3;
    border-radius: 5px 0 0 5px;
    border-top: 3px solid #008bd18c;
    border-bottom: 3px solid #008bd18c;
    margin-bottom: 5px;
}

body#sunfw-master .mymenublue2 .module-title .box-title {
	font-family: 'Verdana','Arial';
    color: #008bd1;
    border-bottom: 1px solid #d3d3d3;
    padding: 0px 5px 5px 0px;
}

body#sunfw-master .mymenublue2 .module-title .box-title::before {
	background-image: url(/images/lrcweb/menu_icon/tree_menu.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    content: "";
}

.module-style-blue ul.nav[class*='menu-treemenu'] li a:hover {
	color: #CE8F1C;
    font-weight: 100;
}

.module-style-blue ul.nav[class*='menu-treemenu'] li.active a {
	color: #CE8F1C;
    font-weight: 100;
}

/* CUSTOM MODULE ORANGE STYLE IN THE RIGHT-POSITION */
body#sunfw-master .mymodorange2 {
    box-shadow: 0 0 5px 0 #dadada;
    border: solid 1px #d3d3d3;
    border-radius: 5px 0 0 5px;
    border-bottom: 3px solid #e193248c;
    margin-bottom: 5px;
}

body#sunfw-master .mymodorange2 .module-title .box-title {
	font-family: 'Verdana','Arial';
    color: #e19324;
    border-bottom: 1px solid #d3d3d3;
    margin: 0px 0 0px 0;
    background-image: linear-gradient(0deg, #F7FBF2, #e1932454);
    padding: 10px 5px;
}

/* CUSTOM MODULE HEADER FOR DEFAULT MODULE-STYLE */
.myheadermod-orange {
    padding: 5px 5px 15px;
    margin: 0;
    font-family: 'Verdana', Arial;
    color: #fccc83;
	font-size: 14px;
}
/* FOR MODULE COALA TRAFFIC THAT PRESENT VISITOR COUNTER */
.cwt-hor {
	padding-right: 8px;
}

/* ------------------SECTION CONTENT-BOTTOM ------------------ */
#sunfw_section_content-bottom {
    border-bottom: none;
	border-top: 5px solid #008bd1;
    /*border-bottom-width: 1px;
    border-bottom-color: #a2a2a2;*/
}

.lightgrey-bg {
    background-image: linear-gradient(to bottom, #0E709E, #006899);
}

/* ------------------SECTION FOOTER ------------------ */

#sunfw_section_footer {
	border-top: 5px solid #008bd1; /* #6ebfec */
}

.sunfw-scrollup { /* GO TOP LINK AT THE PAGE BOTTOM*/
	right: auto;
}
/* ------------------ARTICLE CONTENT------------------*/
/* THE CONTENT OF ARTICLE */
.lrc-article-content { /* FOR CONTENT OF ARTICLE */
	margin-left: 5px;
    color: #554e44;font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

.lrc-article-content h1 {
    border-bottom: 3px solid #0073bc;
    font-family: 'Verdana';
    font-size: 1.2em;
    color: #008bd1;
}
/* CUSTOMIZE THE LIST CONTENT IN THE ARTICLE */
ul.lrc-vertical-list {
    list-style-type: none;
    font-family: 'Verdana';
    font-size: 1.2em;
    padding-left: 0px;
}

ul.lrc-vertical-list li {
  border-bottom: 1px dotted #cccccc;
  display: list-item;
  text-align: -webkit-match-parent;
  padding: 8px 16px;
}

ul.lrc-vertical-list li:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}

ul.lrc-vertical-list li a {
    text-decoration: none;
    color: #554e44;
    display: block;
}

ul.lrc-vertical-list li a:hover {
    color: #006899;
}

ul.lrc-vertical-list li:last-child {
  border-bottom: none
}

.articleBody {
	color: #554e44;font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
    margin-left: 5px;
}

.blog-featured .entry-content, .blog .entry-content {
	color: #554e44;font-family: Verdana, Helvetica, sans-serif;
}

#opacsearch { /* The textbox in Opac module */
	margin-bottom:5px;
    width: 100%;
}

/* CREATE FLEXBOX FOR MAIN PAGE MENU ITEM */
.myflex-container {
  display: flex;
  flex-wrap: wrap;
}

.myflex-container > div {
  width: 50%;
  text-align: left;
  font-size: 18px;
  background-color: white;
  min-height: 50px;
}

.myflex-container > div > a {
	color: #0975b9;
    padding: 20px 10px;
    text-decoration: none;
    display: block;
}

.myflex-container > div > a:hover {
    cursor: pointer;
    color: #ce6939;
    /*
    background-color: #2fa6e9; 
    */
}

.myflex-item-odd {
	border-right: 1px dashed #008bd1;
    border-bottom: 1px dashed #008bd1;
    border-left: 1px dashed #008bd1;
}

.myflex-item-even {
    border-bottom: 1px dashed #008bd1;
    border-right: 1px dashed #008bd1;
}

.myflex-item-last {
	flex-grow: 2;
    border-bottom: 1px dashed #008bd1;
    border-right: 1px dashed #008bd1;
    border-left: 1px dashed #008bd1;
}

/* CREATE FLEXBOX FOR IMAGE SHOW */

.myflex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.myflex-column {
  	flex: 24%;
    max-width: 24%;
    padding: 16px 4px;
    border: 1px solid #ddd;
    margin: 2px;
    text-align: center;
    background-color: white;
}

.myflex-column:hover {
	background-color: #f5ddd4;
    border-color: #ff561c;
}

.myflex-column .mycolumn-hoz-1 {
	float: left; 
    height: 69px;
    vertical-align: middle;
    padding: 6px 0;
    width:40%;
}


.myflex-column .mycolumn-hoz-2 {
    float: left; 
    width:60%;
    color: #008bd1;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    height: 69px;
    line-height: 69px;
}

.myflex-column .mycolumn-hoz-2 a {
   display: inline-block;
   vertical-align: middle;
   line-height: normal;
}

@media (max-width: 800px) {
  .myflex-column {
    flex: 49%;
    max-width: 49%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .myflex-column {
    flex: 99%;
    max-width: 99%;
  }
}
