﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#searchBox {
    background-image: url(../../Content/images/searchicon.png);
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 15px;
    background-color: white;
    background-position: 8px 2px;
    background-repeat: no-repeat;
    padding-left: 37px;
    margin: 4% 0 1% 0.5%;
}

.home-header {
    height: 100px;
    background: #fff;
}

.logo {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.thumbReport {
    /*width:100%;
    height: 100%;*/
    max-width: 180px;
    max-height: 180px;
}

.navbar-header {
    float: left;
    margin-left: 30px;
    border-left: 1px solid #000;
    margin-top: 30px;
}

.my-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.my-brand {
    color: #999999;
}

.navbar-inverse .navbar-nav > li > a.my-logo {
    color: #999999;
}