html, body {
    background-color: #f5f5f5;
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
/*.wrap {*/
    /*background-image: url(../images/back.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*min-height: 100vh;*/
/*}*/
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 80px 10px 60px 10px;
}
.wrap > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar {
    font-size: 14px;
    background-color: white;
    margin-bottom: 20px;
    z-index: 1030;
    border-bottom: 1px solid #dee2e6;
    color: #000;
}
.navbar .logo-container {
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 3px;
    border-radius: 4px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
}
.navbar-dark .navbar-nav .nav-item, .navbar-dark .navbar-nav .nav-item:hover,
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}
.navbar-dark .navbar-toggler-icon {
    background-color: #0056b3;
}
.app-footer {
    height: 55px;
    border: none;
    padding: 0 10px;
}
.app-footer a{
    text-decoration: none;
}
.app-footer .copyright {
    float: left;
    padding: 15px 0;
    margin: 0;
}
.app-footer .brand {
    color: #828282;
}
.app-footer .brand .left {
    color: #2196f3;
}
.app-footer .brand .right {
    color: #F7B733;
}
.wrap .app--title {
    font-weight: 300;
    text-align: center;
    font-size: 25px;
}
.app--title {
    display: block;
    margin: 0;
    margin-bottom: 20px;
}
.wrap .card--block {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    box-shadow: 0px 1px 2px #ccc;
}
.btn .oi {
    font-size: 11px;
    margin: 0 0 0 5px;
}
.wrap .card--block.login-form,
.wrap .card--block.forgotpassword-form {
    max-width: 425px;
}
.wrap .card--block.register-form {
    max-width: 800px;
}
.wrap .card--block.resetpassword-form {
    max-width: 800px;
}
.card--block {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 40px 40px;
}
.wrap .card--block .login-button {
    width: 100%;
}
.wrap .card--block .forgotpassword {
    text-align: right;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.wrap .card--block .forgot-button {
    width: 100%;
}
.passwordHint {
    cursor: pointer;
}
.language-item {
    font-size: 13px;
    padding: 0 10px;
    text-transform: uppercase;
}
.language-item .dropdown-menu {
    font-size: 13px;
    padding: 0;
    border: none;
    min-width: 100%;
    margin-top: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.language-item .dropdown-menu > li {
    list-style: none;
    font-weight: 700;
}
.language-item .dropdown-menu > li :hover {
    background-color: #716f8224;
}
.language-item .dropdown-menu > li:last-child :hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.language-item .dropdown-menu > li > a {
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #333;
    line-height: 1.42857143;
    clear: both;
    text-decoration: none;

}
.language-item .dropdown-menu > li > a img {
    display: block;
    width: 25px;
    height: 22px;
    margin: 0 auto;
}
.user-item {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 170px;
}
.user-item .dropdown-menu {
    font-size: 13px;
    padding: 0;
    border: none;
    min-width: 100%;
    margin-top: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.user-item .dropdown-menu > li {
    list-style: none;
    font-weight: 700;
}
.user-item .dropdown-menu > li :hover {
    background-color: #716f8224;
}
.user-item .dropdown-menu > li:last-child :hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.user-item .dropdown-menu > li > a {
    padding: 10px 10px;
    display: block;
    color: #333;
    text-decoration: none;
    text-transform: none;
}
.user-item .dropdown-menu .last {
    border-bottom: 1px solid #716f8224;
}
.user-item .dropdown-menu .btn-logout .btn-link {
    color: #FC4A1A;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid #716f8224;
    border-color: transparent;
    background-color: transparent;
}
.navbar .oi {
    font-size: 13px;
    margin: 0 5px;
}
.app--aside {
    width: 250px;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
}

.app--body {
    width: calc(100% - 250px - 15px);
    float: right;
}
.app--body .card--block {
    padding: 20px 20px;
}
.app--body .card--block .heading {
    margin: 0 -20px;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
}
.card--block .heading .app--title {
    margin-top: 3px;
    margin-bottom: 0 !important;
    word-wrap: break-word;
    text-align: left;
}
#passwordHelp, #ipAddressesHelp, #scopesHelp, #grantTypeHelp, #redirectUriHelp, #domainNamesHelp {
    color: #117ad8 !important;
}
.table td, .table th {
    padding: 8px;
}
.summary {
    float: right;
}
.action-column .oi {
    font-size: 14px;
    margin: 0;
}
.btn-light {
    border: 1px solid #adb6c0;
}
.progress .bg-none {
    background-color: #e9ecef !important;
}
.pagination-records-text {
    padding: 6px;
    margin-left: -12px;
}
.advanced-search {
    /*padding: 25px 20px 10px 20px;*/
    /*border: 1px solid #dee2e6;*/
    /*border-radius: 4px;*/
    /*background-color: #fafafa;*/
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
}
.table-responsive {
    border-radius: 4px;
}
.table-responsive td {
    vertical-align: middle;
}
.advanced-search-title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    padding: 0px 8px;
    background-color: #dee2e6;
}
.date-interval > .form-row {
    width: 121%;
}
#cardNumberMaskHelp {
    color: #117ad8 !important;
}
.loading {
    position: absolute;
    bottom: -35px;
    left: -15px;
    display: none;
}
.loading > img {
    height: 70px;
}
.forecast-table {
    font-size: 13px;
}
.forecast-table thead th {
    vertical-align: middle;
}
.forecast-table thead th, .forecast-table tbody td {
    padding: 6px;
}
.forecast-table .forecast-table-product-name {
    font-weight: bold;
    font-size: 14px;
}
.forecast-table .forecast-table-values {
    padding: 6px 2px;
}
.forecast-table tbody td input {
    padding: 6px 4px;
}
.forecast-table .forecast-table-row-sum {
    font-weight: bold;
}

.forecast-table thead th.current-month {
    background-color: #a3ffa3;
}
.forecast-table tbody td input.green-month {
    background-color: #e0ffe0;
}
.forecast-table tbody td input.orange-month {
    background-color: #ffe4b2;
}
.forecast-table tbody td input.red-month {
    background-color: #ffd4d4;
}
.material-consumption-table {
    font-size: 13px;
}
.material-consumption-table thead th {
    vertical-align: middle;
}
.material-consumption-table thead th,
.material-consumption-table tbody td {
    padding: 6px;
}
.stock-material-type-name {
    text-align: center;
}
.stock-relative-box {
    position: relative;
    width: fit-content;
}
.stock-order,
.stock-order-comment {
    color: #08c;
    text-decoration: none;
    display: table-row;
}
.stock-order-comment:hover {
    text-decoration: none;
    color: #005580;
}
#message-box {
    display: none;
}
.message-box-deliveries {
    text-align: right;
}

.stock-order:hover, .stock-order:focus {
    text-decoration:none;
    color: #005580;
    z-index: 100;
}
.stock-order:hover + #message-box {
    display: block;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    position: absolute;
    width: 220px;
    left: 0px;
    margin-left: 0px;
    padding: 6px 6px 6px;
    box-sizing: border-box;
    z-index: 500;
}
.stock-table {
    font-size: 13px;
    overflow-x: visible;
}
.stock-table tr {
    height: 75px;
}
.stock-table thead th {
    vertical-align: middle;
}
.stock-order-name {
    padding-left: 20px;
}
.stock-table tbody tr:hover, .hover {
    background-color: rgba(0,0,0,.075);
}
.stock-state {
    position: relative;
}
#stock-state-message-box {
    display: none;
}
.stock-state:hover + #stock-state-message-box {
    display: block;
    position: absolute;
    width: 250px;
    padding: 6px 6px 6px;
    box-sizing: border-box;
    z-index: 500;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
}

#confirm-box {
    display: none;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    position: absolute;
    width: 282px;
    left: 0px;
    margin-left: 0px;
    padding: 6px 6px 6px;
    box-sizing: border-box;
    z-index: 500;
    text-align: center;
}
#confirm-box textarea {
    width: 268px;
    height: 130px;
    font-size: 13px;
}
.stock-comment-buttons {
    padding: 8px 15px;
}
.broken-materials-table {
    font-size: 13px;
}
.broken-materials-table thead th, .cards-table thead th  {
    vertical-align: middle;
}

.broken-materials-table thead th, .broken-materials-table tbody td {
    padding: 6px;
}
.broken-materials-table .broken-materials-material-type-name {
    font-weight: bold;
    font-size: 14px;
}
.user-roles-view-logo {
    max-width: 300px;
}
.list-group > .list-group-item > .custom-control {
    background-color: #28a745;
    width: 100%;
    height: 36px;
    padding-left: 30px;
    padding-top: 5px;
}
.list-group > .list-group-item {
    padding: 0 0 20px 0;
}
.list-group label {
    font-weight: 700;
}
.list-group > .list-group-item > ul,
.list-group > .list-group-item > ul > li > ul {
    list-style: none;
}
.list-group > .list-group-item ul {
    padding-left: 30px;
}
.list-group > .list-group-item > ul .custom-control label {
    width: 100%;
    height: 25px;
}
.list-group > .list-group-item > ul .custom-control label:hover {
    border-bottom: 1px solid #28a745;
}
.card--block .heading .app--title > span {
    color: #FC4A1A;
    display: inline-block;
}
.login-form > .redirect_message {
    font-size: 20px;
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ced4da;
}
.login-form > .redirect_message > .redirect_to {
    font-weight: bold;
    color: #307bff;
}
.locked-user {
    font-size: 25px;
    color: red;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    opacity: 0.5;
    font-weight: bold;
}
.checklist {
    list-style: none;
    margin-bottom: 0px;
}
.checklist > li {
    padding-bottom: 3px;
}
.checklist > li:last-child {
    padding-bottom: 0px;
}
.checklist.form-control{
    height: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}
.is-invalid ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid #ff0f0f;
}
.is-valid ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid #28a745;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option--selected {
    background-color: #17a2b8;
    color: #ffffff;
    border: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #17a2b8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
 }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ddd;
    color: #212529;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    width: 100%;
}
.activity-group {
    column-count: 3;
    column-gap: 0.5%;
}
.content-scope-col {
    margin-top: 20px;
}