html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    width:1500px;
    padding: 40px 15px 20px;
}
.header {
    border-bottom: 1px solid blue;
    height:65px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.logo {
    float:left;
    width:180px;
    margin-left: 10px;
}
.product_title {
    float:right;
    width:340px;
    margin-right: 10%;
    font-size: 2em;
    margin-top: 20px;
}

.nav_buttons {
    float:right;
    margin-top: 35px;
    margin-right: 10px;
}

ul.navlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.navlist li {
    display: inline;
}

ul.navlist li a {
    color: #fff;
    padding: .2em 1em;
    width: 5em;
    background-color: #0A83C1;
}

ul.navlist li a:hover {
    background-color: #369;
    color:#fff;
    text-decoration: none;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/***** ABOUT PAGE*****/
.site-about {

}

#about-wrap {
    width: 705px;
    margin-left: auto;
    margin-right: auto;
}

#webtrack-img {

}

/***** CONTACT PAGE *****/
.site-contact {
}

#contact-wrap,
#login-wrap
{
    width: 705px;
    margin-left: auto;
    margin-right: auto;
}

#contact-wrap p,
#login-wrap p
{
    width:390px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#contact-form,
#login-form
{
    width:400px;
    margin-left: auto;
    margin-right: auto;
}
 /***** CLIENT *****/

.client-index {
    height: 100%;
}
 .secondary-nav {
     height:40px;
     width:100%;
     padding: 5px 10px 5px;
     border-bottom: 1px solid blue;
 }

/***** LISTS *****/

#list-types
{
    width:100px;
    float:left;
    margin-top: 10px;

}

#list-types ul
{
    list-style: none;
    margin-left: 5px;
}

#list-data
{
    width:300px;
    margin:10px 10px;
    float:left;
}

#list-detail
{
    /*float:left;*/
    margin:10px 10px;
    width:400px;
}

.account-list
{
    width:500px;
    padding:5px;
}

.account-list-tbl
{
    width: 1500px;
}
.account-detail
{
    width:1450px;
    padding: 5px;
}

.account-column-list
{
    float:left;
}

.account-detail-tbl
{
    width:1400px;
    margin-left: auto;
    margin-right: auto;
}

.user_detail_label
{
    font-weight: bold;
}

.user_detail_value
{
    padding-left: 5px;
}

.user_detail_cat
{
    text-align: center;
    background-color: lightgreen;
}

.user_list
{
    float:left;
    width:250px;
    padding:5px;
    border-right: 1px solid black;
}

.user_detail
{
    float:left;
    width:450px;
    padding: 5px;
}

.user_column_list
{
    float:left;
    border:1px solid black;
}

.user_detail_tbl
{
    width:450px;
}

.email-range-list
{
    float:left;
    width:250px;
    margin-left: 10px;
}

div.required label.control-label::before {
    content: "*  ";
    color:red;
}

.dm_marketing_filter_form {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
