/*
Theme Name: Baznas
Theme URI: http://baznas.or.id/
Description: Baznas Theme.
Author: Yudiacro
Author URI: http://codeindesign.com/
Version: 1.0
Tags: Baznas
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end reset */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #FAFAFA;
  color: #111;
  font: 12px/1.5 'Helvetica Neue', Arial, 'Lucida Grande', 'Liberation Sans', FreeSans, sans-serif;
}

#container {
  /*background: #FAFAFA url(../images/grid.png) 0 10px;*/
}

.opacity50 {
  -khtml-opacity: .50;
  -moz-opacity: .50;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: .50;
}

/* Header */
#header {
  height: 80px;
}

#site-title h1 {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 35px;
}

#site-logo {
  margin-top: 10px;
}

/* Menu */
#menu {
  background: #fff url(../images/bg-box.png) repeat-x bottom;
  border-top: 1px solid #DCDCDC;
}

#menu ul {
  margin: 0;
  padding: 10px 0 0 0;
}

#menu li {
  display: inline;
  margin: 0 1px;
}

#menu-right {
  height: 40px;
  text-align: right;
  border-right: 1px solid #DCDCDC;
}

#menu-right li {
  float: right;
}

#menu-right ul ul li {
  min-width: 70px;
  white-space: nowrap;
}

#menu-right ul ul a {
  width: 120px;
}

#menu-right ul li.active a {
  border: 1px solid #4787ED;
  background-color: #4787ED;
}

/*
#menu-right ul {
  margin-right: 10px;
}
*/
/* Menu Left */
#menu-left {
  height: 40px;
  border-left: 1px solid #DCDCDC;
}

#menu-left a,
#menu-right a {
  background: transparent;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

#menu-left a:hover,
#menu-right a:hover {
  color: #111;
}

#menu-left li,
#menu-right li {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
  margin: 0;
}

#menu-left li {
  position: relative;
  float: left;
}

#menu-left ul,
#menu-right ul {
  padding: 7px 10px 0 10px;
}

#menu-left ul ul,
#menu-right ul ul {
  display: none;
  position: absolute;
  float: left;
  padding: 5px 0 0 0;
  z-index: 99999;
  -khtml-opacity: .90;
  -moz-opacity: .90;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  opacity: .90;
}

#menu-right ul ul {
  left: 113px;
  top: 30px;
  width: 70px;
}

#menu-left ul ul {
  left: 0;
  width: 150px;
  top: 23px;
}

#menu-left ul ul li {
  min-width: 150px;
}

#menu-left ul ul ul {
  left: 100%;
  top: -1px;
  padding-top: 0;
}

#menu-left ul ul a,
#menu-right ul ul a {
  background: #f2f2f2;
  line-height: 1em;
  padding: 10px;
  height: auto;
  border-bottom: 1px solid #dcdcdc;
}

#menu-left ul ul a {
  width: 150px;
}

#menu-left ul ul ul a {
  border-left: 1px solid #dcdcdc;
}

#menu-left ul ul li:first-child,
#menu-left ul ul ul li:first-child,
#menu-right ul ul li:first-child {
  border-top: 1px solid #dcdcdc;
}

#menu-left ul ul li>a,
#menu-right ul ul li>a,
#menu-left ul ul ul li>a {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

#menu-left li:hover>a,
#menu-left ul ul li:hover>a,
#menu-right li:hover>a,
#menu-right ul ul li:hover>a {
  color: #111;
  background: #f2f2f2;
}

#menu-left ul li:hover>ul,
#menu-right ul li:hover>ul {
  display: block;
}

#menu-left ul .current_page_item>a,
#menu-left ul .current-menu-ancestor>a,
#menu-left ul .current-menu-item>a,
#menu-left ul .current-menu-parent>a,
#menu-right ul .current_page_item>a,
#menu-right ul .current-menu-ancestor>a,
#menu-right ul .current-menu-item>a,
#menu-right ul .current-menu-parent>a {
  color: #111;
  background: #f2f2f2;
}

* html #menu-left ul .current_page_item a,
* html #menu-left ul .current-menu-ancestor a,
* html #menu-left ul .current-menu-item a,
* html #menu-left ul .current-menu-parent a,
* html #menu-left ul li a:hover,
* html #menu-right ul .current_page_item a,
* html #menu-right ul .current-menu-ancestor a,
* html #menu-right ul .current-menu-item a,
* html #menu-right ul .current-menu-parent a,
* html #menu-right ul li a:hover {
  color: #111;
  background: #f2f2f2;
}

/* Main */
#main {
  background: #fff url(../images/bg-box.png) repeat-x bottom;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.main-title img {
  float: left;
  padding: 0 10px 0;
}

.main-title h1 {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0 15px;
}


/* Extended */
#extended {
  background: #fff url(../images/bg-box.png) repeat-x bottom;
}

/* Box */
.box {
  padding: 15px;
  clear: both;
}

.box a {
  border-bottom: 1px dotted #386A39;
}

.box a:hover {
  border-bottom: 1px solid #386A39;
}

.box-title {
  float: left;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #98A94A;
  text-shadow: 0px 1px 1px #eee;
  border-bottom: 2px solid #98A94A;
  margin-bottom: 10px;
  padding: 1px 0;
  clear: both;
}

.box .link-button,
.box .link-text {
  float: left;
  margin: 0;
  padding: 0;
}

.box .link-button li {
  list-style: none;
  margin: 5px 0;
}

.box .link-button li a {
  color: #111;
  background: #eee;
  border: 1px solid #aaa;
  padding: 5px 8px;
  width: 100px;
  display: block;
}

.box .link-button li a:hover {
  color: #111;
  background: #ddd;
  border: 1px solid #aaa;
}

.box .link-text {
  padding-left: 10px
}

.box .link-text li {
  list-style: square;
  margin: 4px 0;
  padding: 0;
}

/* Entry */
.entry {
  clear: both;
}

.entry p {
  margin: 10px 0;
}

/* Login */
#login {
  /*height: 220px;*/
  /*background-image: url("../images/tlk.jpg");*/
  /*background-image: url("../images/baby_simba_with_eagle.jpg");*/
  /*background-image: url("../images/simba-lebaran.jpg");*/
  /*background-image: url("../images/simba_birthday.jpg");*/
  /*background-image: url("../images/simba-haj.jpg");*/
  /*background-image: url("../images/simba-10nov.jpg");*/
  /*background-image: url("../images/simba_new_year.jpg");*/
  /*background-image: url("../images/simba-family.jpg");*/
  /*background-image: url("../images/simba-chart.jpg");*/
  /*background-image: url("../images/simba_isramiraj.jpg");*/
  /*background-image: url("../images/simba_pilot_wc.jpg");*/
  /*background-image: url("../images/simba_pilot.jpg");*/
  /*background-image: url("../images/simba_lebaran_2014.jpg");*/
  /*background-image: url("../images/simba_birthday_2years.jpg");*/
  /*background-image: url("../images/simba_muharam_1436.jpg");*/
  /*background-image: url("../images/simba_mothers_day.jpg");*/
  /*background-image: url("../images/simba_newyear_2015.jpg");*/
  /*background-image: url("../images/simba_garuda_birthday.jpg");*/
  /*background-image: url("../images/simba_branding.jpg");*/
  /*background-image: url("../images/simba_seminar.jpg");*/
  /*background-image: url("../images/simba_zcd_2015.jpg");*/
  /*background-image: url("../images/simba_isra_miraj_2015.jpg");*/
  /*background-image: url("../images/simba_rakernas_2015.jpg");*/
  /*background-image: url("../images/simba_fzn_2015.jpg");*/
  /*background-image: url("../images/simba_jambore_2015.jpg");*/
  /*background-image: url("../images/simba_bukber_2015.jpg");*/
  /*background-image: url("../images/simba_bagiparcel_2015.jpg");*/
  /*background-image: url("../images/simba_mudik_2015.jpg");*/
  /*background-image: url("../images/simba_hari_zakat_nasional_2015.jpg");*/
  /*background-image: url("../images/simba_lebaran_2015.jpg");*/
  /*background-image: url("../images/simba_pilgrim_2015.jpg");*/
  /*background-image: url("../images/simba_hajj_2015.jpg");*/
  /*background-image: url("../images/simba_birthday_3.jpg");*/
  /*background-image: url("../images/simba_sumpahpemuda_2015.jpg");*/
  /*background-image: url("../images/simba_pahlawan_2015.jpg");*/
  /*background-image: url("../images/simba_rakernas_2015b.jpg");*/
  /*background-image: url("../images/simba_newyear_2016.jpg");*/
  /*background-image: url("../images/simba_miladbaznas_2016.jpg");*/
  /*background-image: url("../images/simba_gmt_2016.jpg");*/
  /*background-image: url("../images/simba_hardiknas_2016.jpg");*/
  /*background-image: url("../images/simba_isramiraj_2016.jpg");*/
  /*background-image: url("../images/simba_rakornas_2016.jpg");*/
  /*background-image: url("../images/simba_hidanganberkah.jpg");*/
  /*background-image: url("../images/simba_gojek.jpg");*/
  /*background-image: url("../images/simba_mudik_2016.jpg");*/
  /*background-image: url("../images/simba_lebaran_2016.jpg");*/
  /*background-image: url("../images/simba_merdeka_2016.jpg");*/
  /*background-image: url("../images/simba_tot_2016.jpg");*/
  /*background-image: url("../images/simba_kurban_2016.jpg");*/
  /*background-image: url("../images/simba_muharam.jpg");*/
  /* background-image: url("../images/simba_newart.jpg"); */
  /* background-image: url("../images/simba_covid19.jpg"); */
  /*background-image: url("../images/simba_kurban_2020.jpg");*/
  /* background-image: url("../images/simba_muharam_1442.png"); */
  /*  background-image: url("../images/simba_11_years.png");*/
  /*  background-image: url("../images/simba-palestine.jpeg");*/
  /*  background-image: url("../images/simba-lebaran-1445h.jpg?2");*/
  /* background-image: url("../images/simba-iduladha-1445H.png"); */
  /*  background-image: url("../images/simba-muharram.jpg");*/
  /*background-image: url("../images/simba-agustusan.png");*/
  /*background-image: url("../images/simba-maulid1446H.png");*/
  /*background-image: url("../images/simba-milad-12.png");*/
  /*background-image: url("../images/simba-new-year-2025.png");*/
  /*background-image: url("../images/simba-milad-baznas-2025.png");*/
  /*background-image: url("../images/simba-isramiraj-2025.jpeg");*/
  /* background-image: url("../images/doodle/simba-ramadhan-1446h.png"); */
  /* background-image: url("../images/doodle/simba-zakat-istana.png"); */
  /* background-image: url("../images/doodle/simba-idul-fitri-1446h.jpeg"); */
  /* background-image: url("../images/doodle/simba-default.png"); */
  /* background-image: url("../images/doodle/simba-idul-adha-1447h.png"); */
  background-image: url("../images/doodle/simba-1-muharam-1447H.jpeg");
  height: 250px;
}

/* login position enter */
/* #login-form {
  width: 55%;
  margin: 40px auto;
  clear: both;
}  */
/* login position right */
#login-form {
  width: 55%;
  margin: 40px auto 40px 200px;
  clear: both;
  text-align: right;
}

#login-form label {
  display: block;
  color: #989898;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#username,
#password {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  width: 200px;
  padding: 6px;
  color: #676563;
  background: #FAFAFA;
  border: 1px solid;
  border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

/*
#submit {
  padding: 4px 8px;
  background: url(../images/bg-button.png) repeat-x;
  border: none;
}
*/

.helplogin {
  display: none;
}

.helplogin .helpmsg {
  position: absolute;
  background-color: white;
  left: 470px;
  padding: 5px 10px;
  border: 1px solid white;
  width: 120px;
  color: grey;
  box-shadow: 0 2px 5px #4599FF;
}

.helplogin .helparrow {
  /* arrowleft */
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;

  position: absolute;
  top: 90px;
  left: 460px;
}

.helplogin .helparrowtop {
  /* arrow top */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4599FF;

  position: absolute;
  top: 90px;
  left: 460px;
}

#helpuname .helpmsg {
  top: 78px;
}

#helpuname .helparrow {
  top: 90px;
}

#helppassw .helpmsg {
  top: 100px;
  width: 180px;
}

#helppassw .helparrow {
  top: 130px;
}

.loginlabel {
  position: absolute;
  color: #cdcdcd;
  text-transform: none;
}

/* login position center */
label[for="username"] #llemail {
  top: 92px;
  left: 125px;
}

label[for="username"] #lldomain {
  top: 92px;
  right: 155px;
}

label[for="password"] #llpassw {
  top: 131px;
  left: 125px;
}

/* login position right */
label[for="username"] #llemail {
  top: 92px;
  left: 250px;
}

label[for="username"] #lldomain {
  top: 92px;
  right: 20px;
}

label[for="password"] #llpassw {
  top: 131px;
  left: 250px;
}

/* Extended Login */
#extend-login {
  height: 121px;
  background: #fff url(../images/bg-box.png) repeat-x bottom;
}

/* Apps */
#utama,
#pendukung,
#keuangan,
#report,
#eksternal,
#developedby {
  /* height: 190px; */
  height: 150px;
}

/* Footer */
#footer {
  height: 30px;
  color: #aaa;
  border-top: 1px solid #DCDCDC;
}

#footer-left p {
  margin: 5px 0;
}

#footer-right p {
  text-align: right;
  margin: 5px 0;
}

table {
  border-collapse: collapse;
}

td {
  padding: 8px;
  border: 1px solid;
  border-color: #dedede #dedede #c5ced8 #c5ced8;
}

th {
  padding: 8px;
  border: 1px solid;
  border-color: #dedede #dedede #000 #c5ced8;
}

thead th,
thead td {
  padding-top: 3px;
}

tfoot th,
tfoot td {
  padding-bottom: 3px;
}

tbody th,
tbody td,
tfoot th,
tfoot td {
  border-top: solid 1px #c5ced8;
}

tr:nth-child(even) td {}

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035);
}

caption,
th {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Form */
label {
  display: block;
  color: #989898;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

input[type="text"],
input[type="password"],
textarea,
select {
  font-family: verdana, arial, sans-serif;
  font-size: 1em;
  width: 200px;
  padding: 6px;
  color: #676563;
  background: #FAFAFA;
  border: 1px solid;
  border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  height: 29px;
  line-height: 26px;
  margin-right: 5px;
  padding: 0 10px 2px;
  cursor: pointer;
}

input[type="submit"],
.button-submit,
.button-submit-red,
.button-submit-green,
.button-submit-blue,
.button-submit-yellow,
.button-submit-darkgreen {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  /*padding: 5px 8px;*/
}

input[type="submit"],
.button-submit {
  border: 1px solid #3079ed !important;
  background-color: #4d90fe !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed)) !important;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed) !important;
  background-image: linear-gradient(top, #4d90fe, #4787ed) !important;
}

.button-submit-red {
  border: 1px solid #D14836 !important;
  background-color: #D14836 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DD4B39), to(#D14836)) !important;
  background-image: -webkit-linear-gradient(top, #DD4B39, #D14836) !important;
  background-image: -moz-linear-gradient(top, #DD4B39, #D14836) !important;
  background-image: -ms-linear-gradient(top, #DD4B39, #D14836) !important;
  background-image: -o-linear-gradient(top, #DD4B39, #D14836) !important;
  background-image: linear-gradient(top, #DD4B39, #D14836) !important;
}

.button-submit-green {
  border: 1px solid #45D436 !important;
  background-color: #45D436 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28DD39), to(#45D436)) !important;
  background-image: -webkit-linear-gradient(top, #28DD39, #45D436) !important;
  background-image: -moz-linear-gradient(top, #28DD39, #45D436) !important;
  background-image: -ms-linear-gradient(top, #28DD39, #45D436) !important;
  background-image: -o-linear-gradient(top, #28DD39, #45D436) !important;
  background-image: linear-gradient(top, #28DD39, #45D436) !important;
}

.button-submit-darkgreen {
  border: 1px solid #008000 !important;
  background-color: #008000 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28DD39), to(#008000)) !important;
  background-image: -webkit-linear-gradient(top, #28DD39, #008000) !important;
  background-image: -moz-linear-gradient(top, #28DD39, #008000) !important;
  background-image: -ms-linear-gradient(top, #28DD39, #008000) !important;
  background-image: -o-linear-gradient(top, #28DD39, #008000) !important;
  background-image: linear-gradient(top, #28DD39, #008000) !important;
}

.button-submit-blue {
  border: 1px solid #2F5BB7 !important;
  background-color: #357AE8 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28DD39), to(#357AE8)) !important;
  background-image: -webkit-linear-gradient(top, #2F5BB7, #357AE8) !important;
  background-image: -moz-linear-gradient(top, #2F5BB7, #357AE8) !important;
  background-image: -ms-linear-gradient(top, #2F5BB7, #357AE8) !important;
  background-image: -o-linear-gradient(top, #2F5BB7, #357AE8) !important;
  background-image: linear-gradient(top, #2F5BB7, #357AE8) !important;
}

.button-submit-yellow {
  border: 1px solid yellow !important;
  background-color: #FEFF97 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(#FEFF97)) !important;
  background-image: -webkit-linear-gradient(top, yellow, #FEFF97) !important;
  background-image: -moz-linear-gradient(top, yellow, #FEFF97) !important;
  background-image: -ms-linear-gradient(top, yellow, #FEFF97) !important;
  background-image: -o-linear-gradient(top, yellow, #FEFF97) !important;
  background-image: linear-gradient(top, yellow, #FEFF97) !important;
}

input[type="submit"]:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

input[type="button"],
input[type="reset"],
.button {
  background: url(../images/bg-button2.png) repeat-x;
  border: 1px solid;
  border-color: #CCCCCC #999999 #999999 #CCCCCC;
}

.button2 {
  padding: 5px 10px;
}

.buttonwrap {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  padding: 10px 0;
}

.required {
  color: red;
}

.pagenumber {
  width: 100px !important;
}

/* Border */
.border-all {
  border: 1px solid #dcdcdc;
}

.border-top {
  border-top: 1px solid #dcdcdc;
}

.border-right {
  border-right: 1px solid #dcdcdc;
}

.border-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.border-left {
  border-left: 1px solid #dcdcdc;
}

.no-border-top {
  border-top: none;
}

.no-border-right {
  border-right: none;
}

.no-border-bottom {
  border-bottom: none;
}

.no-border-left {
  border-left: none;
}

.no-border {
  border: none;
}

/* Typography */
a {
  color: #386A39;
  text-decoration: none;
}

a:hover {
  color: #111;
}

a.cleanlink {
  border-bottom: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5em;
  line-height: 1em;
}

h2 {
  font-size: 1.375em;
  line-height: 1.0909em;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.333em;
}

h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
}

p {
  margin: 10px 0;
}

.icon-apps {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.icon-apps img {
  height: 150px;
  width: 120px;
  border: 1px solid #CDCDCD;
}

.icon-apps img:hover {
  -khtml-opacity: .50;
  -moz-opacity: .50;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: .50;
}

.icon-apps div {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid grey;
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 120px;
  position: relative;
  background-color: #dedede;
  -khtml-opacity: .70;
  -moz-opacity: .70;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: .70;
}


.icon-apps div.disabled {
  color: white;
  border-top: 1px solid #CA2C32;
  border-bottom: 1px solid #CA2C32;
  background-color: #CA2C32;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center !important;
}

.justify {
  text-align: justify;
}

.border-blue {
  border: 1px solid #3079ED;
}

.hidden {
  display: none;
}

.textright {
  text-align: right;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}

.blue {
  color: darkblue !important;
}

.grey {
  color: #989898 !important;
}

.white {
  color: white !important;
}

.bgred {
  background-color: #FFCCCC !important;
}

.bgblue {
  background-color: #CCE5FF !important;
}

.bggreen {
  background-color: #CCFFCC !important;
}

.bgyellow {
  background-color: #FFFFCC !important;
}

.bgorange {
  background-color: #f5d2a2 !important;
}

.uppertitle {
  background-color: #3b5998;
  color: white;
  padding-top: 10px;
}

.uppertitle-red {
  background-color: #FF0000;
  color: white;
  padding-top: 10px;
}

.nominal,
.jumlah,
.price {
  white-space: nowrap;
}

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

.italic {
  font-style: italic !important;
}

.middle {
  vertical-align: middle;
}

.wrap {
  white-space: nowrap;
}

.valign-middle {
  vertical-align: middle;
}

.pcn {
  width: 30px !important;
  text-align: center;
  margin-right: 10px;
}

.snippetinfotext {
  color: grey;
}

.delete-icon {
  color: red;
  cursor: pointer;
}

.width90 {
  width: 90% !important;
}

.width4 {
  width: 50px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.h150 {
  height: 150px !important;
}

.half-width {
  width: 50% !important;
}

.full-width,
.fullwidth {
  width: 100% !important;
}

.half-right,
.half-left {
  width: 49%;
}

.half-right-2,
.half-left-2 {
  width: 48%;
}

.borderblue {
  border: 1px solid blue;
}

.borderwhite {
  border: 1px solid white;
}

.closeicon {
  float: right;
  cursor: pointer;
}

.currency {
  position: absolute;
  padding-top: 5px;
  padding-left: 10px;
  color: grey;
}

.bill {
  width: 150px !important;
  text-align: right;
}

.pointer {
  cursor: pointer;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.nominalwidth {
  width: 150px;
}

.pctwidth {
  width: 50px;
}

input.disabled {
  background-color: #DC4C3B;
}

.inactive {
  color: grey;
}

.addrform {
  width: 200px;
  height: 50px;
}

.borderbottom {
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
}

.smallinput {
  width: 70px !important;
  text-align: center;
  margin-right: 10px;
}

.kurs {
  position: absolute;
  left: 640px;
  margin-top: 6px;
  color: grey;
}

.date {
  text-align: center;
}

.no-underline {
  text-decoration: none !important;
  border-bottom: none !important;
}

.no {
  text-align: center;
}

.price {
  text-align: right;
}

.date-mustahik {
  width: 100px;
}

.nrm {
  width: 200px;
}

.regno,
.npwz {
  width: 100px;
}

.action-mustahik {
  /* width: 100px; */
  width: 156px;
}

.action-muzaki {
  width: 100px;
}

.no-mustahik {
  width: 50px;
}

.chkbx {
  width: 20px;
}

.shading-red {
  background-color: red !important;
  color: white;
}

.shading-blue {
  background-color: #CEC5FF !important;
  color: white;
}

.loadsimba img {
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
}

.loadsimba .sload {
  font-style: italic;
  width: 180px;
  margin-left: 0;
  color: grey;
  margin-bottom: 10px;
}

.lifesaver {
  font-family: 'Life Savers', cursive;
}

.bigelow {
  font-family: 'Bigelow Rules', cursive;
}

.font-small {
  font-size: 10px !important;
}

tr.rowhover:hover {
  background-color: #FFD59A;
}

div.comment {
  color: #666;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

/****** ASSET STYLE ******/
.astdate {
  text-align: center;
  width: 50px;
}

.astinvoice {
  width: 70px;
}

.asttype {
  width: 280px;
}

.astquantity {
  width: 20px;
  text-align: center;
}

/* MENU TABS */
.tab-content {
  /*margin-top: 30px;*/
}

.tab-content table {
  width: 100%;
}

.tabs {
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  height: 59px;
}

.tabs li {
  float: left;
  width: 250px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  color: grey;
  margin-right: 5px;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  background-color: #F4F4F4;
}

.tabs li.selected,
.tabs li:hover {
  background-color: white;
  color: black;
  font-weight: bold;
}

.tabs li.selected {
  border-bottom: 1px solid #FFF;
}

.currency-form select {
  width: 300px;
  margin-right: 20px;
}

.currency-form input {
  width: 60px;
  text-align: right;
  margin-left: 10px;
}

/* Menu SUBTABS */
.subtabs {
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
  height: 38px;
}

.subtabs li {
  float: left;
  width: 150px;
  text-align: center;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  color: grey;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f4f4f4;
}

.subtabs li:first-child {
  border-left: 1px solid #cdcdcd;
}

.subtabs li.selected,
.subtabs li:hover {
  background-color: white;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid white;
}

/* Custom Status */
#cswrap,
.cswrap2 {
  position: fixed;
  min-width: 300px;
  max-width: 50px;
  min-height: 100px;
  background-color: #FFF;
  top: 200px;
  left: 50%;
  margin-left: -150px;
  z-index: 99999;
  /*-khtml-opacity: .90;*/
  /*-moz-opacity: .90;*/
  /*-ms-filter: "alpha(opacity=90)";*/
  /*filter: alpha(opacity=90);*/
  /*opacity: .90;*/
  text-align: center;
  border: 10px solid #cdcdcd;
  -moz-border-radius: 5px;
  border-radius: 10px;
}

#cswrap h3,
.cswrap2 h3 {
  /*border-bottom: 1px solid #386A39;*/
  border-bottom: 1px soid darkblue;
  padding: 10px;
  /*background-color: #386A39;*/
  background-color: #93A1B9;
  /*color: #cdcdcd;*/
  color: white;
  cursor: move;
}

#cswrap .cscontent,
.cswrap2 .cscontent {
  height: 100%;
  margin: 20px;
  text-align: left;
  max-height: 350px;
  overflow: auto;
}

#cswrap .cscontent .cslist,
.cswrap2 .cscontent .cslist {
  color: #386A39;
}

#cswrap .cscontent .cslist li,
.cswrap2 .cscontent .cslist li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#cswrap .csbutton,
.cswrap2 .csbutton {
  /*border-top: 1px solid #386A39;*/
  border-top: 1px solid #93A1B9;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*background-color: #386A39;*/
  background-color: #93A1B9;
}

/* DETAIL MUZAKKI */
.detailmuzakki {
  position: fixed;
  top: 20px;
  left: 100px;
  width: 750px;
  background-color: #ddd;
  z-index: 99999;
  padding: 15px;
  -moz-border-radius: 5px;
  margin-left: -375px;
  left: 50%;
}

.dm-wrapper {
  width: 100% min-height: 100px;
  max-height: 600px;
  background-color: white;
  padding: 10px;
  overflow: auto;
  font-family: verdana;
  font-size: 11px;
}

.dm-wrapper h1 {
  border-bottom: 1px solid black;
  padding: 10px 0px 15px;
}

.dm-wrapper h2 {
  margin: 10px 0;
  background-color: #93A1B9;
  padding: 5px 10px;
  color: white;
}

.dm-wrapper table th {
  font-size: 10px;
}

.dm-admin td {
  text-align: center;
  width: 130px;
}

.dm-content {
  float: left;
  width: 210px;
  /*border: 1px solid black;*/
  margin-right: 10px;
  padding: 10px;
}

.dm-content-data {
  padding: 0 10px;
}

.dm-content-data div {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.dm-content-data div span {
  font-family: verdana;
  font-size: 11px;
}

.dm-footer {
  border-top: 1px solid black;
  padding: 10px 0 0;
  margin-top: 10px;
  margin-left: 10px;
  clear: both;
  /*background-color: #93A1B9;*/
}

.dm-zisinfo {
  float: left;
  width: 200px;
  border-left: 2px double #eee;
  margin: 20px 0;
  padding: 0 15px;
}

.dm-zisinfo ul li {
  padding: 3px 5px;
  border-bottom: 1px solid #ddd;
}

.dm-zisinfo:first-child {
  border-bottom: 1px solid white;
}

.dm-zisinfo ul li:hover {
  background-color: #eee;
}

.dm-value {
  font-weight: bold !important;
  font-size: 10px;
}

.dm-admin {
  width: 100%;
}

.moreaction {
  color: white;
  background-color: #386A39;
  padding: 3px 5px;
}

.moreaction:hover {
  color: white;
}

.moremenu {
  border: 1px solid #386A39;
  background-color: #386A39;
  display: none;
}

.moremenu li {
  padding: 3px;
}

.moremenu a {
  color: white !important;
  display: block;
}

.moremenu a:hover {
  color: #386A39 !important;
  background-color: white;
}

.datepicker,
.dateofbirthpicker {
  width: 100px !important;
  text-align: center;
}

.action-donasi {
  padding: 5px 8px;
}


/****** MENU LEFT ********/
.menuleft {
  float: left;
}

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

.menuleft li {
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
  width: 100px;
}

.menuleft li:hover {
  background-color: #C0C1FF;
}

.contentmiddle {
  margin-left: 150px;
}

.contentmiddle h1 {
  margin: 10px 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}

.dst {
  width: 410px;
}

.dst tr th:first-child,
.dst tr td:first-child {
  width: 30px;
  text-align: center;
}

.dst tr td:last-child {
  width: 50px;
  text-align: center;
}

.dst tr td:last-child span {
  color: red;
  font-weight: bold;
  cursor: pointer;
}

.formright {
  margin-left: 450px;
  margin-top: 10px;
}

.formrightcontent {
  border: 1px solid #cdcdcd;
  padding: 10px 20px 20px;
}

.formrightcontent h1 {
  border-bottom: 1px solid #cdcdcd;
}

.settingdropdownwrap {
  margin-bottom: 15px;
}

.iconright {
  width: 20px;
  float: right;
  padding-top: 5px;
}

/**** BOX PICKER ****/

.cool-box-picker {
  position: absolute;
  border: 1px solid #cdcdcd;
  padding: 10px;
  background-color: #efefef;
  display: none;
  z-index: 99999;
}

.cool-box-picker li.parent {
  padding-top: 0px;
  white-space: nowrap;
}

.cool-box-picker ul li {
  padding: 5px 10px;
  cursor: pointer;
}

.cool-box-picker li.child {
  white-space: nowrap;
}

.cool-box-picker ul.year li:hover,
.cool-box-picker ul.division li ul li.child:hover {
  background-color: #4D90FE;
  color: white;
}

/***** HELP BOX *****/

.helpbox {
  position: absolute;
  border: 7px solid rgb(176, 196, 222);
  padding: 10px;
  background-color: #fefefe;
  top: 77px;
  width: 410px;
  z-index: 9999;
  display: none;
  border-radius: 4px;
}

.helpbox h1 {
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.helpbox-red {
  border-color: red !important;
}

.helpbox-blue {
  border-color: #4787ED !important;
}

/************ BUDGET *************/
.bgtid {
  width: 30px;
  text-align: center;
}

.bgtcd {
  width: 80px;
  text-align: center;
}

.bgtnm {}

.bgttl {
  width: 120px;
  text-align: right;
}

.bgtnt {}

.bgtac {
  text-align: center;
}

.bgtac span {
  cursor: pointer;
}


/**** DUB ********/
.dub {
  background: none repeat scroll 0 0 #DAE4F6;
  border: 1px solid #DAE4F6;
  padding: 3px 5px;
  margin-bottom: 3px;
}

.dub span:last-child {
  cursor: pointer;
  padding: 0 5px;
  float: right;
  font-weight: bold;
  color: red;
}

.transid,
.jumlah {
  white-space: nowrap;
}

.kwlabel {
  position: absolute;
  margin: 15px;
  width: 120px;
  display: block;
  margin-top: 6px;
  left: 210px;
}

/****** report images *********/
.reportimages {
  margin-top: 10px;
}

.reportimages h2 {
  margin: 20px 0;
}

.forminput {
  margin-bottom: 10px;
}

.reporttype {
  display: none;
}

/*********** version page *************/
.version {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.credit-list {
  margin-left: 20px;
  list-style-type: square;
}

.cml {
  margin-top: 20px;
  width: 150px;
  float: left;
}

.cml li.cmllist {
  height: 25px;
  cursor: pointer:
}

.cml li.cmllist a {
  font-size: 13px !important;
  border: none;
  display: block;
  cursor: pointer;
  padding-left: 10px;
  width: 130px;
}

/*
.cml li.cmllist a:hover {
  border: none !important;
  color: white;
  background-color: #4D90FE;
}
*/
.cml li.cmllist a.cmlact {
  border: none !important;
  color: white;
  background-color: #4D90FE;
}

.cml li.cmllist .trgl {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #4D90FE;
  float: right;
}

.cmlcontent {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  width: 500px;
}

.cmlcontent .version {
  display: none;
}

.cmlcontent .cmlcact {
  display: block;
}

.inedit {
  cursor: pointer;
}


/*********** Sort ***********/
span.sortup {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  padding-top: 6px;
  margin-left: 5px;
}

/*
span.sortdown {
	.sortup {
	width: 0;  
	height: 0; 
	position:absolute; 	
	border-left: 5px solid transparent; 	
	border-right: 5px solid transparent; 	 	
	border-top: 5px solid black; 
	padding-top: 6px; 
	margin-left: 5px;	
}	
*/
span.sortdown {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  padding-top: 6px;
  margin-left: 5px;
}

div.actlst4 {
  float: left;
  margin-right: 20px;
}

div.fbh1 {
  padding: 2px 10px;
  border-top: 1px solid #3B5998;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #D8DFEA;
}

div.fbh2 {
  padding: 2px 10px;
  border-top: 1px solid green;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #B8FFCE;
}

input.coolpicker {
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
  border: 1px solid #DCDCDC;
  border-radius: 2px 2px 2px 2px;
  color: #444444;
  cursor: default;
  font-size: 11px;
  /*font-weight: bold;*/
  /* line-height: 27px;*/
  list-style: none outside none;
  /*margin: 0 2px;*/
  min-width: 46px;
  outline: medium none;
  /*padding: 0 18px 0 6px;
    text-align: center;*/
  text-decoration: none;
}

input.coolpicker-disabled {
  background-color: #FFFFFF;
  border-color: #F3F3F3;
  color: #B8B8B8;
}

.helpme {
  color: red;
  /* margin-top: 3px; */
  cursor: pointer;
  float: right;
}

.hmovl li {
  padding-left: 10px !important;
}

.ptcd {
  font-size: 15px;
  font-weight: bold;
}

#ptcs {
  font-weight: bold;
  color: blue;
  font-size: 15px;
}

/* Style the buttons that are used to open and close the accordion panel */
div.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.accordion.active,
div.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.server-status {
  height: 15px;
  width: 5px;
  margin-top: 6px;
}

.server-status-red {
  background-color: red;
}

.server-status-blue {
  background-color: blue;
}

.server-status-yellow {
  background-color: yellow;
}


/* MUZAKI CORNER PROPERTIES */
td.mcno,
th.mcno {
  width: 50px;
  text-align: center;
}

td.mcnpwz,
th.mcnpwz {
  text-align: center;
}

td.mcdt,
th.mcdt {
  text-align: center;
}

.success,
.error {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.error {
  border: 1px solid red;
  background-color: #FFC4FF;
}

.success {
  border: 1px solid blue;
  background-color: #DBDCFF;
}

/* HOME WIDGET PROPERTIES */
.wwidget {
  border: 1px solid #ccc;
}

.wwidget .wheader,
.wwidget .wfooter {
  background-color: #ededed;
}

.wwidget .wheader,
.wwidget .wcontent,
.wwidget .wfooter {
  padding: 10px 15px;
}

.wwidget .wheader h2.title {
  font-size: 13px;
}

.bignumber {
  font-size: 20px;
  font-weight: bold;
}

.lastrequest {
  font-size: 10px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.small-box-dropdown,
.small-box-dropdown div {
  z-index: 999999 !important;
}

/**
 * Emulating <blink> using WebKit CSS3 animation        
 *   This code is part of John Smith's blog
 *
 * Copyright 2010 by John Smith, All Rights Reserved
 *
 * @link   http://www.john-smith.me/emulating--lt-blink-gt--using-webkit-css3-animation
 * @date   18th October 2010 at 11:01 p.m.
 * @author John Smith
 */
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

@keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.blink {
  text-decoration: blink;

  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
  animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.input-group {
  display: flex;
  align-content: stretch;
}

.input-group>input {
  flex: 1 0 auto;
}

/**
 * Even when I set some dimension-related styles on this
 * element but not on the input or button, they'll still
 * line up.
 */
.input-group-addon {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}


.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.width200 {
  width:200px;
}