:root {
  --user-border-color: #a7a9ac;
  --user-input-border-color: #d1d2d4;
  --user-border-width: 1px;
  --user-placeholder-color: #fff;
  --user-background-color: #606b73;
  --user-input-background-color: #b0bac0;
  --user-text-color: #fff;
  --user-element-background-color: #2a2f33;
	font-size: 62.5%;
}

.contents:before,
.contents:after {
    clear: both;
    display: table;
    content: " ";
}
body.user {
    background-image: linear-gradient(-45deg, #92b6de, #577399, #34567d, #364663);
    background-size: 1000% 1000%;
    animation: gradient-animation 45s ease infinite;
    color: var(--user-text-color);
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body.user > .container {
  padding-bottom: 9rem;
}

body.user a {
    color: var(--user-text-color);
    text-decoration: underline;
}

body.user footer.site-footer a {
	color: inherit !important;
}

body.user h1 {
  background-color: var(--user-element-background-color);
}

header.site-header #navArea .inner a {
    color: #fff !important;
}

body.user p.back-to-viewer {
    position: absolute;
    top: 0;
    margin-left: 15px;
}

body.user p.back-to-viewer a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    line-height: 1.4em;
    position: relative;
    text-align: center;
}

body.user p.back-to-viewer:hover {
    background-color: black;
}

body.user p.back-to-viewer a span.ja {
    text-transform: none;
    padding-top: .2em;
    font-size: 11px;
    display: block;
}

body.user header.site-header {
  margin: 10px 0;
  background-color: inherit;
}

header.site-header .usernav:before,
header.site-header .usernav:after {
    display: table;
    clear: both;
    content: " ";
}

header.site-header a,
footer.site-footer a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    position: relative;
}
header.site-header .accountnav a {
    height: 40px;
    padding: 2px 20px;
    font-size: 13px;
}
header.site-header a.a-block {
    width: 100%;
}

.site-header span.ja, footer span.ja {
	display: block;
}

body.user.login h1, 
body.user.login h2, 
body.user.ogin label, 
body.user.login .form-group {
	text-transform: uppercase;
}

.btn {
	font-size: 1.4rem;
	text-transform: uppercase;
}

body.user a.btn.btn-header:hover, 
body.user a.btn.btn-footer:hover {
	border-color: var(--user-text-color) !important;
}

body.user a.btn.btn-header:active, 
body.user a.btn.btn-footer:active {
	border-color: #2a2f33 !important;
	background-color: #2a2f33;
}

.ja {
	font-size: 1.2rem;
	line-height: 1.7;
	font-family: 'ヒラギノ角ゴ Pro W3';
}

.btn span.ja {
	line-height: 1.8rem;
}

footer.site-footer a {
    width: 100%;
    height: 30px;
    line-height: 14px;
    padding: 1px 10px;
    font-size: 11px;
}
footer.site-footer a .ja {
    font-size: 11px !important;
}

footer.footer {
	margin-top: 20px;
}

footer.site-footer, footer.footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-width: 1px;
    padding: 10px 0;
    text-align: center;
}

body.user button {
    text-decoration: underline;
}

body.user a.btn {
	margin-bottom: 20px;
}

body.user a.btn.btn-header, body.user a.btn.btn-footer {
	font-size: 1.5rem;
	border-radius:  1rem;
	color: var(--user-text-color) !important;
}

body.user a.btn.btn-header {
	height: 4rem;
	padding: 0;
}

body.user a.btn.btn-footer {
	padding: 0 1.5rem !important;
	width: unset;
}

@media (min-device-width: 375px) {
	body.user a.btn.btn-header { width: 14rem; }
}

@media (min-device-width: 576px) {
	body.user a.btn.btn-header { width: 15rem; }
}

body.user header li.account {
    display: none;
}

body.user .description {
    padding-right: 0px !important;
    background: none !important;
}

body.user .details {
  background: #b0bac0;
  color: #2a2f33;
  padding: 25px;
}

body.user .details th {
    min-width: 8em;
}

body.user div.program-details div.description div.details table,
body.user div.user-account div.description div.details table {
  width: 100%;
}

body.user div.program-details div.description div.details table th,
body.user div.user-account div.description div.details table th {
  width: 22%;
}

body.user div.program-details div.description div.details table tr,
body.user div.user-account div.description div.details table tr {
  border-color: #606b73;
  border-bottom-width: 1px;
  border-style: solid;
}

body.user div.program-details div.description div.details table tr:last-of-type,
body.user div.user-account div.description div.details table tr:last-of-type {
  border: none;
}

body.user .form-group .details {
    /* margin: 0 0 0 -15px; */
}

body.user .btn {
    text-decoration: none !important;
    white-space: nowrap;
}

body.user .btn .ja, body.user button .ja {
    text-decoration: none !important;
}

.btn-default {
  color: #fff;
  border-color: #fff;
  background-color: #2a2f33;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  border-color: #2a2f33;
    color: #fff;
}

body.user input[type="text"], body.user input[type="password"], body.user input[type="email"], body.user textarea {
  height: 34px;
  outline: none;
}

body.user input[type="text"], body.user input[type="password"], body.user input[type="email"] {
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

body.user div.back-div {
  height: 40px;
  margin-bottom: 20px;
  background-color: #b0bac0;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-color: #606b73;
  border-top-width: 0;
  border-right-width: 15px;
  border-bottom-width: 0;
  border-left-width: 15px;
}

body.user div.back-div input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 20px 6px 6px;
  font-size: 15px;
  background-color: #b0bac0;
}

.input-background-group {
  margin-bottom:12px;
}

.input-background {
  display: block;
  position: absolute;
  z-index: -2;
  width: calc(100% - 30px);
  height: 40px;
  background-color: #b0bac0;
}

body.user .input-background-group input[type="text"],
body.user .input-background-group input[type="password"],
body.user .input-background-group input[type="email"] {
  background-color: transparent;
  margin-top: 12px;
  height: 23px;
  margin-left: 8px;
  width: calc(100% - 16px);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 8px;
}

body.user .input-background-group input[type="text"]:focus,
body.user .input-background-group input[type="password"]:focus,
body.user .input-background-group input[type="email"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form .input-background-group label.error {
  margin-top: 8px;
}

body.user div.back-div input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 20px 6px 6px;
  font-size: 15px;
  background-color: #b0bac0;
}

/*form .form-control::-webkit-input-placeholder,
form .form-control::-ms-input-placeholder,
form .form-control:-ms-input-placeholder,*/
form .form-control::placeholder {
  /*line-height: 9px;*/
  color: #fff;
  text-transform: uppercase;
}

body.user div.input-background-group.confirm {
  margin-top: -12px;
}

body.user input.form-control:focus {
  border-color: transparent !important;
}

body.user input.form-control:-webkit-autofill,
body.user input.form-control:-webkit-autofill:hover,
body.user input.form-control:-webkit-autofill:focus,
body.user input.form-control:-webkit-autofill:active {
  background-color: #b0bac0 !important;
  -webkit-box-shadow: inset 0 0 0 30px #b0bac0 !important;
  border: 0 !important;
}

/* line 31, ../sass/user.scss */
body.user input[type="text"]:focus, body.user input[type="password"]:focus, body.user input[type="email"]:focus, body.user textarea:focus {
    border: 1px solid #fcffab;
    -webkit-box-shadow: 0 0 6px #fcffab;
    -moz-box-shadow: 0 0 5px #fcffab;
    box-shadow: 0 0 5px #fcffab;
    outline: none;
}

/* line 41, ../sass/user.scss */
body.program-viewer header li.account {
    display: block;
}

/* line 44, ../sass/user.scss */
body.user.account .form-inline input[type='text'] {
    width: 300px;
}

form#UserEditForm div.form-group input[type='text'],
form#UserAddForm div.form-group input[type='text'],
form#UserEditForm div.form-group input[type='email'],
form#UserAddForm div.form-group input[type='email'],
form#UserEditForm div.form-group input[type='password'],
form#UserAddForm div.form-group input[type='password'] {
    margin-bottom: 10px;
}

body.user div.user-account button.btn,
body.user div.user-account a.btn {
  padding: 2px 0 !important;
  font-size: 14px;
  border-radius: 0;
}

/* line 45, ../sass/user.scss */
body.user.account .form-inline .btn-action {
    vertical-align: top;
    padding: .8em 1em !important;
}
/* line 46, ../sass/user.scss */
body.user.account .form-inline .btn-action span.ja {
    display: inline;
}

/* line 53, ../sass/user.scss */
body.user.login h2 {
    text-align: center;
	border-bottom-width: 1px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 8px;
}
/* line 54, ../sass/user.scss */
body.user.login h2 .ja {
    display: block;
    font-size: 12px;
}
/* line 55, ../sass/user.scss */
body.user.login div.register {
    padding: 20px 0 0 0 !important;
}
/* line 56, ../sass/user.scss */
body.user.login a.btn {
    text-decoration: none;
    display: block !important;
}
/* line 57, ../sass/user.scss */
body.user.login a.btn .ja {
    display: block;
    font-size: 11px;
}
/* line 59, ../sass/user.scss */
body.user.login .regualr-login {
    margin-bottom: 30px;
}

body.user.login .regualr-login > div, body.user.login .firsttime-login > div {
    margin-left: 12.5%;
}

/* line 61, ../sass/user.scss */
body.user.login .container.user-login ul {
    padding: 50px 0;
    clear: both;
}
/* line 62, ../sass/user.scss */
body.user.login .container.user-login ul li {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8em;
}
/* line 63, ../sass/user.scss */
body.user.login .container.user-login ul a {
    border-bottom: 1px solid #e7e7e8;
    text-decoration: none;
}
/* line 64, ../sass/user.scss */
body.user.login .container.user-login ul a:hover {
    border: none;
}
/* line 65, ../sass/user.scss */
body.user.login .container.user-login ul a .ja {
    display: block;
    border: none;
    font-size: 11px;
}

.user-border-color {
	border-color: #a7a9ac;
	border-style: solid;
}

.login-offset {
  margin-top: 4.2857em;
}

@media screen and (max-width: 767px) {
  .login-offset {
    margin-top: 0;
  }
}

/* line 69, ../sass/user.scss */
.container.purchase {
    padding-bottom: 60px;
}

/* M E D I A   Q U E R I E S ============================== */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 82, ../sass/user.scss */
body.user .user-account .form-group,
body.user .user-register .form-group {
    margin: auto;
}
/* line 83, ../sass/user.scss */
body.user .user-account .intro h3,
body.user .user-register .intro h3 {
    margin-bottom: 10px;
}
body.user .user-account .btn.btn-default {
    margin-top: 5px;
}
body.user .user-account .btn.btn-mti {
    margin-top: 15px;
}
/* line 85, ../sass/user.scss */
body.user .user-account .purchase-confirm .checkbox {
    margin-bottom: 20px;
}

section.block div.settings-row div.col-12 > div.form-group {
    padding-bottom: 24px;
}

section.block div.settings-row:last-of-type div.col-12 > div.form-group:after {
    content: '';
    display: block;
    clear: both;
}

.settings-row h4 span.en {
  border-bottom-color: #2a2f33;
}

.settings-row th {
  padding: 15px 15px 15px 0;
}

.settings-row td {
  padding: 15px 0;
}

.settings-row tr:first-of-type th,
.settings-row tr:first-of-type td {
  padding-top: 0;
}

.settings-row tr:last-of-type th,
.settings-row tr:last-of-type td {
  padding-bottom: 0;
}

form#UserConfirmForm {
    padding: 20px;
}

form#UserConfirmForm p {
    text-align: justify;
    font-size: 15px;
    line-height: 21px;
}

div#button_div {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

body.user .modal-title, 
body.user .modal-body {
	color: #2a2f33;
}

.close {
	font-size: 2.4rem;
}

h5 { font-size: 2rem; }

.modal-footer {
	justify-content: center;
}

form#UserConfirmForm p span.ja, .modal span.ja {
    display: block;
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}

body.user div#sticky {
  padding-top: 5px;
  padding-bottom: 20px;
  z-index: 800;
}

body.user div#section-content {
    margin-top: 4px;
}

#section-nav {
  border-bottom: none;
}

ul#section-nav li {
    text-align: center;
}

div.notices ul#section-nav li {
    margin: 0 0 30px;
    width: 50%;
    padding: 0 8.5%;
    text-align: center;
}

@media only screen
  and (max-device-width: 736px)
  and (orientation: portrait) {
  ul#section-nav li > span {
      margin-left: 0;
      width: 100%;
  }
}

div.notices ul#section-nav li a.btn {
    font-size: 16px;
    line-height: 1.2em;
    padding: 6px 6px 8px;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    color: #d1d1d1 !important;
    width: 100%;
}

div.notices ul#section-nav li a.btn.active {
  color: var(--user-text-color) !important;
  border-color: #e7e7e8;
}

div.notices ul#section-nav li.active a.btn {
	background-color: #b0bac0;
}

ul#section-nav a.btn span.ja {
    display: block;
    font-size: 12px;
}

div.notices div#section-content {
    margin: 10px 6.25% 0;
}

div.notices div.col-md-offset-2 {
    margin-left: 0;
    width: 100%;
}

/* Terms and Conditions =====================================================*/

body.home.user div.tab-content div.col-md-offset-2 {
    /* margin-left: 0; */
}

body.home.user div.tab-content h2 {
    text-align: left;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: .1em;
}

body.home.user div.tab-content h2.ja {
    font-size: 11px;
    padding-top: 0px;
    margin: 0 0 20px;
}

body.home.user div.tab-content h3 {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
    margin-top:36px;
    margin-bottom: 0.1em;
}

body.home.user div.tab-content h3.ja {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

body.home.user div.tab-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0.2em;
    text-align: justify;
}

body.home.user div.tab-content p.ja {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

body.home.user div.tab-content ul {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
}

body.home.user div.tab-content ol {
    counter-reset: item;
    display: block;
    list-style-type: decimal;
    margin: 1em 0 2em 0;
    padding-left: 0;
}

body.home.user div.tab-content ol ol ol {
    padding-left: 40px;
}

body.home.user div.tab-content ol ol li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: .2em;
    padding-bottom: 0px;
    text-align: justify;
}

body.home.user div.tab-content ul li {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: .2em;
    padding-bottom: 0px;
    text-align: justify;
    list-style-type:disc;
}

body.home.user div.tab-content ul li.ja {
    font-size: 12px;
    line-height: 21px;
    padding-top: 0px;
    margin-bottom: 16px;
    list-style-type: none;
}

body.home.user div.tab-content li ul{
    margin-top: 20px;
    list-style-type: circle;
}

body.home.user div.tab-content ol li {
    display: block;
}

body.home.user div.tab-content ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    display: inline-block;
    float: left;
    text-align: right;
    width: 20px; /* Width of the box containing the li counters. Must be wide enough to accommodate expected digits */
}

body.home.user div.tab-content ol ol ol li:before {
    width: 30px;
}

body.home.user div.tab-content ol li p {
    margin-left: 36px; /* Space from left indent to beginning of text. Space from counter to text is 32-20 = 12px */
}

body.home.user div.tab-content ol ol ol li p {
    margin-left: 46px; /* Space from left indent to beginning of text. Space from counter to text is 32-20 = 12px */
}

body.home.user div.tab-content ol li p.ja {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
}

body.home.user div.tab-content div.tab-pane > ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home.user div.tab-content div.tab-pane > ol > li:before {
    color: #606b73;
    margin-left: -56px;
}

body.home.user div.nolicense section.col-md-10 p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0.2em;
    text-align:justify;
}

body.home.user div.nolicense section.col-md-10 p.ja {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

body.home.user div.nolicense section.col-md-10 ul {
    margin: 20px 20px 0;
    padding-left: 10px;
}

body.home.user div.nolicense section.col-md-10 li {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: .2em;
    padding-bottom: 0;
    text-align: justify;
    list-style-type:disc;
}

body.home.user div.nolicense section.col-md-10 li.ja {
    font-size: 12px;
    padding-top: 0;
    margin-bottom: 16px;
    list-style-type: none;
}
.nopd-row:before,
.nopd-row:after {
    display: table;
    content: " ";
    clear: both;
}
.user .user-account label,
.user .user-register label {
    font-weight: normal;
}
.user-login .en {
    font-size: 14px;
}
.user-login .ja {
    font-size: 12px;
    display: block;
}

.user-login form label span.ja,
.user-account form label span.ja,
.user-register form label span.ja {
  margin-top: 3px;
}

.user-login .btn .ja,
.user-account .btn .ja {
  font-size: 11px;
  line-height: 15.4px;
}

.history-item {
    padding-top: 5px;
    font-size: 14px;
    color: #2a2f33;
}
.history-date {
    text-align: center;
}
.history-desc {

}
.checkbox-md {
  margin-left: 31px;
  padding-top: 0 !important;
  position: relative;
}
.checkbox-md label {
  font-weight: normal;
  margin-left: 12px;
}

.checkbox-md label:before,
.checkbox-md label:after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
}

.checkbox-md label.checkbox-md-label:before {
  height: 32px;
  width: 32px;
  border-color: #d1d2d4;
  border-width: 2px;
  border-style: solid;
  left: -30px;
  top: 1px;
  background-color: #b0bac0;
}

.checkbox-md label.checkbox-md-label:after {
  display: inline-block;
  font-size: 3em;
  font-weight: 300;
  color: #fff;
  left: -24px;
  top: 9.5px;
}

.checkbox-md input[type=checkbox] ~ label.checkbox-md-label:after,
.checkbox-md input[type=radio] ~ label.checkbox-md-label:after {
  content: none;
}

.checkbox-md input[type=checkbox]:checked ~ label.checkbox-md-label:after,
.checkbox-md input[type=radio]:checked ~ label.checkbox-md-label:after{
  content: "\00d7";
}

.checkbox-md input[type=checkbox],
.checkbox-md input[type=radio]{
    position: absolute;
    margin-left: -31px;
    margin-top: 3px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    opacity: 0;
    z-index: 2;
}

.checkbox-group {
  padding-bottom: 9.2px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff !important;
    background-color: #939598;
    border: 1px solid #b5b4b4;
    margin-left: -1px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff !important;
    background-color: #333;
    border-color: #b5b4b4;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #333;
    border-color: #333;
    cursor: default;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #444;
    background-color: #DDD;
    border-color: #DDD;
    cursor: not-allowed;
}

a.video:hover, a.pdf:hover {
    color: #fff ;
		border-bottom-color: #fff ;
}

a.video:active, a.pdf:active {
    color: #000 ;
		border-bottom-color: #000 ;
}

body.user input.form-control {
  color: #2a2f33;
}

@media (max-width: 567px) {
    .xt-center {
        text-align: center;
    }
    .col-xt-12 {
        width:100%;
    }
    .col-xt-11 {
        width:91.66666667%;
    }
    .col-xt-10 {
        width:83.33333333%;
    }
    .col-xt-9 {
        width:75%;
    }
    .col-xt-8 {
        width:66.66666667%;
    }
    .col-xt-7 {
        width:58.33333333%;
    }
    .col-xt-6 {
        width:50%;
    }
    .col-xt-5 {
        width:41.66666667%;
    }
    .col-xt-4 {
        width:33.33333333%;
    }
    .col-xt-3 {
        width:25%;
    }
    .col-xt-2 {
        width:16.66666667%;
    }
    .col-xt-1{
        width:8.3333%;
    }
    .col-xt-offset-12 {
        margin-left:100%;
    }
    .col-xt-offset-11 {
        margin-left:91.66666667%;
    }
    .col-xt-offset-10 {
        margin-left:83.33333333%;
    }
    .col-xt-offset-9 {
        margin-left:75%;
    }
    .col-xt-offset-8 {
        margin-left:66.66666667%;
    }
    .col-xt-offset-7 {
        margin-left:58.33333333%;
    }
    .col-xt-offset-6 {
        margin-left:50%;
    }
    .col-xt-offset-5 {
        margin-left:41.66666667%;
    }
    .col-xt-offset-4 {
        margin-left:33.33333333%;
    }
    .col-xt-offset-3 {
        margin-left:25%;
    }
    .col-xt-offset-2 {
        margin-left:16.66666667%;
    }
    .col-xt-offset-1 {
        margin-left:8.3333%;
    }
    .col-xt-offset-0 {
        margin-left: 0;
    }
		
		body.user a.btn.btn-footer {
			font-size: 1.1rem;
			margin-bottom: 0;
		}

		body.user > .container {
			padding-bottom: 12rem;
		}

		footer.footer { 
			height: 10rem;
		}

	}

@media (min-width: 568px) {
    header.site-header a.a-half-block {
        float: left;
        width: 50%;
    }
}

@media (max-width: 650px) {
    .col-xs-pr-0 {
        padding-right: 0;
    }
}

/* Extra small devices (480px and up)  =====================================================*/
/* Small devices (768 and up)          ===================================================== */

@media (min-width: 768px) {
    /* line 99, ../sass/user.scss */
    body.user .user-account .btn.btn-default {
        margin-top: 0;
    }
    body.user .user-account .btn.btn-mti {
        margin-top: 0;
    }
    /* line 100, ../sass/user.scss */
    body.user .user-account form.add-licence {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    /* line 101, ../sass/user.scss */
    body.user .user-account form.add-licence .col-sm-8 {
        margin-left: 0;
        padding-left: 0 !important;
    }
    /* line 102, ../sass/user.scss */
    body.user .user-account form.add-licence .col-sm-2 {
        margin-right: 0;
    }
    /* line 103, ../sass/user.scss */
    body.user .user-account form.add-licence .btn-default {
        float: right;
    }

    /* line 108, ../sass/user.scss */
    body.user.login h1 {
        /* margin-left: 6.6%; */
    }
    /* line 109, ../sass/user.scss */
    body.user.login div.container { position: relative; }
    body.user.login #flashMessage, 
    body.user.login .message {
        /* margin-left: 8.33333333%; */
        position: absolute;
        left: 8px;
    }

    /* line 116, ../sass/user.scss */
    body.user .details {
        /* margin: 0 25px 0 5px; */
    }
    /* line 117, ../sass/user.scss */
    body.user .form-group .details {
        /* margin: 0 15px 0 -15px; */
    }

    /* line 121, ../sass/user.scss */
    .add-licence .col-sm-10 {
        padding-left: 0px !important;
    }

    body.user.login .regular-login {
    	padding-right: 0;
    }

		form#UserLoginForm {
		  border-right-width: 1px;
		  margin-top: 3.4em;
      padding-right: 15px;
      height: 22.3em;
		}

		form#UserLoginForm > div:first-of-type div {
		  margin-top: -3.65em;
		  padding-top: .3em;
		}

		form#UserLoginForm > div:nth-of-type(4) div {
		  margin-top: 0;
		}

}

/* phones in portrait                  ===================================================== */

@media only screen and (max-width : 567px) {
    header.site-header .accountnav a {
        padding: 2px 4px;
    }
    .program-viewer header.site-header .usernav {
        margin-left: 0;
        margin-right: 0;
    }
    footer.site-footer .col-sm-6 {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
    footer.site-footer a {
        height: 28px;
        line-height: 13px;
    }

	div#button_div {
		width: 148px;
	}

	button#register-button2 {
		margin-bottom: 1em;
	}

	button#login-button2 {
		margin-left: 0;
	}


}
@media only screen and (min-width : 568px) and (max-width : 767px) {
    header.site-header .accountnav a {
        padding: 2px 4px;
    }
}

@media only screen and (max-device-width : 740px) and (orientation : portrait),
only screen and (min-device-width : 320px) and (max-device-width : 480px),
only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

    body.user p.back-to-viewer {
        margin-left: 0;
    }

    div.tab-pane.active div.col-9 {
        width: 55%;
    }

    div.tab-pane.active div.col-3 {
        width: 45%;
    }

    @media (min-device-width : 375px) and (max-device-width : 667px) {
        div.tab-pane.active div.col-9 {
            width: 60%;
        }

        div.tab-pane.active div.col-3 {
            width: 40%;
        }
    }

    @media (min-device-width : 414px) and (max-device-width : 736px) {
        div.tab-pane.active div.col-9 {
            width: 60%;
        }

        div.tab-pane.active div.col-3 {
            width: 40%;
        }
    }

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {

}

/* Medium devices (desktops, 992px and up) =====================================================  */
/* Large devices (large desktops, 1200px and up) =====================================================  */


#registered_log_in:hover {
    color:white;
    text-decoration: none;
}
#license-button:hover {
    color:white;
    text-decoration: none;
}
#register-button2:hover {
    color:white;
    text-decoration: none;
}
#login-button2:hover {
    color:white;
    text-decoration: none;
}
#user_register_btn:hover {
    color:white;
    text-decoration: none;
}

.changed,
.btn-default.changed {
  color: #fffebd;
  border-color: #fffebd;
  border-width: 1px;
  /* background-color: #fff; */
}

body.user .btn.changed .ja, 
body.user button.changed .ja {
  color: #fffebd;
}
