@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Containers */

.container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 1400px;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 90% !important;
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: 100% !important;
  }
}

/* Grid */

.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row>* {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.row.uniform>*> :first-child {
  margin-top: 0;
}

.row.uniform>*> :last-child {
  margin-bottom: 0;
}

.container .row:first-child {
  padding: 0px 0 30px 0;
}

.row .form-group .row {
  padding: 0px 0 2px 0;
  border: 0px solid #f00;
}

.row .form-group .row {
  padding: 0px 0 2px 0;
}

.row.headtag {
  margin: 0px 0 20px 0px;
}


.row.uniform>* {
  padding: 40px 0 0 40px;
}

.row.uniform {
  margin: -40px 0 -1px -40px;
}


/* Basic */

@-ms-viewport {
  width: device-width;
}

body {
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-size: 14pt;
  color: #696969;
  font-weight: 300;
  line-height: 2.25em;
}

body.is-loading1 * {
  /* body.is-loading 會影響密碼強度效果 */
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  color: #696969;
  font-weight: 300;
  line-height: 2em;
}

a {
  color: #0090c5;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

a.adisabled {
  cursor: not-allowed;
  opacity: .65;
}
a.adisabled:hover { text-decoration: none; }
a.adisabled:focus { text-decoration: none; }
a.adisabled:active { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 800;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 2.25em;
  margin: 0 0 1.1em 0;
  line-height: 1em;
}

h3 {
  font-size: 1.35em;
  margin: 0 0 1em 0;
}

b,
strong {
  font-weight: 600;
  color: #444;
}

i,
em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #eee;
}

blockquote {
  border-left: solid 0.5em #eee;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 2em;
}

/* Section/Article */

section,
article {
  margin-bottom: 2em;
}

section:first-child {
  margin-bottom: 1em;
}
section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header {
  margin: 0 0 2em 0;
}

header h2,
header h3 {
  margin: 0 0 0.25em 0;
}

header p {
  margin: 0;
}

footer {
  margin: 2.5em 0 0 0;
}

/* Forms */

form label {
  display: block;
  font-weight: 800;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  color: #444;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eee;
}

form select {
  border-radius: 8px !important;
  border: solid 1px #eee !important;
}


form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  border-color: #0090c5 !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
  line-height: 2em;
  padding: 0 1em;
}

form select {
  line-height: 2em;
  height: 2em;
  padding: 0 1em;
}

form textarea {
  min-height: 9em;
  padding: 1em;
}

form .formerize-placeholder {
  color: #aaa !important;
}

form ::-webkit-input-placeholder {
  color: #aaa !important;
}

form :-moz-placeholder {
  color: #aaa !important;
}

form ::-moz-placeholder {
  color: #aaa !important;
}

form :-ms-input-placeholder {
  color: #aaa !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 1px #eee;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 800;
  margin: 0 0 1em 0;
}

table.default thead {
  background: #999999;
  color: #fff;
}

/* Image */

.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2.5em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: #888888;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.6em 1.0em;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
  position: relative;
  margin-right: 0.5em;
  top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #888888;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #888888;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: #f1f1f1;
  background: rgba(0, 0, 0, 0.05);
  color: #444;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #e8e8e8;
  background: rgba(0, 0, 0, 0.085);
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.15);
}

input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
  font-size: 2.25em;
  padding: 0.8em 0.9em;
}

/* List */

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Box */

.box {
  background: #eee;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 2em;
}

.box.feature {
  padding: 0em;
}

.box.feature .inner {
  padding: 2em;
}

.box.feature h2 {
  font-size: 1.35em;
}

.box.feature p {
  margin: 0;
}

.box.feature .image {
  position: relative;
  margin: 0;
}

.box.feature .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Icons */

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon>.label {
  display: none;
}

/* Widgets */

.widget.thumbnails .grid {
  margin: 0 0 3em 0;
}

.widget.thumbnails .image {
  margin: 0;
}

.widget.contact ul {
  overflow: hidden;
  position: relative;
  left: -4px;
  top: 4px;
  margin-bottom: 1.5em;
}

.widget.contact ul li {
  display: inline-block;
  margin-right: 0.25em;
}

.widget.contact ul li a {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 0.35em;
  outline: 0;
  opacity: 0.75;
  text-decoration: none;
  background: #222222;
}

.widget.contact ul li a:before {
  color: #f3f3f3;
  font-size: 1.75em;
  line-height: 1.5em;
}

.widget.contact ul li a:hover {
  background: #444444;
}

.widget.contact ul li a:active {
  background: #666666;
}

/* Wrappers */
#page-wrapper {
  padding-top: 72px;
}
#header-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#header-wrapper::before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #209CFF), color-stop(80%, #47D382), color-stop(100%, #FF874D));
  background: -webkit-linear-gradient(left, #209CFF 60%, #47D382 80%, #FF874D 100%);
  background: -o-linear-gradient(left, #209CFF 60%, #47D382 80%, #FF874D 100%);
  background: linear-gradient(90deg, #209CFF 60%, #47D382 80%, #FF874D 100%);
}
#features-wrapper {
  margin-top: 2em;
  padding: 2em 0;
}

#main-wrapper {
  background: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0em 0 5em 0;
}

#footer-wrapper {
  padding: 0;
}

/* Header */

#header {
  text-align: left;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-weight: 700;
  cursor: default;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 0;

}

/* Logo */

#logo {
  display: inline-block;
  border: 0px solid #333;
}
#logo a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

#logo h1 {
  background: #46b8da;
  color: #fff;
  border-radius: 6px;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-weight: 400;
  padding: 0.25em 0.2em 0.25em 0.2em;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
}

#logo h2 {
  color: #000066;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-weight: 900;
  padding: 0.25em 0.2em 0.25em 0em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: -1em;
}

#logo img {
  display:block;
  height: 46px;
  width: auto;
}


#logo span {
  font-weight: 800;
  line-height: 0.5em;
  letter-spacing: 0.025em;
  font-size: 0.8em;
  vertical-align: middle;
  margin: 0 0 0 1em;
  position: relative;
  top: 0.4em;
}

/* Nav */

#nav {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 1.0em;
}

#nav ul li {
  float: left;
  line-height: 4.6em;
  padding-left: 1.5em;
}

#nav ul li a,
#nav ul li span {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em 1em;
}

#nav ul li>ul {
  display: none;
}

#nav ul li:hover a,
#nav ul li:hover span {
  background: #666;
  color: #fff;
}

#nav ul li.active a,
#nav ul li.active span {
  background: #666;
  color: #fff;
}

#nav ul li.current a {
  background: #444;
  color: #fff;
}

.dropotron {
  background: #fff;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.75em 0;
  min-width: 15em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
  margin-top: calc(-0.75em + 1px);
  margin-left: -1px;
}

.dropotron li {
  border-top: solid 1px #eee;
  line-height: 3em;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li>a,
.dropotron li>span {
  -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 1.5em;
}

.dropotron li>a:hover,
.dropotron li>span:hover {
  background: #eee;
}

.dropotron li.active>a,
.dropotron li.active>span {
  background: #eee;
}

.dropotron.level-0 {
  font-size: 0.9em;
  margin-left: 1.5em;
  margin-top: 0;
}

.dropotron.level-0:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 1em;
  border-bottom: solid 0.75em #666;
  border-left: solid 0.75em transparent;
  border-right: solid 0.75em transparent;
  z-index: 1;
}

/* Banner */

#banner {
  position: relative;
  padding: 4.5em;
}

#banner h2 {
  font-size: 3.5em;
  margin: 0.1em 0 0.35em 0;
}

#banner p {
  font-size: 2.75em;
  line-height: 1.35em;
  margin: 0;
}

#banner .button {
  width: 100%;
  margin-bottom: 0.5em;
}

#banner .button.icon:before {
  position: absolute;
  right: 0.15em;
  top: 50%;
  margin-top: -0.5em;
}

#banner .button.alt {
  margin-bottom: 0;
}

#banner ul {
  margin: 0 0 0 2em;
}

/* Footer */

#footer {
  margin-top: 0;
}

#footer a {
  color: inherit;
}

#copyright {
  color: #aaa;
  padding: 4em 0 0 0;
  text-align: center;
}

#copyright a {
  color: inherit;
}

/* XLarge */

@media screen and (max-width: 1680px) {

  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }

}

/* Large */

@media screen and (max-width: 1280px) {

  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

}

/* Medium */

#navPanel,
#navToggle {
  display: none;
}

@media screen and (max-width: 980px) {

  /* Basic */

  html,
  body {
    /*overflow-x: hidden;*/
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Section/Article */

  section,
  article {
    clear: both;
    margin-bottom: 1.5em !important;
  }

  section.last,
  article.last {
    margin-bottom: 0 !important;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    text-align: center;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Wrappers */
  #page-wrapper {
    padding-top: 60px;
	}
  #header-wrapper {
    text-align: center;
  }

  #footer-wrapper {
    padding: 0;
  }

  /* Header */
  #header {
    margin: 0 auto;
    width: auto !important;
    padding: 3px 50px;
    text-align: center;
  }

  /* Logo */
	#logo {
	}
  #logo h1 {
    font-size: 1.25em;
    padding: 0.25em 0.2em 0.25em 0.2em;
    position: absolute;
    left: 40%;
    top: -0.3em;
  }

  #logo span {
    display: none;
    margin: 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Banner */

  #banner {
    padding: 4.5em 3em;
    text-align: center;
  }

  #banner ul {
    margin: 2em 0 0 0;
  }

  #banner .button.icon:before {
    position: relative;
    right: auto;
    top: auto;
  }

  /* Content */

  #content {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 4em;
    margin-bottom: 0 !important;
  }

  #content> :last-child {
    margin-bottom: 0 !important;
  }

  #sidebar> :last-child {
    margin-bottom: 0 !important;
  }

  /* Footer */

  #copyright {
    padding: 0;
  }

  /* Off-Canvas Navigation */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;

  }

  #navToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #navToggle .toggle {
    width: 70px;
    height: 50px;
    opacity: 0.35;
  }

  #navToggle .toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    top: 10px;
    /*background: rgba(0, 0, 0, 0.5);*/
    width: 44px;
    height: 44px;
    border-radius: 6px;
    content: '\f0c9';
    color: #000;
    text-align: center;
    line-height: 44px;
    font-size: 20pt;
  }

  #navToggle .toggle:active {
    opacity: 0.75;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #fff;
    box-shadow: inset -3px 0px 0px 0px #dfdfdf;
    padding: 0 23px 0 20px;
  }

  #navPanel .link {
    display: block;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-top: solid 1px #e8e8e8;
    color: #696969;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #444;
    font-weight: 800;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

}

/* Small */

@media screen and (max-width: 736px) {

  /* Basic */

  body,
  input,
  select,
  textarea {
    line-height: 2em;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 13pt;
    margin: 0 0 1em 0;
  }

  /* Section/Article */

  section,
  article {
    clear: both;
    margin-bottom: 1.5em !important;
  }

  section.last,
  article.last {
    margin-bottom: 0 !important;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    text-align: center;
    margin-top: 0em;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Box */

  .box {
    padding: 15px 15px 15px 15px;
    margin: 0;
  }

  .box.feature {
    margin: 20px 0 0 0 !important;
    padding: 0;
    width: 100%;
  }

  .box.feature .inner {
    padding: 30px 15px 30px 15px;
  }

  .box.feature p {
    margin: 0;
  }

  .box.feature .image {
    position: relative;
    margin: 0;
  }

  .box.feature .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Widgets */

  .widget.thumbnails .image {
    margin: 0;
  }

  .widget.thumbnails .x {
    padding: 1em 0.5em 0 0;
  }

  .widget.thumbnails .y {
    padding: 1em 0 0 0.5em;
  }

  .widget.thumbnails .row:first-child .x,
  .widget.thumbnails .row:first-child .y {
    padding-top: 0;
  }

  /* Wrappers */

  #header-wrapper {
    
  }

  #banner-wrapper {
    padding: 0 15px 0 15px;
  }

  #features-wrapper {
    padding: 1em 15px;
  }
  #main-wrapper {
    padding: 0px 30px 40px 30px;
  }
  #footer-wrapper {
    padding: 40px 30px 40px 30px;
  }


  /* Logo */
  #logo {
      padding: 5px 0;
  }
  #logo a.logo_cht {
      display: none;
  }
  #logo img {
      height: 34px;
  }
  #logo h1 {
    font-size: 1.25em;
    padding: 0.25em 0.2em 0.25em 0.2em;
    position: absolute;
    left: 40%;
    top: 0.8em;
  }

  #logo span {
    line-height: 0.5em;
  }

  /* Banner */

  #banner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0 auto !important;
  }

  #banner h2 {
    font-size: 2em;
    margin: 0.75em 0 0.5em 0;
  }

  #banner p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
  }

  #banner ul {
    margin: 0;
  }

  #banner .button {
    margin: 0 0 1em 0;
  }

  /* Content */

  #content {
    padding-bottom: 3em;
  }

  /* Footer */

  #footer section {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3em;
    margin-bottom: 1em !important;
  }

  #copyright {
    text-align: left;
  }

}


/* Custom footer */
.bottom_line {
  height: 50px;
  width: 100%;
}
.bottom_line .color {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
}
.bottom_line .color:after {
  content: "";
  width: inherit;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.bottom_line .color1 {
  background: #fdc98a;
}
.bottom_line .color1::after {
  background: #fa9906;
}
.bottom_line .color2 {
  background: #bbdd98;
}
.bottom_line .color2::after {
  background: #78c239;
}
.bottom_line .color3 {
  background: #87bfe9;
}
.bottom_line .color3::after {
  background: #0096d8;
}
.footer {
  text-align: center;
  margin-bottom: 50px;
}
.footer .row {
  margin: 0 auto;
  max-width: 940px;
}
.footer .row .links {
  padding: 30px 0;
  font-size: 14px;
}
.footer .row .links span {
  padding: 0 2px;
  line-height: 14px;
  vertical-align: middle;
}
.footer .row .links span a {
  color: #777;
}
.footer .row .links span a:hover,
.footer .row .links span a:visited {
  font-weight: bold;
}
.footer .row .info {
  font-size: 13px;
  color: #a5a6a6;
  max-width: 657px;
  line-height: 30px;
  margin: 0 auto;
}
.footer .row .info span {
  padding: 0 4px;
  line-height: 14px;
  vertical-align: middle;
}
@media (max-width: 736px) {
  .footer .row .info {
    display: none;
  }
  .bottom_line {
    height: 10px;
  }
}


/* ======= Custom CSS ======= */
#page-wrapper {
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
}
.center {
  text-align: center;
}
.form-group .control-label {
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-size: 12pt;
}
.form-group div {
  font-size: 12pt;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group select,
.form-group textarea {
  font-size: 12pt;
}

ol.custom_list,
ul.custom_list {
  list-style: decimal;
  margin-left: 4em;
}

div.checkbox label {
  display: inline-block;
  border: 0px solid #555;
}
div.checkbox label input[type="checkbox"] {
  margin: 0.2em 0em 0em -0.9em;
}
.title_description {
  font-size: 18pt;
  color: #ff9933;
  width: 100%;
  max-width: 1020px;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative;
}
.title_description:before {
  content: "";
  width: 2px;
  height: 18px;
  background: #ff9933;
  position: absolute;
  top: 2px;
  left: 0;
}
.title_description .table {
  width: 60%;
  color: #ff9933;
}
.qualifications thead tr th,
.qualifications tbody tr td {
  text-align: center;
}
.qualifications thead tr th {
  background: #0096d8;
  color: #ffffff;
  font-weight: bold;
}
.qualifications tbody tr td:first-child {
  background: #78c239;
  color: #ffffff;
  font-weight: bold;
}


/* breadcrumb */
.breadcrumb-1 {
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-weight: bold;
  overflow: hidden;
  padding: 15px 0px 0px 0px;
}

/* item */
.breadcrumb-1-item {
  float: left;
  margin: 0 1.3em 0 0;
  position: relative;
}

.breadcrumb-1-item a {
  background: #cf6;
  color: #666;
  display: inline-block;
  height: 2em;
  line-height: 2;
  padding: 0 1em;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

/* trignal */
.breadcrumb-1-item a::before {
  border-color: transparent transparent transparent #cf6;
  border-style: solid;
  border-width: 1em 0 1em 1em;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -1em;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
}

/* hover style */
.breadcrumb-1-item a:hover {
  background: #9f0;
  color: #333;
  text-decoration: none;
}

.breadcrumb-1-item a:hover::before {
  border-color: transparent transparent transparent #9f0;
}
.breadcrumb-1-item a:focus {
  text-decoration: none;
}

.nt_money {
  color: #ff6600;
  font-weight: 900;
}



/* tag common style */
.tag {
  display: inline-block;
  margin: 5px;
  overflow: visible;
  position: relative;
}

.tag .tag-main {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-size: 1.2em;
  height: 1.5em;
  line-height: 1.5;
  margin: 0 0 0 0.7em;
  padding: 0 .8em 0 0.7em;
}

.tag .tag-main::before {
  -webkit-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  content: "";
  height: 10px;
  position: absolute;
  top: -0.3em;
  left: 0.7em;
  width: 30px;
}

.tag .tag-main_hidden::before {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: '';
  display: inline-block;
  height: 1.5em;
  left: 0.3em;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1.5em;
  z-index: 0;
}

/* tags */
.tag-1 .tag-main,
.tag-1 .tag-main::before {
  background: #ff3;
  color: #333;
}
.tag-2 .tag-main,
.tag-2 .tag-main::before {
  background: #6f0;
  color: #fff;
}
.tag-3 .tag-main,
.tag-3 .tag-main::before {
  background: #6cf;
  color: #fff;
}
.tag-4 .tag-main,
.tag-4 .tag-main::before {
  background: #f3c;
  color: #fff;
}
.tag-5 .tag-main,
.tag-5 .tag-main::before {
  background: #9cf;
  color: #fff;
}
.tag-6 .tag-main,
.tag-6 .tag-main::before {
  background: #c96;
  color: #fff;
}
.tag-7 .tag-main,
.tag-7 .tag-main::before {
  background: #f93;
  color: #fff;
}
.tag-8 .tag-main,
.tag-8 .tag-main::before {
  background: #99f;
  color: #fff;
}
.tag-9 .tag-main,
.tag-9 .tag-main::before {
  background: #9c9;
  color: #fff;
}
.tag-10 .tag-main,
.tag-10 .tag-main::before {
  background: #c6f;
  color: #fff;
}

/* line gradient */
.line {
  border: 0;
  background-color: #09f;
  background-image: -webkit-linear-gradient(left, #fff, #09f, #fff);
  background-image: -moz-linear-gradient(left, #fff, #09f, #fff);
  background-image: -o-linear-gradient(left, #fff, #09f, #fff);
  background-image: -ms-linear-gradient(left, #fff, #09f, #fff);
  background-image: linear-gradient(to right, #fff, #09f, #fff);
  height: 2px;
  z-index: 2;
}

/* new icon */
.icon-new {
  -webkit-animation: bigger 1s ease-in alternate infinite;
  -moz-animation: bigger 1s ease-in alternate infinite;
  -o-animation: bigger 1s ease-in alternate infinite;
  -ms-animation: bigger 1s ease-in alternate infinite;
  animation: bigger 1s ease-in alternate infinite;
  color: #fc0;
  display: inline-block;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
/* animations */
@-moz-keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bigger {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/* mark1 full yellow */
.mark1 {
  background-color: #ff3;
  position: relative;
}

.mark1::before,
.mark1::after {
  background-color: #ff3;
  content: '';
  height: 1.1em;
  position: absolute;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  width: 1em;
  z-index: -1;
}

.mark1::before {
  left: -0.2em;
  top: 0;
}

.mark1::after {
  right: -0.2em;
  bottom: 0;
}

/* mark2 thin yellow */
.mark2 {
  background-image: -webkit-linear-gradient(top, transparent 31%, #ff3 31%, #ff3 61%, transparent 61%);
  background-image: -moz-linear-gradient(top, transparent 31%, #ff3 31%, #ff3 61%, transparent 61%);
  background-image: -o-linear-gradient(top, transparent 31%, #ff3 31%, #ff3 61%, transparent 61%);
  background-image: -ms-linear-gradient(top, transparent 31%, #ff3 31%, #ff3 61%, transparent 61%);
  background-image: linear-gradient(to bottom, transparent 31%, #ff3 31%, #ff3 61%, transparent 61%);
}

/* mark3 thin orange */
.mark3 {
  background-image: -webkit-linear-gradient(top, transparent 31%, #fc6 31%, #fc6 61%, transparent 61%);
  background-image: -moz-linear-gradient(top, transparent 31%, #fc6 31%, #fc6 61%, transparent 61%);
  background-image: -o-linear-gradient(top, transparent 31%, #fc6 31%, #fc6 61%, transparent 61%);
  background-image: -ms-linear-gradient(top, transparent 31%, #fc6 31%, #fc6 61%, transparent 61%);
  background-image: linear-gradient(to bottom, transparent 31%, #fc6 31%, #fc6 61%, transparent 61%);
}

/* mark4 double line orange */
.mark4 {
  border-bottom: 2px solid #f90;
  border-top: 2px solid #f90;
}

/* mark5 full pink */
.mark5 {
  background-color: #f9c;
  position: relative;
}

.mark5::before,
.mark5::after {
  background-color: #f9c;
  content: '';
  height: 1.1em;
  position: absolute;
  -webkit-transform: skew(100deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  width: 1em;
  z-index: -1;
}
.mark5::before {
  left: -0.2em;
  top: 0;
}
.mark5::after {
  bottom: 0;
  -webkit-box-shadow: -2px 0 0 #f9c;
  box-shadow: -2px 0 0 #f9c;
}
.mark6 {
  background-color: #fff;
  color: #3385ff;
  text-decoration: underline;
  cursor: pointer;
}
.mark7 {
  background-color: #fff;
  color: #0099ff;
  text-decoration: underline;
  cursor: pointer;
}
.mark8 {
  background-color: #fff;
  color: #ff6666;
}
/* red */
.mark9 {
  color: #f00;
}
/* blue */
.mark10 {
  color: #0000ff;
}

.note {
  display: block;
  margin: 1em 0em;
  padding: 1em 2em;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
  font-size: 12pt;
}
.note ol,
.note ul {
  list-style-type: square;
}

.popover {
  max-width: 600px !important;
}
#list-popover label {
  font-size: 1em;
}
#list-popover ol {
  margin-left: 2em;
  font-size: 0.9em;
}
#list-popover ol,
#list-popover li {
  list-style-type: square;
}
a[rel="popover"] {
  text-decoration: underline;
}

.form-horizontal .form-group {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
}
.form-horizontal .noline {
  border-bottom: 0px solid #e0e0e0;
  padding-bottom: 0.5em;
}
.form-horizontal .form-group .control-label {
  text-align: left;
  margin-top: -4px;
}
.form-horizontal .inputconfirm .form-group div {
  padding-top: 0.5em;
}

#line-wrapper {
  /*margin-top: -3em;*/
}
.heading {
  border-left: 0.21em solid #9966ff;
  border-right: 0.21em solid #9966ff;
  border-radius: 5px;
  margin: 0 0.8em 0 0.3em;
}
.heading-tag {
  margin-left: 4.8em;
}
.heading-text {
  font-size: 1.1em;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-weight: 900;
  color: #9966ff;
}
#law {
  padding-top: 2em;
}
#law .panel {
  text-align: center;
  width: 85%;
  margin-left: 4rem;
}
#dnlogin form {
  position: relative;
  top: -0.5rem;
  padding: 0rem 1rem 1rem 4rem;
}
#dnlogin form .form-control {
  width: 50%;
}
#vpcode {
  position: relative;
  top: 0;
  width: 30px;
  height: 20px;
  margin-left: 1rem;
}
span[us-spinner] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.25);
}
span.glyphicon {
  top: 3px;
}
div.pwdstrengthline {
  white-space: nowrap;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 0.4em !important;
}
.aaa_invoice {
  color: #f0f;
}
.star_space {
  margin-left: 1.3em;
}
div.panelstyle1 {
  text-align: center;
  width: 50%;
  margin: 2rem 8rem;
}
div.panelstyle1 .panel-body {
  text-align: left;
}
div.panelstyle2 {
  text-align: center;
  width: 80%;
  margin: 2rem 8rem;
}
div.panelstyle2 .panel-body {
  text-align: left;
}

form[role="form"] button[type="button"] {
  margin: 0.4em 0em;
}


.highlight {
  background-color: #eee;
}

.open-dialog {
  border-radius: 3px;
  margin: 10px;
}
.confirmation-dialog {
  display: none;
}



/* Customer bootstrap button outline style */
.btn-outline-primary {
  color: #007bff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #007bff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff !important;
  background-color: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d !important;
  background-color: transparent !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}

.btn-outline-success {
  color: #28a745 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #28a745 !important;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745 !important;
  background-color: transparent !important;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-info {
  color: #17a2b8 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #17a2b8 !important;
}

.btn-outline-info:hover {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8 !important;
  background-color: transparent !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-warning {
  color: #ffc107 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
  color: #212529 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107 !important;
  background-color: transparent !important;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-danger {
  color: #dc3545 !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #dc3545 !important;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5) !important;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545 !important;
  background-color: transparent !important;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
}

.btn-outline-purple {
  color: #9966ff !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: #9966ff !important;
}

.btn-outline-purple:hover {
  color: #fff !important;
  background-color: #9966ff !important;
  border-color: #9966ff !important;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 102, 255, 0.5) !important;
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #9966ff !important;
  background-color: transparent !important;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
  color: #fff !important;
  background-color: #9966ff !important;
  border-color: #9966ff !important;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 102, 255, 0.5) !important;
}

#dnprice table th {
  font-size: 11pt;
}
#dnprice table td {
  font-size: 10pt;
}
#qa ul.nav li {
  font-size: 14pt;
}
#qa div.panel a {
  font-size: 13pt;
}
#qa div.panel-body li {
  font-size: 12pt;
}



@media (max-width: 770px) {
  .heading-tag {
    margin-left: 0em;
  }
  div.pwdstrengthline {
    white-space: normal;
  }
  div.panelstyle1 {
    text-align: center;
    width: 100%;
    margin: 2rem 0rem;
  }
  div.panelstyle1 .panel-body {
    text-align: left;
  }
}

@media (max-width: 360px) {
  #dnlogin form .form-control {
    width: 80%;
  }
}


#map {
	position: relative;
	right: 3em;
	top: 0;
	font-size: 12pt;
}
#map ul li {
	padding-left: 2em;
}

md-sidenav, md-sidenav.md-locked-open, md-sidenav.md-closed.md-locked-open-add-active {
 min-width: 180px !important;
 width: 50vw !important;
 max-width: 180px !important;
}

.mobile-nav-title {
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.mobile-nav-item {
	color: #336699;
	font-size: 20px;
	font-weight: bold;
}
.mobile-nav-subitem {
	color: #336699;
	font-size: 20px;
	padding-left: 10px;
}

/* Fixed the problem that Edge browser will add an extra button to show the password */
::-ms-reveal {
    display: none;
}