.row:before,.container:before,.content:before,.snippet-header:before,.comment:before,.features:before,.row:after,.container:after,.content:after,.snippet-header:after,.comment:after,.features:after{content:'';display:table;}

.row:after,.container:after,.content:after,.snippet-header:after,.comment:after,.features:after{clear:both;}

label,input,textarea,select,button,a.button,.pagination>a,.snippet-nav>a,.sbutton,.body,.feature{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.sbutton:before,.search:before,.footer-subscribe a,.newsletter:before,.previous_page:before,.next_page:before,.slider>a:before,.snippet-nav>a:before,.meta li:before,.download-info:before,.about-sass:before,.about-browsers:before{
font:0/0 serif !important;text-shadow:none;color:transparent}

.button-blue,.button-green,.r,.r:hover,.header,.footer,.download-promo strong{
-webkit-font-smoothing:antialiased}

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,big,a,code,del,em,mark,img,ins,small,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,q,header,hgroup,menu,nav,section,summary,time,audio,video{margin:0;padding:0;border:0;font-size:100%;}

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,big,a,code,del,em,mark,img,ins,small,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,q,header,hgroup,menu,nav,section,summary,time,audio,video{
vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

ol,ul{list-style:none}

table{border-collapse:collapse;border-spacing:0}

html,body{height:100%}

body{overflow-y:scroll;line-height: 1.6; /* Unitless for proper inheritance */font-family: Arial, Verdana, sans-serif;color: #404040;}

body          { font-size: 75%; }   /* IE (10px = 62.5%, 11px = 68.75%, 12px = 75%, and so forth) */
html > body   { font-size: 12px; }  /* All other browsers */

::selection{color:rgba(255,255,255,0.85);text-shadow:none;background:#685b54}

::-moz-selection{color:rgba(255,255,255,0.85);text-shadow:none;background:#685b54}

a{color:#2b72a9;text-decoration:none;cursor:pointer;outline:none !important}

a:hover,a:focus{color:#2b72a9;}

p           	{ margin: 0 0 15px 0; }
p.last      	{ margin-bottom: 0; }

em{font-style:italic}

strong{font-weight:bold}


h1, h2, h3, h4, h5, h6 { 
  	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1;
}

h1 { font-size: 2.25em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.75em; color: #0e4e9b; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em;}
h6 { font-size: 1.0em; }

h2.big { margin: 0 0 10px 0; font-size: 34px; color: #202020; line-height: 1.1; }


.row {position:relative;width:90%;margin:0 auto;}

.container{
position:relative;
width:100%;
margin:0 auto; 
min-height: 100%;
height: auto !important;
height: 100%;
/*margin: 0 auto -130px;*/
}

.innercontainer{

margin:0 100px 0 50px; 
min-height: 100%;
height: auto !important;
/*width:90%;height: 100%;
margin: 0 auto -130px;*/
}

::-moz-focus-inner{padding:0 !important;border:0 !important}

:-moz-placeholder{color:#a29f95 !important}

::-webkit-input-placeholder{color:#a29f95}

.placeholder{color:#a29f95 !important}

label,input,textarea,select,button{margin:0;font-family:inherit;font-size:100%;line-height:normal}

input[type=text],input[type=email],input[type=url],textarea,select{
	/*padding:1px 1px;
	height:32px;*/
	/*color:#4f4e49;
	text-shadow:0 1px rgba(255,255,255,0.7);
	background:#eceae7;
	border:1px solid #aeab9f;
	border-top-color:#a8a499;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05),0 1px rgba(255,255,255,0.3);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.05),0 1px rgba(255,255,255,0.3)*/
}

/*input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,textarea:focus{background:#f9f8f4;border-color:#51b5fb;outline:0;-webkit-box-shadow:inset 0 0 2px 1px rgba(81,181,251,0.8),0 0 2px 1px rgba(81,181,251,0.8);box-shadow:inset 0 0 2px 1px rgba(81,181,251,0.8),0 0 2px 1px rgba(81,181,251,0.8)}*/

textarea{padding:5px 8px;line-height:21px;height:75px}
input:disabled{opacity:.6}
input[type=search]{-webkit-appearance:textfield}

::-webkit-search-decoration,::-webkit-search-cancel-button{-webkit-appearance:none}

.button,.pagination>a,.snippet-nav>a{display:inline-block;vertical-align:top;padding:0 12px;height:32px;text-align:center;text-shadow:0 1px rgba(255,255,255,0.7);background-color:rgba(250,250,250,0.6);background-clip:padding-box;border:1px solid;border-radius:3px;cursor:pointer;background-image:-webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));background-image:-moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));background-image:-ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));background-image:-o-linear-gradient(top,transparent,rgba(0,0,0,0.07));background-image:linear-gradient(top,transparent,rgba(0,0,0,0.07));-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6),0 1px 1px rgba(82,80,75,0.08)}

.button,.pagination>a,.snippet-nav>a,.button:hover,.pagination>a:hover,.snippet-nav>a:hover,.button:focus,.pagination>a:focus,.snippet-nav>a:focus{color:#4f4e49}.button,.pagination>a,.snippet-nav>a,.button:hover,.pagination>a:hover,.snippet-nav>a:hover{border-color:#b3afa4 #aeab9f #a8a499}

.button:focus,.pagination>a:focus,.snippet-nav>a:focus{outline:0;border-color:#51b5fb;-webkit-box-shadow:0 0 3px 1px rgba(81,181,251,0.8),inset 0 0 0 1px rgba(255,255,255,0.2);box-shadow:0 0 3px 1px rgba(81,181,251,0.8),inset 0 0 0 1px rgba(255,255,255,0.2)}

.button:active,.pagination>a:active,.snippet-nav>a:active,.button:focus:active,.pagination>a:focus:active,.snippet-nav>a:focus:active{background-color:transparent;border-color:#aeab9f;background-image:-webkit-linear-gradient(top,rgba(230,230,230,0.6),rgba(255,255,255,0.6));background-image:-moz-linear-gradient(top,rgba(230,230,230,0.6),rgba(255,255,255,0.6));background-image:-ms-linear-gradient(top,rgba(230,230,230,0.6),rgba(255,255,255,0.6));background-image:-o-linear-gradient(top,rgba(230,230,230,0.6),rgba(255,255,255,0.6));background-image:linear-gradient(top,rgba(230,230,230,0.6),rgba(255,255,255,0.6));-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6),0 1px 1px rgba(82,80,75,0.08)}

a.button,.pagination>a,.snippet-nav>a{line-height:30px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}

.button-blue,.button-green{font-weight:bold;color:rgba(255,255,255,0.95) !important;text-shadow:0 -1px rgba(0,0,0,0.1) !important;-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.25),inset 0 0 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 1px rgba(255,255,255,0.25),inset 0 0 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(82,80,75,0.08)}

.button-blue:active,.button-blue:focus:active,.button-green:active,.button-green:focus:active{-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.25),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.25),0 1px 1px rgba(82,80,75,0.08)}



.button-buy{height:37px;line-height:35px !important;padding:0 0 0 20px;font-size:16px;text-shadow:0 1px 1px rgba(0,0,0,0.25) !important;border-radius:2px}

.button-buy>span{float:right;margin:0 0 0 20px;padding:0 12px;border-left:1px solid rgba(0,0,0,0.1);border-radius:0 2px 2px 0;-webkit-box-shadow:inset 1px 0 rgba(255,255,255,0.1),-1px 0 rgba(255,255,255,0.1);box-shadow:inset 1px 0 rgba(255,255,255,0.1),-1px 0 rgba(255,255,255,0.1)}

.footer-t{background-position:0 0}

.footer-f{background-position:-32px 0}

.footer-r{background-position:-64px 0}

.search:before{background-position:-96px 0}

.t:before{background-position:-96px -16px}

.f:before{background-position:-112px 0}

.r:before{background-position:-112px -16px}

.meta-date:before{background-position:-32px -32px}

.meta-tags:before{background-position:0 -32px}

.meta-comments:before{background-position:-16px -32px}

.meta-browsers:before{background-position:-48px -32px}

.previous_page:before,.snippet-nav .prev:before{background-position:-64px -32px}

.next_page:before,.snippet-nav .next:before{background-position:-80px -32px}

.newsletter:before{background-position:-96px -32px}

.meta-license:before{background-position:-112px -32px}

.slider .prev:before{background-position:-128px 0}

.slider .next:before{background-position:-128px -16px}

.download-info:before{background-position:-128px -32px}

.about-sass:before{background-position:-144px 0}

.about-browsers:before{background-position:-144px -16px}

.kit-aside,.slider>div,.thumb,.snippet-preview,.download .picture,.kit .picture,,.license,.about,.hi{text-shadow:0 1px rgba(255,255,255,0.7);background:#efece9;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3)}

.faq{text-shadow:0 1px rgba(255,255,255,0.7);background:#f8f8f7;border-radius:3px;-webkit-box-shadow:inset 0 0 0 10px rgba(255,255,255,0.7),0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);}

.sbutton{display:inline-block;padding:0 10px 0 8px;height:29px;line-height:27px;font-weight:bold;text-align:center;text-shadow:0 1px rgba(255,255,255,0.7);border:1px solid;border-radius:3px;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}

.sbutton:focus{border-color:#51b5fb;-webkit-box-shadow:0 0 3px 1px rgba(81,181,251,0.8),inset 0 0 0 1px rgba(255,255,255,0.2);box-shadow:0 0 3px 1px rgba(81,181,251,0.8),inset 0 0 0 1px rgba(255,255,255,0.2)}

.sbutton:before{content:'';float:left;margin:5px 7px 0 0}

.f,.f:hover{padding-left:7px;color:#3b5998 !important;border-color:#aeb7cc #aeb7cc #9ba3b6;background-color:#eaedf6;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f6ff),color-stop(100%, #d9dce5));background-image:-webkit-linear-gradient(top, #f3f6ff,#d9dce5);background-image:-moz-linear-gradient(top, #f3f6ff,#d9dce5);background-image:-ms-linear-gradient(top, #f3f6ff,#d9dce5);background-image:-o-linear-gradient(top, #f3f6ff,#d9dce5);background-image:linear-gradient(top, #f3f6ff,#d9dce5);-webkit-box-shadow:inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 1px #fff,inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(82,80,75,0.08)}

.f:active,.f:hover:active{border-color:#aeb7cc #aeb7cc #9ba3b6;background-color:#d9dce5;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9dce5),color-stop(100%, #f0f3fc));background-image:-webkit-linear-gradient(top, #d9dce5,#f0f3fc);background-image:-moz-linear-gradient(top, #d9dce5,#f0f3fc);background-image:-ms-linear-gradient(top, #d9dce5,#f0f3fc);background-image:-o-linear-gradient(top, #d9dce5,#f0f3fc);background-image:linear-gradient(top, #d9dce5,#f0f3fc);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5),0 1px 1px rgba(82,80,75,0.08)}

.t,.t:hover{color:#444 !important;border-color:#bababa #b6b6b6 #a5a5a5;background-color:#f2f2f2;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),color-stop(100%, #dedede));background-image:-webkit-linear-gradient(top, #fff,#dedede);background-image:-moz-linear-gradient(top, #fff,#dedede);background-image:-ms-linear-gradient(top, #fff,#dedede);background-image:-o-linear-gradient(top, #fff,#dedede);background-image:linear-gradient(top, #fff,#dedede);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(82,80,75,0.08)}

.t:active,.t:hover:active{border-color:#b6b6b6 #b6b6b6 #a5a5a5;background-color:#dedede;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede),color-stop(100%, #fafafa));background-image:-webkit-linear-gradient(top, #dedede,#fafafa);background-image:-moz-linear-gradient(top, #dedede,#fafafa);background-image:-ms-linear-gradient(top, #dedede,#fafafa);background-image:-o-linear-gradient(top, #dedede,#fafafa);background-image:linear-gradient(top, #dedede,#fafafa);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5),0 1px 1px rgba(82,80,75,0.08)}

.r,.r:hover{color:#fff !important;text-shadow:0 -1px rgba(0,0,0,0.15);border-color:#e38a45 #d87d46 #cc7141;background-color:#f29b47;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb16f),color-stop(100%, #ed9135));background-image:-webkit-linear-gradient(top, #feb16f,#ed9135);background-image:-moz-linear-gradient(top, #feb16f,#ed9135);background-image:-ms-linear-gradient(top, #feb16f,#ed9135);background-image:-o-linear-gradient(top, #feb16f,#ed9135);background-image:linear-gradient(top, #feb16f,#ed9135);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.2),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.2),0 1px 1px rgba(82,80,75,0.08)}

.r:active,.r:hover:active{border-color:#d87d46;background-color:#ed9135;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed9135),color-stop(100%, #feb16f));background-image:-webkit-linear-gradient(top, #ed9135,#feb16f);background-image:-moz-linear-gradient(top, #ed9135,#feb16f);background-image:-ms-linear-gradient(top, #ed9135,#feb16f);background-image:-o-linear-gradient(top, #ed9135,#feb16f);background-image:linear-gradient(top, #ed9135,#feb16f);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(82,80,75,0.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.15),0 1px 1px rgba(82,80,75,0.08)}

.header{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	right:0;
	height:80px;
	border-bottom:1px solid #000;
	background:url(../images/new_banner.png) 0 0 no-repeat, url(../images/corak.png) 0 0 repeat;
	-webkit-box-shadow:0 1px rgba(0,0,0,0.1);
	box-shadow:0 1px rgba(0,0,0,0.1);
	padding:0px 25px;
	min-width:950px;
}

.header:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15);box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15)}

.logo{
position:absolute;
float:left;margin:0; width:600px;line-height:49px;font-size:22px;color:#dcdbd9;text-shadow:0 -1px rgba(0,0,0,0.5); margin-top:20px;}

.logo:hover,.logo:focus{color:#f9f8f5;text-shadow:0 0 1px #000,0 0 4px rgba(255,255,255,0.4);border:0}

.logo:hover .lab,.logo:focus .lab{background-color:#f5f4f1}


.logo_maij2{
float:left;
width: 115px;
height: 97px;
background: url(../images/logomaij2.png) no-repeat 0px 0px;
margin-top:-15px;
margin-right:-20px;
}

.logo_maij{
float:left;
width: 90px;
height: 96px;
background: url(../images/logomaij4.png) no-repeat 0px -2px;
margin-top:-15px;
}

.logo_maij3{
float:left;
width: 72px;
height: 67px;
background: url(../images/logomaij.png) no-repeat 0px 0px;
margin-top:-15px;
}

.logo_kewangan{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/yellow.png) no-repeat 0px 2px;
}

.logo_kutipan_zakat{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/dblue.png) no-repeat 0px 2px;
}

.logo_agihan_zakat{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/green.png) no-repeat 0px 2px;
}

.logo_baitulmal{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/lblue.png) no-repeat 0px 2px;
}

.logo_wakaf{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/lcoklat.png) no-repeat 0px 2px;
}

.logo_harta{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/purple.png) no-repeat 0px 2px;
}

.logo_pentadbiran{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/orange.png) no-repeat 0px 2px;
}

.logo_kaunter{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/pink.png) no-repeat 0px 2px;
}

.logo_teknologi{
float:left;
width: 62px;
height: 62px;
background: url(../images/icon_top/dcoklat.png) no-repeat 0px 2px;
}


._title{
float:left;
display:inline;
width: 470px;
height: 53px;
background: url(../images/title.png) no-repeat 0px 0px;
}

.title_kewangan{
float:left;
display:inline;
width: 470px;
height: 53px;
background: url(../images/title/kewangan.png) no-repeat 0px 0px;
}

.title_zakat{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/kutipan_zakat.png) no-repeat 0px 0px;
}

.title_agihan{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/agihan_zakat.png) no-repeat 0px 0px;
}

.title_baitulmal{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/baitulmal.png) no-repeat 0px 0px;
}

.title_harta{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/harta2.png) no-repeat 0px 0px;
}

.title_akaun{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/akaun.png) no-repeat 0px 0px;
}

.title_pembangunan{
float:left;
display:block;
width: 490px;
height: 53px;
background: url(../images/title/pembangunan.png) no-repeat 0px 0px;
}

.title_pentadbiran{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/pentadbiran.png) no-repeat 0px 0px;
}

.title_kaunter{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/kaunter.png) no-repeat 0px 0px;
}

.title_teknologi{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/teknologi.png) no-repeat 0px 0px;
}

.title_wakaf{
float:left;
display:block;
width: 470px;
height: 53px;
background: url(../images/title/wakaf.png) no-repeat 0px 0px;}


.header-button,.header-nav:active .active{float:left;padding:0 25px;height:49px;line-height:50px;font-family:VarelaRound,ProximaNova,"Lucida Grande",Verdana,sans-serif;font-size:15px;color:#ddd;word-spacing:1px;text-transform:uppercase;text-shadow:0 -1px rgba(0,0,0,0.5);background:transparent;background-clip:padding-box;border-left:1px solid rgba(0,0,0,0.6);-webkit-box-shadow:inset 1px 0 rgba(255,255,255,0.06),inset -1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15);box-shadow:inset 1px 0 rgba(255,255,255,0.06),inset -1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15)}

.header-button:hover,.header-button:focus{color:white;background:rgba(255,255,255,0.07);border-bottom:0}

.header-button:first-child,.header-nav:active .header-button:first-child{border-left:0;padding-left:26px;-webkit-box-shadow:inset -1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15);box-shadow:inset -1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15)}

.header-button:first-child:active,.header-nav .active:first-child,.header-nav:active .header-button:first-child:active{border-left:1px solid rgba(0,0,0,0.6);padding-left:25px}

.header-button:last-child,.header-nav:active .header-button:last-child{border-right:0;padding-right:26px;-webkit-box-shadow:inset 1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15);box-shadow:inset 1px 0 rgba(255,255,255,0.06),inset 0 1px rgba(255,255,255,0.2),inset 0 -1px rgba(255,255,255,0.15)}

.header-button:last-child:active,.header-nav .active:last-child,.header-nav:active .header-button:last-child:active{border-right:1px solid rgba(0,0,0,0.6);padding-right:25px}

.header-button:active,.header-button.active,.header-nav:active .active:active,.header-nav:active .header-button:last-child:active,.header-nav:active .header-button:first-child:active{color:#aaa;text-shadow:0 -1px rgba(0,0,0,0.8);background-color:transparent;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)),color-stop(100%, rgba(0,0,0,0.01)));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.3),rgba(0,0,0,0.01));background-image:-moz-linear-gradient(top, rgba(0,0,0,0.3),rgba(0,0,0,0.01));background-image:-ms-linear-gradient(top, rgba(0,0,0,0.3),rgba(0,0,0,0.01));background-image:-o-linear-gradient(top, rgba(0,0,0,0.3),rgba(0,0,0,0.01));background-image:linear-gradient(top, rgba(0,0,0,0.3),rgba(0,0,0,0.01));-webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.5);box-shadow:inset 0 1px 5px rgba(0,0,0,0.5)}

.search{position:relative;float:right;height:48px; margin-right:90px;}

.search:before{content:'';position:absolute;top:16px;left:9px}

.search-input{display:block;margin:10px 0;padding:1px 4px 0 28px;width:200px;height:28px;color:#4a4948;font-size:15px;font-weight:bold;background:#b2b1af;background-clip:padding-box;border:1px solid rgba(0,0,0,0.8);border-radius:15px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.4),inset 0 3px rgba(0,0,0,0.05),0 1px rgba(255,255,255,0.12);box-shadow:inset 0 1px 2px rgba(0,0,0,0.4),inset 0 3px rgba(0,0,0,0.05),0 1px rgba(255,255,255,0.12);-webkit-transition:width 0.15s ease;-moz-transition:width 0.15s ease;-ms-transition:width 0.15s ease;-o-transition:width 0.15s ease;transition:width 0.15s ease}

.search-input:focus{background:#ded7d1;border-color:black;width:200px;outline:none}

/*.footer{
position:fixed;
bottom:0;
left:0;
right:0;
padding-top:1px;
height:25px;
font-family:VarelaRound,ProximaNova,"Lucida Grande",Verdana,sans-serif;
font-size:14px;
color:#c2c1c1;
text-transform:uppercase;
/*text-shadow:0 -1px rgba(0,0,0,0.8);
background:#686868 url(../images/corak.png) 0 0 repeat;
border-top:1px solid #000;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.15);
box-shadow:inset 0 1px rgba(255,255,255,0.15)}
*/

.footer a{color:#978e87}

.footer a:hover,.footer a:focus{color:#f1f0ed;border:0}

.push-bottom {
	height: 130px; /* .push must be the same height as .footer */
}

.copyright{
width:90%;
margin: 0 auto;
height: 79px;
border-top:1px solid #c2b6ad;
float:none;
word-spacing:1px; 
letter-spacing:0.5px; 
font-size:11px; 
line-height:11px; 
text-align:center; 
margin-top:40px;
padding-top:10px;
color:#333;
}

.footer-links{float:left;margin-left:25px}

.footer-links>li{float:left;margin-right:25px}

.footer-links a{display:block;line-height:48px}

.footer-subscribe{float:right;padding-top:7px}

.footer-subscribe>li{float:left;margin-left:15px}

.footer-subscribe a{width:32px;height:32px;opacity:.35}

.footer-subscribe a:hover,.footer-subscribe a:focus{opacity:.7}

.body{position:relative;min-width:1000px; height:100%}/*padding:0px 25px 0px 25px;*/

/*.body{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak2.png) 0 0 repeat;}

.body_kewangan{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/kewangan.png) 0 0 repeat;}

.body_kutipan_zakat{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/kutipan_zakat.png) 0 0 repeat;}

.body_agihan_zakat{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/agihan_zakat.png) 0 0 repeat;}

.body_baitulmal{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/baitulmal.png) 0 0 repeat;}

.body_wakaf{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/wakaf.png) 0 0 repeat;}

.body_pentadbiran{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/pentadbiran.png) 0 0 repeat;}

.body_daerah{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/daerah.png) 0 0 repeat;}

.body_teknologi{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/teknologi.png) 0 0 repeat;}

.body_harta{position:relative;padding:50px 25px;min-height:100%;min-width:1000px;background:#e1dad0 url(../images/corak/harta.png) 0 0 repeat;}
*/
.top-icon-list{
	padding:10px 20px 10px 5px;
}
.top-icon{
	width:220px;
	float:left;
	margin-right:10px;
}
.top-icon-left{
	width:55px;
	height:60px;
	float:left
}
.top-icon-right{
	width:120px;
	height:60px;
	float:left
}
.top-icon-right div{
	margin-top:18px;
}
.on_top{
margin:90px 50px 5px 50px;
/*height:200px;*/
}
.iconlay{
	padding-top:10px;
}
.iconlayer{
width:65px;
margin-right:3px;
float:left;
font-size:8px;
color:#006;
text-align:center;
}

.push_top{
margin:105px 50px 10px 50px;
/*height:200px;*/
}

.container{text-shadow:0 1px rgba(255,255,255,0.35);}

.with-sidebar{float:left;width:630px}

.aside{float:right;margin-left:50px;width:300px}

.desc{margin:0 0 30px;text-align:center}

.desc>h1{margin:0 0 15px;font-size:18px;line-height:28px}

.desc>p{font-size:14px}

.subscribe{margin:0 0 25px;height:32px;text-align:center}

/*.subscribe .sbutton:first-child{float:left}

.subscribe .sbutton:last-child{float:right}
*/

.newsletter{position:relative;height:32px;margin:0 0 30px}

.newsletter>input[type=email]{position:relative;float:left;width:200px;padding-left:34px;border-radius:3px 0 0 3px}

.newsletter>input[type=submit]{float:left;width:100px;border-left:0;border-radius:0 3px 3px 0}

.newsletter>input[type=submit]:focus{position:relative}

.newsletter:before{content:'';position:absolute;z-index:2;top:8px;left:10px;opacity:.9}

.kit-aside{margin-bottom:30px;padding:15px;height:100px}

.kit-aside>a{display:block}

.kit-aside>a:hover{border:0}

.kit-aside img{display:block;width:270px;border-radius:2px;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.05);box-shadow:0 0 1px 1px rgba(0,0,0,0.05)}

.tags{margin:0 -8px 30px 0;text-align:justify}

.tags>li{display:inline-block;margin:0 8px 15px 0}

.tag{display:inline-block;padding:0 10px;line-height:25px;font-weight:normal;color:#605c56;text-shadow:0 1px rgba(255,255,255,0.4);background:rgba(0,0,0,0.06);border-radius:2px}

.tag:hover,.tag:focus{color:#373431;background:rgba(0,0,0,0.12);border:0}

.heading{margin:0 0 30px;padding-bottom:8px;line-height:24px;height:24px;border-bottom:1px solid #c2b6ad;-webkit-box-shadow:0 1px rgba(255,255,255,0.25);box-shadow:0 1px rgba(255,255,255,0.25)}

.heading>h1,.heading>h2,.heading>h3,.heading>h4{float:left}

.heading>h1,.heading>h2{font-size:20px}

.heading>h3{font-size:18px}

.heading>h4{font-size:17px}

.heading>small{float:right;color:#605c56;font-size:16px}

.pagination{margin:30px 0 0;height:32px;clear:both;text-align:center}

.pagination>a{margin:0 2px}

.pagination .previous_page,.pagination .next_page{margin:0}

.pagination .disabled{display:none}

.pagination .current,.pagination .gap{display:inline-block;padding:0 8px;line-height:32px;vertical-align:top;font-style:normal}

.pagination .current{font-weight:bold}

.previous_page:before,.next_page:before{content:'';float:left;margin:7px 2px 0 0}

.previous_page{float:left}

.next_page{float:right}

.next_page:before{float:right;margin:7px 0 0 2px}

.snippets-count{line-height:32px;color:#605c56;text-align:left}

.slider{position:relative;margin:0 0 30px}

.slider>div{position:relative;z-index:2;height:250px;padding:20px;-webkit-perspective:1000;-webkit-backface-visibility:hidden}

.slider li{display:none}

.slider li:first-child,.slider a{display:block}

.slider a:hover{border:0}

.slider img{display:block;width:590px;height:250px;border-radius:2px;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.05);box-shadow:0 0 1px 1px rgba(0,0,0,0.05)}

.slider>a{position:absolute;top:50%;margin-top:-20px;width:40px;height:40px;background:rgba(129,115,108,0.2);border-radius:20px;font:0/0 serif !important;text-shadow:none;color:transparent}

.slider>a:before{content:'';position:absolute;top:12px;opacity:.6}

.slider>a:hover{background:rgba(129,115,108,0.8)}

.slider>a:hover:before{opacity:1}

.slider .prev{left:-20px}

.slider .prev:before{left:4px}

.slider .next{right:-20px}

.slider .next:before{right:4px}

.thumb{position:relative;float:left;padding:20px;margin:0 0 30px;width:180px;height:160px;}

.thumb a:hover,.thumb a:focus{border:0}

.thumb.left{margin-right:25px}

.thumb-img,.thumb-img img{display:inline;width:180px;height:160px;border-radius:2px}

.thumb-over{position:absolute;top:20px;bottom:20px;left:20px;right:20px;padding:5px 10px;color:#373431;background:rgba(236,232,229,0.96);opacity:0}

.thumb-over:hover{color:#373431}

.thumb:hover .thumb-over,.thumb-over:focus{opacity:1}

.thumb-title{font:bold 16px/25px ProximaNova,"Lucida Grande",Verdana,sans-serif;margin:0 0 15px}

.thumb-desc{line-height:27px;font-weight:normal;color:#605c56}

.thumb-time{position:absolute;bottom:8px;left:10px}

.info{display:table;margin:35px auto 0;padding:4px 10px;color:#4e4641;text-align:center;text-shadow:0 1px rgba(255,255,255,0.2);background:rgba(0,0,0,0.05);border-radius:3px}.error-messages{margin:0 0 30px 10px;color:#fa332a}

.error-messages li+li{margin-top:4px}

code{display:inline-block;padding:0 5px;line-height:17px;font-family:Consolas,"Liberation Mono",Courier,monospace;font-size:12px;white-space:pre-wrap;background:#e8e8e8;border:1px solid #c1c1c1;border-radius:2px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.3)}

.picture div{display:none}

.snippets-title{margin-bottom:30px;text-align:center}

.snippets-title>h1{margin-bottom:5px;font-size:20px}

.snippets-title>h2{font-family:ProximaNova,"Lucida Grande",Verdana,sans-serif;font-size:16px;color:#605c56}

.snippet-header{margin-bottom:15px}

.snippet-nav{margin-top:-4px;height:28px;float:right}

.snippet-nav>a{padding:0 10px;height:28px;line-height:26px;float:left}

.snippet-nav>a:before{content:'';float:left;margin:5px 1px 0 0}

.snippet-nav .prev{border-radius:3px 0 0 3px}

.snippet-nav .next{border-left-width:0;border-radius:0 3px 3px 0}

.snippet-nav .next:before{float:right;margin:5px 0 0 1px}

.snippet-nav .prev:only-child,.snippet-nav .next:only-child{border-width:1px;border-radius:3px}

.dl{width:190px;float:right}

.dl li{margin-bottom:15px}

.dl .button,.dl .pagination>a,.dl .snippet-nav>a{width:100%;height:43px;line-height:41px;font-size:16px;border-radius:2px}

.share{width:190px;float:right;clear:right}

.share li{float:right}

.share li:first-child{float:left}

.share .sbutton{display:block}

.meta{overflow:hidden;margin-right:210px}

.meta a{color:#373431}

.meta a:hover,.meta a:focus{color:#2b72a9}

.meta li{margin-bottom:5px;min-height:25px}

.meta li:before{content:'';float:left;margin:4px 9px 0 0}

.meta-date{font-weight:bold}

.meta-tags,.meta-browsers{word-spacing:1px}

.snippet-content{margin-bottom:30px}

.snippet-content p+p{margin-top:10px}

.snippet-preview{display:block;margin-top:30px;padding:25px}

.snippet-preview:hover,.snippet-preview:focus{border:0}

.snippet-preview img{display:block;width:580px;border-radius:2px}

.comment{margin-bottom:30px}

.comment img{float:left;margin:4px 0;width:48px;height:48px;border-radius:3px}

.comment header,.comment p{margin-left:65px}

.comment header{height:25px;margin-bottom:6px}

.comment h5{float:left;font-family:ProximaNova,"Lucida Grande",Verdana,sans-serif;font-weight:bold}

.comment time{float:right;font-size:14px;color:#7e7a71}

.comment p+p{margin-top:10px}

.comment+.comment:before{content:'';display:block;margin:0 0 30px 65px;height:1px;background:#cec1b7;-webkit-box-shadow:0 1px rgba(255,255,255,0.2);box-shadow:0 1px rgba(255,255,255,0.2)}

.new-comment{margin-top:60px}

.new-comment>p{margin-bottom:15px}

.new-comment input,.new-comment textarea{width:100%}

.new-comment textarea{display:block}

.new-comment input[type=submit]{width:auto}

.new-comment-name,.new-comment-email,.new-comment-url{width:200px;float:left}

.new-comment-name,.new-comment-email{margin-right:15px}

.new-comment-content{clear:left}.download{text-align:center}

.download h1,.download h2,.download h3{line-height:32px;font-size:24px;color:#4e4641}

.download h3 small{display:block;font-size:14px;color:#605c56}

.download .picture{clear:both;margin:30px auto;padding:20px}

.download .preview-bonus{width:580px;height:250px}

.download .preview-all{width:540px}

.download img{display:block;width:100%;border-radius:2px}

.bonus-info{margin:-10px 0 30px;font-size:14px;color:#605c56}

.bonus-info strong{color:#373431;font-size:15px}

.bonus-info small{font-size:12px;color:#7e7a71}

.download-info{position:relative;margin-bottom:20px;padding-left:25px;font-size:14px;color:#605c56;text-align:left}

.download-info:before{content:'';position:absolute;top:3px;left:0}

.download-buy{height:37px;margin:50px 0}

.download-buy .button,.download-buy .pagination>a,.download-buy .snippet-nav>a{float:right;margin-left:20px}

.download-buy .guarantee{text-align:left}

.download-promo{margin-bottom:30px}

.download-promo a{position:relative;display:block;height:90px;background:#3b89bb;border:0;border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.08);box-shadow:0 1px 1px rgba(0,0,0,0.08)}

.download-promo a:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.18),inset 0 0 0 2px rgba(255,255,255,0.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.18),inset 0 0 0 2px rgba(255,255,255,0.1)}

.download-promo strong{float:left;width:340px;margin:12px 0;font:normal 17px/33px VarelaRound,ProximaNova,"Lucida Grande",Verdana,sans-serif;color:white;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.3)}

.download-promo .picture{float:right}

.download-promo img{display:block;width:290px;border-radius:0 3px 3px 0}

.snippet .download-promo{margin-bottom:60px}

.pitch{margin-bottom:50px;text-align:center}

.pitch>h1{margin-bottom:12px;font-size:26px;color:#4e4641}

.pitch>h2{font-family:ProximaNova,"Lucida Grande",Verdana,sans-serif;font-size:19px;color:#7e7a71}

.features{margin-bottom:20px}

.feature{position:relative;float:left;padding:0 0 50px 75px}

.feature>p{line-height:30px}

.feature.two,.feature.four{width:430px}

.feature.two:before{background-position:-48px 0}

.feature.three:before{background-position:-96px 0}

.feature.four:before{background-position:-144px 0}

.about-sass,.about-browsers{position:relative;display:inline-block;vertical-align:top;margin:6px 3px 0 3px}

.about-sass:before,.about-browsers:before{content:'';opacity:.5}

.about-sass>small,.about-browsers>small{display:none;position:absolute;z-index:2;top:24px;left:-8px;width:380px;line-height:25px;padding:4px 10px;font-size:14px;text-shadow:0 1px rgba(255,255,255,0.7);background:#efece9;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3)}

.about-sass:hover:before,.about-browsers:hover:before{opacity:1}

.about-sass:hover>small,.about-browsers:hover>small{display:block}

.kit{margin-bottom:60px}

.kit header{margin-bottom:20px;height:37px}

.kit h3{float:left;margin-right:20px;line-height:37px;font-size:22px;color:#4e4641}

.kit .button,.kit .pagination>a,.kit .snippet-nav>a{float:right;margin-left:20px}

.kit .picture{clear:both;padding:20px}.kit img{display:block;width:940px;height:260px;border-radius:2px;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.05);box-shadow:0 0 1px 1px rgba(0,0,0,0.05)}

.retina-preview{margin-top:8px;font-size:13px;text-align:right}

.guarantee{display:block;overflow:hidden;position:relative;font-size:14px;line-height:37px;color:#7e7a71;text-align:center}

.guarantee:before{content:'';position:absolute;top:19px;left:0;right:0;height:0;border-bottom:1px solid #cbbfb6;-webkit-box-shadow:0 1px rgba(255,255,255,0.2);box-shadow:0 1px rgba(255,255,255,0.2)}

.buy-bundle{margin-bottom:60px;line-height:49px;font-size:16px;font-weight:bold;color:#4e4641;text-align:center}

.buy-bundle>.button,.pagination.buy-bundle>a,.snippet-nav.buy-bundle>a{margin-left:10px;height:47px;line-height:45px !important;font-size:18px}

.buy-bundle>.button>span,.pagination.buy-bundle>a>span,.snippet-nav.buy-bundle>a>span{padding:0 15px}

.faq{margin:0 0 0px;padding:18px 25px 20px}

.faq dt{font-weight:bold;margin-bottom:5px}

.faq dd+dt{margin-top:20px}

.license{display:table;margin:0 auto 30px;padding:18px 25px;font-family:Consolas,"Liberation Mono",Courier,monospace;font-size:13px;white-space:pre}.about{margin:0 0 30px;padding:18px 25px}

.about>ul{margin:15px 0 15px 15px}

.about li+li{margin-top:15px}.a{margin-bottom:30px}

.carbonad{padding:12px 6px 12px 12px;width:282px !important;height:auto !important;min-height:100px;text-shadow:0 1px rgba(255,255,255,0.7);background:#efece9 !important;border:0 !important;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 0 1px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3)}

.carbonad a:hover{color:#2b72a9 !important}

#azcarbon{position:relative}

#azcarbon>img{position:absolute;pointer-events:none}

.carbonad-image,.carbonad-img,.carbonad-text,.carbonad-tag{float:none !important;display:block !important;margin:0 !important;padding:0 !important}.carbonad-image{float:left !important;width:130px}

.carbonad-img{border-radius:2px}

.carbonad-text,.carbonad-tag{margin-left:142px !important;width:auto !important;height:auto !important;font-family:ProximaNova,"Lucida Grande",Verdana,sans-serif !important;font-size:12px !important;line-height:19px}

.carbonad-text{min-height:76px}

.carbonad-tag{padding:9px 4px 0 !important;line-height:15px;text-align:right !important}

.hi{margin:0 auto;padding:10px 15px;font-size:14px}

.hi>p:first-child{font-weight:bold;margin-top:0}

.hi p{margin-top:8px;line-height:21px}

.hi a{float:right;line-height:21px}

.hi span{display:inline-block;vertical-align:top;padding:2px 0 0 4px;line-height:19px;font-size:17px;color:#605c56}

a,.lab{
-webkit-transition-property:color,
text-shadow,background-color,opacity;
-moz-transition-property:color,text-shadow,background-color,opacity;
-ms-transition-property:color,text-shadow,background-color,opacity;
-o-transition-property:color,text-shadow,background-color,opacity;
transition-property:color,text-shadow,background-color,opacity;
/*-webkit-transition-duration:0.15s;
-moz-transition-duration:0.15s;
-ms-transition-duration:0.15s;
-o-transition-duration:0.15s;
transition-duration:0.15s*/
}


table.contenttoc {
  /*border: 1px solid #cccccc;*/
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  /*background-color:#F5F5F5;*/
}

table.contenttoc tr:hover {
  /*background-color:#F2FCFF;*/
}

table.contenttoc td {
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom:3px;
  /*border-bottom:#000 1px solid;
  border-right:#000 1px solid;
  border-bottom:#CCCCCC 1px solid;*/
}
table.contenttoc td:first-child {
  /*border-left:#000 1px solid;
  border-bottom:#CCCCCC 1px solid;*/
}
table.contenttoc th:first-child {
	/*border-left:#000 1px solid;*/
}
table.contenttoc th {
	/*border-bottom:#000 1px solid;
  	border-right:#000 1px solid;
	border-top:#000 1px solid;
  	background: url(../images/subhead_bg.gif) repeat-x;*/
	background:#2682c9;
	padding:3px 0px 3px 3px;
  	color:#FFFFFF;
	text-align: left;
	/*padding-top: 2px;
	padding-left: 4px;
	height: 21px;*/
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
table.contenttoc .cform{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
table.frmStyle2 .cform{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

/*---------------Grid-------------*/

table.contentgrid {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  background-color:#F5F5F5;
}

.contentgrid tr:hover td {
  background-color:#FF9 !important;
}

table.contentgrid td {
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom:3px;
  border-bottom:#000 1px solid;
  border-right:#000 1px solid;
  /*border-bottom:#CCCCCC 1px solid;*/
}
table.contentgrid td:first-child {
  border-left:#000 1px solid;
  /*border-bottom:#CCCCCC 1px solid;*/
}
table.contentgrid th:first-child {
	border-left:#000 1px solid;
}
table.contentgrid th {
	border-bottom:#000 1px solid;
  	border-right:#000 1px solid;
	border-top:#000 1px solid;
  	/*background: url(../images/subhead_bg.gif) repeat-x;*/
	background:#2682c9;
	padding:3px 0px 3px 3px;
  	color:#FFFFFF;
	text-align: left;
	/*padding-top: 2px;
	padding-left: 4px;
	height: 21px;*/
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
table.contentgrid .cform{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}



.menuInfo{
	color:#990000;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	margin-right:2px;
}
.menuInfo a, a:active{
	color:#990000;
}
.menuInfo a:hover{
	color:#003;
}

/*--------------test-------------*/
#maij-main-flow-nav
{

}

#maij-flow-nav, #progressbar
{
	display:table;
	margin-left:auto;
	margin-right:auto;
}

#maij-flow-nav ul
{
	float:left;
	list-style: none outside none;
	padding:5px;
	min-width:100px;
	
}

#maij-flow-nav ul li
{
	float:left;
	padding:5px;
	border:#CCCCCC 1px solid;
	width:150px;
	text-align:center;
	cursor:pointer;
}

.inactive
{
	background-image: linear-gradient(bottom, #f2ece7 36%, #ffffff 68%);
	background-image: -o-linear-gradient(bottom, #f2ece7 36%, #ffffff 68%);
	background-image: -moz-linear-gradient(bottom, #f2ece7 36%, #ffffff 68%);
	background-image: -webkit-linear-gradient(bottom, #f2ece7 36%, #ffffff 68%);
	background-image: -ms-linear-gradient(bottom, #f2ece7 36%, #ffffff 68%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.36, #f2ece7),
	color-stop(0.68, #ffffff))
	);
	color:#CCCCCC !important;
}

.active
{
	/*background-image: linear-gradient(bottom, #5876A6 10%, #7591C5 55%, #8DAFED 78%);
	background-image: -o-linear-gradient(bottom, #5876A6 10%, #7591C5 55%, #8DAFED 78%);
	background-image: -moz-linear-gradient(bottom, #5876A6 10%, #7591C5 55%, #8DAFED 78%);
	background-image: -webkit-linear-gradient(bottom, #5876A6 10%, #7591C5 55%, #8DAFED 78%);
	background-image: -ms-linear-gradient(bottom, #5876A6 10%, #7591C5 55%, #8DAFED 78%); commented on 26/06/2013*/
	
	background-image: linear-gradient(bottom, #55bbe8 10%, #55bbe8 55%, #55bbe8 78%);
	background-image: -o-linear-gradient(bottom, #55bbe8 10%, #55bbe8 55%, #55bbe8 78%);
	background-image: -moz-linear-gradient(bottom, #55bbe8 10%, #55bbe8 55%, #55bbe8 78%);
	background-image: -webkit-linear-gradient(bottom, #55bbe8 10%, #55bbe8 55%, #55bbe8 78%);
	background-image: -ms-linear-gradient(bottom, #55bbe8 10%, #55bbe8 55%, #55bbe8 78%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	/*color-stop(0.1, #5876A6),
	color-stop(0.55, #7591C5),
	color-stop(0.78, #8DAFED ) commented on 26/06/2013*/
	color-stop(0.1, #55bbe8),
	color-stop(0.55, #55bbe8),
	color-stop(0.78, #55bbe8 )
	);
	color:#FFFFFF !important;
	font-weight:bold;
}

.active a
{
	color:#FFFFFF;
}

.inactive a
{
	color:#999999;
}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#modal-background.active {
	display: block;
}
#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    /*display: none;*/
    height: 240px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 320px;
    z-index: 1000;
}

.tdTitle
{
	font-weight:bold;
	text-transform:uppercase;
	color:#0073EA;
	padding:5px !important;
}

.tblStyle1 td
{
	padding:5px; margin-left:auto; margin-right:auto; border:1px solid #000033 !important;
}

.tblStyle1 th
{
/*background-color:#004b97 !important; comment on 11/7/2013 by Hafiz #00366d*/
padding:5px; margin-left:auto; margin-right:auto;
background: url("../../images/colors/blue/header_inner.png") repeat-x scroll 0 0 #377aa6 !important;
border:1px solid #999999 !important;
font-weight:bold;
color:#FFFFFF;
}

.tblStyle1 td .tblNoBorder td
{
	border:none !important;
}

.frmStyle2 .frmStyle3 .tblNoBorder td,.frmStyle2 .frmStyle3 .tblNoBorder td:first-child
{
	border:none !important;/*1px solid #FFFFFF !important;*/
	background-color:#FFFFFF !important;
}



.tdDesc
{
	background-color:#FFFFFF !important;
}

.frmStyle1 .tdTitle,.frmStyle1 td
{
	font-size:11px !important;
	vertical-align:top !important;
}

.frmStyle2 .noborder td
{
	padding:5px;
	border:0px !important;
}

.frmStyle2 .noborder tr td:first-child
{
	padding:5px;
	background-color: #fff !important;
	border:0px !important;
	font-weight:normal;
	color:#404040;
	text-transform:none;
}

.frmStyle2 .tdTitle
{
	padding:5px;
	background-color: #efefef !important;
	border:#cccccc 1px solid !important;
}

.frmStyle2 td
{
	padding:5px;
	border:#cccccc 1px solid !important;
}

.frmStyle2 th
{
	padding:5px;
	border:#cccccc 1px solid !important;
	background-color: #003367 !important;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.frmStyle2 tr td:first-child
{
	padding:5px;
	background-color: #efefef !important;
	border:#cccccc 1px solid !important;
	font-weight:bold;
	text-transform:uppercase;
	color:#0073EA;
}

.frmStyle3 .tdTitle
{
	padding:5px;
	background-color: #efefef !important;
	border:#cccccc 1px solid !important;
}

.frmStyle3 td
{
	padding:5px;
	border:#cccccc 1px solid !important;
}

.frmStyle3 th
{
	padding:5px;
	border:#cccccc 1px solid !important;
	background-color: #003367 !important;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.tdWarn td
{
	background-color:#FFFF00 !important;/*#ffffdd*/
	border:#000000 1px solid !important;
}

.tdNorm td
{
	background-color:#FFFFFF !important;
	border:#000000 1px solid !important;
}

.tdCritical,.tdCritical td
{
	background-color:#FF0000 !important;/*#ffdddd*/
	border:#000000 1px solid !important;
}

.tdFull td
{
	background-color:#0000FF !important;/*#66ccff*/
	border:#000000 1px solid !important;
}

.tdFull td,.tdFull a,.tdOver td,.tdOver a
{
	color:#FFFFFF !important;
}

/*.tdFull td,.tdFull a,.tdCritical td,.tdOver td,.tdCritical a,.tdOver a
{
	color:#FFFFFF !important;
}*/
.tdCritical td:hover 
{
  	background-color:#FF9 !important;
  	color:#404040 !important;
}

.tdCritical a:hover 
{
  	background-color:#FF9 !important;
  	color:#404040 !important;
}

/*.contentgrid tr:hover td {
  background-color:#FF9 !important;
}*/

/*.tdCritical a
{
	color:#000 !important;
}*/
.tdOver td
{
	background-color:#FF9900 !important;/*#ffcc99*/
	border:#000000 1px solid !important;
}

.tdFullLight td {
	background-color:#FFFFE0 !important;/*#ffcc99*/
	border:#000000 1px solid !important;
}

.tdNormLight td {
	background-color:#E6E6FA !important;/*#ffcc99*/
	border:#000000 1px solid !important;
}

.currency
{
	text-align:right;
}

/*input[type=text]
{
	text-transform:uppercase;
}*/

div.columns       { width: 100%; }
div.columns div   { height: 30px; float: left; text-transform:capitalize }
div.label         { width: 10%; }
div.separator     { width: 1%; }
div.value         { width: 20%; }
div.clear         { clear: both; }

.square_warn {
display: inline-block;
margin-left: 5px;
height: 10px;
width:10px;
border:solid black 1px;
background:#FFFF00;
}

.square_over {
display: inline-block;
margin-left: 5px;
height: 10px;
width:10px;
border:solid black 1px;
background:#FF9900;
}

.square_critical {
display: inline-block;
margin-left: 5px;
height: 10px;
width:10px;
border:solid black 1px;
background:#FF0000;
}

.square_full {
display: inline-block;
margin-left: 5px;
height: 10px;
width:10px;
border:solid black 1px;
background:#0000FF;
}

body
{
overflow:visible !important;
}

.submenu
{
	margin-left:8px !important;
}

#errorlink{
	color:#FF0000 !important;
}

.spnItem img { display: none; }
.spnItem:hover img { display: inline; position: absolute; cursor:pointer }
.highlightButton { 
	display: inline-block; 
	position: relative; 
	padding: 6px 12px !important; 
	margin-right: .1em; 
	cursor: pointer; 
	text-align: center; 
	zoom: 1; 
	overflow: visible;
	text-decoration: none;
	border: 1px solid #d19405; 
	background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x !important; 
	font-weight: bold; 
	color: #4c3000;
}

/* bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-md-6 {
    width: 50%;
 }

@media (min-width: 800px) {
	
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
   .col-lg-3 {
    width: 22%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {

  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clearfix:after{
  clear: both;
}
.clearfix:before,
.clearfix:after
{
	display: table;
  	content: " ";
}

.casterisk
{
	border-color:#F00 !important;	
}