html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

body {
  overflow-x: hidden; }

.sitewide {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto; }

h1 {
  font-size: 3em;
  letter-spacing: .02em;
  line-height: 1em;
  text-align: center; }

a {
  text-decoration: none;
  transition: color .3s; }

@media (min-width: 600px) {
  h1 {
    font-size: 4em; } }
.breadcrumb {
  display: none; }

.container {
  min-height: calc(100vh - 148px);
  border-bottom: 1px solid transparent; }
  .container #header {
    position: relative;
    width: 100%;
    height: 55px;
    box-shadow: 0px -30px 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 1; }
    .container #header #headerLogo {
      position: absolute;
      top: 5px;
      left: 20px; }
    .container #header #nav {
      display: flex;
      position: absolute;
      right: 120px;
      width: 450px;
      margin: 0;
      padding: 0;
      text-align: center; }
      .container #header #nav li {
        flex-grow: 1;
        height: 55px;
        list-style-type: none; }
        .container #header #nav li a {
          display: block;
          height: 100%;
          border-bottom: 5px solid white;
          padding: 15px 0 0;
          box-sizing: border-box;
          font-size: 1.15em;
          font-weight: 700;
          color: #12a89d;
          transition: border .3s, color .3s; }
          .container #header #nav li a:hover {
            border-bottom: 5px solid #f7941d;
            color: #f7941d; }
        .container #header #nav li.currentNavPage a {
          border-bottom: 5px solid #12a89d; }
          .container #header #nav li.currentNavPage a:hover {
            border-bottom: 5px solid #f7941d; }
    .container #header #navButton {
      display: none;
      position: absolute;
      top: 15px;
      right: 120px;
      border: none;
      padding: 0 30px 0 0;
      font-size: 1.15em;
      color: #12a89d;
      background: none;
      transition: color .5s; }
      .container #header #navButton.extended {
        color: #f7941d; }
      .container #header #navButton:before, .container #header #navButton:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        right: 0;
        z-index: -1;
        background: url("menuNav.svg") no-repeat;
        background-position: right;
        background-size: contain;
        transition: transform .5s; }
      .container #header #navButton:after {
        background: url("menuNavExtended.svg") no-repeat;
        background-position: right;
        background-size: contain;
        opacity: 0;
        transition: transform .5s, opacity .5s; }
      .container #header #navButton.extended:before, .container #header #navButton.extended:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .container #header #navButton.extended:after {
        opacity: 1; }
    .container #header #logoutLink {
      position: absolute;
      top: 5px;
      right: 20px;
      height: 24px;
      border-radius: 3px;
      padding: 10px 20px;
      font-weight: 700;
      color: #fff;
      background: #12a89d;
      transition: background .3s; }
      .container #header #logoutLink:hover {
        background: #f7941d; }
  .container .fullWidth {
    position: relative;
    width: 500%;
    margin: 0 0 20px -200%;
    background: none;
    z-index: 0; }
    .container .fullWidth .fullWidthImage {
      width: 1900px;
      max-width: 200vw;
      min-width: 100vw;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box; }
      .container .fullWidth .fullWidthImage img {
        position: relative;
        left: 50%;
        width: 100%;
        max-width: initial;
        min-width: 750px;
        transform: translate(-50%, 0); }
    .container .fullWidth .fullWidthContent {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90vw;
      max-width: 800px;
      margin: 0 auto;
      text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
      color: #fff;
      transform: translate(-50%, -50%); }
  .container #loginLogo {
    display: block;
    max-width: 80%;
    margin: 100px auto; }
  .container #loginButtons {
    text-align: center;
    margin: 100px 0; }
    .container #loginButtons a {
      width: auto;
      margin: 10px;
      border-radius: 3px;
      padding: 20px 30px;
      font-size: 1.25em;
      font-weight: 700;
      color: #fff;
      background: #12a89d;
      transition: background .3s;
      cursor: pointer; }
      .container #loginButtons a:hover {
        background: #f7941d; }
  .container form {
    margin: 0 auto 50px; }
    .container form#login {
      width: 400px;
      max-width: calc(100% - 40px); }
    .container form label {
      font-size: 1.25em; }
    .container form input {
      display: block;
      width: 100%;
      margin: 5px 0 15px;
      border: 1px solid #999;
      padding: 8px 0;
      box-sizing: border-box;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 1em;
      text-indent: 5px; }
    .container form input[type=submit] {
      width: auto;
      border: none;
      border-radius: 3px;
      padding: 10px 20px 10px 15px;
      font-size: 1em;
      font-weight: 700;
      color: #fff;
      background: #12a89d;
      transition: background .3s;
      cursor: pointer; }
    .container form input[type=submit]:hover {
      background: #f7941d; }
  .container #licensingLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 20px auto;
    padding: 0; }
    .container #licensingLinks li {
      width: 100%;
      margin: 0 0 20px;
      list-style-type: none; }
      .container #licensingLinks li a {
        display: block;
        width: 100%;
        padding: 30px 0;
        box-sizing: border-box;
        border-radius: 3px;
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: .01em;
        text-align: center;
        color: #fff;
        transition: background .3s; }
    .container #licensingLinks li:nth-child(1) a {
      background: #f7941d; }
      .container #licensingLinks li:nth-child(1) a:hover {
        background: #db7700; }
    .container #licensingLinks li:nth-child(2) a {
      background: #12a89d; }
      .container #licensingLinks li:nth-child(2) a:hover {
        background: #12968c; }
    .container #licensingLinks li:nth-child(3) a {
      background: #7c51a1; }
      .container #licensingLinks li:nth-child(3) a:hover {
        background: #6d488c; }

.toolbar {
  position: relative;
  width: 100%;
  height: 55px;
  margin: -25px 0 0;
  font-size: 1.25em;
  color: #fff;
  background: #7c51a1; }
  .toolbar .right {
    position: absolute;
    top: 10px;
    right: 20px; }
    .toolbar .right .search_term {
      display: inline; }
      .toolbar .right .search_term div {
        display: inline-block;
        margin: 0 10px; }
      .toolbar .right .search_term a {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 3px;
        text-decoration: none;
        color: #fff;
        background-color: #12a89d;
        transition: background .3s; }
        .toolbar .right .search_term a:hover {
          background-color: #f7941d; }
    .toolbar .right #form_search {
      display: inline; }
      .toolbar .right #form_search #search {
        display: inline-block;
        width: 186px;
        margin: 0;
        border: none;
        padding: 6px 0;
        box-sizing: border-box;
        font-size: 1em;
        text-indent: 5px; }
  .toolbar #select_char {
    position: absolute;
    top: 10px;
    left: 20px; }
    .toolbar #select_char #character {
      border: none;
      border-radius: 0;
      padding: 7px 25px 7px 10px;
      font-size: 1em;
      font-weight: 300;
      background: url("dropdownArrow.svg") no-repeat right 8px center #fff;
      background-size: 10px 6px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .toolbar #select_char #character::-ms-expand {
      display: none; }
    .toolbar #select_char .filter {
      display: inline; }
      .toolbar #select_char .filter span {
        margin: 0 10px; }
      .toolbar #select_char .filter ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0; }
      .toolbar #select_char .filter li {
        display: inline-block; }
      .toolbar #select_char .filter a {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 3px;
        text-decoration: none;
        color: #fff;
        background-color: #12a89d;
        transition: background .3s; }
        .toolbar #select_char .filter a:hover {
          background-color: #f7941d; }

table.artwork {
  margin-top: 35px; }
  table.artwork a.img div {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ddd;
    transition: border .3s; }
    table.artwork a.img div:hover {
      border: 1px solid #000; }

.fancybox-skin {
  border-radius: 3px;
  background: #ffffff; }

.pagination {
  float: right;
  margin-bottom: 35px; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination li {
    float: left;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #12a89d;
    transition: background .3s; }
    .pagination li:hover {
      background: #f7941d; }
  .pagination a {
    display: block;
    width: 32px;
    height: 28px;
    padding: 4px 0 0;
    text-decoration: none;
    color: #fff; }
  .pagination .firstpage, .pagination .lastpage {
    width: 24px;
    font-size: 0;
    background: url(lastArrow.svg) no-repeat center/auto 16px; }
    .pagination .firstpage:hover, .pagination .lastpage:hover {
      background: url(lastArrowHover.svg) no-repeat center/auto 16px; }
  .pagination .prevpage, .pagination .nextpage {
    width: 24px;
    font-size: 0;
    background: url(nextArrow.svg) no-repeat center/auto 16px; }
    .pagination .prevpage:hover, .pagination .nextpage:hover {
      background: url(nextArrowHover.svg) no-repeat center/auto 16px; }
  .pagination .firstpage, .pagination .prevpage {
    transform: rotate(180deg); }
  .pagination .currentpage {
    width: 24px;
    height: 28px;
    padding: 4px 0 0;
    color: #000;
    background: #fff; }
    .pagination .currentpage:hover {
      background: none; }

form#filter, form#search, form#form_date {
  position: relative;
  width: 100%;
  height: 55px;
  margin: 0;
  font-size: 1.25em;
  color: #fff;
  background: #7c51a1; }

form:first-of-type#filter, form:first-of-type#search, form:first-of-type#form_date {
  margin: -25px 0 0; }

form#search input {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 186px;
  margin: 0;
  border: none;
  padding: 6px 0;
  box-sizing: border-box;
  font-size: 1em;
  text-indent: 5px; }
form#search div {
  position: absolute;
  top: 10px;
  left: 211px;
  margin: 0 10px; }
  form#search div a {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background-color: #12a89d;
    transition: background .3s; }
    form#search div a:hover {
      background-color: #f7941d; }

#filter select {
  position: absolute;
  top: 10px;
  border: none;
  border-radius: 0;
  padding: 7px 25px 7px 10px;
  font-size: 1em;
  font-weight: 300;
  background: url("dropdownArrow.svg") no-repeat right 8px center #fff;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  #filter select#licensee {
    left: 20px; }
  #filter select#status {
    left: 186px; }
  #filter select#type {
    left: 430px; }

#date_range {
  width: calc(100vw - 40px);
  max-width: calc(1200px - 40px);
  margin: 0 auto;
  padding: 10px 0 0;
  box-sizing: border-box; }
  #date_range input {
    display: inline-block;
    width: 120px;
    margin: 0 10px;
    border: none;
    padding: 6px 0; }

table {
  width: calc(100% - 40px);
  max-width: calc(1200px - 40px);
  margin: 0 auto;
  font-size: 1.25em; }
  table table {
    font-size: 1em; }
  table td {
    padding: 0 5px; }
  table.artwork td {
    padding: 0; }
  table#presentationsTable {
    table-layout: fixed;
    word-wrap: break-word; }
  table.artwork tr:nth-child(2n+1) {
    background: none; }
  table tr:nth-child(2n+1) {
    background: #efefef; }
    table tr:nth-child(2n+1).table-head {
      background: #12a89d; }
      table tr:nth-child(2n+1).table-head td {
        padding: 10px 5px; }
      table tr:nth-child(2n+1).table-head a {
        color: #fff; }
        table tr:nth-child(2n+1).table-head a:hover {
          color: #f7941d; }
  table .pres_thumb {
    margin: 10px; }
  table a {
    color: #f7941d; }
    table a:hover {
      color: #db7700; }

.approvalStart {
  display: block;
  margin: 20px 0 0;
  font-size: 1.5em;
  text-align: center;
  color: #f7941d; }
  .approvalStart:hover {
    color: #db7700; }

.noRequests td {
  padding: 20px 0; }

footer {
  width: 100%;
  padding: 20px 0;
  background: #7c51a1; }
  footer #footerContent {
    text-align: center; }
  footer span {
    display: block;
    margin: 10px 0 0;
    font-size: .9em;
    color: #fff; }

#ui-datepicker-div {
  border: 1px solid #efefef;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  background: #fff; }
  #ui-datepicker-div tr:nth-child(2n+1) {
    background: #fff; }
  #ui-datepicker-div .ui-widget-header {
    border: none;
    background: none; }
  #ui-datepicker-div .ui-datepicker-title select {
    width: 40px;
    border: none;
    font-weight: 700;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    width: 32px;
    height: 32px;
    font-size: 0;
    background: url(nextArrow.svg) no-repeat center/auto 20px;
    transition: background .3s; }
    #ui-datepicker-div .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-next:hover {
      top: 2px;
      border: none;
      background: url(nextArrowHover.svg) no-repeat center/auto 20px; }
    #ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
      background: none; }
  #ui-datepicker-div .ui-datepicker-prev {
    transform: rotate(180deg); }
    #ui-datepicker-div .ui-datepicker-prev:hover {
      left: 2px; }
  #ui-datepicker-div .ui-datepicker-next:hover {
    right: 2px; }
  #ui-datepicker-div td a {
    border: 1px solid #fff;
    color: #fff;
    background: #12a89d;
    transition: border .3s, color .3s, background .3s; }
    #ui-datepicker-div td a:hover {
      background: #f7941d; }
  #ui-datepicker-div td.ui-datepicker-today a {
    border: none;
    color: #000;
    background: #fff;
    cursor: default; }

#art_upload {
  position: absolute;
  top: 1080px;
  left: calc(50% + 105px);
  margin: 0;
  font-size: 1.25em; }
  #art_upload input {
    position: absolute;
    overflow: hidden;
    width: 0.1px;
    height: 0.1px;
    border: 1px solid #999;
    border-radius: 3px;
    background: none;
    opacity: 0;
    z-index: -1; }
  #art_upload label {
    display: block;
    width: 120px;
    margin: 10px 0;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background: #12a89d;
    transition: background .3s;
    cursor: pointer; }
    #art_upload label:hover {
      background: #f7941d; }

#license > table > tbody > tr > td {
  padding: 30px 0; }
#license > table > tbody > tr:first-child > td {
  padding: 0; }
#license > table > tbody > tr:nth-child(2n+1) td {
  position: relative; }
  #license > table > tbody > tr:nth-child(2n+1) td::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #efefef;
    z-index: -1; }
#license > table > tbody > tr:first-child td::after, #license > table > tbody > tr:last-child td::after {
  background: #fff; }
#license > table > tbody > tr:nth-child(3n+2) .number {
  color: #12a89d; }
#license > table > tbody > tr:nth-child(3n) .number {
  color: #f7941d; }
#license > table > tbody > tr:nth-child(3n+1) .number {
  color: #7c51a1; }
#license .section {
  display: flex; }
  #license .section table {
    max-width: calc(100% - 106px); }
#license .number {
  margin: 0 50px 0 0;
  font-size: 5em;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: .9em; }
#license input {
  margin: 0; }
  #license input[type=radio] {
    display: inline-block;
    width: 24px; }
#license label {
  display: inline-block;
  margin: 10px 50px 0 0;
  font-size: 1em; }
#license select {
  height: 42px;
  border: 1px solid #999;
  border-radius: 0;
  padding: 8px 30px 8px 5px;
  font-size: 1em;
  font-weight: 300;
  background: url("dropdownArrow.svg") no-repeat right 8px center #fff;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
#license #legalText span {
  margin: 0 0 0 5px;
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c51a1; }
#license #legalIntro {
  margin: 0 0 10px;
  font-weight: 700; }
#license #comments {
  display: block;
  border: 1px solid #999;
  padding: 8px 5px;
  font-size: 1em; }
#license #submit {
  margin: 20px auto 0; }
#license .formErrorContent {
  width: 125px;
  font-family: inherit;
  background: #f7941d; }

.legal-doc {
  margin: 30px 0; }
  .legal-doc a {
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    background: #12a89d;
    transition: background .3s; }
    .legal-doc a:hover {
      color: #fff;
      background: #f7941d; }

#msg {
  width: calc(100% - 40px);
  max-width: calc(1200px - 40px);
  margin: 0 auto;
  font-size: 1.25em; }

fieldset {
  width: calc(100% - 40px);
  max-width: calc(1200px - 40px);
  margin: 0 auto;
  border: none;
  padding: 30px 0; }
  fieldset:nth-of-type(2n) {
    position: relative;
    font-size: 1.25em;
    background: #efefef; }
    fieldset:nth-of-type(2n)::after {
      content: '';
      position: absolute;
      top: 0;
      left: -50vw;
      width: 200vw;
      height: 100%;
      background: #efefef;
      z-index: -1; }
    fieldset:nth-of-type(2n) legend {
      font-size: 1.6em; }
    fieldset:nth-of-type(2n) table {
      margin: 0 0 10px;
      font-size: 1em; }
      fieldset:nth-of-type(2n) table tr:nth-of-type(4n+1) {
        font-size: 1.25em;
        font-weight: 700; }
        fieldset:nth-of-type(2n) table tr:nth-of-type(4n+1) span {
          margin: 0 0 10px 10px;
          font-size: .64em;
          color: #7c51a1; }
      fieldset:nth-of-type(2n) table tr:nth-of-type(4n) td {
        padding: 0 0 25px; }
  fieldset legend {
    padding: 30px 0 0;
    font-size: 2em;
    font-weight: 700;
    text-align: center; }
  fieldset #art_upload {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1em; }
  fieldset table.artwork {
    margin: 0; }
    fieldset table.artwork .legalInfo td:first-of-type {
      padding: 50px 1px;
      font-weight: 700; }
      fieldset table.artwork .legalInfo td:first-of-type h3 {
        margin: 0;
        font-size: 1em;
        font-weight: 300; }
        fieldset table.artwork .legalInfo td:first-of-type h3:first-of-type {
          margin: 10px 0 0; }
      fieldset table.artwork .legalInfo td:first-of-type span {
        margin: 0 0 0 5px;
        font-size: .7em;
        font-weight: 700;
        text-transform: uppercase;
        color: #7c51a1; }
  fieldset textarea {
    padding: 8px 5px;
    font-size: 1em; }
  fieldset input {
    margin: 0; }
    fieldset input[type=radio] {
      display: inline-block;
      width: 24px; }

#docsview label {
  font-size: 1em; }

#docsviewSubmitButtons {
  margin: -50px 0 50px;
  text-align: center; }

#submit2, #print {
  margin: 0 5px;
  border: none;
  border-radius: 3px;
  padding: 10px 20px 10px 15px;
  font-size: 1.25em;
  color: #fff;
  background: #12a89d;
  transition: background .3s;
  cursor: pointer; }
  #submit2:hover, #print:hover {
    background: #f7941d; }

.ui-dialog {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-dialog .ui-dialog-titlebar {
    border: none;
    background: none; }
    .ui-dialog .ui-dialog-titlebar button {
      border: none;
      background: none; }
      .ui-dialog .ui-dialog-titlebar button .ui-button-icon-primary {
        background: url(xTeal.svg) no-repeat center/auto 16px;
        transition: background .3s; }
      .ui-dialog .ui-dialog-titlebar button:hover .ui-button-icon-primary {
        background: url(xOrange.svg) no-repeat center/auto 16px; }
  .ui-dialog .ui-dialog-content p {
    margin: 5px 0; }
  .ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    border: none; }
  .ui-dialog .ui-dialog-buttonset {
    float: none;
    width: 100%;
    text-align: center; }
    .ui-dialog .ui-dialog-buttonset button {
      display: inline;
      float: none;
      margin: 5px;
      border: none;
      border-radius: 3px;
      padding: 10px 20px 10px 15px;
      font-size: 1em;
      color: #fff;
      background: #12a89d;
      transition: background .3s;
      cursor: pointer; }
      .ui-dialog .ui-dialog-buttonset button:hover {
        background: #f7941d; }
      .ui-dialog .ui-dialog-buttonset button span {
        padding: 0; }

@media (max-width: 720px) {
  .container #header #nav {
    flex-direction: column;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100vw;
    max-height: 0;
    background: #12a89d;
    overflow: hidden;
    transition: max-height .5s; }
    .container #header #nav li {
      width: 100%;
      height: auto;
      text-align: center;
      list-style-type: none; }
      .container #header #nav li.currentNavPage a, .container #header #nav li.currentNavPage a:hover {
        border: none; }
      .container #header #nav li a {
        width: 100%;
        border: none;
        padding: 10px;
        font-size: 1em;
        font-weight: 300;
        color: #fff; }
        .container #header #nav li a:hover {
          border: none;
          color: #fff;
          background: #f7941d; }

  .container #header #navButton {
    display: block; } }
@media (max-width: 1050px) {
  .toolbar {
    height: 110px; }

  .toolbar .right {
    display: flex;
    flex-direction: row-reverse;
    top: 60px;
    right: auto;
    left: 20px; }
    .toolbar .right .search_term span {
      margin: 0 10px 0 15px; }
    .toolbar .right .search_term div {
      margin: 0; } }
@media (min-width: 1200px) {
  .container #header #headerLogo {
    left: 50%;
    transform: translateX(-580px); }

  .container #header #logoutLink {
    right: 50%;
    transform: translateX(580px); }

  .container #header #nav {
    right: 50%;
    transform: translateX(480px); }

  .toolbar #select_char {
    left: 50%;
    transform: translateX(-580px); }

  .toolbar .right {
    right: 50%;
    transform: translateX(580px); }

  form#search input {
    left: 50%;
    transform: translateX(-580px); }

  form#search div {
    left: 50%;
    transform: translateX(-389px); }

  #filter select#licensee {
    left: 50%;
    transform: translateX(-580px); }

  #filter select#status {
    left: 50%;
    transform: translateX(-414px); }

  #filter select#type {
    left: 50%;
    transform: translateX(-170px); } }

/*# sourceMappingURL=B2Ostyle.1.0.css.map */
