
body {
}
.starter-template {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#id_comment {
    height: 100px;
}

#id_message {
    height: 100px;
}

.order-comment {
    margin-bottom: 20px;
}

.order-comment .title {
    font-weight: bold;
    margin: 0;
}

.order-message {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}

.order-message dl {
    margin: 0;
}

select#id_editor {
    font-size: 12px;
    height: auto;
    padding: 2px 5px;
}
/*
.card-body > .row {
    margin: 0;
}
*/


.table-orders th:first-child {
    min-width: 180px;
}

.order-table ul,
.table-orders ul {
    margin: 0;
    padding-left: 20px;
    margin-top: 3px;
}

.order-table ul li,
.table-orders ul li {
    margin-bottom: 3px;
}

.badge-larger {
    font-size: 85%;
}

.table tfoot ul.pagination {
    margin-bottom: 0;
}

.table-orders tr:not(.orders-empty) td:hover {
    cursor: pointer;
}

#id_notes {
    height: 100px;
}

.form-field-required > label::after {
    color: red;
    content: ' *';
}

ul.template-guide {
    padding-left: 20px;
}

ul.template-guide li {
    margin-bottom: 5px;
}

.header-user-link {
    color: rgba(255,255,255,.75) !important;
}

.orders-legend {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.orders-legend li {
    list-style-type: none;
}

.order-product-table thead tr th:nth-child(1) {
    width: 11%;
}

.order-product-table thead tr th:nth-child(2) {
    width: 27%;
}

.order-product-table thead tr th:nth-child(3),
.order-product-table thead tr th:nth-child(4),
.order-product-table thead tr th:nth-child(5) {
    width: 18%;
}
.order-product-table thead tr th:nth-child(6) {
    width: 8%;
}

.blinking-element span {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.navbar-brand img {
    max-height: 40px;
}

/* Make our screen wider on tablets */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}
