body {
  /*background: black;*/
  background-color: #e9eaee;
  /*opacity: 1;*/
}
thead>tr>th {
    text-align:center;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.navbar{
    /*background: #D6001C;*/
    background: #14355a;
}

.navbar-top{
/*background: #14355a;*/
color: #fff;
border: none;
border-radius: 0px;
margin:0px;
padding: 0px;
}

.navbar-top p{
font-size: 10px;
margin: 0px;
}

a.navbar-brand.icon-brand {
  padding-bottom: 10px;
  margin-bottom: 5px;
}


nav.navbar.navbar-default.navbar-top {
  height: 30px;



  min-height: 0px;
}
ul.nav.navbar-nav.navbar-right>li>a {
  /*color:#264972;*/
  font-weight: 700;
  opacity: 0.75;
}
ul.nav.navbar-nav.navbar-right>li>a:hover {
  color:#f6ff00;
  opacity: 0.72;
  font-weight: bold;
  transition-delay: 0.1s;
}

/**********************************AREA DASHBOARD ADMIN******************************************/
/*MENU KORAN*/
.menu {
margin-top: 50px;
}
.menu-koran {

  height: 360px;
  background: url('/images/dashboard_biru/assistant-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
  font-size: 25px;
}
.menu-koran:hover {
    height: 360px;
    background:url('/images/dashboard_biru/assistant-kuning.jpg') center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}



/*MENU WBK WBBM*/
.menu-wbk {
  height: 360px;
  background: url('/images/dashboard_biru/biz-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-wbk:hover {
    height: 360px;
    background:url('/images/dashboard_biru/biz-kuning.jpg') center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}

/*MENU SMM*/
.menu-smm {
  height: 360px;
  background: url('/images/dashboard_biru/smm-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-smm:hover {
    height: 360px;
    background:url('/images/dashboard_biru/smm-kuning.jpg') center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}



/*MENU MARK*/

.menu-mark {
  height: 360px;
  background: url('/images/dashboard_biru/remark-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-mark:hover {
    height: 360px;
    background:url('/images/dashboard_biru/remark-kuning.jpg') center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}








/*********************************END AREA DASHBOARD ADMIN***************************************/





/***********************************AREA DASHBOARD SATKER*******************************************/
/*MENU SP2D*/
.menu-sp2d {
  height: 360px;
  background: url('/images/dashboard_biru/sp2d-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-sp2d:hover {
    height: 360px;
    background:url('/images/dashboard_biru/sp2d-kuning.jpg') center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}

/*MENU KIPLIE*/
.menu-kiplie {
  height: 360px;
  background: url('/images/dashboard_biru/kipli-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-kiplie:hover {
    height: 360px;
    background:url('/images/dashboard_biru/kipli-kuning.jpg')  center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}
/*MENU BLISS*/
.menu-bliss {
  height: 360px;
  background: url('/images/dashboard_biru/bliss-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-bliss:hover {
    height: 360px;
    background:url('/images/dashboard_biru/bliss-kuning.jpg')center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}
/*MENU AKSEN*/
.menu-aksen {
  height: 360px;
  background: url('/images/dashboard_biru/aksen-biru.jpg')   rgba(167, 230, 14,0.72) center center   no-repeat ;
  background-size: cover;
}
.menu-aksen:hover {
    height: 360px;
    background:url('/images/dashboard_biru/aksen-kuning.jpg')center center   no-repeat;
    background-size: cover;
    opacity: 1;
    filter: opacity(0.8) ;
    transition-delay: 0.01s;
}

/********************************END AREA DASHBOARD SATKER************************/
/*#14355a*/
.panel-menu {
  border: 1px solid #fff;
  margin: 40px 30px;
  padding: auto;
  height: 230px;
  font-family: 'Julius Sans One', sans-serif;
  display:flex;
  /*justify-content: center;*/
  /*align-items: center;*/
}
.panel-menu h1{
  margin: auto;
  /*margin-top: 30px;*/
  color: #fff;
  font-size:25px;
  font-weight: 100;
  font-family: 'Julius Sans One', sans-serif;
}
.panel-menu a{
  text-decoration: none;
  color: #fff;
}
#assistant {
  font-size:25px;
  letter-spacing:4px;
}
#biz {
  font-size:60px;
  letter-spacing:8px;
}
#smm {
  font-size:55px;
  letter-spacing:8px;
}
#remark {
  font-size:27px;
  letter-spacing:8px;
}
#scanner {
  font-size:25px;
  letter-spacing:5px;
}
#bliss {
  font-size:45px;
  letter-spacing:8px;
}
#kipli {
  font-size:45px;
  letter-spacing:8px;
}



/*.form-page {*/
/*    background:red;*/
/*}*/


/*.form-group{*/
/*    font-size:12px;*/
/*}*/




























