/*   
Theme Name: CTMS New Theme
Theme URI: http://magicsoft-asia.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Bayu Permadi
Version: 1
*/
@font-face {
    font-family: 'Roboto';
    src: url('RobotoTTF/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 12px/1.4 'Roboto', Arial, Serif;color:#000000;padding-top:60px; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */



h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { font-size:1em;}
blockquote p {font-size:1em; }

ul, ol { margin: 0 0 20px 20px; }

.post { 
	font-size:16px;
	color:#000000;
}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts {float:left; }
   .prev-posts {float:right; }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: 'Roboto',Garamond,"Times New Roman", serif; color: #ffffff; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img {display: block; margin: 1em 0;}
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

/*callout-http://mrcoles.com/blog/callout-box-css-border-triangles-cross-browser/#css-triangles-code*/

.callout {
    position: relative;
    margin: 18px 0;
    padding: 18px 20px;
    background-color: #eef4f9;
    /* easy rounded corners for modern browsers */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.callout .notch {
    position: absolute;
    top: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eef4f9;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}
.callout{
	padding-top:10px;
	display:none;
	margin-top:0;	
	background-color:#ffffff;
}
.callout .notch{
	left:auto;
	right:20px;
	border-bottom:10px solid #ffffff;
} 
.callout1{
	width:90%;
	position:absolute;
}
.callout1 hr{
	margin:0;
}
/*/callout*/
/*navbar*/
.logged-in .navbar-fixed-top{
	top:28px !important;
}
.navbar-fixed-top{
	background-color: #fbd32f;
	min-height:64px;
	border:none 0;
}
.navbar-fixed-top .navbar-brand {
	bottom: 0;
    height: 60px;
    margin: auto 0 !important;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.navbar-fixed-top .navbar-brand span{
	color: #333333;
    display: block;
    float: right;
    font-size: 36px;
    font-weight: bold;
    padding: 14px 0;

}
.navbar-fixed-top .navbar-brand  img{
	/*max-width:70px;*/
}
.navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top .navbar-nav > li >ul>li> a 
{
	font-size:16px;
	padding:30px 10px;
	color:#4e4213;
}
.top-menu{
	float:right;
	margin-right:15px;
}
.topnav {
	position:relative;
}
.topnav .btn1{
	float:right;
	margin:20px 5px;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#4d4d4d;
	width:40px;
	height:4px;
	border-radius:2px;
}
.popup-top-menu ul{
	margin:0;	
}
.popup-top-menu ul>li>a
{
	color: #4E4213;
    display: block;
    font-size: 16px;
    padding: 6px 0;
}
.popup-top-menu  .sub-menu{
	margin-left:20px;
}
.callout1 .btn1{
	float:right;
}

.top-menu > ul > li > a:hover,.top-menu > ul > li.current-menu-item > a,  .top-menu > ul > li > ul > li > a:hover{
 
}

.top-menu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
.top-menu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;    
}
.top-menu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
.top-menu ul li.has-sub:hover > a {
  background: #85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));    
  z-index: 999;
}
.top-menu ul li.has-sub:hover > ul,
.top-menu ul li.has-sub:hover > div {
  display: block;
}
.top-menu ul li.has-sub > a:hover {
  
}
.top-menu ul li > ul,
.top-menu ul li > div {
  display: none;
  width: 250px;
  position: absolute;
  top: 70px;
  padding: 10px 0;
  background: #FBD32F;  
  z-index: 999;
  right:0;
}

.top-menu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  float:none;
  position: relative;
}
.top-menu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px !important;
  
}
.top-menu ul ul a:hover {
  color: #ffffff;
}
.top-menu > ul > li.has-sub > a:hover:before {  
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	background:transparent;
}
/*/navbar*/
/*leftsidebar*/
.sidebar{
	padding-top:30px;
}
.sidebar .widget{
	margin-bottom:30px;
}
.sidebar .widgettitle{
	font-size:14px;
}
.sidebar .menu li{
	margin-bottom:8px;
}
.sidebar .menu li a{
	font-size:14px;
}
/*/leftsidebar*/
/*btn*/
.btn1{
	border-radius:18px;
	background-color:#2d8a82;
	border:3px solid #ffffff;
	padding:8px 12px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}
.btn1:hover{
	color:#ffffff;
}
.btn2{
	border-radius:18px;
	background-color:#ffffff;	
	padding:8px 12px;
	color:#1c1c1c;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}
.btn3{
	background-color:#2d8a82;
	border-radius:10px;	
	padding:8px 12px;
	color:#1c1c1c;
	font-size:23px;
	font-weight:bold;
	display:inline-block;
	color:#ffffff;
	
}
.btn4{
	border-radius:18px;
	background-color:#ffcc00;	
	padding:8px 12px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}
.btn5{
	border-radius:18px;
	background-color:#2d8a82;	
	padding:6px 8px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	display:inline-block;
}
.btn5:hover{
	color:#ffffff;
}
/*/btn*/
/*banner*/
.banner{
	text-align:center;
	background-color: #fbd32f;
	padding:30px 0 30px;
}
.action-box{
	margin:30px auto;
}
.action-box a{
	margin:0 14px;
}
.logo-1{
	margin:0 auto;
}
.banner h2{
	font-size:24px;
	color:#333333;
	font-weight:bold;
	margin:14px auto;
	line-height:30px;
}
.banner h3{
	color:#423b1b;
	font-size:20px;
	margin:12px auto;
	line-height:28px;
}
a.request{
	margin-bottom:20px;
}
/*/banner*/


/**
 * Basic Page Structure
 * -----------------------------------------------------------------------------
 */

.page-content {
	width: 100%;
	background-color:#ffffff;
	padding:0px 0 30px;
}

.content-area {
	padding-top: 8px;
	padding-bottom: 48px;
	color:#000000;
}

.content-area h2{
	color:#000000;
	font-size:24px;
	font-weight:bold;
}

/*features*/
.features{
	background-color:#ffffff;
	padding:40px 0 30px;
	text-align:center;
}
.features h2{
	color:#000000;
	font-size:24px;
	font-weight:bold;
	line-height:32px;
}
.featurebox{
	margin-top:120px;
}
.feature img{
	margin:0 auto;
}
.feature h2{
	margin:20px auto 10px;
}
.feature p{
	font-size:20px;
	color:#323232;
	margin:0 20px;
}
/*/features*/
/*cols*/
.cols {
	background-color:#FBD32F;
}
.col{
	text-align:center;
}
.col img{
	margin:0 auto 0px;;	
}
.col h2{
	color:#000000;
	margin:0px auto 0px;
	padding-top:20px;
}
.col p{
	font-size:18px;
	color:#382d00;
	margin:0 0 20px;
}
.col1 img{
	
}
.col2{
	margin-right:-30px;
	margin-left:-30px;
}
.col1 img{
	margin-bottom:30px;
}
.col2 img{
	max-width:100%;
}
/*/cols*/
/*preview*/
.preview{
	padding:40px 0;
	background-color:#FBD32F;
}
.preview-text{
	text-align:center;	
	padding-top:60px;
}
.preview-text h2{
	color:#000000;
	font-size:30px;
	font-weight:bold;
	
}
.preview-text p{
	font-size:18px;
	color:#382d00;
	margin:0 0 20px;
}
/*/preview*/
/*footer*/
.footer{
	padding:60px 0;
	background-color:#000000;
}
.logo-w{
	
}
.logo-w img{
	float:left;
	margin-bottom: 3%;
	margin-left: -4%;
}
.logo-w span{
	font-size:62px;
	color:#ffffff;
	font-weight:bold;
	float:left;
}
.copy{
	font-size:16px;
	color:#cacaca;
}
.footermenu{
	display:none;
}
.footermenu h2{
	font-size:24px;
	font-weight:bold;
}
.footermenu ul{
	margin:0;
	list-style-type:none;
}
.footermenu ul li a{
	font-size:20px;
	color:#cacaca;
}
.bottommenu {
	margin-bottom:0px;
}
.footer .navbar-toggle .icon-bar{
	background-color:#ffffff;
	width:40px;
	height:4px;
	border-radius:2px;
}
.callout2{
	position:absolute;
	width:90%;
	top:auto;
	margin:0;
	bottom:100%;
}
.callout2 .notch{
	bottom: -10px;
    top: auto;
    border-top: 10px solid #eef4f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
}
.callout2 h2{
	font-size: 24px;
    font-weight: bold;
    color:#000000;
    margin:14px 0 0 ;
}
.callout2 ul{
	margin:0;
}
.callout2 ul>li>a{
	color: #000000;
    font-size: 20px;
    padding:4px 0;
    display:block;
}

/*/footer*/
/*innerpage*/
.titlebar{
	background-color:#f9f9f9;
	padding:40px 0;
}
.titlebar h2{
	font-size:28px;
	color:#2d8a82;
	margin:0;
}
.container .post{
	margin-top:30px;
}
/*form*/
#item-vfb-1 label.vfb-desc{
	font-size:15px;
	padding:12px 0;
	width:140px;
	float:left;
}
#item-vfb-1 .vfb-text {
	padding:12px;
	max-width:500px;
	border-radius:8px;
	background:transparent;		
	width:100%;
}
#vfb-form-1 form fieldset{
	background:transparent;
	border:none 0;	
}
#vfb-form-1 .vfb-submit{
	font-size:25px;
	padding:12px 30px;
	display:block;
	margin:0 auto;
}
/*/form*/
/*flag*/
.flagsmenu{
	color:#000000;
	float: right;
    margin: 26px 10px;
}
.flagsmenu .fa-language{
	font-size:30px;
}
.callout.calloutflag{
	padding: 10px 0;
    position: absolute;
    right: 0;
    top: 70px;
    width: 150px;
}
ul.flags {
	margin:0;
	list-style-type:none;
}
ul.flags li a{
	display: block;
    padding: 4px 10px;
    font-size:18px ;
    color:#4E4213;
    
}
ul.flags li a:hover{
	background-color:#e6e6e6;
}
ul.flags li a img{
	margin-right:10px;
}
.callout1 ul.flags li a{
	padding:4px 0px;
}
.callout1 ul.flags li a:hover{
	background-color:transparent;
}
/*/flag*/
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.left{
	text-align:left;
}
.title1{
	font-size:24px;
	font-weight:bold;
        padding-top:100px;
}
.specialimg{
	padding-top:100px;
}
.specialimg-btm{
	padding-top:20px;
}
.specialimg-btm2{
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
}
.specialimg-btm3{
	font-size:18px;
	font-weight:normal;
}
.specialimg2{
	padding-top:20px;
}
ul{
	list-style-type:none;
}
hr{
	margin:0;
}
.cyan{
	color:#67aba5;
}
/*feature*/
.page-feature .banner{
	padding:100px 0 80px;	
}
.page-feature .title1{
	margin-top:30px;
}
.breadcrumb{
	background-color:#000000;
	padding:0;
	margin:0;
}
.breadcrumb ul{
	list-style-type:none;
	padding:6px 8px;
}
.breadcrumb ul li{
	float:left;
}
.breadcrumb .rightdiv {
	margin-top:0px;
	float:center;
}
.breadcrumb ul li a{
	color:#bebebe;
	font-size:12px;
	padding:14px 10px;
	display:block;
}
.featimg{
	margin:50px auto;
}
ul.featlist{
	margin-top:70px;
	list-style-type:none;
	margin-left:40px;
}
ul.featlist li{
	font-size:18px;
	font-weight:normal;
}
ul.featlist p{
	font-size:18px;
	font-weight:normal;
}
ul.featlist li:before{ content:"-"; position:relative; left:-5px;}
ul.featlist li{ text-indent:-5px; }
.alertreporting{
	background-color: #FBD32F;
}
.alertreporting .title1{
	margin-left:40px;
	margin-top:10px;
}
.alertreporting ul.featlist{
	margin-top:0;
	margin-bottom:60px;
}

.instruments-types{
	background-color: #FFFFFF;
}
.instruments-types .title1{
	margin-left:40px;
	margin-top:10px;
}
.instruments-types ul.featlist{
	margin-top:0;
	margin-bottom:60px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(45, 138, 130, 0.9) url(http://edata.sg/ems/wp-content/themes/edata/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
/*/feature*/
/*support*/
.searchbox{
	padding:50px 0;
}
.searchbox .searchcont{
	position:relative;
	width:90%;
	margin:0 auto;
}
.searchbox #s{
	border-radius:26px;
	padding:10px 20px 10px 60px;
	font-size:26px;
	border:2px solid #cccccc;
	color:#d8d8d8;
	width:100%;
}
.searchicon{
	font-size:32px;
	color:#cccccc;
	position:absolute;
	margin-top:1%;
	margin-left:2%;
}
.notfound{
	margin-bottom:30%;
}
.notfound a{
	font-size:26px;
	color:#2D8A82;
	margin-left: 3%;
}
.searchdata {
	margin-top:3%;
	margin-bottom:5%;
}
.searchdata .searchtitle {
	margin-top:5%;
}
.searchdata .searchtitle a {
	color:#2D8A82;
}
.page-support .titlebar{
	padding:0;
	background-color:transparent;
}
.page-support .titlebar h2{
	color:#4d4d4d;
}
.page-support .container .post{
	margin-top:10px;
	border-top:thin solid #EEEEEE;
}
.page-support .container .entry{
	margin-top:10px;
}
.page-support .post,.page-support .post a{
	font-size:22px;
	color:#4d4d4d;
}
.page-support .post ol{
	margin-left:30px;
}
.reportitem{
	line-height:24px;
}
/*/support*/
/*/innerpage*/

@media(min-width:478px){
	.callout{
		width:95%;
	}
}
@media (min-width: 375px){
	#item-vfb-1 .vfb-text {
		width:50%;	
	}
}

@media (min-width: 768px) {/*bootstrap-ipad*/	
	.callout1,.callout2{
		display:none !important;
	}
	.request{
		margin-bottom:0px;
	}
	.cd-top {
    		right: 20px;
    		bottom: 20px;
  	}
  	/*.navbar-fixed-top .navbar-brand  img{
		max-width:100px;
	}*/
	
}
@media(min-width:992px){/*bootstrap-desktop*/
	.col1 img{
		margin-bottom:0px;
	}
	.col2{
		margin-right:15px;
		margin-left:15px;
	}
	.col2 img{
		max-width:none;
	}
	.preview-text{
		text-align:right;
	}
	.preview-text{		
		padding-top:60px;
	}
	.preview{
		padding:110px 0;
		background-color:#ffffff;
	}
	.features{		
		padding:70px 0;
	}
	.footer{
		padding:130px 0;
	}
	.footermenu{
		display:block;
	}
	
	#item-vfb-1 label.vfb-desc{		
		width:200px;
	}
	.breadcrumb .rightdiv {
		margin-top:-15px;
		float:right;
	}
	.cd-top {
    		height: 60px;
    		width: 60px;
    		right: 30px;
    		bottom: 30px;
  	}
	
}
@media (min-width: 1200px){/*bootstrap-desktop*/
	.container{
		width:1024px;
	}
}
@media (min-width: 1040px){
	
}
