.dtRow{ 
  display:flex;
  border-top: 1px solid #f5f5f5;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(221,221,221,1);
  -moz-box-shadow: 4px 4px 4px 0px rgba(221,221,221,1);
  box-shadow: 4px 4px 4px 0px rgba(221,221,221,1);
  margin-bottom: 15px;
}
.dtRow > .dtCol { display:table; background: #ffffff; height:180px; }
.dtRow > .dtCol > .wrapper{ display:table-cell; }
.dtRow > .colImg{ flex:2; }
.dtRow > .colImg img{ width:180px; height:180px; }
.dtRow > .colInfo{ flex:4; padding:10px 10px 0px 10px; }
.dtRow > .colInfo > .wrapper{ text-align:left; vertical-align:middle; }
.dtRow > .colInfo p{ font-size:13px; margin:0;  }
.dtRow > .colInfo p.instansi{ font-weight: bold; }
.dtRow > .colInfo p.nama{ font-weight: bold; font-size: 18px; margin: 12px 0 4px; }
.dtRow > .colInfo p.jabatan{ margin-bottom: 5px; }
.dtRow > .colClock{ flex:3; padding: 20px 10px; }
.dtRow > .colClock > .wrapper{ text-align:left; vertical-align:middle; }
.dtRow .clock{ display:flex; }
.dtRow .clock > div{
	flex:1; 
	text-align: center;
    padding: 3px 3px;
    color: #fff;
    font-size:12px;
}

.dtRow > .colStatus{ flex:3; }
.dtRow > .colStatus > .wrapper{ text-align:center; vertical-align:middle; }
.dtRow > .colStatus .main{ position: relative; display: flex; flex-direction: column; height:100%; }
.dtRow > .colStatus .main .icon { padding: 17px; }
.dtRow > .colStatus .main .icon img{ width:50px; }
.dtRow > .colStatus .main .info{ background: #00000024; height: 100%; padding: 10px; }
.dtRow > .colStatus .main .info > div{ display:table; width:100%; height:100%; }
.dtRow > .colStatus .main .info > div > div { display:table-cell; text-align:center; vertical-align:middle; }
.dtRow > .colStatus .main .info .text h3{ color: #ffffff; font-size:20px; font-weight: bold; margin-top: 0; }
.dtRow > .colStatus .main .info .subtext{ font-size:11px; }
.blclock-success{ background: #6ec535; }
.blclock-success:hover{ background: #3a9e28; }
.blclock-warning{ background: #f9a61a; }
.blclock-warning:hover{ background: #f46e0b; }
.blclock-danger{ background: #de3a44; }
.blclock-danger:hover{ background: #aa2633; }
.blclock-info{ background: #4eb5de; }
.blclock-info:hover{ background: #3385aa; }
.blclock-primary{ background: #2d2d2d; }
.blclock-primary:hover{ background: #000000; }

.stTile{ color: #ffffff; }
.stTile.stTile-primary{ background: #2d2d2d; }
.stTile.stTile-primary:hover{ background: #000000; }
.stTile.stTile-green{ background: #6ec534; }
.stTile.stTile-green:hover{ background: #37a025; }
.stTile.stTile-red{ background: #e03847; }
.stTile.stTile-red:hover{ background: #ae2433; }
.stTile.stTile-orange{ background: #f9a519; }
.stTile.stTile-orange:hover{ background: #f46e0b; }
.stTile.stTile-aqua{ background: #4fb5de; }
.stTile.stTile-aqua:hover{ background: #3385aa; }
.stTile.stTile-gray{ background: #b7b7b7; }
.stTile.stTile-gray:hover{ background: #939393; }
.stTile.stTile-plum{ background: #a12135; }
.stTile.stTile-plum:hover{ background: #64181c; }

.dtRow .tile-title .icon i{ font-size:45px; }
.dtRow .tile-title .title h3{ padding-top:17px; }
.tile-stats{ height:180px; }
.tile-stats .num{ font-size: 35px; }
.tile-stats h3{ font-size: 16px; }
.tile-stats .footer{
  margin: 10px -20px -20px -20px;
  padding: 28px 20px;
  background: #0000002e;
}