
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic");


body {
    font-family: "Roboto";
    font-size: 14px;
}

*:focus {
    outline: none !important;
}

.gray-text {
    color: #888;
}

.form-control {
    border: 1px solid rgba(200, 200, 200, 0.5);
    font-size: 14px;
}

.control-label {
    padding: 0px;
    margin-bottom: -5px;
}

input.form-control {
    height: 40px;
}

.form-control:focus {
    border: 1px solid rgba(252, 174, 22, 0.5);
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 900;
    color: white;
}

.header-bar {
    height: 60px;
    background: rgb(5, 139, 226);
    border-bottom: 1px solid rgba(5, 139, 226, 0.5);
    width:100%;
    top:0px;
    position: relative;
}

.header-bar >  span {
    float: right;
    font-size: 20px;
    font-weight: 200;
    line-height: 60px;
    margin-right: 50px;
    font-style: italic;
    color:white;
}

.header-logo {
    position: absolute;
    left: 5px;
    top: 5px;
    background: url('/assets/images/sb_logo.png');
    width: 208px;
    height: 158px;
    z-index: 901;
}

.content {
    margin-top: 80px;
}

#login-form {
    text-align:center;
}

.login-form-header {
    color: rgb(5, 139, 226);
    font-size: 36px;
    font-weight: 100;
}

.section-header {
    color: rgb(5, 139, 226);
    font-size: 24px;
    font-weight: 600;
}

.btn-success, .btn-success:hover, .btn-success:active {
    background: rgb(5, 139, 226);
    border-color: rgb(5, 139, 226);
    color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background: rgb(0, 122, 255);
    border-color: rgb(0, 122, 255);
}

.btn-danger, .btn-danger:hover, .btn-danger:active {
    background: rgb(206, 35, 35);
    border-color: rgb(206, 35, 35);
    color: white;
}

.menu {
    float: right;
}

.menu-item {
    margin-right: 30px;
}

.menu-item > a, .menu-item > a:visited, .menu-item > a:hover {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.record {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(5, 139, 226);
}

.sponsor-l, .brand-l, .brand-d {
    word-break: break-all;
    word-wrap: break-word;
}