.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    height: 100%;
    padding: 5px;
    display: inline-block;
    width: auto;
}

.heading {
    margin: 0;
    display: inline-block;
}

/* Classes shared between status.blade.php & create.blade.php*/
.greeting {
    font-size: 18px;
    padding: 10px;
    position: relative;
    left: -8px;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.greeting-margin-padding {
    margin-top: -15px;
    padding-top: -15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.name-greeting {
    font-style: italic;
    font-weight: 600;
}

/* Custom classes for status.blade.php */
.status-table {
    width: 100%;
    border: 1px solid black;
}

.status-table thead {
    background-color: #3097D1;
    color: white;
}

.status-table th, td {
    padding: 5px;
}

.status-table tr:nth-child(odd) td {
    background-color: white;
}

.status-table tr:nth-child(even) td {
    background-color: lightgrey;
}

.search-bar-padding {
    padding: 4px 8px 4px 0;
    margin: 4px 8px 4px 0;
}

.search-button {
    width: 200px;
}

.topmargin {
    margin-top: 10px;
}

#pointsinput {
    margin: 2px 15px;
}

#selectoption {
    margin: 6px 15px;
}

input.col-lg-1, input.col-lg-2, input.col-lg-3, input.col-lg-4, input.col-lg-5 {
    padding: 2px 2px;
}

input {
    margin: 2px 0;
}

label {
    margin: 0 0;
    padding: 4px 15px;
}

textarea.col-lg-4 {
    padding: 2px 2px;
}

select {
    margin: 4px 0 4px 0;

}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shift-left {
    position: relative;
    left: 20px;
}

.order-edit-test-services {
    position: relative;
    left: 20px;
}

.btn-right {
    margin-right: 1px;
    position: relative;
    float: right;
    top: 25px;
    right: 20px;

}

.search-bar div {
    display: inline-block;
    float: left;
    clear: left;
}

.search-bar label {
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
    text-align: left;
}

.search-bar input {
    display: inline-block;
    float: left;
}

.search-bar-order-status {
    width: 78%;
}

.search-bar-company {
    width: 86%;
}

.search-bar-table {
    width: 100%;
}

/*Next button on new order creation page create_admin.blade.php*/
.next-button {
    position: relative;
    float: none;
    clear: left;
    left: 280px;
    width: 160px;
}

/* div minimization of distance */
.greeting-minimize {
    margin-top: -10px;
    padding-top: -10px;
    margin-bottom: -10px;
    padding-bottom: -20px;
}

/*.container {
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
}*/


table.dataTable thead{
    color: #fff;
    background: #3097d1;
    border-bottom: 2px solid #e0dcdc;
}
table.dataTable{
    border-collapse: collapse !important;
}
table.dataTable tbody{
    border-bottom: 2px solid #3097d1;
}
table.dataTable form{
    display: inline;
}


