body {
  background: #F7921E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(247,146,30,1) 0%, rgba(242,242,242,1) 100%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(247,146,30,1) 0%, rgba(242,242,242,1) 100%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a, a:hover {
    color: #F7921E;
}

input, select {
    max-width: 400px;
}
.form button[type="submit"] {
    float: left;
    margin-left: 1.125rem;
}
.orders.form button[type="submit"] {
    float: right;
}

.container {
    background-color: #fff;
}
.nav-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .nav-container {
        max-width: 1500px;
    }
    .container {
        max-width: 1500px;
    }
}
@media screen and (max-width: 992px) {
    .nav-container {
        max-width: 960px;
    }
}
@media screen and (max-width: 768px) {
    .nav-container {
        max-width: 720px;
    }
}
@media screen and (max-width: 576px) {
    .nav-container {
        max-width: 540px;
    }
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

button {
    color: #fff;
    background-color: #F7921E;
    border-color: #F7921E;
    cursor: pointer;
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button:hover {
    color: #fff;
    background-color: #ea912d;
    border-color: #F7921E;
}

.form-label-group {
  position: relative;
}

.card-signin .form-label-group {
    margin-bottom: 1rem;
}

.form-label-group input, .form-label-group select {
  height: auto;
  border-radius: 2rem;
}

.form-label-group input,
.form-label-group:not(.checkbox) label,
.form-label-group select {
  padding: .75rem 1.5rem;
}

.form-label-group select:focus {
    outline: none;
}

.form-label-group.checkbox {
    margin: 10px 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #F7921E;
    background-color: #F7921E;
}

.custom-control-label::before, .custom-control-label::after {
    top: .2rem;
}

.form label {
    padding-left: 0.5rem !important;
}
.modal-dialog {
    max-width: 1140px;
}
thead th, .table-view tr td:nth-child(odd), .bc-grey {
    background-color: #cccccc;
}
thead th a {
    color: #000;
}

/********** HEADER **********/

.dropdown-menu .col {
    border-right: 1px solid rgba(0,0,0,.15);
}
.dropdown-menu .col:last-child {
    border-right: none;
}

/********** ORDER EMAIL ***********/

.order-email {
    border: 3px solid black;
}
.order-email .border-top {
    border-top: 5px solid black !important;
}
.order-email .border-bottom {
    border-bottom: 3px solid black !important;
}
.order-email.table-bordered td {
    border: 1px solid black;
}
.order-email .no-border {
    border: none;
}
.bc-grey, .bold {
    font-weight: 600;
}
.fs-12 {
    font-size: 1.2rem;
}
.fs-10 {
    font-size: 1rem;
}

/********** ORDERS ************/

.refresh {
    background-color: #dee2e6;
    border-color: #d7d9dc;
    padding: .21rem .5rem;
}
.refresh:hover .fa-sync-alt {
    color: #fff;
}
.fa-sync-alt {
    color: #F7921E;
}
.orders:not(.index) td.actions {
    display: flex;
    flex-direction: column;
}
.table-wrapper .btn-info {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: none;
	min-width: 100px;
	border-radius: 50px;
	line-height: 13px;
    margin-bottom: 0;
}
.table-title h3 {
    margin-bottom: 0;
}
.orders.view .table td b {
    word-break: break-word;
}
a.action {
    color: #F7921E !important;
}
a.action:hover {
    text-decoration: underline !important;
}
.modal h4 {
    margin-bottom: 0;
}
.jc-bs3-container {
    background-color: transparent;
}
.compensation-states {
    display: none;
}
h5, h6 {
    font-weight: 600;
    color: #F7921E;
}
.accordion {
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.sub-accordion {
    margin: 20px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.accordion .card,
.accordion .card:last-child .card-header {
  border: none;
}

.accordion .card-header {
  border-bottom-color: #EDEFF0;
}

.accordion .fa-stack {
  font-size: 18px;
}

.accordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  text-decoration: none;
}

.accordion button:hover {
    background-color: transparent;
    border-color: transparent;
}
.accordion button:focus {
    background-color: transparent;
}
.tab-content > .active {
    min-height: 500px;
}
