﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #f5f5f5;
    font-weight: 300;
    line-height: 1.42857143;
}

/* 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;*/
}

.container {
    width: 1300px;
    max-width: 100%;
}

.header-middle {
    padding: 15px 0;
}

a.logo {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}

    a.logo h1 {
        padding: 20px 0 0 15px;
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: inherit;
    }

#page-container {
    background: #fff;
    clear: both;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    padding: 0;
    margin-top: 15px;
}

.header-bottom {
    background: #1c252e;
}

.navbar-dark, .bg-primary {
    background: #1c252e;
}



#content {
    -webkit-transition: 0.3s margin ease-in-out;
    -moz-transition: 0.3s margin ease-in-out;
    -o-transition: 0.3s margin ease-in-out;
    -ms-transition: 0.3s margin ease-in-out;
    transition: 0.3s margin ease-in-out;
    background: #fff;
    clear: both;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    padding: 0;
    margin-top: 0px;
}

#content {
    width: 1300px;
    min-height: 500px;
}

.header-bottom .nav-link {
    color: #fff;
    padding: 10px 30px 10px 30px !important;
    font-weight: 500 !important;
    font-size: 16px;
    transition: .3s all ease;
    display: block !important;
    position: relative;
}