.bg-tile-1 {
    background-color:#c2cf8a;
    color: #fff; 
}

.bg-tile-2 {
    background-color: #8bb5c0;
    color: #fff;
}

.bg-tile-3 {
    background-color: #f9cc9d;
    color: #fff; 
}

.bg-tile-4 {
   background-color: #c37572;
    color: #fff;  
}

h2 {
    font-size: 20px!important;
}

h3 {
    font-size: 16px!important;
}

.btn.btn-primary{background-color:#9a1914!important;border-color:#8a0904!important;}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover{background-color:#8a0904!important;}

.folder_href {
    display: block;
    border-top: 1px solid #eee;
    margin: 0px!important;
    padding: 5px;
}

.folder_href:last-child {
    border-bottom: 1px solid #eee;
}

.folder-view a {
  
    font-weight: bold;
}

.folder_href:hover, .folder_href.active {
    background-color: #9a1914;
    color: #fff;
}


.media_kit {
    border:1px solid #ccc;
    background-color: #eaeaea;
    border-collapse: collapse;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
}

.media_kit i {
    color: #fff!important;
}

.media_kit i:hover {
    color: #8bb5c0!important;
}

.media_item .box-body {
    height: 150px;
}

.media_item img {
    max-height: 130px;
    max-width: 100%;
}

.media_item i {
    color: #ccc;
    font-size: 130px;
}



.smaller {
    font-size: 11px;
}

.table-condensed {
    font-size: 13px;
}

span.logo {
  font-weight: bold;
  display: block;
  margin: 0px 0px 0px 20px;
  padding-top: 13px;
  
}

.hpbox {
    color: #fff;
    text-decoration: underline;
}

.hpbox:hover {
    color: #ccc;
}

.mr10 {
    margin-right: 10px;
}

.w25 {
    width: 25px;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

