/* CbC Portal Common Stylesheet 1.0.0. */
/* CbC Portal Theme
 * Version: 1.0.0
 *
 * This stylesheet contains typography definition for CbC Portal
 *
 */
/* Common colours */
.color-error {
  color: #c60000; }

.color-success {
  color: #278400; }

.color-warning {
  color: #ffe11f; }

/* Text alignment */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.text-uppercase {
  text-transform: uppercase; }

/* Common styles */
body {
  min-width: 768px;
  padding-top: 107px;
  margin: 0px;
  overflow-x: scroll;
  font-family: "Arial", "Microsoft Jhenghei", Pmingliu, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  /* for Printer directive */ }
  body.printer {
    padding-top: 15px; }
    body.printer .save-msg {
      padding: 15px;
      margin-top: -15px;
      font-size: 0.9em;
      background-color: #fcf3b3; }
  body.authenticated {
    padding-top: 145px; }
  body.authenticated.has-navbar {
    padding-top: 175px; }
  body.no-scroll {
    overflow: hidden; }
  body.global-font-size-m {
    font-size: 15px; }
  body.global-font-size-l {
    font-size: 18px; }
  body.global-font-size-xl {
    font-size: 20px; }
@media(min-width: 768px) {
  body {
    overflow-x: hidden; } }
a {
  color: #0e6fc9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #376092; }

h3 {
  padding: 2px 15px;
  font-weight: 600;
  color: #00699C !important; }

h4 {
  padding: 2px 15px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1em;
  color: #0b5395; }

h5 {
  padding: 2px 15px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1em;
  color: #000000; }

h3 .remarks,
h4 .remarks,
h5 .remarks {
  font-style: italic;
  font-weight: normal; }

div.container-fluid h1,
div.container-fluid h2,
div.container-fluid h3,
div.container-fluid h4,
div.container-fluid h5 {
  padding-left: 0px;
  padding-right: 0px; }

input {
  padding: 0px 3px;
  border: 1px solid #999;
  color: initial; }

label {
  font-weight: normal; }

select {
  color: initial; }
  select.form-control {
    padding: 6px 8px; }
  select.show-placeholder {
    color: #999; }
  select:active {
    color: initial !important; }

/* small vertical empty space */
.separation {
  height: 20px;
  width: 100%; }

/* Subheader
 */
.subheader {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 32px;
  min-width: 768px;
  padding-left: 15px;
  background-color: #D0EDF5; }
  .subheader .separator {
    float: right;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #00699C; }
  .subheader .btn {
    height: 32px;
    padding: 0px 10px;
    margin: 0px !important;
    font-size: 0.8em;
    color: #fff;
    background-color: #00699C !important; }
    .subheader .btn:hover, .subheader .btn:focus {
      color: #f5d815; }
    .subheader .btn:disabled {
      color: #777 !important;
      background-color: #00699C !important;
      opacity: 1; }
    .subheader .btn .fa-home {
      font-size: 1.3em; }
    .subheader .btn .fa-print {
      font-size: 1.2em; }
  .subheader .font-large {
    padding: 0px 10px 0px 2px;
    margin-top: 0px !important;
    font-size: 19px; }
  .subheader .font-medium {
    padding: 0px 2px;
    margin-top: 0px !important;
    font-size: 15px; }
  .subheader .font-small {
    padding: 0px 2px 0px 10px;
    margin-top: 0px !important;
    font-size: 12px; }

/* Header
 */
.header {
  position: fixed;
  top: 32px;
  height: 75px;
  width: 100%;
  min-width: 768px;
  background-color: #fff;
  border-bottom: 6px solid #376092; }

.logo {
  display: inline-block;
  margin: 10px 10px 10px 20px; }

.ird-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: 600;
  color: #000000; }
  .ird-header .main {
    font-size: 1.2em; }

.aeoi-header {
  float: right;
  height: 75px;
  padding-right: 20px;
  font-family: "Bookman Old Style", "Arial", "Microsoft Jhenghei", Pmingliu, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 75px;
  color: #17375E; }

/* Welcome Header
 */
.welcomeheader {
  position: fixed;
  top: 107px;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dedede; }
  .welcomeheader .flyout {
    padding: 9px 15px;
    width: 100%;
    height: 38px;
    max-height: 38px;
    transition: max-height 0.8s ease; }
    .welcomeheader .flyout.show-last-login {
      padding-top: 2px;
      padding-bottom: 0px;
      padding-left: 15px;
      padding-right: 15px; }
  .welcomeheader .welcome {
    width: calc(100% - 74px);
    overflow: hidden;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .welcomeheader .last-login {
    width: calc(100% - 74px);
    font-size: 0.8em;
    text-align: right; }
  .welcomeheader:hover .flyout {
    //height: auto;
    //max-height: 200px; }
  .welcomeheader:hover .welcome {
    overflow: visible;
    word-break: break-all;
    white-space: normal; }
  .welcomeheader .status {
    margin-left: 10px; }
  .welcomeheader .logout-btn {
    float: right;
    height: 30px;
    width: 74px;
    padding: 0px 15px;
    font-size: 0.9em;
    vertical-align: top; }

/* Navbar
 * The following styles override the default bootstrap navbar
 */
.acct-list-btn {
  color: #ffffff !important;
  background-color: #c25502; }
  .acct-list-btn:hover {
    background-color: #b04300 !important; }

.navbar {
  position: fixed;
  top: 145px;
  width: 100%;
  min-width: 768px;
  min-height: 30px; }

.navbar-default {
  border: none;
  background-color: #fff; }
  .navbar-default .pull-left .navbar-nav > li > a {
    margin-right: 2px; }
  .navbar-default .navbar-right .navbar-nav > li > a {
    margin-left: 2px; }
  .navbar-default .navbar-nav {
    margin: 0px; }
    .navbar-default .navbar-nav > li {
      float: left; }
      .navbar-default .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        background-color: #767676;
        min-width: 180px;
        text-align: center; }
        .navbar-default .navbar-nav > li > a.current-tab {
          color: #ffffff;
          background-color: #376092; }
        .navbar-default .navbar-nav > li > a:hover {
          color: #ffffff;
          background-color: #c25502; }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      color: #ffffff;
      background-color: #b04300; }
    .navbar-default .navbar-nav .open .dropdown-menu {
      position: absolute;
      float: left;
      width: auto;
      margin-top: 0px;
      background-color: #f8f8f8;
      border: 1px solid #e6e6e6;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
        color: #000000;
        line-height: 20px; }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #000000 !important;
          text-decoration: none !important;
          background-color: #e6e6e6 !important; }

.dropdown-toggle .fa.fa-caret-down {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 10px; }

/* Splash screen
 */
.splash-screen {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9); }
  .splash-screen.fixed {
    position: fixed; }
  .splash-screen.absolute {
    position: absolute; }
  .splash-screen > div {
    display: table;
    width: 100%;
    height: 100%; }
    .splash-screen > div > div {
      display: table-cell;
      text-align: center;
      color: #000000;
      vertical-align: middle; }

/* Page content container
 */
.view-container {
  width: 100%;
  min-width: 768px;
  overflow-y: auto;
  overflow-x: hidden; }

@media only print {
  .view-container {
    width: 100%;
    height: auto;
    overflow: visible; } }
/* Container for ng-view  */
.view {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-height: calc(100% - 107px);
  min-width: 768px; }

body.authenticated .view {
  min-height: calc(100% - 145px); }

body.authenticated.has-navbar .view {
  min-height: calc(100% - 175px); }

body.fixed.authenticated .view {
  position: fixed;
  height: calc(100% - 175px); }

body.fixed .view {
  position: fixed;
  height: calc(100% -  107px); }
  body.fixed .view > form,
  body.fixed .view .page-content {
    height: 100%; }
  body.fixed .view .container-fluid {
    height: 100%; }

.page-content {
  padding-left: 15px;
  padding-right: 15px; }
  .page-content.has-commandbar {
    margin-bottom: 72px; }
  .page-content.has-footer {
    margin-bottom: 80px; }

/* Page command bar
 */
.commandbar {
  width: 100%;
  height: 52px;
  padding: 10px; }
  .commandbar.fixed {
    position: absolute;
    bottom: 0px; }
  .commandbar.bottom {
    position: fixed;
    bottom: 0px;
    background-color: #f8f8f8;
    border-top: 1px solid #dedede;
    z-index: 999; }
  .commandbar .btn {
    margin-left: 5px;
    margin-right: 5px; }

.commandbar-msg {
  display: inline-block;
  line-height: 32px; }
  .commandbar-msg .required {
    line-height: 32px; }

/* Page footer
 */
.page-footer {
  position: absolute;
  bottom: 0px;
  padding-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc(100% - 30px);
  min-width: 768px;
  border-top: 1px solid #999; }
  .page-footer .btn-text {
    padding: 6px 12px;
    font-size: 0.8em; }

.page-footer-logo {
  float: right; }

/* Form control
 */
.required {
  margin: 0px 4px;
  font-size: 0.7em;
  color: #c60000;
  vertical-align: top; }

.form-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.control-label {
  padding-top: 7px;
  text-align: left !important;
  vertical-align: top; }
  .control-label .required {
    padding-top: 4px; }
  .control-label .hint {
    margin: 0px 5px; }

.form-control {
  font-size: 1em;
  color: #000000;
  border-color: #cccccc; }

.input-group-btn {
  width: auto; }
  .input-group-btn>.btn {
    font-size: 15px; }

.form-group {
  margin-bottom: 5px;
  vertical-align: top; }

.readonly {
  margin-top: 7px; }

.form-inline-item-group .inline-item-control {
  display: inline-block;
  margin: 2px 5px;
  vertical-align: top; }
.form-inline-item-group .inline-item-text {
  display: inline;
  line-height: 38px; }
  .form-inline-item-group .inline-item-text input[type="radio"],
  .form-inline-item-group .inline-item-text input[type="radio"],
  .form-inline-item-group .inline-item-text input[type="checkbox"],
  .form-inline-item-group .inline-item-text input[type="checkbox"] {
    margin-top: 12px; }
.form-inline-item-group .inline-item-control:last-child,
.form-inline-item-group .inline-item-text:last-child {
  margin-right: 0px; }

.repeatable-group {
  min-height: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px; }

.repeatable-group-header {
  position: relative;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  background-color: #f8f8f8;
  border: 1px solid #dedede; }

.repeatable-group-title {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  line-height: 35px; }

.repeatable-group-action-bar {
  float: right; }

.section {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border: 1px solid #dedede; }
  .section.expand, .section.collapse {
    border-top: none; }

/* override bootstrap style on disabled form control */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: default !important; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: default !important; }

/* Buttons 
 */
/* This overrides the default bootstrap button style */
.btn {
  border-style: none;
  font-size: 1em;
  border-radius: 0px !important;
  cursor: pointer; }
  .btn:disabled {
    cursor: default;
    opacity: 0.5; }

.btn-inline {
  display: inline-block;
  margin: 0px 5px; }

.btn-float-left {
  margin-right: 5px;
  float: left; }

.btn-float-right {
  margin-left: 5px;
  float: right; }

.btn-normal {
  color: #ffffff;
  background-color: #767676; }
  .btn-normal:focus {
    color: #ffffff;
    background-color: #767676; }
  .btn-normal:hover, .btn-normal:hover:active, .btn-normal:hover:disabled {
    color: #ffffff;
    background-color: #b04300; }

.btn-light {
  color: #000000;
  background-color: #f0f0f0; }
  .btn-light:focus {
    color: #000000;
    background-color: #f0f0f0; }
  .btn-light:hover, .btn-light:hover:active, .btn-light:hover:disabled {
    color: #ffffff;
    background-color: #b04300; }

.btn-dark {
  color: #ffffff;
  background-color: #0e6fc9; }
  .btn-dark:focus {
    color: #ffffff;
    background-color: #0e6fc9; }
  .btn-dark:hover, .btn-dark:hover:active, .btn-dark:hover:disabled {
    color: #ffffff;
    background-color: #b04300; }

.btn-positive {
  color: #ffffff;
  background-color: #d06c0a; }
  .btn-positive:focus {
    color: #ffffff;
    background-color: #d06c0a; }
  .btn-positive:hover, .btn-positive:hover:active, .btn-positive:hover:disabled {
    color: #ffffff;
    background-color: #b04300; }

.btn-text {
  color: #000000;
  background-color: transparent; }
  .btn-text:focus {
    color: #000000;
    background-color: transparent; }
  .btn-text:hover, .btn-text:hover:active, .btn-text:hover:disabled {
    color: #b04300;
    background-color: transparent; }

.btn-text {
  padding: 6px 0px; }

.btn-link {
  color: #0e6fc9; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #0e6fc9; }

/* Alert
 * The following styles override the default bootstrap alert
 */
.alert {
  padding: 10px;
  border: 1px solid transparent; }
  .alert a {
    font-weight: 700;
    color: inherit; }

/* alert box close button */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

/* Alert banner
 */
.alert-banner {
  padding: 15px;
  color: #ffffff;
  background-color: #c60000; }

/* Table
 * The following styles override the default bootstrap table
 */
.table {
  width: 100%;
  font-size: inherit;
  border: 1px solid #fff; }
  .table.fix-width {
    width: auto; }
  .table > thead > tr > th,
  .table > tbody > tr > th {
    background-color: #558ed5;
    font-weight: 500;
    color: #fff;
    text-align: left;
    vertical-align: top;
    border: 1px solid #fff; }
  .table > tbody > tr > td > .btn {
    padding: 3px 12px; }

th {
  padding: 5px 10px !important; }

td {
  //padding: 5px 10px !important;
  text-align: left;
  //background-color: #e9edf4;
  border: 1px solid #fff; }
  
thead.collapse th {
  padding: 0px !important; }

tfoot td {
  background-color: transparent; }

tfoot > tr > td {
  background-color: transparent; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-select > tbody > tr {
  cursor: pointer; }

.table-fixed {
  table-layout: fixed; }
  .table-fixed td {
    word-wrap: break-word; }

.table-responsive {
  margin-bottom: 20px;
  border: none;
  -ms-overflow-style: auto; }
  .table-responsive > .table {
    margin-bottom: auto;
    /* preserve word-wrap on small screen */ }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: normal; }

/* Modal
 * The following styles override the default bootstrap modal
 */
.modal {
  overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7); }

/* for align the modal in the center */
.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.modal-header-info {
  color: #ffffff;
  background-color: #376092; }
  .modal-header-info h4 {
    color: #ffffff; }

.modal-header-error {
  color: #ffffff;
  background-color: #c60000; }
  .modal-header-error h4 {
    color: #ffffff; }

.modal-header-warning {
  color: #605300;
  background-color: #ffe11f; }
  .modal-header-warning h4 {
    color: #605300; }

.modal-title {
  display: inline-block;
  margin-top: 0px; }

.modal-footer {
  border-style: none; }

.modal-curtain {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  .modal-curtain > div {
    display: table;
    width: 100%;
    height: 100%; }
    .modal-curtain > div > div {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
.modal-dialog {
  position: relative;
  width: 700px;
  max-width: calc(100% - 60px);
  margin: 70px auto; }
  .modal-dialog.small {
    width: 600px; }
  .modal-dialog.large {
    width: 1200px; }
  .modal-dialog.stretch {
    width: calc(100% - 60px); }

.modal-body {
  position: relative;
  padding: 15px; }

/* Tooltip
 * The following styles override the default bootstrap tooltip
 */
a[bs-tooltip],
span[bs-tooltip] {
  color: #0e6fc9;
  cursor: pointer;
  border-bottom: 1px dotted; }
  a[bs-tooltip]:hover,
  span[bs-tooltip]:hover {
    text-decoration: none; }

.tooltip {
  position: absolute;
  z-index: 888;
  min-width: 300px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.42857; }
  .tooltip.top {
    margin-bottom: 10px; }
  .tooltip.bottom {
    margin-top: 10px; }
  .tooltip.right {
    margin-left: 10px; }

.tooltip-inner {
  max-width: 400px;
  padding: 15px;
  font-family: "Arial", "Microsoft Jhenghei", Pmingliu, "Segoe UI", Tahoma, Arial, sans-serif;
  color: #fff;
  text-align: justify;
  background-color: rgba(85, 85, 85, 0.9);
  border: 1px solid #376092;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.tooltip-arrow {
  border-right-color: rgba(85, 85, 85, 0.9) !important; }

/* Valdr - validtion message */
.valdr-message {
  display: none;
  width: 100%;
  padding: 5px 10px;
  color: #c60000; }

.valdr-message-icon {
  margin-right: 5px;
  line-height: 22px;
  vertical-align: top; }

.valdr-message-content {
  display: inline-block;
  width: calc(100% - 20px); }

form.ng-submitted .valdr-message.ng-invalid,
.valdr-message.ng-invalid.ng-touched.ng-dirty {
  display: block; }

/* Special handling on max length error msg */
.valdr-message.ng-invalid-max-length {
  display: block; }
.valdr-message.ng-invalid-valdr-max-length {
  display: block; }

form.ng-submitted input.ng-invalid,
form.ng-submitted textarea.ng-invalid,
form.ng-submitted select.ng-invalid,
form.ng-submitted button.ng-invalid,
input.ng-invalid.ng-touched.ng-dirty,
textarea.ng-invalid.ng-touched.ng-dirty,
select.ng-invalid.ng-touched.ng-dirty,
button.ng-invalid.ng-touched.ng-dirty {
  border: 1px solid #c60000; }

/* Highlight repeatable group with error inside */
form.ng-submitted .repeatable-group.ng-invalid > .repeatable-group-header {
  border-color: #c60000;
  background-color: #ffe1e1; }
form.ng-submitted .repeatable-group.ng-invalid > .section.expand {
  border-color: #c60000; }

/* File loader
 */
file-loader .input-group {
  width: 100%; }
file-loader .input-group-btn {
  width: 100px; }

file-loader.ng-invalid.ng-dirty.ng-touched input.form-control,
form.ng-submitted file-loader.ng-invalid input.form-control {
  border-color: #c60000; }

.default-cursor {
  cursor: default !important; }

/* Date picker
 * The following styles override the default bootstrap additions date picker
 */
aeoi-datepicker {
  display: inline-block !important;
  min-width: 150px;
  height: 34px;
  vertical-align: bottom; }

.aeoi-datepicker {
  display: inline-block;
  position: absolute;
  width: 150px; }
  .aeoi-datepicker .valdr-message {
    display: none !important; }
  .aeoi-datepicker .icon {
    position: absolute;
    top: 6px;
    right: 12px;
    color: #0b5395; }
  .aeoi-datepicker input.datepicker {
    display: inline-block;
    width: 150px;
    padding-right: 30px; }
  .aeoi-datepicker .datepicker.dropdown-menu button {
    color: #545454;
    background-color: transparent; }
  .aeoi-datepicker .datepicker.dropdown-menu th,
  .aeoi-datepicker .datepicker.dropdown-menu tr,
  .aeoi-datepicker .datepicker.dropdown-menu td {
    padding: 0px !important;
    text-align: center;
    background-color: white;
    border: none; }
  .aeoi-datepicker .datepicker.dropdown-menu thead button:active {
    color: #ffffff;
    background-color: #545454; }
  .aeoi-datepicker .datepicker.dropdown-menu tbody button.btn-primary, .aeoi-datepicker .datepicker.dropdown-menu tbody button:active {
    color: #ffffff;
    background-color: #d06c0a; }
  .aeoi-datepicker .datepicker.dropdown-menu tbody button:disabled {
    color: #000000;
    background-color: #dedede; }
  .aeoi-datepicker .datepicker.dropdown-menu .text-muted {
    color: #dedede; }

/* Printing styles
 */
.print .table-responsive {
  overflow: visible; }

/* Cert Reader styles
 */
cert-reader file-loader .input-group {
  max-width: 450px; }

.certreader-navbar {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #f0f0f0; }

.certreader-tab {
  display: inline-block;
  padding: 5px 10px;
  background-color: #dedede;
  cursor: pointer; }

.certreader-tab.selected {
  background-color: #f8f8f8; }

.certreader-page {
  padding: 15px;
  background-color: #f8f8f8; }

.cert-password {
  max-width: 350px; }

.certreader-label,
.certreader-control {
  width: 100%; }

.certreader-control {
  display: block; }

@media all and (min-width: 800px) {
  /* form control not wrapped by repeatable group */
  .certreader-label {
    width: 130px; }

  .certreader-control {
    display: inline-block;
    width: calc(100% - 140px);
    /* calculate the width according to label width + 10px */ } }
.btn-ecert {
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc; }
  .btn-ecert .info-label {
    margin-right: 10px;
    font-weight: 500; }

.btn-ecert {
  width: 100%;
  color: #000000;
  background-color: white;
  border: 1px solid #cccccc; }
  .btn-ecert:focus, .btn-ecert:hover {
    color: #000000 !important; }

.ecert-info {
  padding: 12px;
  text-align: left; }
  .ecert-info .label {
    display: inline-block;
    width: 220px;
    margin-right: 10px;
    font-weight: 700;
    vertical-align: top; }
  .ecert-info .info {
    display: inline-block;
    width: calc(100% - 230px);
    white-space: normal; }

/* Company Name Box
 */
company-name-box .loading-overlay {
  position: absolute;
  top: 0px;
  padding: 6px 12px; }
  company-name-box .loading-overlay i {
    margin-right: 10px; }
company-name-box input.ng-invalid-replied {
  border-color: #cccccc !important; }
  company-name-box input.ng-invalid-replied ~ .valdr-message {
    display: none !important; }

form.ng-submitted company-name-box .loading-overlay {
  color: #c60000; }

/* PDF Viewer
 */
.pdfViewer-container {
  margin-top: 15px;
  margin-bottom: 15px; }

.pdfViewer .page {
  margin-bottom: 20px !important;
  border: none !important; }
.pdfViewer .canvasWrapper {
  box-shadow: 0px 0px 10px #888; }

/* */
.bt {
	color:#0e6fc9;
	}

/* angular animations
 */
.am-fade {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1; }
  .am-fade.am-fade-add, .am-fade.ng-hide-remove, .am-fade.ng-move {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  .am-fade.am-fade-remove, .am-fade.ng-hide {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  .am-fade.ng-enter {
    visibility: hidden;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
    .am-fade.ng-enter.ng-enter-active {
      visibility: visible;
      -webkit-animation-play-state: running;
      animation-play-state: running; }
  .am-fade.ng-leave {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
    .am-fade.ng-leave.ng-leave-active {
      -webkit-animation-play-state: running;
      animation-play-state: running; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/*# sourceMappingURL=aeoi.common.css.map */



/****************** Start of General unorder list *******************/
ul{
    list-style:none;
    margin:0 0 0 15px;
    padding: 0;
}

ul li{
    line-height:1.5em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(/common/images/dot.png) no-repeat 0 7px;
}

ul li ul{
    list-style:none;
}

ul li ul li{
    line-height:1.5em;
    margin: .30em 0;
    padding: 0 0 0 15px;
    background:url(../images/level2.png) no-repeat 0 7px;	
}

ul li ul li ul{
    list-style:none;
}
ul li ul li ul li{
    line-height:1.5em;
    margin: .35em 0;
    padding: 0 0 0 15px;
    background:url(../images/level3.png) no-repeat 0 7px;	
}

ul li ul li ul li ul{
    list-style:none;
}

ul li ul li ul li ul li{
    line-height:1.5em;
    margin: .40em 0;
    padding: 0 0 0 15px;
    background:url(../images/level4.png) no-repeat 0 7px;	
}

ul li ol li{
	background: none;
}
ul li ul li ol li{
	background: none;
}
ul li ul li ul li ol li{
	background: none;
}

ol li{
	margin-bottom: 10px;
}
ol li ol li{
	margin-bottom: 10px;
}
ol li ol li ol li{
	margin-bottom: 10px;
}

/****************** End of General unorder list *******************/