@CHARSET "UTF-8";
/*@font-face{
font-family: GenWanMin;
src: url('GenWanMin-M.woff'), url('GenWanMin-M.woff') format('woff');
}
@font-face{
font-family: GenRyuMin;
src: url('GenRyuMin-M.woff'), url('GenRyuMin-M.woff') format('woff');
}
@font-face{
font-family: jf-openhuninn;
src: url('jf-openhuninn.woff'), url('jf-openhuninn.woff') format('woff');
}
@font-face{
font-family: CentraNo2;
src: url('CentraNo2.woff2'), url('CentraNo2.woff2') format('woff2');
}
@font-face{
font-family: Domaine;
src: url('Domaine.woff2'), url('Domaine.woff2') format('woff2');
}
@font-face{
font-family: Montserrat-Light;
src: url('Montserrat-Medium.woff'), url('Montserrat-Medium.woff') format('woff');
}*/
* {
	margin: 0;
}
@media screen and (max-width:540px){
	.sectiontitle{
		left: 30%; font-weight:400;font-size:16px;
	}
}
@media (min-width:541px) and (max-width:600px){
	.sectiontitle{
		left: 30%; font-weight:400;font-size:20px;
	}
}
@media (min-width:601px) and (max-width:958px){
	.sectiontitle{
		left: 40%; font-weight:400;font-size:24px;
	}
}
@media (min-width:959px){
	.sectiontitle{
		padding-top:8px;left: 40%; font-weight:400;font-size:24px;
	}
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	#pContent{
		display:contents;
	}
    label.mdl-js-checkbox span.mdl-ripple {
		display:none !important;
	}
}
}	
body{
    font-family:"Roboto", "Noto Sans HK", "Microsoft JhengHei",  微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
    /*min-width:420px !important;WCAG2.1 2024*/
    font-variation-settings:'wght' 400;
}
body:lang(zh-cn) {
   font-family:Roboto, "Noto Sans SC", "Microsoft JhengHei",  微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
} 
body:lang(zh-hk) {
  font-family:Roboto,  "Noto Sans HK", "Microsoft JhengHei",  微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
} 
body:lang(zh-tw) {
   font-family:Roboto, "Noto Sans HK", "Microsoft JhengHei",  微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
#formhdr{
/*font-weight:500;*/
font-weight:bold;
}
#formhdr:lang(zh-cn),#formhdr:lang(zh-hk),#formhdr:lang(zh-tw){
font-weight:bold;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	/*min-width:400px;WCAG2.1 2024*/
	background-color:#fff5f5;
}
#brand{
	width: auto;
}
.links{
	border-left: 5px solid #C5CAE9;
	background-color: #FAFAFA;
	color: #555;
	padding:5px 5px 5px 40px;
	width:70%;
	text-align:left;
}
/*.links:hover{
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}*/
@media screen and (max-width:466px) {

    #geoImg{
    	display:none;
    }
    #footer{
    height:85px;
    }
    /*
    #brand{
    	width:400px;
    }WCAG2.1 2024
    */
    
    .tables{
    	width:100%;
    	margin:2px 0px 30px 0px;
    }
    
    .links{
    	padding:5px;
    	width:200px;
    }
    
    .wide {
  		width: 45%;
	}
	
	#hklandscape{
		position: relative;
		/*object-fit: cover;*/
		max-width: 466px;
    height: 150px;
    background-image: url(./hk_landscape.png);
    /*background-position: -910px 0px;*/
    background-position: 0px 0px;
    background-size: cover;
	}
}

@media screen and (max-width: 799px) and (min-width:466px) {
    #geoImg{
    	display:none;
    }
    #footer{
    	height:70px;
    }
    
    .tables{
    	width:100%;
    	margin:2px 0px 30px 0px;
    }
    
    .wide {
  		width: 60%;
	}
	
	#hklandscape{
		position: relative;
		/*object-fit: cover;*/
		max-width: 799px;
    height: 150px;
    background-image: url(./hk_landscape.png);
    background-position: -910px 0px;
    background-size: cover;
	}
}

@media screen and (min-width: 799px) {
    #geoImg{
    	display:inline-block;
    }
    #footer{
    	height:50px;
    }
    .ms{
		width:95%;
	}
	.tables{
    	width:90%;
    	margin-top:30px;
    	margin-bottom:30px;
    	box-shadow: 5px 5px 5px #cccccc;
    }
    .wide {
  		width: 70%;
	}
	#hklandscape {
        max-width:100%;
        min-width:799px;
        max-height:85%;
        min-height:220px;
        background-repeat: no-repeat;
        /*background-size:contain;*/
        background-position: bottom;
        background-image: url(./hk_landscape.png);
    }
}

@media screen and (max-width: 450px) {
  #lang_sec_en_sp, .content_menu_div_lang_en_span {
    font-size: 10px;
  }
  
  #hklandscape{
  	height: 50px;
  }

  .contentArea{
  	padding: 0px;
  }
  #right_lang_sec_font{
  	margin-right: 10px;
  }
  #right_lang_sec{
  	letter-spacing: 1px;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

#confWarn{
	color:#9F0000;
	width:auto;
	max-width:800px;
}

.accessible {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	/*margin: 10px;*/
	background-color:#606060;
}

input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}

.hTitle{
	font-weight: 500;
	padding:10px;
	color:#b82718;
}
#hTitle1,#hTitle2{
	font-weight: 500;
	padding:10px;
	color:#b82718;
}
.hTitle:lang(zh-cn),.hTitle:lang(zh-hk),.hTitle:lang(zh-tw),#hTitle1:lang(zh-cn),#hTitle1:lang(zh-hk),#hTitle1:lang(zh-tw),#hTitle2:lang(zh-cn),#hTitle2:lang(zh-hk),#hTitle2:lang(zh-tw){
font-weight:bold;
}

.contentArea{
	padding:10px;
	margin:0px 0px 0px 0px;
}

.ms{
	display: inline-block !important;
	visibility:visible !important;
}

#uploadResult{
	display:none;
}

#btnRow{
	display:none;
	width:95%;
	margin-left:30px;
}

.dec{
	display:inline-block !important;
}

.edec{
	display:inline-block !important;
	border:2px solid #b82718
}

.visibleBtn{
	display: block !important;
	padding: 10px;
	float: left;
	width: 120px;
}

#ackMsg{
	display:none;
}

#query,#ackMsg{
	visibility:hidden;
	padding-left:30px;
	color: #555;
}

.hide{
	display:none;
}

.fordisabled{
	position:absolute;
	left:-9999px;
}

#serErrMsg,#successMsg,#errMsg{
color:#b82718/*#d23f31*/;
padding:8px;
width:auto;
}

#successMsg{
color:#555;
}

table tr td{
	vertical-align:top;
}

img{border:0}

.smaller{
	/*padding:10px;*/
	padding:15px 5px 0px 5px;
}

 .langBar a {
    background-color: #ffd9d9;
}

 .langBar a:hover {
    background-color: #ffb8b8;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

div#home a {
    text-decoration:none;
    font-weight:bold;
}
div#home a:hover {
    color:#b82718;
}

div#menu_div{
	background-color:#ffd9d9;
}

span#home{
	float:left;padding-top: 8px;margin-left: 20px;display:inline-block;
}

span .home_span{
	vertical-align:sub;
}

div#fmenu a{
	text-decoration:none;
}


div#en {
	margin-top:5px;
	/*width:61px;*/
	height:20px;
	display:inline;
	font-size:1em;
	font-weight:bold;
	color:rgba(0, 0, 0, 0.87);
    /*background: url('../assets/reo/mainbar5.gif');*/
}

div#en:hover {
    /*background: url('../assets/reo/mainbar5_f2.gif');*/
    color:#b82718;
}

div#ch {
	margin-top:5px;
	/*width:61px;*/
	height:20px;
	display:inline;
	font-size:1em;
	font-weight:bold;
	color:rgba(0, 0, 0, 0.87);
    /*background: url('../assets/reo/mainbar6.gif');*/
}
div#ch:hover {
    /*background: url('../assets/reo/mainbar6_f2.gif');*/
    color:#b82718;
}

div#sc {
	margin-top:5px;
	/*width:61px;*/
	height:20px;
	display:inline;
	font-size:1em;
	font-weight:bold;
	color:rgba(0, 0, 0, 0.87);
    /*background: url('../assets/reo/mainbar7.gif');*/
}
div#sc:hover {
    /*background: url('../assets/reo/mainbar7_f2.gif');*/
    color:#b82718;
}



div#smallfont {
	margin-top:5px;
	width:16px;
	height:16px;
	display:inline;
    /*background: url('../assets/reo/small_a.png');*/
}
div#smallfont:hover {
    /*background: url('../assets/reo/small_a_f2.png');*/
}

div#middlefont {
	margin-top:5px;
	width:16px;
	height:16px;
	display:inline;
    /*background: url('../assets/reo/middle_a.png');*/
}
div#middlefont:hover {
    /*background: url('../assets/reo/middle_a_f2.png');*/
}

div#largestfont {
	margin-top:5px;
	width:16px;
	height:16px;
	display:inline;
    /*background: url('../assets/reo/largest_a.png');*/
}
div#largestfont:hover {
    /*background: url('../assets/reo/largest_a_f2.png');*/
}



a:hover {
color: #0099FF;
text-decoration: underline;
}
a:visited {
color: #555555;
text-decoration: underline;
}
a:link {
color: #555555;
text-decoration: underline;
}

#content {
	position: relative;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;

}
#footer{
	position:relative;
	background-color:#ffd9d9;
	margin: 0 auto;
}
#push,#footer {
	/*height: 50px;*/
	float:left;
	width:100%;
}

body {
  /*background-color: #f9f9f9;*/
  /*font-family: Roboto,"Noto Sans HK", "Microsoft JhengHei","微軟正黑",CentraNo2,Montserrat-Light,Domaine,GenWanMin,"微软雅黑", RobotoDraft, 'Helvetica Neue', Helvetica, Arial,"华文宋体",STSong,"新細明體";*/
  /*font-family:ramblaregular,Helvetica,Arial,"华文宋体",STSong,"新細明體",PMingLiU,sans-serif;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
    
 section {
   padding: 30px 25px;
 }
 
 section > * {
   margin: 10px
 }
 
 /* Button */
 .button {
   display: inline-block;
   position: relative;
   width: 120px;
   height: 32px;
   line-height: 32px;
   border-radius: 2px;
   font-size: 0.9em;
   background-color: #fff;
   color: #646464;
   behavior: url(PIE.jsp);
 }
 
 .button > paper-ripple {
   border-radius: 2px;
   overflow: hidden;
 }
 
 .button.narrow {
   width: 60px;
 }
 
 .button.grey {
   background-color: #eee;
 }
 
 .button.blue {
   background-color: #4285f4;
   color: #fff;
 }
 
 .button.green {
   background-color: #0f9d58;
   color: #fff;
 }
 
 .button.raised {
   transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
   transition-delay: 0.2s;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   behavior: url(PIE.jsp);
 }
 
 .button.raised:active {
   box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
   transition-delay: 0s;
   behavior: url(PIE.jsp);
 }
 
 /* Icon Button */
 .icon-button {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
 }
 
 .icon-button > core-icon {
   margin: 16px;
   transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 }
 
 .icon-button:hover > core-icon {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
 }
 
 .icon-button > paper-ripple {
   overflow: hidden;
   color: #646464;
 }
 
 .icon-button.red > core-icon::shadow path {
   fill: #db4437;
 }
 
 .icon-button.red > paper-ripple {
   color: #db4437;
 }
 
 .icon-button.blue > core-icon::shadow path {
   fill: #4285f4;
 }
 
 .icon-button.blue > paper-ripple {
   color: #4285f4;
 }
    
 .fab {
   position: relative;
   display: inline-block;
   width: 56px;
   height: 56px;
   border-radius: 50%;
   color: #fff;
   overflow: hidden;
   transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
   transition-delay: 0.2s;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   behavior: url(PIE.jsp);
 }
 
 .fab.red {
   background-color: #d23f31;
 }
 
 .fab.blue {
   background-color: #4285f4;
 }
 
 .fab.green {
   background-color: #0f9d58;
 }
 
 .fab:active {
   box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
   transition-delay: 0s;
 }
 
 .fab > core-icon {
   margin: 16px;
 }
 
 .fab > core-icon::shadow path {
   fill: #fff;
 }
 
 /* Menu */
 .menu {
   display: inline-block;
   width: 180px;
   background-color: #fff;
   box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
   behavior: url(PIE.jsp);
 }
    
.item {
  position: relative;
  /*height: 48px;*/
  line-height: 1.5;
  color: #646464;
  font-size: 0.9em;
  display: block;
  padding:15px;
}

.menu.blue > .item {
  color: #4285f4;
}
    

.card, .dialog {
  position: relative;
  display: inline-block;
  /*width: 300px;
  height: 240px;*/
  vertical-align: top;
  background-color: #eee;
  /*box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  /*behavior: url(PIE.jsp);*/
  /*margin: 10px;*/
  margin: 10px 0px 10px 30px;
  font-weight:bold;
}

.dialog {
  box-sizing: border-box;
  padding: 16px;
}

.dialog > .content {
  height: 170px;
  font-size: 0.9em;
}

.dialog > .content > .title {
  font-size: 1.3em;
}

.dialog > .button {
  width: 90px;
  float: right;
}
        
.center {
  text-align: center;
}

.label {
  padding: 0 16px;
}

.label-blue {
  color: #4285f4; 
}

.label-red {
  color: #d23f31; 
}
    
 
#cssmenu ul ul li a {
font-size:14px;
color:#555;
background: none repeat scroll 0% 0% #ddd;
}

.formPanel{
/*padding-left:10px;*/
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  /*content: ".";
  display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  /*font-family: 'Open Sans', sans-serif;*/
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #9f0000;/*#f2a7d9;/*#009ae1;*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  z-index:99;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 15px 20px 22px 20px;/*20px;*/
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555555;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight: bold;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #9f0000;/*#f2a7d9;/*#009ae1;*/
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #9f0000;/*#f2a7d9;/*#009ae1;*/
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 20px;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
  padding:5px; /*10px 20px;*/
  width:250px;
  /*min-height: 40px;*/
  /*height:auto;*/
  font-size: 14px;/*12px;*/
  background: #ddd;/*#555555;*/
  text-decoration: none;
  color: #555;/*#dddddd;*/
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border:1px solid #fff;
  border: 1px solid #FFF;
  text-align: center;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

#disclaimer{
  /*background-color:#dbdeec;*/
  float:left;
  background-image:url('../assets/dot.png');
  border: 4px solid #888888;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin:8px;
  color:#666666;
  padding:10px 10px 10px 25px;
  /*width:97%;*/
	
}


i.pnav-icon{ font-size:35px !important;}

.mdl-button{text-transform:none !important;
color: #646464 !important;}

#flag {
 z-index: 998;
opacity:1;
height:70px;
overflow:hidden;
/*height: 100px;
position: absolute;*/
z-index: 2;
float: left;
/*background: linear-gradient(90deg, rgba(255,205,210,1) 0%, rgba(225,190,231,1) 20%, rgba(193,155,199,1) 100%)*/;
}

#pdf-div{
	font-size: 38px; 
	padding: 5px;
	color: #555; 
	vertical-align: super;
}

.uploadify_queue_item_border{
	border: 1px solid #ccc;border-radius: 16px;text-align:center;
}

#pdfPageNumber,#ap-pdfPageNumber,#pdfTotalPageNumber,#ap-pdfTotalPageNumber,.pdfPageNumber,.pdfTotalPageNumber,.tifPageNumber,.tifTotalPageNumber{
text-align:center;
height:40px;
line-height: 40px;
vertical-align: text-bottom;
}

/* add for CSP */
.el_preview_id_border{
	border: 2px solid #ccc;
	border-radius: 16px;
}

.left_35p{
	left:35%;
}


.text_align_center{
	text-align:center
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}

.pContent_h3{
	padding: 10px;
	color: rgb(159, 0, 0);
}


.buffering_img{
	position:relative;
	width:100px;
}


.buffering_img_upload{
	position:absolute;
	padding-left:30px;
	width:100px;
}

.m_width600{
	max-width:600px;
}

.bg_e{
	blackground:#eee !important;
}


.color_b82{
	color:#b82718 !important;
}

.color_9f{
	color: #9F0000 !important;
}

.contentcontainer_icon_i{
	font-size: 44px;
	line-height: 20px;
}

.display_none{
	display:none;
}


.display_hidden{
	display:hidden;
}

.display_block{
	display:block;
}

.display_inline_s{
	display:inline;
}

.display_inline{
	display:inline-block;
}

#cancelUploadBtn, #cancelUploadBtn1, #cancelUploadBtn2{
	cursor: pointer;
}

.text_size{
	display: inline-block;
	width: 24px;
	height: 24px;
}


.mdl-checkbox.is-focused .mdl-checkbox__focus-helper{
	box-shadow: 0 0 0 8px #545454!important;
	background-color: #ffffff!important;
}

.table-bg{
	background: linear-gradient(90deg, rgba(255,205,210,1) 0%, rgba(225,190,231,1) 20%, rgba(193,155,199,1) 100%);
}

.box-shadow5{
	box-shadow: 5px 5px 5px #cccccc;width:100%;
}

.linksHeadImg{
	float:left;padding:10px;
}

.pad8{
	padding:8px;
}

.font-bold{
	font-weight:bold;
}

.valign-top{
	vertical-align:top!important;
}

.h60px{
	height:60px;
}

.padding0{
	padding: 0px 0px !important;
}

.padding-top20{
	padding: 20px 0px 0px 0px !important;
}
.padding-top18{
	padding: 18px 0px 0px 0px !important;
}
.padding-top25{
	padding: 25px 0px 0px 0px !important;
}

.sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}