/* Start CSS Overwrites / Additions */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #304050;
}

.wrapper-content,
.nav-header {
    padding: 0;
}

.nav-header {
    overflow: hidden;
    height: 56px;
}

.navbar-form-custom {
    width: 350px;
}

.navbar.navbar-static-top {
    min-height: 56px;
}

.navbar-static-side {
    width: 210px;
}

.navbar-top-links li a {
    min-height: 0;
}

.navbar-form-custom .form-group {
    border: 1px #E7EAEC solid;
    margin: 10px 0 0 10px;
    background: #F2F2F3;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    height: 35px;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.navbar-form-custom .form-group i {
    margin: 0 0 0 10px;
    font-size: 18px;
}

.navbar-form-custom .form-control {
    font-style: italic;
}

#page-wrapper {
    width: calc(100% - 210px);
}

.minimalize-styl-2 {
    margin: 12px 5px 5px 12px;
    border-radius: 5px;
    padding: 4px 8px;
}

.minimalize-styl-2 i {
    padding: 3px 0 0 0;
    font-size: 18px;
}

@media (max-width: 768px) {

    #page-wrapper {
        width: 100%;
    }

}

/* End CSS Overwrites */

/* Start Custom CSS */
body.launchpad {

}

body.launchpad .nav > li > a {
    color: #475265;
}

.nav-header img {
    width: 100%;
}

.nav.navbar-right {
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.nav.navbar-right > li {
    padding: 0 20px 0 0;
}

.nav.navbar-right > li > a {
    vertical-align: middle;
    padding: 0;
}

.nav.navbar-right > li:first-child span {
    padding: 0 2px 0 12px;
}

.nav.navbar-right > li:last-child a {
    color: #8C94A2;
}

.fa-sign-out {
    vertical-align: middle;
}

.fa-sign-out:before {
    vertical-align: middle;
    font-size: 22px;
}

.website-dropdown-container {
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 10px 5px 5px 30px;
    float: left;
}

.website-dropdown-container label {
    vertical-align: middle;
    padding: 7px 8px 0 0;
    font-weight: 600;
    font-size: 13px;
    color: #304050;
}

#websites-dropdown {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
    background-origin: content-box;
    background-position: 110% 8px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-color: #A7B1C2;
    padding: 4px 25px 4px 8px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    width: 225px;
    height: 35px;
    border: 0;
}

.page-header {
    background-color: #ffffff;
    margin: 0 -15px;
}

.page-header h1 {
    padding: 25px 30px 30px 30px;
    line-height: 52px;
    font-weight: 300;
    font-size: 52px;
    margin: 0;
}

body.launchpad .inner {
    padding: 20px 30px;
}

.single-site {
    margin: 0 0 45px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.single-site h2 {
    box-shadow: 0px 0px 15px 10px #EBEBEB;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 10px;
    margin: 0 30px 0 0;
    width: 300px;
}

.single-site h2 a {
    display: block;
}

.single-site h2 a img {
    width: 100%;
}


@media (max-width: 1150px) {

    .nav.navbar-right {
        padding: 0 0 10px 10px;
        margin: 0 0 0 auto;
    }

}

@media (max-width: 768px) {

    .inner {
        padding: 0;
    }

}

/* End Custom CSS */