html,
body {
    height: 100%;
}

.login-background {
    background: url('/images/background_login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login {
    padding-top: 100px;
}

.navbar-brand {
    padding: 5px 15px;
    line-height: 42px;
    opacity: 1 !important;
}

.navbar-brand-title {
    opacity: 0.7;
}

.navbar-brand-title:hover {
    opacity: 1;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
    display: inline-block;
    margin-right: 8px;
}

.navbar-brand {
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-brand-title {
    white-space: nowrap;
}

.search-right {
    position: absolute;
    right: 5px;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
}

@media (max-width: 767px) {
    .login {
        padding-top: 20px;
    }
    .navbar-brand-title {
        opacity: 1;
    }
    .navbar-brand {
        width: calc(100% - 140px);
        opacity: 0.7 !important;
    }
    .navbar-brand:hover {
        width: calc(100% - 140px);
        opacity: 1 !important;
    }
    .search-right {
        position: static;
        right: 0;
    }
}

ul.nav.navbar-nav > li {
    border-left: 1px solid #666 !important;
}

nav.navbar form .form-group {
    min-width: 300px;
}

nav.navbar form input.form-control {
    min-width: 100%;
    background: #43545c;
    border: none;
}

nav.navbar form input.form-control {
    color: #999695;
}

nav.navbar form input.form-control:focus {
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.navbar-inverse {
    background-color: #2f414a;
    border-color: #2f414a;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #202d33;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    opacity: 0.7;
}

.navbar-inverse .navbar-brand:hover {
    color: #fff;
    opacity: 1;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    opacity: 0.7;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    opacity: 1;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin-left: 3px;
}

.wrap > .container, .wrap > .container-fluid {
    padding-top: 60px;
}

.wrap-nonav {
    min-height: 100%;
    height: auto;
    margin-left: 3px;
}

.wrap-nonav > .container, .wrap-nonav > .container-fluid {
    padding-top: 5px;
}

.container, .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }

    .wrap > .container, .wrap > .container-fluid {
        padding: 70px 15px 20px;
        margin-right: auto;
    }

    .wrap-nonav > .container, .wrap-nonav > .container-fluid {
        padding: 20px 15px 20px;
    }
}

.wrapper {
    transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
    .wrapper {
        margin-left: 200px;
    }

    .wrapper__minify {
        margin-left: 50px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.jstree-anchor {
    color: #4e6d7c !important;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.jstree-wholerow-hovered, .jstree-wholerow-clicked {
    background: #dee1e2 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
}

.tree-group {
    padding-left: 0;
    list-style-type: none;
}

.tree-group .tree-group-item {
    word-wrap: break-word;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 5px 15px;
    overflow: hidden;
    background: rgb(250, 250, 250);
    margin-bottom: 5px;
}

.tree-group .tree-children {
    margin-left: 30px;
}
