.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.text-danger,.text-error{border-color:#eed3d7;color:#b94a48;}
.text-danger h4,.text-error h4{color:#b94a48;}

div.dataTables_length select {
width: 80px;
}

select[multiple]{
  height: 500px;
}

tr{
  height: 20px;
}

th{
  text-align: center !important;
}

.hurufKapital{
  text-transform:uppercase;
}

table{
  font-size:12px;
}

.wrimagecard{
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
  padding: 40px;
  height: 30px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px;
    height: 30px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .modal-xl {
    left:25% !important;
    width: 90% !important;
    max-width:1200px !important;
  }
}
