/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2020 | 17:28:57 */
.rsrc-main {
    background-color: white;
}

h2.blk-head {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid grey;
    margin-top: 30px;
}

.blk {
    background-color: whitesmoke;
    padding: 6px 12px;
    margin: 0 0 15px 0;
}

.blk-image, .blk-label {
    text-align: center;
}

.blk-image img {
    max-width: 60px;
    max-height: 60px;
}

.dataTables_filter {
    float: none;
    margin: 6px 12px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}

.dataTables_wrapper label input {    
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;        
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_wrapper label input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);    
}


div.full-width > figure > img {
    width: 1200px;
}

.warning {
  color: drakgrey;
  background-color: #ffff8c;
  padding: 12px 6px;
  border: 1px solid #d8d810;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) {

.blk-row > div {
  	margin: 20px 5px 30px 5px;
}  

.blk-row > div {
  text-align: center;
}

.blk {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 32%;
    padding: 12px 15px;
    border: 1px solid whitesmoke;
    border-radius: 6px;
    background-color: whitesmoke;
    margin: 0 5px 5px 0;
    min-height: 300px;
}

.blk-head {
    text-align: center;
    padding: .9em 0;
    border-top: 1px solid #bfbfbf;
    font-weight: bold;
    margin-top: 30px !important;
}

h3.blk-label {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    font-weight: bold;
}

.blk-image {
    padding: 12px;
}

.blk-image img {
    max-width: 60px;
    max-height: 60px;
}

.blk-text {
    text-align: left;
}

.blk-half {
    width: 50% !important;
}  
  
.col-12 {
    width: 100%;
}

.short-stack {
    min-height: 100px;
}
  
}

