.form-control-small {
    width: 20%;
}

.form-control-medium {
    width: 80%;
}

/*
.modal-wide .modal-dialog {
    width: 800px;
}*/

.modal-dialog img {
    width: 100%;
}

.modal-dialog-product-images img {
    width: 50%;
    padding: 8px;
}
.modal-button {
    border: 1px solid #ccc;
    color: #666;
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 7px 12px;
    margin: 2px;
}
button.modal-button-right {
    float: right;
    margin-top: 10%;
}
button.modal-button-left {
    float: left;
    margin-top: 10%;
}
.modal-dialog-product-images .modal-content {
    float: left;
    min-width: 600px;
}
.modal-inner-content{
    width: 480px;
    float: left;
    margin: 0;
    padding: 0;
}

.icon-success {
    /*color:#196c4b;*/
    color:#2ab27b;
}

.icon-danger {
    color: #c9302c;
}

.ordering-panel {
    height: 193px;
    overflow: auto;
}

.panel-toolbox {
    padding: 5px;
}

.list_loader {
    display: none;
    position:   absolute;
    z-index:    1000;
}

.orders-panel {
    height: 277px;
    overflow: auto;
}

#orders-list-container tbody tr {
    cursor: pointer;
}

.orders-list-selected {
    background-color: #b0e1ef;
}

.other-price {
    text-decoration: line-through;
    font-size: 12px;
}

.sales-icon {
    max-width: 32px;
    max-height: 32px;
    margin-left: 5px;
}

.discount-wrapper {
    display: inline-flex;
}

.sales-prices {
    display: grid;
}

.list-toolbox-row {
    margin-bottom: 10px;
}

.promo-container {
    padding: 20px;
}

.promo-container-inner {
    color: #333;
}

.promo-container-inner img {
    display: inline-block;
}

.promo-container-inner .col-md-2 {
    padding-top: 10px;
    height: 310px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-left: 20px;
    margin-right: 20px;
    /*
    display: inline-block;
    float: none;
    */
}

.navbar-header a.navbar-brand {
    padding: 0 0 0 15px;
}

.promo-title {
    display: inline-block;
    font-size: 15px;
}

.promo-item {
    margin-bottom: 10px;
}

.promo-image {
    padding: 0;
}

.promo-btn {
    margin: 0.5em;
}

.promo-group {
    text-align: center;
}

.modal-body-image-container .promo-image {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 200px;
    text-align: center;
}

.modal-body-image-container {
    text-align: center;
}

.form-buttons {
    padding-top: 10px;
}

body {
    font-size: 10.5pt;
}

#deleteModal a, #deleteModal a:hover {
    text-decoration: none;
}

.action-buttons-first-row {
    margin-bottom: 5px;
}

.datepicker > div {
    display: none;
}

.qty-to-order {
    width: 30px;
    height: 30px;
    border: 1px solid #428bca;
    display: inline-block;
    border-radius: 4px;
}

.alert-block {
    margin: 10px;
}
.pib-checker {
    margin-top: 10px;
}

#notification{
    display: none;
}

/*warning color in forms*/
#notification.notification-error{
    background-color: rgba(255, 0, 0, 0.15);
    border-color: red;
    color:red;
}

#notification.notification-success{
    background-color: rgba(0, 255, 0, 0.15);
    border-color: #00a700;
    color: #00a700;
}

.show-more{
    display: none;
    cursor: pointer;
    width: 95%;
}

.show-less{
    display: block;
    cursor: pointer;
}
.select2-container {
    width: 100% !important;
}