/* FLEX ADMIN DEMO STYLES */

/* The following styles are used for demo purposes. */

/* Organizing the Icons Page */

.fa-hover {
    height: 45px;
}

.fa-hover:hover {
    font-size: 20px;
}

.bs-glyphicons {
    margin-bottom: 20px;
    padding-bottom: 1px;
    padding-left: 0;
    overflow: hidden;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    margin: 0 -1px -1px 0;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-glyphicons li:hover {
    background-color: #e0e7e8;
}

@media(min-width:768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

/* Slider Demo Spacing */

.vertical-slider-demo li {
    margin-right: 20px;
}

/* Flot Chart Homepage Demo */

.flot-dash-demo {
    height: 200px !important;
}

.dashboard-demo-table {
    overflow: auto;
}

/* Grid Demo */

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border: 1px solid rgba(52,73,94,.2);
    background-color: #eee;
    background-color: rgba(52,73,94,.15);
}

.show-grid {
    margin: 15px 0;
}

/* Dashboard Map Demo */

#map {
    height: 250px;
}

@media(min-width:768px) {
    #map {
        height: 500px;
    }
}

/* Fixed Height Dashboard Demo Styles */

.dash-demo-tile {
    height: 250px;
    text-align: center;
}

.dash-demo-tile h4 {
    text-align: left;
}

#morris-chart-dashboard {
    width: 100%;
    height: 240px;
}

.flot-chart-dashboard {
    height: 240px;
}

/* Custom Easy Pie Chart Demo Styles */

.easy-pie-chart {
    width: 175px;
    height: 175px;
    margin: 15px 0 0;
}

.percent {
    font-size: 2em;
    font-weight: bold;
    line-height: 175px;
    color: rgba(255,255,255,.7);
}

.mod-picture {
    margin-right: 3%;
    display: inline;
}

.first-picture {
        margin-left: 4%;
}

.last-picture {
        margin-right: 0;
}

.scrollToTop, a.scrollToTop {
width: 35px;
height: 30px;
border-radius: 4px;
text-align: center;
background: rgba(40,40,40,0.85);
font-weight: bold;
font-size: 19px;
color: #FFFFFF;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
z-index: 2000;
}

#message {
background: #c4eaf0; /* alternate #fee199 */
padding: 50px 0;
margin-top: 80px;
margin-bottom: 80px;
}

.section {
margin: 50px 0;
}

.latest-article {
position: relative;
padding: 10px 10px 30px 10px;
background: #dfe5e8;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 30px;
}

.latest-article:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 45%;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #dfe5e8 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.divider {
border: 0;
margin: 60px 0;
height: 4px;
border-top: #ddd 1px solid;
border-bottom: #ddd 1px solid;
text-align: center;
position: relative;
clear: both;
}

.divider .fa {
color: #bbb;
background: #fff;
text-align: center;
display: inline-block;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
font-size: 20px;
position: absolute;
top: -25px;
left: 50%;
margin: 0 auto 0 -25px;
}

.crop {
    overflow: hidden;
}

.crop img {
    margin: -15% 0 0 0;
    height: 220px;
}

.logo-font {
    font-family: "Gilda Display";
    text-transform:uppercase;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 1px 0px 10px 10px;
-webkit-border-radius: 3px;
border-radius: 3px;
}