@media all {
  body {
    font-size: 16px;
    line-height: 1;
    background: transparent;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  #app_container {
    box-sizing: content-box;
    margin: auto;
    max-width: 1280px;
    margin-bottom: 20px;
  }

  #app_container a:hover {
    color: #20afd4;
  }

  input[type=radio] {
    margin: 1px 2px 3px 0;
    vertical-align: middle;
  }

  input[type=text]::-ms-clear {
    display: none;
    height: 0;
    width: 0;
  }

  input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
  }

  input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
  }

  textarea {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.875em;
  }

  table {
    border-collapse: collapse;
    clear: both;
    margin: 10px auto !important;
  }

  #app_tools {
    background-color: #0789c5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.625rem;
    float: right;
    width: 100%;
  }

  h1#title {
    color: #ffffff;
    display: block;
    float: left;
    font-family: "myriad-pro", arial, helvetica, sans-serif;
    font-size: 3.6ex;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0 0 10px;
  }

  .ez_clear {
    clear: both;
    height: 1px;
  }

  .dd-select {
    cursor: pointer;
    float: right;
    position: relative;
    width: 110px !important;
  }

  .dd-desc {
    color: #aaa;
    display: block;
    font-weight: normal;
    line-height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
  }

  a.dd-selected {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 1px;
    overflow: hidden;
    padding: 3px;
    text-decoration: none !important;
    color: #0153a5;
  }

  a.dd-selected:hover {
    color: #20afd4;
  }

  .dd-pointer {
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
  }

  .dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #0153a5;
  }

  .dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #0153a5 !important;
    margin-top: -8px;
  }

  .dd-options {
    background: #fff;
    border-top: none;
    box-shadow: 0 1px 5px #ddd;
    display: none;
    list-style: none;
    margin-left: 3px;
    margin-top: 25px;
    overflow: auto;
    padding: 0;
    position: absolute;
    width: 110px !important;
    z-index: 2000;
  }

  .dd-option {
    border-bottom: solid 1px #ddd;
    color: #333 !important;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    padding: 4px;
    text-decoration: none;
  }

  .dd-options > li:last-child > .dd-option {
    border-bottom: none;
  }

  .dd-option-text {
    font-size: 0.6875rem;
    line-height: 1;
    margin-bottom: 0;
  }

  .dd-option:hover {
    background: #12A4DF;
    color: #fff;
    text-decoration: none;
  }

  .dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dd-option-selected {
    color: #fff;
    background-color: #0153a5;
  }

  .dd-option-image, .dd-selected-image {
    float: left;
    margin-right: 5px;
    max-width: 64px;
    vertical-align: middle;
  }

  .dd-image-right {
    float: right;
    margin-left: 5px;
    margin-right: 15px;
  }

  .dd-container {
    background-position: 2px 2px;
    background-repeat: no-repeat;
    border-radius: 3px;
    float: right;
    width: 113px !important;
    background-color: #d2e5f3;
  }

  .dd-selected-text {
    font-weight: bold;
  }

  #settings_button, #print_button, #save_button, #saveas_button, #help_button, #open_bf_pop {
    background: none repeat scroll 0 0 #d2e5f3;
    border-radius: 5px;
    box-sizing: content-box;
    cursor: pointer;
    float: right;
    height: 22px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 2px;
    text-align: center;
    width: 22px;
  }

  #language_selection {
    border: 3px solid #f5cb39;
    float: right;
    height: 32px;
    line-height: 1;
    width: 110px;
  }

  .locale_box {
    background-color: #98D5F2;
    border-radius: 3px;
    color: #0153a5;
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    padding: 4px;
    text-align: center;
    width: 20px;
  }

  h2 {
    color: #fff;
    font-family: "Lato", arial, helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin: 5px 0 4px 14px;
  }

  .selectBox-dropdown-menu a {
    color: #000 !important;
    text-align: left;
  }

  #loading {
    background-image: url(/images/ez/loading.gif);
    display: none;
    float: right;
    height: 16px;
    margin-right: 165px;
    margin-top: 6px;
    width: 16px;
  }

  .wrapper {
    clear: both;
    margin: 0 0;
    min-height: 17px;
    padding: 3px 10px;
  }

  .wrapper .row_wrap {
    border: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 2px;
  }

  .cnt {
    float: left;
    width: 120px;
  }

  .field_cnt {
    float: left;
    width: 120px;
  }

  .prlabel {
    float: left;
    font-family: "Lato", arial, helvetica, sans;
    font-size: 0.77em;
    letter-spacing: 0.055em;
    line-height: 21px;
    margin-left: 5px;
  }

  .units {
    float: left;
    font-size: 0.75em;
    line-height: 19px;
    margin-top: 2px;
    width: 25px;
  }

  input {
    line-height: 16px;
  }

  input.field {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border: 2px solid #fff !important;
    border-radius: 3px;
    color: #000000;
    font-size: 0.75em !important;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1px !important;
    outline: none !important;
    padding: 1px !important;
    text-align: right;
    width: 100px;
  }

  input.field::-ms-clear {
    display: none;
  }

  input.field:focus {
    border: 2px solid #2980B9 !important;
  }

  input.field:read-only:focus {
    border: 0 !important;
  }

  input.disabled {
    background-color: #97d4f1;
    border: 2px solid;
    border-color: #97d4f1 !important;
    color: #033e8a;
    cursor: default;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }

  input.invis {
    background: transparent !important;
    border: 2px solid transparent !important;
    color: #095099 !important;
    font-size: 0.9em;
  }

  input[type=checkbox].disabled {
    display: none;
  }

  #control_cnt {
    float: right;
    margin-right: 205px;
  }

  table input {
    border: 0 !important;
    border-radius: 0 !important;
    box-sizing: content-box;
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700;
    height: 13px !important;
    margin: 1px 0;
    text-align: right;
    outline: none;
    width: 30px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
  }

  table input:read-only {
    color: #333;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .fillbtn, .cntrlbtn, #refine {
    background-color: #12a4df;
    border-bottom: 1px solid #0D5498;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 0.6em;
    margin: 3px -6px 0 0;
    padding: 3px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
}

/*# sourceMappingURL=core.css.map */
