body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.bottom-row-border {
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .bottom-row-border td, th {
        padding: 5px 0px 5px 0px;
    }

}

@media (max-width: 480px) {

    .bottom-row-border td, th {
        padding: 5px 0px 5px 0px;
    }

}

body.skin-black .main-header .navbar-brand {
    border-right: 0px;
    padding: 0;
    margin-left: 15px;
}

body.skin-black .main-header .navbar .navbar-nav > li > a {
    border-right: 0px;
}

.navbar-brand {
    background: url("/starnet_logo_237-60.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 125px;
}

body .content-header > h1 {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial;
}

body .widget-user .widget-user-header {
    padding: 0px;
    height: 175px;
    background-size: cover !important;;
}

body .box-footer {
    padding: 20px;
    padding-bottom: 15px;
}

body .box-footer .dates {
    margin-bottom: 15px;
}

body .content-header > h1 {
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial;
}

.box-body.extra-padding {
    padding: 25px;
}

.box-body.extra-padding h4 {
    margin-bottom: 20px;
}

.box-body.extra-padding .dates {
    margin-bottom: 20px;
}

.label-required:after {
    content: '*';
    color: #ff0000;
    padding-left: 5px;
}

.title {
    font-weight: 600;
    text-transform: initial;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.label-required:after{
    content:'*';
    color: #ff0000;
    padding-left:5px;
}


