@viewport {
  width: extend-to-zoom 100%;
  zoom: 1.0;
}

/* --- Sticky footer styles --- */
html {
  position: relative;
  min-height: 100%;
  -ms-overflow-style: scrollbar;
  word-wrap: break-word;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

body:lang(ja) {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
body:lang(ko) {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Nanum Gothic', 'NanumGothic', 'Malgun Gothic', AppleGothic, Gulim, sans-serif;
}
body:lang(zh-CN) {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Heiti SC Light', Hei, SimHei, sans-serif;
}
body:lang(zh-TW) {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Heiti TC Light', 'Microsoft JhengHei', '微軟正黑體', 'Trebuchet MS', sans-serif;
}

/* Set the fixed height of the footer here */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #dcdcdc;
}
@media screen and (max-width: 767px) {   /* モバイルビューでのSticky footerの調整 */
  body {
    margin-bottom: 300px;
  }

  footer {
    min-height: 300px;
    height: 1px;
  }
}

footer p {
  margin-top: -20px;
}

a {
  color: #10218b;
  cursor: pointer;
}

.navbar-header {
  float: none;
}

.navbar {
  border-radius: 0;
}

.glyphicon, .fa {
  padding-right: 6px;
}

.ecicon-transfer-printer {
  padding-right: 6px;
}

/* 文字列途中での改行を禁止したいクラス */
.email_address,
.dropdown-header {
  white-space: nowrap;
}

.corporate_brand {
  /* height: 50px; */ /* 指定したいのだが指定するとIE9,IE10で表示されなくなってしまう */
  padding: 15px 0;
  position: absolute;
}

.corporate_logo {
  height: 22px;
  margin: 0;
  padding: 1px;   /* 0の場合、svg画像の周囲が欠ける場合があるため値を設定しておく */
}

.ec_brand {
  height: 48px;
  margin: 0;
  padding: 14px 0 6px;
  text-align: center;
}

.ec_logo {
  height: 25px;
  margin: 0;
  padding: 1px;   /* 0の場合、svg画像の周囲が欠ける場合があるため値を設定しておく */
}

@media screen and (max-width: 767px) {
  .ec_logo {
    height: 23px;
  }
}
.header_btn {
  margin-top: 0;
  float: right;
}
.container > .panel {
  margin-top: -20px;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #10218b;
}

.breadcrumb {
  background-color: transparent;
  padding: 5px 4px;
  border-radius: 0;
  border: none;
  min-height: 24px;
  line-height: 15px;
}

/* モバイルビューで折り畳まれたときのナビゲーションのボタン。テンプレートでは未使用 */
.navbar-toggle {
  border: none;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.pointer {
  cursor:pointer;
  cursor:hand;
}

.btn-info {
  background-color: #5895d7;
  border: none;
}

.btn-info.disabled,
.btn-info[disabled] {
  background-color: #ccc;
}

#btn_borderless {
  border-width: 0;
  white-space: nowrap;
}

.modal_margin_top {
  margin-top: 10px;
}

.modal_padding {
  padding: 0px 20px;
}

#pre_delete_user_alert,
#delete_user_alert {
  margin:20px;
  text-align:left;
}

.ecicon {
  padding-right: 10px;
  font-size: 150%;
  float: left;
}

.ec_text_center {
  text-align:center;
}

.ec_margin_top {
  margin-top: 10px;
}

.ec_display_none {
  display: none;
}

.ec_margin_bottom {
  margin-bottom: 20px;
}

.glyphicon-user {
  color: #10218b;
}

/* hide the horizontal scrollbar */
.page_contents {
  overflow: hidden;
}

.nav>li>a:hover {
  background-color: #F2F2F2;
}

table .radio {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  border-color: #dcdcdc;
}

table {
  font-size: 12px;
}

table .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-left: 5px;
  white-space: nowrap;
}

.alert {
  font-size: 13px;
}

input[type=checkbox] {
  margin-right: 10px;
}

table input[type=checkbox] {
  margin-right: 0;
}

.modal-footer .btn {
  margin-top: 3px;
}

.bootbox-body {
  word-wrap: break-word;
}

.btn {
  white-space: pre-wrap;
}

.btn-warning {
  background-color: #d87737;
}

.btn-warning:hover {
  background-color: #f0ad4e;
}

.label:empty,
.badge:empty {
  display: inline;
}

.ec_badge_default {
  background-color: #999;     /* same color as .label-default of BS */
}

.ec_badge_primary {
  background-color: #428bca;  /* same color as .label-primary of BS */
}

.ec_badge_success {
  background-color: #5cb85c;  /* same color as .label-success of BS */
}

.ec_badge_info {
  background-color: #2ea2d2;  /* custom */
}

.ec_badge_warning {
  background-color: #e8663e;  /* custom */
}

.ec_badge_danger {
background-color: #d9534f;  /* same color as .label-danger of BS */
}

.ec_badge_premium {
   background-color: rgb(0, 0, 205);  /* custom */
}

.delte_button_style {
  margin: 25px 0 -20px 0;
}

.copyright {
  font-size: 12px;
}

.modal.fade {
  top: -50%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
  top: 0%;
}

.contactus_style {
  margin: 20px;
}

/*IE系制御*/
.btn[disabled]:hover {
  background-color: #ccc;
}

.noscroll {
  overflow:hidden;
}

.modal-body {
  max-height: none;
  overflow-y: auto;
}

.modal {
  max-height: 98%;
  overflow-y: auto;
  word-wrap: break-word;
}

dt {
  font-weight: normal;
}

.header_btn > .dropdown-menu {
  max-width: 300px;
}

.header_btn > .dropdown-menu > .dropdown-header {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*AngularJS関連*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin_anime .7s infinite linear;
}

@-webkit-keyframes spin_anime {
    from { -webkit-transform: scale( 1 ) rotate(0deg);}
    to { -webkit-transform: scale( 1 ) rotate(360deg);}
}

.loading_animation_dialog .modal-content {
  /*ビジーダイアログコンテンツ*/
  background-color: rgba(0,0,0,0);
  -ms-filter: "alpha(opacity=0)";
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  top: 50%;
  margin-top: -80px;
}

/* 表示・非表示時のアニメーションを定義 */
.animate .ng-hide-add,
.animate .ng-hide-remove {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;

  display:block!important;
}
/* ng-hide適用(=非表示)の終点となるスタイル */
/* また、ng-hide-removeに移行する際の始点のスタイルでもある */
.animate .ng-hide-add.ng-hide-add-active,
.animate .ng-hide-remove {
  opacity: 0;
}
/* ng-hide削除(=表示)して到達するスタイル */
/* また、ng-hide-addに移行する際の始点のスタイルでもある */
.animate .ng-hide-remove.ng-hide-remove-active,
.animate .ng-hide-add {
  opacity:1;
}

.ec_loading_gif {
  background-image: url(/user/resources/images/ec_loading.gif);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  vertical-align: middle;
  padding: 20px;
}

/*オンラインロゴ修正対応*/
.scan_dest_icon_boxs {
  height: 36px;
  width: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 16px;
  text-align: center;
  padding: 2px 0;
}

.scan_dest_icons {
  width: 32px;
  height: auto;
}

.slash {
  margin-left:2px;
  margin-right:16px;
}

label.btn.btn-block {
  text-align: left;
  padding-left: 16px;
  white-space: normal;
  margin-top: -1px;
}

img {
 -ms-interpolation-mode: bicubic;
}

.loading_animation_dialog {
  z-index: 1070;
}

.loading_animation_dialog > .modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0;
}

.backdrop--loading {
  z-index: 1060 !important;
}

.ec-circle-success {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: green;
  padding-top: 8px;
  padding-left: 6px;
}

.ec_faxlog_type_icon {
  font-size: 14pt;
}

@media (min-width: 768px) {
  .modal-slg {
    width: 700px;
  }
}

.no-ec-message {
  font-size: 18px;
  white-space: pre;
}