﻿.label-validation-error,
.field-validation-error span {
    color: #ff353e !important;
}

.input-validation-error,
.has-error .form-control:not(.bootstrap-select),
.has-error .bootstrap-select button.dropdown-toggle {
    border: 1px solid #ff0000 !important;
    border-color: #ff0000 !important;
    background-color: #ffeeee !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 94, 90, 0.6) !important;
}

.has-success .bootstrap-select button.dropdown-toggle {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-select .dropdown-toggle:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select .open > .dropdown-toggle.btn-default,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:hover {
    background-color: #fff !important;
}

.approved-list-filter {
    margin-top: 15px;
    margin-left: 0;
}

.approved-list-grid {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.pending-list-filter {
    margin-top: 15px;
    margin-left: 0;
}

.did-you-mean {
    margin-top: -10px;
    padding-bottom: 30px;
    width: 100%;
    display: none;
}

    .did-you-mean .spell.title {
        color: #dd4b39;
        width: 95px;
        float: left;
    }

    .did-you-mean .spell.suggestion-container {
        width: calc(100% - 95px);
        float: left;
    }

        .did-you-mean .spell.suggestion-container a {
            color: #1a0dab;
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
        }

.split-multiplelines {
    word-break: break-all;
}

.database-box {
    width: 210px;
    height: 180px;
    text-align: center;
}

    .database-box.small {
        height: 120px;
    }

.database-list {
    margin-top: -10px;
}

    .database-list .box-alert {
        color: red;
        margin-bottom: 20px;
    }

.database-box .box-image {
    width: 200px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    border: solid 2px black;
    cursor: pointer;
}

.database-box p {
    margin-bottom: 5px;
    font-size: 12px;
}

.database-box .box-image.black {
    background: #000;
}

.database-box .box-image.darkred {
    background: #b80200;
}

.database-box .box-image img {
    width: 90%;
}

    .database-box .box-image img.original {
        width: auto;
    }

    .database-box .box-image img.mgt5 {
        margin-top: 5px;
    }

    .database-box .box-image img.mgt10 {
        margin-top: 10px;
    }

    .database-box .box-image img.mgt15 {
        margin-top: 15px;
    }

    .database-box .box-image img.mgt20 {
        margin-top: 20px;
    }

    .database-box .box-image img.mgt25 {
        margin-top: 25px;
    }

    .database-box .box-image img.auto {
        width: 100%;
        height: 100%;
    }

.database-box .box-title {
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#stocktake-panel .details-container, #import-panel .details-container {
    margin: 15px;
}

#stocktake-panel div.uploader, #import-panel div.uploader {
    width: auto;
}

.mobile-resp .btn-group.bootstrap-select.dropup {
    height: 45px;
}

.mobile-resp .btn-group.bootstrap-select.form-control button.btn.dropdown-toggle {
    padding: 12px;
}

.mobile-resp #search-area-button {
    width: 200px;
}

.mobile-resp .advanced-button .btn.btn-success {
    width: 100px;
}

.mobile-resp .rbr-button .btn.btn-info {
    width: 60px;
}

.modal-resp.modal .modal-dialog .modal-content .modal-footer {
    text-align: right !important;
    background: none;
}

    .modal-resp.modal .modal-dialog .modal-content .modal-footer button {
        padding: 6px 12px;
    }

.modal-resp.modal .modal-dialog .modal-content .modal-body button.dropdown-toggle {
    left: 0;
    top: -1px;
    padding-left: 10px;
}

.modal-resp .btn-group.bootstrap-select.form-control {
    border: 1px solid #ccc !important;
}

.mobile-resp .search-mn-button {
    margin-top: 10px;
}

.mobile-resp #limiter:not(.mobile) {
    top: 60px;
    left: 10px;
    width: calc(100% - 20px);
}

.mobile-resp #limiter.mobile {
    position: relative;
    top: 5px;
}

.mobile-resp .form-group.mobile-validate .field-validation-error {
    position: initial;
}

.mobile-resp .col-xs-12 .form-group {
    margin-bottom: 25px;
}

.mobile-resp:not(.mobile-table) .col-xs-12 .btn {
    width: 100% !important;
    height: 45px;
}

.mobile-resp .col-xs-12 a.btn {
    padding-top: 12px;
}

.mobile-resp .search-button-group {
    margin-bottom: 10px;
}

.mobile-resp.mobile-table .btn:not(.btn-sm) {
    height: 45px;
}

.mobile-table .dataTables_paginate .paginate_button a {
    text-decoration: none;
}

.mobile-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px;
}

.mobile-table .modal-footer .btn {
    min-width: 150px;
}

.mobile-table .form-group .field-validation-error {
    position: initial;
}

.required-star:after {
    content: " *";
    color: red;
}

.mobile-table table .btn {
    width: 100px;
}

.mobile-resp .control-label.title {
    font-weight: bold;
}

.mobile-resp.mobile-table .table-box {
    overflow: auto;
}

#news-and-issue h2.heading {
    text-align: center;
}

nav > ul li .sub-menu {
    min-width: 180px;
}

.action-icons[disabled] {
    opacity: 0.5;
}

span.text-bold {
    font-weight: 700;
}

.subpage .content-wrapper a.btn {
    text-decoration: none;
}

.heading-old-template {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}

h3.head-text {
    font-weight: 700;
    font-size: 16px;
    color: #004990;
}

.dym-resp.did-you-mean {
    margin-top: 5px;
    margin-bottom: 5px;
}

#result-tab.result-resp table.display.table-striped.table-hover.table-condensed tr th {
    font-weight: bold;
}

#result-tab.result-resp table.display.table-striped.table-hover.table-condensed tbody > tr > td,
#result-tab.result-resp table.display.table-striped.table-hover.table-condensed thead > tr > th {
    padding: 10px;
}

.modal-resp.modal.fade#search-area-modal .modal-header {
    margin-top: -3px;
}

.modal-resp.modal .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-resp.modal .cat-tb {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.modal-resp.modal .cat-bb {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

@media (max-width: 400px) {
    header .logo img {
        max-width: 360px;
    }
}

.validation-summary-errors {
    color: red;
}