﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar
{
    position:static;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 1024px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
    
}

    .tile_count .tile_stats_count:first-child::before {
        
    }

.tile_stats_count {
   border:2px;
    border-radius: 5px;
}
.tile_count .tile_stats_count::before {
    content: "";
    position: absolute;
   
    height: 65px;
    /* border-left: 2px solid #ADB2B5;*/
    margin-top: 10px;
    margin:1px;
}
    .tile_count .tile_stats_count .count {
        font-size: 15px;
        line-height: 37px;
        font-weight: 600;
    }

    .well{
      background-color:#fff;
    }