.error {
    color: #a94442;
}

input.error {
    color: #a94442;
    background-color: #f2dede;
    border: solid 1px #ebccd1;
}

body {
    font-family: 'Oswald', sans-serif;
    padding: 0 !important;
}

.header {
    width: 100%;
    background: #000000;
}

.header .navbar ul li a {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #ffffff;
    padding: 0 15px;
    border-right: 2px solid #474747;
}

.header .navbar ul li a:hover,
.header .navbar ul li a:focus, .header .navbar a.selected {
    color: #eece6c;
    background: transparent;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-right {
    margin-top: -13px;
!important;
}

.header .navbar .navbar-header .navbar-brand {
    height: 80px;
    padding: 10px 0 0;
    outline: none;
}

.header .navbar .navbar-header .navbar-brand img {
    height: 100%;
}

.header .navbar ul.main-nav {
    padding: 38px 0 0 20px;
}

.custom-container {
    width: 70%;
}

.navigation-container {
    width: 80%;
    height: 80%;
    color: white;
    margin: 0 auto;
}

#top-menu {
    margin-top: 10px;
    padding-top: 35px;
}

#showrooms {
    margin-top: -1px;
    position: relative;
}

.search-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.search-bar {
    width: 70%;
    float: left;
}

.search-item-btn {
    float: left;
    margin-left: 20px;
}

.showroom-error-message {
    margin-top: 30px;
}

.search-result {
    margin: 110px auto;
    width: 70%;
    display: none;
    position: relative;
}

.remove-button span {
    font-size: 35px;
}

.second-button {
    margin-left: 20px;
}

.item-details-img {
    float: left;
    width: 200px;
    height: 200px;
}

.item-details-table td.title {
    text-align: center;
    vertical-align: middle;
}

.item-details-table td.titleLeft {
    text-align: left;
    vertical-align: middle;
}

.table-wrapper {
    width: 75%;
    float: left;
}

.table-center {
    margin: auto;
}

.custom-container {
    background: #FFFFFF;
    min-height: 1000px;
}

.check-availability-background {
    background: #E6ECF0
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.scan-out-background {
    background: #f4e1a6;
}

.scan-in-background {
    background: #e8c4a0;
}

.search-result .remove-button {
    position: absolute;
    right: -15px;
    top: -40px;
    z-index: 1;
}

.modal-size {
    width: auto;
    max-width: 80%;
}

.print-button {
    margin-left: 20px;
    text-transform: none;
}

.search-container .modal-header {
    border-bottom: none !important;
}

.last-scanned-items {
    position: fixed;
    right: 0;
    width: 270px;
    min-height: 100px;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.show {
    display: block;
}

.last-scanned-items ul {
    padding-left: 10px;
    margin: 0;
    list-style-type: none;
}

.last-scanned-items ul li {
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #000000;
}

.last-scanned-items ul li:last-child {
    border-bottom: none;
}

.last-scanned-items ul li a {
    font-family: 'Oswald', sans-serif;
    color: #000000;
}

.last-scanned-image {
    float: right;
}

.last-item-text {
    float: right;
    width: 160px;
    height: 100px;
    line-height: 100px;
}

.link-on-hover {
    cursor: pointer;
}

.item-info-span {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    max-height: 100px;
}

.panel-space {
    margin-top: 50px;
}

#success-printer-mapping {
    margin-top: 30px;
}

.btn-50 {
    width: 48% !important;
    text-align: center;
}

.add-btn {
    padding: 25px 0 0 23px;
}

.multiselect-ui {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: solid grey 1px;
}

.multiselect-ui select {
    padding: 10px;
    margin: -5px -20px -5px -5px;
}

#logged-user {
    padding: 0 10px;
    line-height: 30px;
}

.navbar-right form {
    float: left;
}

#select-printer-form, #select-template-form {
    margin-right: 30px;
    width: 200px;
}

#selectedPrinterHosts {
    width: 300px;
}

#logout-button {
    line-height: 25px;
}

.automatic-printing-label {
    margin-left: 30px;
    text-align: center;
    line-height: 37px;
}

.cursor-pointer {
    cursor: pointer;
}

.black-background {
    background: #000000 !important;
}

.download-zpl {
    margin-left: 10px;
}

.help-block {
    margin-left: 225px;
    padding-top:10px;
}

.btn-upload {
    margin-top: 10px;
}

/*Tablet*/

@media (max-width: 1680px) {
    #top-menu {
        margin-top: 15px;
        padding-top: 0px;
    }

    .navbar-right {
        margin-top: 20px !important;
    }

}

@media (max-width: 1024px) {
    .item-details-img {
        float: none;
        margin: 0 auto;
    }

    .table-wrapper {
        float: none;
        margin: 0 auto;
    }

    .navigation-container {
        width: 95%;
    }

    #top-menu {
        margin-top: 15px;
        padding-top: 0px;
    }

    .navbar-right {
        margin-top: 20px !important;
    }

    .btn-50 {
        width: 100% !important;
    }

    .download-zpl {
        margin-top: 15px;
    }

    .custom-dropdown li {
        padding: 7px;
    }

    .showroom-dropdown {
        padding-bottom: 15px;
    }

    .btn-printing-save {
        margin: 15px 0 15px;
    }

    .btn-upload {
        margin-top: 3px;
    }
}

