/* ========================================================================
   Custom
 ========================================================================== */

html {
  margin: 0;
}

body {
  font-size: 0.9em;
}

p {
  margin: 0px;
}

h5,
.uk-h5 {
  margin: 0 0 15px 0;
}

.text-s {
  font-size: 0.7em !important;
}

.uk-text-w {
  color: #ffffff !important;
}

.center {
  text-align: center;
}

.ui.button,
.ui.buttons .button,
.ui.buttons.or {
  font-size: 1em;
  line-height: 1.1em;
}

.ui.inverted.menu {
  background: #065595;
}

.ui.table {
  font-size: 0.8em;
}

.uk-container {
  flex: 1;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ui.container {
    width: 933px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.uk-container-large {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 90%;
}

.uk-card-default {
  width: 100%;
  height: 100%;
  margin: 1em auto;
  max-width: 90%;
}

.uk-card-default2 {
  width: 100%;
  margin: 1em auto;
  min-height: 600px;
  background: #fff;
  color: #666;
  height: calc(100vh - 133px);
}

.uk-card-body {
  padding: 20px 40px;
}

nav .uk-button {
  border: none;
  background: none;
  color: #eeeeee;
  padding: 0.825em;
}
nav .uk-button:hover {
  border: none;
  color: #ffffff;
  opacity: 0.6;
}

[class*="uk-dropdown-bottom"] {
  margin-top: 0px;
}

.uk-align-right {
  margin: 0;
}

/* ========================================================================
   table1
 ========================================================================== */
.uk-table {
  border: 1px solid #cccccc;
  font-size: 1em;
}

.uk-table th,
.uk-table tr td {
  border-right: 1px solid #cccccc;
}

.uk-table th {
  padding: 6px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.7rem;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #cccccc;
}

/* ========================================================================
   table2
 ========================================================================== */
.uk-table2 {
  border: 1px solid #cccccc;
  font-size: 1.2em;
}

.uk-table2 th,
.uk-table2 tr td {
  border: 1px solid #cccccc;
}

.uk-table2 th {
  padding: 6px;
  vertical-align: bottom;
  font-size: 0.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}

.uk-table2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.uk-table2 td {
  padding: 6px 3px;
  vertical-align: top;
  font-size: 0.8em;
}
/* ========================================================================
   table3
 ========================================================================== */
.uk-table3 {
  border: 1px solid #cccccc;
  font-size: 1em;
}

.uk-table3 th,
.uk-table3 tr td {
  border: 1px solid #cccccc;
}

.uk-table3 th {
  padding: 6px;
  vertical-align: bottom;
  font-size: 0.7rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}

.uk-table3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.uk-table3 td {
  padding: 6px 12px;
  vertical-align: top;
  font-size: 0.9em;
}

/* ========================================================================
   Layout
 ========================================================================== */

.uk-margin {
  margin-bottom: 2em;
}

.uk-child-width-1-2 > * {
  width: 45%;
}

.uk-background-gray {
  background-color: #cccccc;
  min-height: calc(100vh - 40px);
}

.uk-background-dark {
  background-color: #065595 !important;
}

.uk-background-y {
  background-color: #ffffe6 !important;
}

.uk-background-b {
  background-color: #1e87f0 !important;
}

.uk-form-horizontal .uk-form-label {
  width: 150px;
  margin-top: 1px;
  float: left;
}
.uk-form-horizontal .uk-form-controls {
  margin: 0 0 15px 150px;
}
/* Better vertical alignment if controls are checkboxes and radio buttons with text */
.uk-form-horizontal .uk-form-controls-text {
  padding-top: 7px;
}
/* ========================================================================
   Size modifier
 ========================================================================== */

@media only screen and (min-width: 960px) {
  .uk-container-small {
    max-width: 1000px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .uk-container-small {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .uk-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .uk-card-default {
    max-width: 100%;
    margin: 0;
  }
  .uk-card-body {
    padding: 10px 15px;
  }
}
/* ========================================================================
   Component: Button
 ========================================================================== */
.uk-button {
  padding: 0.85em 1.5em;
  line-height: 1.2em;
}

.uk-button-default,
.uk-button-secondary,
.uk-button-danger {
  display: block;
  margin: auto;
}

.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  display: block;
  margin: auto;
}

.uk-button-primary2 {
  background-color: #ffe699;
  color: #666666;
  font-weight: bold;
  display: block;
  margin: auto;
}
/* Hover + Focus */
.uk-button-primary2:hover,
.uk-button-primary2:focus {
  color: #666666;
  opacity: 0.6;
}
.uk-button-primary2:disabled {
  background-color: transparent;
  color: #999;
  border: solid 1px #e5e5e5;
}

.uk-button-approval {
  background-color: #37505f;
  color: #ffffff !important;
  font-weight: bold;
  height: 35px;
  width: 60px;
  padding: 0;
}
/* Hover + Focus */
.uk-button-approval:hover,
.uk-button-approval:focus {
  opacity: 0.9;
}

.uk-button-close {
  background-color: #e0e1e2;
  color: #000000 !important;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

/* Hover + Focus */
.uk-button-close:hover,
.uk-button-close:focus {
  opacity: 0.9;
  cursor: pointer;
}

.uk-button-gray {
  background-color: #e0e1e2;
  color: #666 !important;
  font-weight: bold;
}
.uk-button-gray:hover,
.uk-button-gray:focus {
  opacity: 0.9;
}

.uk-button-green {
  background-color: #ffe699;
  /* color: #ffffff !important; */
  font-weight: bold;
  height: 35px;
  width: 60px;
  padding: 0em;
  text-decoration: none !important;
  margin: 2px 0 0 0;
}
.uk-button-font-size {
  font-size: 0.5rem;
}
.uk-button-green:hover,
.uk-button-green:focus {
  opacity: 0.6;
  text-decoration: none !important;
}
.uk-button-green:disabled {
  background-color: transparent;
  color: #999;
  border: solid 1px #e5e5e5;
  color: #999 !important;
}
.uk-button-green a {
  text-decoration: none !important;
}

.uk-button-darkgreen {
  background-color: #009999;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  margin: auto;
}
.uk-button-darkgreen:hover,
.uk-button-darkgreen:focus {
  opacity: 0.9;
}

.uk-button-large {
  min-width: 30%;
  padding: 20px 40px;
  line-height: 1.5em;
  font-size: 1.25rem;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
.uk-input,
.uk-select,
.uk-textarea {
  font-size: 1em;
  max-width: 80%;
  padding: 5px;
  background: #f8f8f8;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

.uk-textarea {
  margin: 0 0 10px 0;
}

.uk-radio,
.uk-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin: -0.25em 0.5em 0 0 !important;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-table td {
  padding: 16px 8px;
  vertical-align: top;
  font-size: 0.8em;
}

input.uk-form-width-xsmall {
  width: 75px;
  margin-right: 2px;
}

input.uk-form-width-small {
  width: 155px;
}

.uk-form-width-medium2 {
  width: 300px;
}

.uk-form-width-medium3 {
  width: 400px;
}

/* ========================================================================
   Component: Article
 ========================================================================== */

.tm-article-title {
  padding-left: 6px;
  border-left: 20px solid #065595;
  font-size: 1.6em;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1em;
}

.tm-article-subtitle {
  padding-left: 6px;
  border-left: 6px solid #065595;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6em;
}

.tm-article-subtitle2 {
  padding-left: 6px;
  border-left: 6px solid #065595;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6em;
}

.tm-article-subtitle3 {
  padding-left: 6px;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6em;
}

.uk-article {
  display: flow-root;
}
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   header&footer
 ========================================================================== */
header {
  background: #065595;
  position: relative;
}

header p {
  background: url(./images/BusinessTank.png);
}

header.title {
  border-top: solid 1px #fff;
}

header h1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0.6em 0;
  color: #fff;
  font-size: 1.1em;
}

footer {
  background: #065595;
  margin-top: auto;
  height: 40px;
}

footer address {
  margin: 0px 0 0 10px;
  text-align: center;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1em;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
  font-weight: normal;
}
h5,
.uk-h5 {
  font-size: 1rem;
  line-height: 1.4;
}
/* ========================================================================
   Basic breadcrumb
 ========================================================================== */
.cd-breadcrumb,
.cd-multi-steps {
  width: 90%;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}
.cd-breadcrumb:after,
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1em;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #1e87f0;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li,
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 1em;
  }
}

/* ========================================================================
   Triangle breadcrumb
 ========================================================================== */
ol,
ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    width: 90%;
    font-size: 0.9em;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0 !important;
    border-radius: 0.25em;
  }
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    background-color: #edeff0;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 0px 4px 0px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    height: 50px;
    position: relative;
    font-size: 1em;
    padding: 1em 1em 0em 2.5em;
    box-sizing: border-box;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }

  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #065595;
    border-color: #065595;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    padding-left: 3em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #065595;
    border-color: #065595;
  }
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    /*
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 25px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

/* ========================================================================
   Multi steps indicator
 ========================================================================== */

@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 35px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: "";
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .cd-multi-steps li > *,
  .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    font-size: 0.915em;
    padding: 0.6em 1em;
    border-radius: 0.25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *,
  .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #1e87f0;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li,
  .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after,
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before,
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before,
  .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover,
  .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before,
  .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}

.uk-width-auto\@m {
  width: auto;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-padding {
  padding: 30px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ========================================================================
   stepbar1
 ========================================================================== */
.stepbar {
  display: flex;
  max-width: 500px;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;
  font-size: 0.75em;
}
.stepbar li {
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepbar li:after {
  background: #aadcdc;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepbar li:first-child:after {
  display: none;
}
.stepbar li span {
  background: #aadcdc;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepbar .visited:after {
  background: #37505f;
}
.stepbar .visited span {
  background: #37505f;
}
/* ========================================================================
   stepbar2
 ========================================================================== */
.stepbar2 {
  display: flex;
  max-width: 500px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  padding: 0;
}
.stepbar2 li {
  list-style: none;
  position: relative;
  width: 33%;
  font-size: 0.85em;
  line-height: 1.2em;
}
.stepbar2 li:after {
  background: #aadcdc;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepbar2 li:first-child:after {
  display: none;
}
.stepbar2 li span {
  background: #aadcdc;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.2em;
}
.stepbar2 .visited:after {
  background: #37505f;
}
.stepbar2 .visited span {
  background: #37505f;
}

/* ========================================================================
   Login
 ========================================================================== */
.uk-form-row {
  margin-bottom: 15px;
}

.uk-panel-box {
  padding: 15px;
  margin: auto;
  color: #666;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  width: 400px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .uk-panel-box {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .uk-panel-box {
    width: 100%;
  }
}

.e-mail-label {
  padding: 15px 0;
}

.search-line-box {
  padding: 15px;
  margin: auto;
  color: #666;
  border: 1px solid #cccccc;
  font-size: 0.8em;
}

.uk-width-1-2\@m .uk-table td {
  padding: 10px 8px;
  vertical-align: top;
  font-size: 0.8em;
}

.uk-width-1-2\@m .uk-textarea {
  max-width: 78% !important;
}
@media (max-width: 959px) {
  .uk-width-1-2\@m .uk-textarea {
    max-width: 86% !important;
  }
}

.uk-width-1-2\@m:first-child {
  padding-left: 0px !important;
}

@media (max-width: 959px) {
  .uk-width-1-2\@m:first-child {
    padding: 0px !important;
  }
  .uk-width-1-2\@m {
    padding: 20px 0 0 0 !important;
  }
}

/* ========================================================================
   Validation Err
 ========================================================================== */
input[type="checkbox"].uk-form-danger {
  border: 3px solid #f0506e;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
  border: solid 3px;
}

.uk-form-danger .select2-selection__rendered {
    color: #f0506e !important;
}
