﻿
/* layout */

html {
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  position: relative;
  min-height: 100%;
}

body{
  margin: 0;
  line-height: 1.72222;
  font-family: "Arial", "Yu Gothic UI", "sans-serif";
  font-weight: 400;
  background-color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 18px;
  margin-bottom: 64px;
  padding:0;
  margin:0;
}

.h2,
h2 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h4,
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px
}
.h2,
.h4,
h2,
h4{
  font-family: inherit;
  line-height: 1.1;
  font-weight: 500;
  color: #202020;
}

h1,
h2,
h3 {
  margin-top: 34px;
}

.h2,
h2 {
  font-size: 26px
}

p {
  margin: 0 0 10px;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 10px
}

/* header */
#cardsr-navbar-brand-header {
  height: 54px;
  position: relative;
  z-index: 2;
  background-color: #24262B;
}

#cardsr-navbar-brand-header .content {
  margin: 0 auto;
  padding: 0 20px;
}

#cardsr-navbar-brand-header .app-brand {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 54px;
  color:#ACAEB3;
}

.pull-right {
  float: right !important;
}

@media screen and(min-width:992px) {
  #cardsr-navbar-brand-header .content {
  max-width: 970px;
}
}

@media screen and(min-width:1200px) {
  #cardsr-navbar-brand-header .content {
  max-width: 1082px;
}
}

@media (max-width:670px) {
  #cardsr-footer
  {
    padding: 12px 20px;
  }
  #cardsr-footer .wrapper
  {
    padding: 0 !important;
  }
  #cardsr-footer .cardsr-copyright,
  #cardsr-footer ul.footer-menu li
   {
    line-height: 30px !important;
  }
}

.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/fujifilm_Logo-2.0.0-alpha-64.svg);
  width: 150px;
  height: 36px;
  max-height: 36px;
  margin-top: 12px;
  text-align:right;
}

.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0 !important;
}

/* footer */

#cardsr-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#EAEAEA;
}

#cardsr-footer .wrapper{
  width: auto;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 0;
}

#cardsr-footer .inner {
  display: inline-block;
}

#cardsr-footer .cardsr-copyright {
  padding-right: 12px;
  color:#666666;
  font-size: 13px;
  float: left;
}

#cardsr-footer ul.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

#cardsr-footer ul.footer-menu li {
  color:#007373;
  font-size: 13px;
  float: left;
}

#cardsr-footer ul.footer-menu li a {
  color:#007373;
  text-decoration: none;
}

#cardsr-footer ul.footer-menu li a:hover {
  color:#005E5E;
  text-decoration: underline;
}

#cardsr-footer ul.footer-menu li:after {
  display: inline-block;
  content: "|";
  padding: 0 12px;
}
#cardsr-footer ul.footer-menu:last-of-type li:last-child:after {
  display: none;
}
#cardsr-footer .cardsr-copyright,
#cardsr-footer ul.footer-menu li {
  line-height: 64px;
}

#cardsr-mobile-footer {
  left: 0;
  bottom: 0;
  width: 100%;
}

#cardsr-mobile-footer .wrapper{
  width: auto;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 0;
}

#cardsr-mobile-footer .inner {
  display: inline-block;
}

#cardsr-mobile-footer .cardsr-copyright {
  color:#666666;
  font-size: 13px;
  display: block;
}

/*
#cardsr-mobile-footer ul.footer-menu {
  display: flex;
  align-items: center;
  list-style: none;
}

#cardsr-mobile-footer ul.footer-menu li {
  color:#007373;
  font-size: 13px;
}
*/


#cardsr-mobile-footer ul.footer-menu {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  display: block;
}

#cardsr-mobile-footer ul.footer-menu li {
  color:#007373;
  font-size: 13px;
  display: inline;
}

#cardsr-mobile-footer ul.footer-menu li a {
  color:#007373;
  text-decoration: none;
}

#cardsr-mobile-footer ul.footer-menu li a:hover {
  color:#005E5E;
  text-decoration: underline;
}

#cardsr-mobile-footer ul.footer-menu li:after {
  display: inline-block;
  content: "|";
  padding: 0 12px;
}
#cardsr-mobile-footer ul.footer-menu li:last-child:after {
  display: none;
}
#cardsr-mobile-footer .cardsr-copyright,
#cardsr-mobile-footer ul.footer-menu li {
  line-height: 30px;
}

.mobile-menu-blanket {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  z-index: 99999998;
  background-color: #000;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* contents/
#content-wrapper {
outline: 0;
}

/* textfield */
.form-control{
  background-image: none;
  border-style:solid;
  border-width:1px;
  border-color:#8C8C8C;
  background-color:#FFFFFF;
  line-height: 1.467;
  padding: 8px 12px;
  height: 36px/*44px*/;
  border: 1px solid #d2d3d7;
  font-size:16px;
  width: 100%;
  outline: 0;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:hover{
  border-color:#8C8C8C;
  background-color:#F0F0F0;
}
.form-control:focus{
  border-color:#00838D;
  background-color:#FFFFFF;
}

.form-control[readonly]{
  border-color:#FFFFFF;
  background-color:#FFFFFF;
}

.form-control[disabled]{
  opacity:0.3;
}

/* button */
button,
input[type="button"],
input[type="submit"]{
  border-style:solid;
  border-width:1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.btn{
  height: var(--height,32px);
  font-size: 16px;
  font-size: var(--font-size,16px);
  line-height: 16px;
  cursor: pointer;
}

.btn.disabled,
.btn[disabled] {
    pointer-events: none;
}

.btn-lg {
  padding: 0 14px;
  font-size: 18px/*22px*/;
  line-height: 42px/*51px*/;
  min-width: 140px;
  min-height: 44px; /*54px*/
}
.btn-std {
  padding: 0 10px;
  font-size: 20px;
  line-height: 42px;
  min-width: 115px;
  min-height: 44px
}

.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.btn-block{
  display: block;
  padding-right: 0;
  padding-left: 0;
}

.btn-primary{
  background-color:#00838D;
  border-color:#00838D;
  color:#F5F5F5;
  height:32px;
}

.btn-primary:hover{
  background-color:#007373;
  border-color:#007373;
}

.btn-primary:active{
  background-color:#005E5E;
  border-color:#005E5E;
}

.btn-primary:disabled{
  opacity:0.3;
}

.btn-secondary{
  background-color:#EAEAEA;
  border-color:#8C8C8C;
  color:#0A0A0A;
}

.btn-secondary:hover{
  background-color:#D8D8D8;
}

.btn-secondary:active{
  background-color:#B2B2B2;
}

.btn-secondary:disabled{
  opacity:0.3;
}

/* checkbox */

.cb {
  position: relative;
  padding: 8px;
  display: block;
  line-height: 0;
}

.checkbox {
  user-select: none;
}

.checkbox-std-label-right{
  display: inline-block;
}

.checkbox-std-label-right input{
  position: absolute !important;
}

.checkbox-std-label-right > label{
  padding-left: 30px/*42px*/;
  margin-top: -3px;
  float: right;
  line-height: 32px;
}

.checkbox-std-label-right .checkbox{
  display: block;
}

.disabled{
  pointer-events : none;
}

[data-toggle=buttons] > .btn > input[type=checkbox],
[data-toggle=buttons] > .btn > input[type=radio] {
  display: none
}

.checkbox,
.radio {
  top: 0px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 16px;
  line-height: 29px;
  width: 32px;
  height: 32px;
  min-height: 32px;
}

.checkbox .icons,
.radio .icons {
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.checkbox .icons .second-icon,
.radio .icons .second-icon{
  display: none;
}

.checkbox-sm-label-right input,
.checkbox-std-label-right input,
.radio-sm-label-right input,
.radio-std-label-right input {
  position: absolute !important;
}

.cardsr-check_off:before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-color: #666666;
  border-radius: 4px;
}

.cardsr-check_on:before {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 65%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #F5F5F5;
}

.cardsr-check_on:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 65%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #F5F5F5;
}

.checkbox.checked .second-icon {
  display: inline-table;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.checkbox.checked .glyph-chbx-radio-theme-uchkd:before{
  background-color: #00838D;
  border-color: #00838D;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.checkbox:hover .glyph-chbx-radio-theme-uchkd:before{
  border-color:#0A0A0A;
}

.checkbox.checked:hover .glyph-chbx-radio-theme-uchkd:before{
  background-color: #005E5E;
  border-color: #005E5E;
}

.checkbox.checked:hover .glyph-chbx-radio-theme-chkd:before,
.checkbox.checked:hover .glyph-chbx-radio-theme-chkd:after {
  background-color: #F5F5F5;
}

.checkbox:active .glyph-chbx-radio-theme-uchkd:before{
  border-color:#8C8C8C;
}

.checkbox.checked:active .glyph-chbx-radio-theme-uchkd:before{
  border-color: #003B3B;
  background-color: #003B3B
}

.checkbox.checked:active .glyph-chbx-radio-theme-chkd:before,
.checkbox.checked:active .glyph-chbx-radio-theme-chkd:after {
  background-color: #F5F5F5;
}

.checkbox.disabled .glyph-chbx-radio-theme-uchkd:before{
  border-color: rgba(10,10,10,0.3);
}

.checkbox.checked.disabled .glyph-chbx-radio-theme-uchkd:before {
  border-color: rgba(0,131,141,0.3);
  background-color: rgba(0,131,141,0.3);
}

.checkbox.checked.disabled .glyph-chbx-radio-theme-chkd:before,
.checkbox.checked.disabled .glyph-chbx-radio-theme-chkd:after {
  background-color: rgba(245,245,245,0.3);
}

[class*=radio-sm] > label,
[class*=checkbox-sm]>label,
[class*=radio-std]>label,
[class*=checkbox-std] > label {
  font-size: 16px;
  color: #0A0A0A
}

.radio-sm-label-right {
  display: inline-block
}

.radio-sm-label-right > label {
  padding-left: 33px;
  margin: 0;
  float: right;
  line-height: 24px
}

.radio-sm-label-right .radio {
  display: block
}

.checkbox input[type=checkbox],
.radio input[type=radio]{
  position: relative;
  z-index: -1;
  opacity: 0;
  margin-left: 0;
  float: none
}

/* radiobutton */

.cardsr-radio_off:before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px;
  border-style:solid;
  border-color:#666666;
  left: 0;
  top: 0;
}

.cardsr-radio_on:before {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-image: none;
  background-color: #00838D;
  left: 4px;
  top: 4px;
  opacity: 1;
  transition: .3s;
}

.radio.checked .second-icon {
  display: inline-table;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.radio.checked .glyph-chbx-radio-theme-uchkd:before {
  display: inline-table;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  border-color:#00838D;
}

.radio:hover .glyph-chbx-radio-theme-uchkd:before{
  border-color:#0A0A0A;
}

.radio.checked:hover .glyph-chbx-radio-theme-uchkd:before{
  border-color: #005E5E;
}

.radio.checked:hover .glyph-chbx-radio-theme-chkd:before {
  background-color: #005E5E;
}

.radio:active .glyph-chbx-radio-theme-uchkd:before{
  border-color:#8C8C8C;
}

.radio.checked:active .glyph-chbx-radio-theme-uchkd:before{
  border-color: #003B3B;
}

.radio.checked:active .glyph-chbx-radio-theme-chkd:before{
  background-color: #003B3B;
}

.radio.disabled .glyph-chbx-radio-theme-uchkd:before{
  border-color: rgba(10,10,10,0.3);
}

.radio.checked.disabled .glyph-chbx-radio-theme-uchkd:before {
  border-color: rgba(0,131,141,0.3);
}

.radio.checked.disabled .glyph-chbx-radio-theme-chkd:before {
  background-color: rgba(0,131,141,0.3);
}

.radio.radio-sm {
  width: 24px;
  height: 24px;
  min-height: 24px;
  top: 0;
}

.checkbox .icons.checkbox-focus,
.radio .icons.checkbox-focus {
  outline: #333 dotted thin !important;
  outline: -webkit-focus-ring-color auto 5px !important;
  outline-offset: 0;
}

/* link */
a {
  color:#007373;
  text-decoration:none;
}

a:hover{
  color:#005E5E;
  text-decoration:underline;
}

a:active{
  color:#003B3B;
  text-decoration:underline;
}

/* errorContents */

.cardsr-alertbox {
  color:#0A0A0A;
  font-size:16px;
  line-height: 24px;
  padding:16px;
}

.cardsr-alertbox p {
  padding-bottom: 0 !important
}
.cardsr-alertbox hr {
  margin: 10px 0 !important
}

.cardsr-alertbox.alert {
  border: none;
}

.cardsr-alertbox.alert {
  padding:10px 10px;
}

.error-contents.cardsr-alertbox{
  margin-bottom: 8px;
}

.alert{
  padding: 15px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}

.cardsr-alert:before {
  content:'';
  position:relative;
  bottom:18px;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 0 9px 15.6px 9px;
  border-color: transparent transparent #E6BC00 transparent;
  margin-bottom:50px;
}

.cardsr-alert:after {
  content: "!";
  position: relative;
  right:11px;
  font-style:normal;
  color:#F5F5F5;
  font-size:14px;
}

.cardsr-alertbox.alert-warning {
  background-color: rgba(255,209,0,0.2);
}

.cardsr-alertbox.alert-warning i {
  padding-right: 0px
}

.glyph {
  background: 0 0;
  border: none;
  outline: 0;
  padding: 0;
  line-height: 1.1;
}

/* toastmessage */
.md_toastCotainer{
  max-width:600px;
  position:fixed;
  left:30px;
  bottom:70px;
  z-index: -1;
  border-radius: 5px;
  padding:10px 20px;
  text-align:left;
  background: rgba(3,16,40,0.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  opacity: 0;

  -webkit-transition: 0.3s ease-out transform,0.3s ease-out opacity;
  -moz-transition: 0.3s ease-out transform,0.3s ease-out opacity;
  -o-transition: 0.3s ease-out transform,0.3s ease-out opacity;
  transition: 0.3s ease-out transform,0.3s ease-out opacity;
}
.md_toastCotainer.is_visible{
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  z-index: 400;
  opacity: 1;
}
.md_toast_text{
  color:#fff;
  margin: 0;
  font-size: 14px;
}
.handPointer {
  cursor: pointer;
  cursor: hand;
}
.no-outline{
	outline: 0;
}

#text_code::-webkit-inner-spin-button,
#text_code::-webkit-outer-spin-button {
  background-color: #FFFFFF;
  -webkit-appearance: none !important;
  margin: 0 !important;
}

#text_code {
  -moz-appearance:textfield;
}

.text-clickable {
  cursor: pointer;
}
