html{overflow-y:scroll;}

body{
    margin:0; 
    padding:0;  
    font-size: 0.8rem;
    line-height: 1.65714286em;
    font-family: poppins,sans-serif;
    color: #484848;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400; 
}

.rndborder{background:white;}

body.boxed{
    color:#919191; 
    background-color:#000000;
}

.justify{text-align:justify;}

.bold{font-weight:bold;}

.center{text-align:center;}

.right{text-align:right;}

.uppercase{text-transform:uppercase;}

.hidden{display:none;}

.clear{
    display:block; 
    clear:both;
}

.clear:after{
    display:block; 
    visibility:hidden; 
    height:0; 
    clear:both; 
    font-size:0; 
    content:"";
}

a{
    color:#0E6698; 
    outline:none; 
    text-decoration:none;
}

.font-medium, .font-medium a{
    font-weight: 400 !important; 
    font-size: 0.8rem !important;
}

.fl_left{float:left;}

.fl_right{float:right;}

img{
    max-width:100%; 
    margin:0; 
    padding:0; 
    border:none; 
    line-height:normal; 
    vertical-align:middle;
}

.boxholder{
    padding:9px; 
    border:1px solid #D6D6D6;
}

.imgl{
    float:left; 
    margin:0 15px 10px 0; 
    clear:left;
}

.imgr{
    float:right; 
    margin:0 0 10px 15px; 
    clear:right;
}

/*----------HTML 5 Overrides----------*/

address, article, aside, figcaption, figure, footer, header, nav, section{
    display:block; 
    margin:0; 
    padding:0;
}

/*----------Responsive Videos----------*/

.video{
    display:block; 
    position:relative; 
    width:100%; 
    height:0; 
    margin:0; 
    padding:0 0 56.25% 0;
}

.video iframe{
    display:block; 
    position:absolute; 
    width:100%; 
    height:100%; 
    margin:0; 
    padding:0;
}

/*----------Wrapper----------*/

div.wrapper, .wrapper100{
    display:block; 
    width:100%; 
    margin:0; 
    padding:0; 
    text-align:left; 
    word-wrap:break-word; 
    border-bottom: -1px solid #C0C0C0;
}

.row1, .row1 a{
    color:#C0BAB6; 
    background-color:#333333;
}

.row2{
    color:#919191; 
    background-color:#232323; 
    border-bottom:1px solid #333333;
}

.row3{
    color:#666666; 
    background-color:#FCFCFC;
}

.row4, .row4 a{
    color:#919191; 
    background-color:#232323;
}

.row5{
    color:#666666; 
    background-color:#FFFFFF; 
    border-bottom:1px solid #E5E4E3;
}

.row6{
    color:white; 
    background-color:#0E6698;
}

/*----------header background----------*/

.row7{background-color:white;}

.row8{background-color: #6f7e3533;}

.row9{background-color:#B9B9B9;}

/*----------Generalise----------*/

h1, h2, h3, h4, h5, h6{
    /*letter-spacing: 1px;*/
    /*font-weight: 600;*/
    /*color:#205353;*/
    color: #097676;
    font-weight: 400; 
}

/*h1{
    margin:0 0 30px 0; 
    font-size:1.8em; 
    font-weight:bold; 
    line-height:normal; 
    text-transform:capitalize;
}

h2{
    margin:0 0 10px 0; 
    font-size:1.4em; 
    font-weight:bold; 
    line-height:normal; 
    text-transform:capitalize;
}

h3, h4, h5, h6{
    margin:0; 
    font-size:1.3em; 
    font-weight:bold; 
    line-height:normal; 
    text-transform:capitalize;
}*/

address{
    margin:10px 0; 
    font-style:normal;
}

nav ul{
    margin:0; 
    padding:0; 
    list-style:none;
}

#header, #topnav, #intro, #container, #footer, #copyright{margin:0 auto;}

/*----------Header----------*/

#header{padding:20px 0 20px 0;}

#header #hgroup{
    display:block; 
    float:left; 
    width:auto; 
    clear:right;
}

#header #hgroup h1, #header #hgroup h2{
    margin:0; 
    font-weight:normal; 
    text-transform:none;
}

#header #hgroup h1{font-size:2em;}

#header #hgroup h2{font-size:1em;}

#header #header-contact{
    display:block; 
    float:right; 
    width:auto; 
    clear:right;
    text-align: right;
}

#header #header-contact ul{margin-top:5px;}

#header #header-contact li{
    display:inline; 
    margin:0 0 0 15px; 
    padding:0 0 0 15px; 
    border-left:1px solid #C0BAB6;
}

#header #header-contact li:first-child{
    margin:0; 
    padding:0; 
    border:none;
}

#header #header-login{
    display:block; 
    float:right; 
    width:auto; 
    clear:right;
}

#header #header-login ul{margin-top:40px;}

#header #header-login li{
    display:inline; 
    margin:0 0 0 15px; 
    padding:0 0 0 15px; 
    border-left:1px solid #C0BAB6;
}

#header #header-login li:first-child{
    margin:0; 
    padding:0; 
    border:none;
}

/*----------Content Area----------*/

#container{
    padding:50px 0;
    clear:both; 
    background-color : transparent !important;
    /*    font-size:1em; 
        line-height:1.4em;*/
}

#container section{margin-bottom:50px;}

#container section.last{margin-bottom:0;}

.emphasise, #container .emphasise{
    font-size:2.8em; 
    line-height:1.4em;
}

.font-small, #container .font-small{font-size:0.9em;}

/*----------Tajuk Text Box (all)----------*/

.font-medium, #container .font-medium{
    font-size:1.2em;
    font-weight: bold;
    _text-shadow: 1px 1px #000;
}

.font-large, #container .font-large{font-size:1.4em;}

.font-xl, #container .xl-large{
    font-size:4em; 
    line-height:1.2em;
}

.font-xxl, #container .xxl-large{
    font-size:6em; 
    font-weight:normal; 
    line-height:1.2em;
}

/*----------Sidebar----------*/
.sidebar aside{line-height:1.2em;}

.sidebar aside h2{
    margin-bottom:12px; 
    padding-bottom:12px; 
    border-bottom:1px solid #E8E8E8; 
    font-size:1.4em;
}

.sidebar aside ul.nospace li{margin-top:20px;}

/*----------Footer----------*/

#footer{padding:30px 0 !important;} 

#footer .footer_title{
    /*    font-size:1.2em; 
        margin-bottom:10px; 
        padding-bottom:10px; 
        border-bottom:1px solid #919191;*/
}

/*#footer div{margin-bottom:0;}*/

#footer .tweet-container li{
    margin-top:18px; 
    padding-top:18px; 
    border-top:1px solid #333333;
}

#footer .tweet-container li:first-child{
    margin-top:0; 
    padding-top:0; 
    border-top:none;
}

#footer .tweet-container li .tweet_time{font-size:.8em;}

#footer #ft_gallery.spacing li{margin-bottom:15px;}

#footer form input[type=text], #footer form textarea{
    border-color:gray;
    font:inherit;
    margin-bottom:15px;
}

#copyright{padding:20px 0;}

#copyright p{
    margin:0; 
    padding:0;
}

#copyright a{color: #0099cc;}

#copyright a:hover{text-decoration: underline;}

.visit_no{
    color:#0099cc;
    font-size:2em;
    font-weight: bold;
}

#topnav{
    padding:0; 
    color:#C0BAB6; 
    clear:both; 
}

#topnav ul{
    margin:0; 
    padding:0; 
    list-style:none; 
}

#topnav ul ul{
    z-index:9999; 
    position:absolute; 
    width:200px; 
    text-transform:none;
    background-color: #fff;    
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-color: #eee;
    border-width: 1px!important;
    margin-top:-5px;
}

#topnav ul ul ul, #topnav ul ul ul ul{
    left:180px; 
    top:0;
}

#topnav ul:first-child li:last-child > ul{right:0;}

#topnav ul:first-child > li:last-child li > ul{left:200px;}

#topnav li{
    position:relative; 
    display:block; 
    float:left; 
    margin:0 10px 0 0; 
    padding:0;
}

#topnav li:first-child{}

#topnav ul:first-child li:last-child{margin-right:0;}

#topnav li li{
    width:100%; 
    margin:0;
}

#topnav li a{
    display:block; 
    padding:15px 0;
}

#topnav li li a{display:block; margin:0; padding:8px 0px;}

#topnav ul ul{display:none;}

#topnav ul li:hover > ul{display:block;}

#topnav a{color:#205353;}

#topnav li a.drop, #topnav li.active a.drop{
    padding-left:15px; 
    background-image:url("images/dropdown_black.png"); 
    background-position:3px center; 
    background-repeat:no-repeat;
    background-size:7px 7px;
}

#topnav a:hover{color:#0099cc;}

/* Top navigation for smaller resolutions */

#topnav form{
    display:block; 
    /*height:30px;*/ 
    margin:0 auto; 
    padding:20px 0;
}

#topnav form select{
    display:block; 
    width:100%; 
    padding:8px; 
    color:#FFFFFF; 
    background-color:#232323; 
    border:1px solid #494949; 
    cursor:pointer; 
    outline:none;
}

#topnav form select option{
    display:block; 
    margin:10px; 
    padding:0; 
    cursor:pointer; 
    outline:none; 
    border:none;
}

/* Sidebar Navigation */

.sidebar aside nav{
    display:block; 
    width:100%; 
    margin-bottom:30px;
}

.sidebar aside nav ul{
    margin:0; 
    padding:0; 
    list-style:none;
}

.sidebar aside nav li{
    margin:0; 
    padding:0;
}

.sidebar aside nav a{
    display:block; 
    margin:0; 
    padding:6px 10px 6px 15px;
    color:#666666; 
    background-color:inherit; 
    text-decoration:none; 
    background-image : url('images/arrow.png');
    background-repeat: no-repeat; 
    background-size : 12px 12px;
    background-position: 0px 8px;
}

.sidebar aside nav a:hover{
    color:#6BB1BB; 
    background-color:inherit;
    background-image : url('images/arrow_hover.png');
}

.sidebar aside nav ul ul a{
    padding-left:35px; 
    background-position:20px 8px;
}

.sidebar aside nav ul ul ul a{
    padding-left:45px; 
    background-position:30px 8px;
}

.sidebar aside nav ul ul ul ul a{
    padding-left:55px; 
    background-position:40px 8px;
}

.sidebar aside nav ul ul ul ul ul a{
    padding-left:65px; 
    background-position:50px 8px;
}

.sidebar aside nav .active a{
    /*color: rgb(253, 190, 8);*/ 
    /*background-image: url("images/orange_file.gif");*/ 
    /*font-weight: bolder;*/ 
    /*background-color: rgba(5, 51, 76, 0.6);*/
    /*background-color: #6f7e3533;*/
    /*border-radius: 5px;*/
    /*font-weight: 400;*/
    color : #6BB1BB;
    background-image : url('images/arrow_hover.png');
}

/* Pagination */

.pagination{
    display:block; 
    width:100%; 
    text-align:center; 
    clear:both; 
    line-height:normal;
}

.pagination ul{
    margin:0; 
    padding:0; 
    list-style:none;
}

.pagination li{display:inline;}

.pagination strong{font-weight:normal;}

.pagination .next{margin:0;}

.pagination a, .pagination .current strong, .pagination .splitter strong{
    display:inline-block; 
    padding:5px 10px; 
    margin:1px 2px;
}

.pagination a:first-child{margin-left:0;}

.pagination a{border:1px solid #DFDFDF;}

/* Footer Navigation */

.footer_nav{
    margin:0; 
    padding:0;
}

.footer_nav ul li{
    margin-top:12px; 
    padding-top:12px; 
    border-top:1px solid #333333;
}

.footer_nav ul li:first-child{
    margin-top:0; 
    padding-top:0; 
    border-top:none;
}

.cke_editable{margin:20px !important;}

.pagination { 
    padding : 20px 0px; 
    text-align : center; 
}

.pagination a, .pagination span { 
    color:#FFFFFF; 
    background-color:#FF9900; 
    display : inline-block;  
    border : 1px solid #CC7500; 
    padding: 6px 15px 5px; 
    margin : 0 1px; 
}

.pagination span{
    background-color:#F7F7F7; 
    border : 1px solid #cccccc; 
    color : #cccccc; 
    cursor: default; 
}

.pagination a:hover{
    color:#FF9900; 
    background-color:#A66000; 
    border-color:#FF9900;
}

#myfooter{
    background-color: #eff1f4;
    background-image:url('images/footer.png')
}

#myfooter2{background-color: #f8f9fa;}

#bigtitle{
    font-size: 1.4rem;
    color: #097676; 
    font-weight: 600;
    line-height: 1em;
}

.mybutton2 {
    border-radius: 2em!important;
    background-color: #ff4c4c;
    border-style: solid;
    color: #3d467a;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    padding: 6px 18px;
    color: #ffffff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.mybutton2:hover{
    background-color: #f3bf00;
    color : #000;
    cursor: pointer;
}

#header a{color:inherit;}

.minimenu1,.minimenu2,.minimenu3{
    text-align: center;
    color:white;
    font-weight: 600;
    padding:10px 0;
}

.minimenu3{
    background : #3d467a;
    border-radius: 0 5px 5px 0;
}

.minimenu2{background : #6BB1BB}

.minimenu1{
    background : #f3bf00;
    border-radius: 5px 0 0 5px;
}

#bodycontent{
    background-image: url('images/bg1.png');
    background-repeat:no-repeat;
}

.rslides_container {border-radius: 5px;}

.centered-btns_nav {
    /*background-image: url("images/slider.gif") !important;*/
    /*    height: 61px !important;
        width: 38px !important;
        margin-top: -30px !important;*/
}

.horizontalDivider {
    display: block;
    height: 1px;
    width: 50%;
    margin: 20px auto;
    background-color: #ccc;
    margin-top: 80px;
    margin-bottom: 80px;
}

.horizontalDivider--blueGray {
    background-color: rgba(123,148,163,.25);
}

.link{
    color:#0099cc;
    padding:10px 0;
    /*display: inline-block;*/
    display : block;
}

.link:hover{text-decoration: underline;}

.heading-text {
    font-size: 40px;
    font-weight: 100;
    display : block;
    letter-spacing: normal;
    line-height: 100%;
}

.heading-text2{
    font-size: 25px;
    font-weight: 200;
    /*font-weight: 600;*/
    letter-spacing: normal;
}

.panel{
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
    min-height: 348px;
}

.panel2{
    padding: 1.5rem 0;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #fff;
    margin:0 5px;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
    font-weight: 600;
}

.underline {
    border-bottom: 1px solid #80808042;
    padding-bottom: 20px;
}

.panel2 img{padding-bottom: 20px;}

.panel-icon{height:25px;}

.mybutton{
    border-radius: 2em!important;
    border : 1px solid #0099cc;
    background-color: transparent;
    font-family: inherit;
    text-decoration: none;
    padding: 12px 18px;
    color: #0099cc;
    font-size : 0.9em;
}

.mybutton:hover{
    background-color: #0099cc;
    color : white;
    cursor: pointer;
}

.mybutton2 {
    border-radius: 2em!important;
    background-color: #ff4c4c;
    border-style: solid;
    color: #3d467a;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    padding: 6px 18px;
    color: #ffffff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.mybutton2:hover{
    background-color: #f3bf00;
    color : #000;
    cursor: pointer;
}

.box_news{padding-bottom:20px;}

.news_date{color:#0099cc;}

.news_name{
    background-color: #0099cc;
    color: white;
    padding: 0.1rem 0.5rem;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    font-size: 0.6rem;
}

.box_news a:hover{
    color : #0099cc;
    text-decoration: underline;
}

.population_clock{
    background-color:#6BB1BB;
    height:220px;
    padding:1.5em;
    color:white;
    background-image: url('images/child.png');
    background-repeat: no-repeat;
    background-position: 95% 80%;
    background-size: 100px 100px;
    margin-right: 1.5em;
    border-radius: 5px;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
}

.population_clock h2{letter-spacing: normal;}

.procurement{
    background-color:#3d467a;
    height:220px;
    padding:1.5em;
    color:white;
    background-image: url('images/announcement.png');
    background-repeat: no-repeat;
    background-position: 90% 80%;
    background-size: 100px 100px;
    margin-right: 1.5em;
    border-radius: 5px;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
    overflow: hidden;
    letter-spacing: normal;
}

.procurement a{color:inherit;}

.procurement a:hover{
    color:#CDDC39;
    text-decoration: underline;
}

.social_img{
    max-width: 100%;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
}

.page-title {
    letter-spacing: normal;
    color: #097676;
    font-weight: 200;
    line-height: 1em;
}

.breadcrumbs {
    /*font-weight: 200;*/
    color: #484848;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e8eb;
    margin-bottom: 20px;
    /*font-weight: normal;*/
    font-size : inherit;
    padding-top : 10px;
}

.breadcrumbs a:last-child{color: #097676;}

#home1,#home2{height:390px;}

.home2_title1,.home2_title2{
    font-weight: 600;
    border-radius: 5px;
    padding: 0.5em 0;
    text-align: center;
    width: 15em;
    margin-left : 5em;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.home2_title1{background-color: #f3bf00;}

.home2_title2{background-color: #ff8c08;}

.home2_small{min-height:160px;margin-top:1em;} 

.stats_webmail{margin-left:5em;}

.staff_link{
    text-align: center;
    border-radius: 20px;
    border: 2px solid white;
    color: white;
    padding: 0.3em 2em;
    margin : 0.3em 0.7em 0.3em 0;
    float:left;
}

.staff_link a{color:inherit;}

.staff_link:hover{
    background-color:#6f7e3533;
    border-color:#205353;
    color :#205353;
}

.list.underline li{
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.underline{border:0 !important;}

#responden-online, #responden-census, #public-latest, #public-coming{
    position:relative;
}

#responden-online a, #responden-census a{
    background-color:white;
    border-radius:5px;
    width : 75%;
    color: #205353;
    display : block;
    padding : 0.3em 1em;
    margin-left : 5em;
    margin-bottom:0.5em;
}

#responden-online a:hover, #responden-census a:hover{
    text-decoration: underline;
    color : #6BB1BB !important; 
}

#responden-online li, #responden-census li, #public-latest li, #public-coming li{
    margin-left : 5em;
}

#responden-online .owl-controls, #responden-online .owl-buttons,
#responden-census .owl-controls, #responden-census .owl-buttons,
#public-latest .owl-controls, #public-latest .owl-buttons,
#public-coming .owl-controls, #public-coming .owl-buttons{
    position:absolute;
    top:25%;
    width:100%;
}

#responden-online .owl-controls .owl-prev, #responden-online .owl-controls .owl-next,
#responden-census .owl-controls .owl-prev, #responden-census .owl-controls .owl-next,
#public-latest .owl-controls .owl-prev, #public-latest .owl-controls .owl-next,
#public-coming .owl-controls .owl-prev, #public-coming .owl-controls .owl-next{
    position : absolute;
    width:30px;
    height:30px;
}

#responden-online .owl-controls .owl-prev,
#responden-census .owl-controls .owl-prev,
#public-latest .owl-controls .owl-prev,
#public-coming .owl-controls .owl-prev{
    left: 0;
}

#responden-online .owl-controls .owl-next,
#responden-census .owl-controls .owl-next,
#public-latest .owl-controls .owl-next,
#public-coming .owl-controls .owl-next{
    right:0;
}

.latest-wrapper,.coming-wrapper{margin:0.5em 5em}

.latest-link,.coming-link{color:white;}

.latest-link:hover{text-decoration: underline;}

.latest-date,.latest-date{
    color: cornsilk;
    text-shadow: 2px 2px 2px rgba(48, 47, 47, 0.41);
    font-weight: bold;
}

.blocker{z-index: 9999 !important;}

.keyindi_wrapper{
    background-color: #D0E77A;
    width: auto;
    margin: 10px;
    /*padding: 20px 10px 15px 10px;*/
    padding : 0;
    /*line-height: 170%;*/
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 8px 6px -6px #151b36e8;
    color: #27262D;
    padding : 1em;
}

.keyindi_img{
    text-align: right;
    vertical-align: middle;
}

.keyindi_img img{
    max-height:30px;
    padding-right: 5px;
}

.keyindi_name{
    text-align: center;
    line-height:130%;
    font-size: 0.8em;
    color:#27262D;
    min-height : 27px;
}

.keyindi_small{
    font-size: 0.8em;
    color : black;
}

.keyindi_fig{
    font-weight: 600;
    font-size :20px;
    text-align: center;
    color:#16192a;
    margin:0;
    padding:0;
    color :#ff8c08;
    text-shadow:1px 1px 1px black;
}

.keyindi_maintitle{
    color:white;
    margin-bottom: 0.5em !important;
}

.alert-msg.error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.alert-msg.error h1,.alert-msg.error h2{
    color: #721c24 !important;
    font-weight : 400;
}

.container_custom .three_quarter{
    /*    border: 1px solid #e6e8eb;
        border-radius: 5px;
        background-color: #fff;
        padding: 2em;*/
}

#articlereleaselist h2 a{
    font-weight: 600 !important;
    color: #097676;
    text-decoration: underline;
}

.tab-wrapper .tab-nav li.ui-tabs-active a h1{color:white !important;}
