.form-required::after {
content: '*';
display: inline-block;
color: red;
}

.webform-select-other--wrapper legend {
  border-bottom: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.webform-type-radios legend {
  border-bottom: none;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}

#edit-request-information-expense-date-range-container {
  padding-top:10px;
}

a.tabledrag-handle .handle {
  width: 30px;
  height: 30px;
}

.webform-multiple-table table {
  margin-bottom: 20px;
}

.container-wrap {
  margin: 0 -15px 15px;
  background-color: #FDFDFD;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  position: relative;
  padding: 15px;
}

.tabledrag-toggle-weight-wrapper {
  visibility: hidden !important;
}

.hours-width { 
  width: 60px; 
}

.comment-width { 
  width: 200px; 
}

.comment-width { 
  width: 100%; 
}

.form-managed-file .form-file {
  width: 100%;
}

#supporting_documents_upload_table {
  margin-left: 0em;
  margin-top: -30px;
}

.responsive-enabled>tbody>tr>td, .responsive-enabled>tbody>tr>th, .responsive-enabled>tfoot>tr>td, .responsive-enabled>tfoot>tr>th, .responsive-enabled>thead>tr>td, .responsive-enabled>thead>tr>th {
    border: 1px solid #ddd;
}

.form-textarea {
  width: 100%;
}

.category {
  margin: 4px;
}


















@media (min-width: 768px)
.webform-layoutcontainer--equal > .webform-layoutcontainer--vert:nth-last-child(2), .webform-layoutcontainer--equal > .webform-layoutcontainer--vert:nth-last-child(2) ~ .webform-layoutcontainer--vert, .webform-layoutcontainer--equal > .form-item:nth-last-child(2), .webform-layoutcontainer--equal > .form-item:nth-last-child(2) ~ .form-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}
@media (min-width: 768px)
.webform-layoutcontainer--horiz > *, .webform-layoutcontainer--equal > * {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    zoom: 1;
    *display: inline;
}
@media (min-width: 768px)
.webform-layoutcontainer--equal {
    *zoom: 1;
}
@media (min-width: 768px)
.webform-layoutcontainer--horiz, .webform-layoutcontainer--equal {
    word-spacing: -1em;
}


@media (min-width: 768px)
.webform-layoutcontainer--equal >  .js-form-wrapper:has(> .webform-layoutcontainer--vert), { 
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    display: none;
}

