/* Layout Tambahan */
.tiles.grey {
  background-color:#f2f4f6;
}

.parsley-errors-list{
  color:#b42222;
  margin-left:-20px;
}

.borderless {
    border: 0.5px solid #dddddd;
}



thead {
    background-color: #e0e0e0;
}

tfoot {
    background-color: #dfdfdf6b;
}


th{
	text-align: center;
}

.grid.simple.vertical.red {
    border-left: 4px solid #f35958;
    border-top: none !important;
}
.grid.simple.vertical.red {
    border-left: 4px solid #f35958;
    border-top: none !important;
}
.grid.simple {
    padding: 0px !important;
}

.grid {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.grid.simple .grid-body.no-padding {
    padding: 0px;
}
.grid.simple .grid-body {
    background-color: #fff;
    padding: 26px;
    border: 1px solid #ddd;
    color: #1a2226e6;
}
.grid-body {
    clear: both;
    padding: 0;
}
.no-padding {
    padding: 10px !important;
}

.grid.simple .grid-title {
    margin-bottom: 0px;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0px;
}
.grid.simple .grid-title {
    padding: 14px 15px 7px 15px;
    border-bottom: 1px solid #eee;
    color: #282323 !important;
    background-color: #fff;
}
.grid-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.h-100 {
    height: 100% !important;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card {
    word-wrap: break-word;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
	background-clip: border-box;
	border: 1px solid
    rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card-text:last-child {
    margin-bottom: 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
	border-top: 1px solid
    rgba(0,0,0,.125);
}
