@font-face {
    font-family: 'Worksans';
    src: url('/fonts/WorkSans-Regular.ttf');
}

@font-face {
    font-family: 'Klavika';
    src: url('./../fonts/Klavika-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Klavika Bold';
    src: url('./../fonts/Klavika-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Klavika Medium';
    src: url('./../fonts/Klavika-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Klavika Light';
    src: url('./../fonts/Klavika-Light_0.otf') format('opentype');
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-y: scroll;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .loaded {
}

.mobile.loginbg {
    background: #1a2934;
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    opacity: 1;
}

.mobile.loginbg .panel.panel-hobex {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    left: 50%;
    top: 50%;
}

.mobile.loginbg .panel.panel-hobex,
.mobile.loginbg .panel.panel-hobex .panel-heading,
.mobile.loginbg .panel.panel-hobex .panel-body {
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
}

.mobile .form-signin input[type='email'],
.mobile .form-signin input[type='password'],
.mobile .form-signin input[type='text'],
.mobile .form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.mobile img.logo {
    height: 96px;
    margin-left: -20px;
}

.loginbg {
    background: url('../images/hobex-x.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    opacity: 0.6;
}

a,
.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #d10019;
    border: 0;
}

.nav-links .btn-link {
    color: #999;
}

.container {
}

.container.page-login {
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: rgb(209, 0, 25);
    border: 1px solid rgb(209, 0, 25);
    transition: background-color 0.5s ease;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #51181f;
    border: 1px solid #51181f;
    color: #fff;
    text-decoration: none;
}

.page-login .btn.btn-primary {
}

.panel-social {
}

.panel-social .media .media-heading {
    font-size: 14px;
}

.panel-social .media .media-heading a,
.panel-social .media .media-heading a:hover {
    text-decoration: none;
    color: #d10019;
}

.panel-hobex {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.panel-primary {
    border-color: #1a2934;
}

.panel-primary .panel-heading {
    background-color: #1a2934;
    border-color: #1a2934;
}

.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-default:hover {
    color: #1a2934;
    background-color: #cccccc;
    border-color: #cccccc;
}

.panel-hobex {
    border: 0px solid #1a2934;
}

.panel-hobex .panel-heading {
    border-radius: 0;
    background-color: #efefef;
    color: #000;
}

.page-login .panel-hobex .panel-title {
    font-size: 20pt;
    text-transform: uppercase;
    color: #1a2934;
    text-align: center;
    line-height: 36pt;
}

.page-login .panel-hobex .panel-body {
    background-color: #fff;
}

.page-login form label {
    display: none;
}

.page-login input[type='text'],
.page-login input[type='password'] {
    height: 30pt;
    font-size: 14pt;
}

.page-login form .btn.btn-primary {
    display: block;
    width: 100%;
    font-size: 16pt;
}

.page-login form .login-remember label {
    display: inline;
    font-size: 12pt;
}

.page {
    padding-bottom: 50px;
}

.page-profile.animated.ng-leave.ng-leave-active {
    display: none;
}

.page-profile.animated.ng-enter {
    animation: fadeIn 1s;
}

body.page-login .navbar {
    display: none;
}

.navbar.navbar-static-top {
    background: #f3f3f4;
    color: #677680;
}

.navbar-static-top .navbar-header {
    line-height: 50px;
    display: block;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-static-top .navbar-header a,
.navbar-static-top .navbar-header .btn-link {
    color: #677680;
}

.toggle-button {
    background-color: #f3f3f4;
    border: 1px solid #f3f3f4;
    color: #1a2934;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.toggle-button:hover,
.toggle-button:active,
.toggle-button:focus,
.toggle-button:clicked {
    background: #f3f3f4;
    border: 1px solid #f3f3f4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
}

span.page-title {
    padding-left: 8px;
    font-weight: bold;
}

div.page-login {
    position: absolute;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

div.page-login .panel-hobex {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 300px;
    margin-top: -200px;
    width: 300px;
    margin-left: -150px;
}

.page-login .login-remember {
    padding-left: 0px;
}

/* LOADING ANIMATION FADE IN */

#body {
    opacity: 0;
}

#body.loaded {
    animation: fadeIn 0.5s;
    opacity: 1;
}

#body #wrapper.toggled {
    padding-left: 250px;
}

#body #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1a2934;
    color: #fff;
    overflow: hidden;
}

/* sidebar-footer */

#sidebar-wrapper .footer {
    position: absolute;
    bottom: 10px;
    width: 240px;
    left: 0;
    height: 100px;
    background-image: url('../images/logo.png');
    background-size: 100% 100%;
}

/* Toggle Styles */

#body.loaded #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#body.loaded #wrapper.toggled {
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#body.loaded #sidebar-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
}

i.fa.form-control-feedback {
    right: 20px !important;
    line-height: 34px !important;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.sidebar-nav li {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li i {
    margin-right: 10px;
}

.sidebar-nav li a {
}

.sidebar-nav li a,
.sidebar-nav div {
    line-height: 40px;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
    text-decoration: none;
}

.sidebar-nav ul.sub-nav {
    margin-left: -20px;
    background-color: #0f181f;
}

.sidebar-nav ul.sub-nav li {
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

/**********NAV LINKS */

.nav-links {
    padding: 0;
    margin: 0;
    list-style: none;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    height: 51px;
}

hr {
    border-top: 1px solid #e5e5e5;
}

.nav-links > li {
    display: inline-block;
}

.nav-links > li > a {
    display: inline-block;
    padding: 10px;
    padding-bottom: 11px;
    margin-bottom: -1px;
    font-size: 15px;
    line-height: 28px;
    color: #959494;
    border-bottom: 2px solid transparent;
}

.mt {
    margin-top: 20px;
}

/* PROFILE */

.grad-header {
    position: relative;
    background-color: #f3f3f4;
    color: #333;
    margin-bottom: 20px;
}

.grad-header .name {
    position: absolute;
    left: 200px;
    top: 20px;
    font-size: 36px;
}

.grad-header .profile-image {
    position: absolute;
    left: 25px;
    top: 25px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fbe9e7;
    color: #333;
    text-align: center;
}

.grad-header .profile-image .profile-empty {
    line-height: 150px;
    font-size: 40px;
    text-transform: uppercase;
}

.grad-header .profile-upload {
    position: absolute;
    left: 24px;
    top: 24px;
    height: 152px;
    width: 152px;
    border-radius: 50%;
    opacity: 0.9;
    text-align: center;
    font-size: 14px;
    background-color: #efefef;
    color: #000;
    cursor: pointer;
    line-height: 10px;
    padding-top: 64px;
}

.grad-header .profile-upload .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-weight: normal;
}

.grad-header .profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.grad-header .profile-data {
    position: absolute;
    left: 200px;
    top: 70px;
    color: #666;
}

.grad-header .profile-footer {
    position: absolute;
    left: 200px;
    bottom: 20px;
}

.grad-header .profile-stats {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.grad-header .email {
    position: absolute;
    left: 200px;
    top: 94px;
    color: #666;
}

.grad-header2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d94153+0,d10019+100 */
    background: rgb(217, 65, 83);
    /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(217, 65, 83, 1) 0%,
        rgba(209, 0, 25, 1) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(217, 65, 83, 1) 0%,
        rgba(209, 0, 25, 1) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(217, 65, 83, 1) 0%,
        rgba(209, 0, 25, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d94153', endColorstr='#d10019', GradientType=1);
    /* IE6-9 */
}

h1.form-legend {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.form-default label.control-label {
    color: #666;
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
}

.form-control {
    border-radius: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(153, 153, 153, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(153, 153, 153, 0.6);
}

.btn {
    border-radius: 3px;
}

.input-group-rounded .btn,
.input-group-rounded input {
    border-radius: 3px;
}

.page-profile h1,
.form-dialog h3 {
    margin-top: 0;
}

/* tagged input */

.bootstrap .tags {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 8px;
}

tags-input.bootstrap[disabled] .tags input,
tags-input.bootstrap[disabled] .tags .tag-item a {
    cursor: not-allowed;
}

tags-input.bootstrap[disabled] .tags .tag-item {
    opacity: 0.65;
    background: #1c2b36;
    border: 1px solid #1c2b36;
    cursor: not-allowed;
}

.bootstrap .tags.focused {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap .tags .tag-item {
    background: #1c2b36;
    border: 1px solid #1c2b36;
    border-radius: 4px;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 31px;
}

.bootstrap .tags .input {
    height: 32px;
    line-height: 31px;
    margin-left: 10px;
}

.bootstrap .tags .tag-item .remove-button,
.bootstrap .tags .tag-item .remove-button:hover,
.bootstrap .tags .tag-item .remove-button:visited,
.bootstrap .tags .tag-item .remove-button:focus {
    color: #ccc;
    text-decoration: none !important;
}

.bootstrap .tags .tag-item.selected {
    background: #1c2b36;
    border: 1px solid #1c2b36;
    border-radius: 4px;
    color: #fff;
}

.bootstrap .tags .tag-item button {
    background: transparent;
    color: #000;
    opacity: 0.4;
}

.bootstrap .autocomplete {
    border-radius: 4px;
}

.bootstrap .autocomplete .suggestion-item.selected {
    color: #262626;
    background-color: #e9e9e9;
}

.bootstrap .autocomplete .suggestion-item em {
    font-weight: normal;
    background-color: #ffff00;
}

.bootstrap .autocomplete .suggestion-item.selected em {
    color: #262626;
    background-color: #ffff00;
}

/* end tagged input */

ul.has-action li {
}

.btn-link {
    cursor: pointer;
}

.alert-warning span.btn-link {
    color: #8a6d3b;
}

.profile-image.small {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.heatmap .graph-label {
    display: none;
}

.row.x-title h1 {
    font-family: 'Worksans';
    color: #677680;
    text-transform: uppercase;
    font-weight: thin;
    padding-bottom: 10px;
    border-bottom: 1px solid #677680;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
}

.heatmap .q1 {
    background-color: #735e61;
    fill: #735e61;
}

.heatmap .q2 {
    background-color: #884951;
    fill: #884951;
}

.heatmap .q3 {
    background-color: #9d3440;
    fill: #9d3440;
}

.heatmap .q4 {
    background-color: #b21f30;
    fill: #b21f30;
}

.heatmap .q5 {
    background-color: #c70a20;
    fill: #c70a20;
}

.heatmap .q1 ~ text.subdomain-text,
.heatmap .q2 ~ text.subdomain-text,
.heatmap .q3 ~ text.subdomain-text,
.heatmap .q4 ~ text.subdomain-text,
.heatmap .q5 ~ text.subdomain-text {
    fill: #fff;
}

.tab-pane {
    padding: 20px;
}

/* fast fader */

.ff.ng-hide,
.fa.ng-hide {
    display: none;
}

.ff.ng-show {
    display: inline;
    opacity: 1;
}

.text-warning {
    color: #f0ad4e;
}

.gitlab.project-list > li {
    border: 1px solid #efefef;
    border-left: 5px solid #ccc;
}

.gitlab.project-list > li > div {
    padding: 10px;
}

.gitlab.project-list .media-right.status {
    padding: 0;
    background-color: #efefef;
    height: auto;
}

.gitlab.project-list .media-right.status li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: #cccccc;
    text-align: center;
    min-width: 100px;
    height: 115px;
    display: table-cell;
    border-left: 1px solid #fff;
}

.gitlab.project-list .media-right.status ul.checks li.warning {
    background-color: #fbdc5e;
    border-bottom: 5px solid #f0ad4e;
}

.gitlab.project-list .media-right.status ul.checks li.ok {
    background-color: #deecdc;
    border-bottom: 5px solid #3c763d;
}

.gitlab.project-list .media-right .project-state {
    padding-top: 8px;
}

.project-list .media.warning {
    border-left: 5px solid #fbdc5e;
}

.project-list .media.ok {
    border-left: 5px solid #5cb85c;
}

.btn-default {
    background-color: #f6f6f6;
}

/* iphone 6 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    div.page-login .panel-hobex {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 280px;
        margin-top: -200px;
        width: 300px;
        margin-left: -150px;
    }

    .page-login .panel-hobex .panel-title {
        font-size: 14pt;
        text-transform: uppercase;
        color: #1a2934;
        text-align: center;
        line-height: 28pt;
    }
}
