@charset "utf-8";

/*
 *
 * ===== 標準CSS =====
 *
 */


/* ========================================


		要素のリセット


   ======================================== */


/* --- HTML5 --- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
  margin: 0;
  padding: 0;
}


/* --- 要素 ---*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
}



/* ========================================


		標準スタイル


   ======================================== */

/*
 * --- 文書全体 ---
 */

html {
	overflow-y: scroll;
}

body {
  font-size: 14px;
  background-color: #f9f9f9;
  padding-right: 0 !important; /* dialogプラグイン用 */
	-webkit-text-size-adjust: 100%;
}


/*
 * --- フォント指定 ---
 */

body,
h1, h2, h3, h4, h5,
input, button, select, textarea {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}



/*
 * --- テキスト ---
 */

p {
  line-height: 1.4;
  margin-bottom: 5px;
}

p:last-child {
  margin-bottom: 0;
}

em,
strong,
dfn,
b,
i {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}

em,
strong {
  color: #f03030;
}

i {
  font-weight: normal;
  vertical-align: middle;
}


/*
 * --- 画像 ---
 */

img {
}


/*
 * --- 区切り ---
 */

hr {
  margin: 10px 0;
}



/*
 * --- リスト ---
 */

dt {
  font-weight: normal;
}


/*
 * --- リンク ---
 */

a {
  outline: none !important;
  text-decoration: none !important;

  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}


/*
 * --- フォーム ---
 */

form {
  margin: 0;
}

button {
  outline: none !important;
}

fieldset {
  margin-top: 10px;
}

legend {
  margin-bottom: 10px;
  font-size: 13px;
  color: #707070;
  border-bottom: 1px solid #e9e9e9;
}




/* ========================================


		Bootstrap コンポーネント


   ======================================== */

/*
 * --- グリッド ---
 */

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > div {
  padding-left: 10px;
  padding-right: 10px;
}


/*
 * --- フォント ---
 */

.btn,
.popover {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/*
 * --- ボタン ---
 */

.btn {
  box-shadow: 0 2px #c0c0c0;
  margin-bottom: 2px !important;
}

.btn:active {
  box-shadow: none;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.btn-block {
  display: inline-block;
}


/*
 * --- ラベル ---
 */

.label {
  display: inline-block;
  font-size: 10.5px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
  margin-right: 5px;
  padding: 4px 5px 3px 5px;
  vertical-align: middle;
}

/* --- ラベルのサイズ --- */

.label-sm {
  font-size: 14px;
}

.label-md {
  font-size: 20px;
}


/*
 * --- リスト ---
 */

/* --- 定義リスト --- */

.dl-horizontal dd {
  margin-bottom: 5px;
}


/*
 * --- フォーム ---
 */

.checkbox-inline {
  margin-right: 10px;
  margin-left: 0 !important;
}

label.radio-inline:hover {
  color: #23527c;
}

select.form-control {
  cursor: pointer;
}


/*
 * --- テーブル ---
 */

.table-hover > tbody > tr:hover {
  background-color: #e9f6fc;
}

.table-hover tbody tr {
  cursor: pointer;
}


/*
 * --- ポップオーバー ---
 */

.popover {
  z-index: 2000 !important;
  min-width: 250px;
}

.popover-content {
  text-align: center;
}


/*
 * --- アラート ---
 */

.alert {
  margin-bottom: 15px;
}

.alert-icon {
  width: 40px;
  font-size: 28px;
  float: left;
}

.alert-body {
  margin-left: 50px;
  min-height: 40px;
}



/*
 * --- ヘルパー ---
 */

/* --- 回り込み --- */

.pull-clear {
	clear: both;
}



/*
 * --- 印刷時の調整 ---
 */

@media print {

  a[href]:after {
  	content: '' !important;
  }

  abbr[title]:after {
	  content: '' !important;
  }

}




/* ========================================


		そのほかのコンポーネント


   ======================================== */

/*
 * --- アイコン ---
 */

[class^='icon-'] {
  vertical-align: bottom;
}


/*
 * --- Bootstrapダイアログ ---
 */

.modal-dialog .modal-content {
}

.modal-dialog .modal-header {
  padding: 10px 5px 8px 15px;
}

.modal-dialog .btn-dialog {
  min-width: 100px;
}

.modal-header h3 {
  font-size: 14px;
}

.bootstrap-dialog-draggable {
  cursor: move;
}


/*
 * --- 確認ダイアログ ---
 */

.confirm-dialog-btn-confirm,
.confirm-dialog-btn-abord {
  min-width: 100px;
}

.confirm-dialog-btn-confirm {
  margin-right: 10px;
}



/*
 * --- バリデーション ---
 */

label.error {
  /*color: #da4453;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;*/
  
    /* color: #da4453; */
    /* font-weight: bold; */
    font-size: 11px;
    /* margin-bottom: 0; */
    /* float: left; */
    margin: 5px 5px 5px 0;
    padding: 1px 5px;
    list-style: none;
    /* font-size: 10px; */
    color: #FFFFFF;
    background-color: #FF9800;
    border-radius: 2px;
}

label.error:before {
  content: '\f48a';
  font-family: 'WebHostingHub-Glyphs';
  font-size: 8px;
  margin-right: 5px;
}


/*
 * --- 日付ピッカー ---
 */

.input-date .input-group-addon {
  cursor: pointer;
}

.input-date .input-group-addon:hover {
  background-color: #e9e9e9;
}

.input-date .input-group-addon:hover i {
  color: #337ab7;
}


/*
 * --- 通知アラート ---
 */

#noty_top_layout_container {
  width: 100% !important;
  left: 0 !important;
  border-radius: 0 !important;
}

#noty_top_layout_container li {
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
}

.noty_message {
  color: #ffffff;
  font-size: 18px !important;
  padding: 20px 0 !important;
}

.noty_text:before {
  content: '\2713';
  margin-right: 10px;
  font-family: 'WebHostingHub-Glyphs';
}

.noty_type_alert { background-color: #4fc1e9; }

.noty_type_success { background-color: #a0d468; }

.noty_type_error { background-color: #ed5565; }
.noty_type_error .noty_text:before { content: '\00d7'; }

.noty_type_warning { background-color: #fcbb42; }
.noty_type_warning .noty_text:before {   content: '\f316'; }

.noty_type_information { background-color: #37bc9B; }
.noty_type_information .noty_text:before { content: '\2713'; }



/*
 * --- チャート ---
 */

svg:not(:root) {
  overflow: auto;
}

.ct-chart .ct-label,
.ct-chart .ct-horizontal.ct-label {
	font-size: 15px !important;
  line-height: 0.1 !important;
}

/* -- チャートカラー -- */

.chart-color-lime {
  /*fill: #aeea00;*/
  fill: #8daacb;
}

.chart-color-orange {
  /*fill: #fb8c00;*/
  fill: #fc7362;
}





/* ========================================


		レイアウト


   ======================================== */


/* ----------------------------------------

		レイアウト全体

   ---------------------------------------- */

/*
 * --- コンテナ ---
 */

.container {
  max-width: 960px;
}


/* ----------------------------------------

		ヘッダー

   ---------------------------------------- */

/*
 * --- ページヘッダー ---
 */

#page-header {
}

#page-header .navbar {
  background-color: #0f6db4;
  /*background-color: #1e6935;*/
}

#page-header .navbar-header {
  position: relative;
  width: 100%;
  margin: 0 !important;
}

/* --- タイトル --- */

#page-header .navbar-title {
  margin-top: 8px;
  color: #ffffff;
}

#page-header .navbar-title p {
  margin-bottom: 0;
  line-height: 1.2;
}

#page-header .navbar-title .corp {
  font-size: 11px;
}

#page-header .navbar-title .title {
  font-size: 18px;
  font-weight: bold;
}

/* --- ユーザー --- */

#page-header .navbar-user {
  position: absolute;
  right: 0;
  top: 8px;
  color: #ffffff;
}

#page-header .user-info {
  position: absolute;
  right: 70px;
  min-width: 160px;
}

#page-header .user-info p {
  margin-bottom: 5px;
  line-height: 1;
}

#page-header .user-info .label {
  padding: 2px 6px 1px 6px;
  color: #606060;
  background-color: #ffffff;
  border-radius: 6px;
  vertical-align: top;
}

#page-header .user-info i {
  vertical-align: top;
  font-size: 12px;
}

#page-header .user-info .label i {
  font-size: 10px;
}

/* --- ログアウト --- */

#page-header .logout {
  position: absolute;
  right: 0;
}

#page-header .logout .btn {
  line-height: 1;
  color: #707070;
}

#page-header .logout .btn i {
  display: block;
  font-size: 14px;
}

#page-header .logout .btn .text {
  font-size: 9px;
}


/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

	#page-header .navbar-user .user-info {
    display: none;
  }

}


/* ----------------------------------------

		フッター

   ---------------------------------------- */

/*
 * --- ページフッター ---
 */

#page-footer {
  padding-top: 10px;
  padding-bottom: 20px;
}

#page-footer .copyright {
  text-align: center;
  color: #a0a0a0;
  font-size: 10px;
  letter-spacing: 0.5px;
}



/* ----------------------------------------

		メインコンテンツ

   ---------------------------------------- */

/*
 * --- ページメイン ---
 */

#page-main {
}

/*
 * --- ページコンテンツ ---
 */

#page-content {
  padding-top: 50px;
}




/* ========================================


		主要要素


   ======================================== */

/*
 * --- 見出し ---
 */

h1 {
  font-size: 32px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

h1 small {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #606060;
}


/* ========================================


		汎用


   ======================================== */


/* ----------------------------------------

		テキスト・フォント

   ---------------------------------------- */

/*
 * --- テキスト ---
 */

/* --- サイズ --- */

.text-large {
  font-size: 180% !important;
}

.font-size-10 { font-size: 10px; }
.font-size-12 { font-size: 12px; }
.font-size-14 { font-size: 14px; }
.font-size-16 { font-size: 16px; }
.font-size-18 { font-size: 18px; }


/* --- メール --- */

.text-mail {
  margin-left: 5px;
  margin-right: 5px;
}

/* --- 備考 --- */

p.notes,
div.notes {
  font-size: 85%;
  color: #808080;
}



/* ----------------------------------------

		位置・サイズ

   ---------------------------------------- */

/*
 * --- マージン ---
 */

.margin-0  { margin: 0 !important; }
.margin-10 { margin: 10px !important; }
.margin-20 { margin: 20px !important; }
.margin-40 { margin: 40px !important; }

.margin-top-0  { margin-top: 0 !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }

.margin-left-10 { margin-left: 10px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-60 { margin-left: 60px !important; }
.margin-left-80 { margin-left: 80px !important; }
.margin-left-100 { margin-left: 100px !important; }

.margin-right-10 { margin-right: 10px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-40 { margin-right: 40px !important; }

.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-5 { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }


/*
 * --- 幅 ---
 */

.width-60 { width: 60px; }
.width-70 { width: 70px; }
.width-80 { width: 80px; }
.width-90 { width: 90px; }
.width-100 { width: 100px; }
.width-120 { width: 120px; }
.width-150 { width: 150px; }
.width-200 { width: 200px; }
.width-250 { width: 250px; }
.width-300 { width: 300px; }
.width-400 { width: 400px; }
.width-500 { width: 500px; }
.width-600 { width: 600px; }
.width-max { width: 100%; }

.max-width-150 { max-width: 150px; }
.max-width-250 { max-width: 250px; }


/* ----------------------------------------

		フォームリスト

   ---------------------------------------- */

/*
 * --- リスト ---
 */

.form-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.form-list dt {
  float: left;
  width: 100px;
  padding-top: 16px;
  position: relative;
}

.form-list dd {
  margin-left: 120px;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.form-list dd .pull-left {
  margin-right: 10px;
}

.form-list dd p.pull-left {
  padding-top: 8px !important;
}


/* --- 確認画面用 --- */

.form-list-confirm dt {
  padding: 10px 0;
}

.form-list-confirm .text-mail {
  margin: 0;
  font-size: 125%;
}

/* --- 表示枠 --- */

.form-list .input-display {
  display: inline-block;
  line-height: 20px;
  padding: 6px 12px;
  background-color: #f9f9f9;
}

/* --- コメント --- */

.form-list .notes {
  margin-top: 8px;
  font-size: 11px;
  color: #808080;
}

.form-list .notes-danger {
  color: #da4453;
}



/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  .doc-responsive .form-list {
    margin-left: 0;
  }

  .doc-responsive .form-list dt {
    float: none;
    width: auto;
    margin-top: 10px;
    padding: 0;
  }

	.doc-responsive .form-list dd {
    margin: 0;
    padding: 0 0 10px 0;
  }

  .doc-responsive .form-list dd .pull-left {
	  margin-bottom: 5px;
    width: auto;
  }

  .doc-responsive .form-list-confirm dd {
    margin-left: 10px;
  }

}


/* ----------------------------------------

		フォーム

   ---------------------------------------- */

/*
 * --- ラジオボタン／チェックボックス ---
 */

.radio-group input,
.check-group input {
	visibility:hidden;
}

.radio-group label,
.check-group label {
	cursor: pointer;
	float: left;
	margin-left: -1px;
	padding: 4px 15px;
  font-weight: normal;
	color: #404040;
	border: solid 1px #d0d0d0;
	background-color: #f0f0f0;
  box-shadow: 0 1px #d0d0d0;
  margin-bottom: 2px !important;
}

.radio-group label:before,
.check-group label:before {
  content: '\2212';
	font-family: 'WebHostingHub-Glyphs';
  margin-right: 8px;
  color: #c0c0c0;
}

.radio-group label:hover,
.check-group label:hover {
	background-color: #e6e6e6;
}

.radio-group label:active,
.check-group label:active {
  box-shadow: none;
  margin-top: 1px !important;
  margin-bottom: 0 !important;
}

.radio-group input:first-child+label,
.check-group input:first-child+label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.radio-group label:last-child,
.check-group label:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.radio-group input:checked+label,
.check-group input:checked+label {
	color: #ffffff;
	background: #8CC152;
}

.radio-group input:checked+label:before,
.check-group input:checked+label:before {
  content: '\2713';
  color: #ffffff;
}

/* --- YES/NOなどでの強調 --- */

.radio-group input.radio-notice:checked + label:before {
  content: '\00d7';
}

.radio-group input.radio-notice:checked+label {
	background-color: #ED5565;
}


/* ----------------------------------------

		リスト

   ---------------------------------------- */

/*
 * --- 箇条書きリスト ---
 */

/* --- ブレットリスト --- */

ul.bullet-list {
	list-style: none;
  margin-left: 20px;
  margin-bottom: 10px;
}

ul.bullet-list > li {
	position: relative;
}

ul.bullet-list > li:before {
	content: ' ';
	position: absolute;
	left: -15px;
  top: 6px;
	width: 8px;
	height: 8px;
  font-size: 1px;
	background: #b0a9a0;
	border-radius: 4px;
}

/* --- 角丸数字リスト --- */

ol.round-list {
	list-style: none;
	counter-reset: roundList;
}
ol.round-list > li {
	position: relative;
  margin-left: 30px;
}
ol.round-list > li:before {
	content: counter(roundList);
	counter-increment: roundList;
	position: absolute;
	left: -30px;
	width: 20px;
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background: #87ceeb;
	border-radius: 5px;
}

/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  ul.bullet-list {
    margin-left: 10px;
  }

}


/* ----------------------------------------

		デザイン枠

   ---------------------------------------- */

/*
 * --- 角丸枠 パネル ---
 */

.panel {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 5px 10px;
}

.panel-body {
  position: relative;
  padding: 10px 20px;
}


/* --- タイトル付き --- */

.panel-with-header {
  padding: 0;
}

.panel-with-header h2 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 8px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #a0a6a9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panel-with-header h2 i {
  font-size: 14px;
  vertical-align: middle;
}

.panel-with-header .header-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -4px;
  padding-top: 3px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #a0a6a9;
  border-radius: 15px;
}



/* --- エラー --- */

.panel-error.panel-with-header h2,
.panel-error.panel-with-header .header-icon {
  color: #ffffff;
  background-color: #da4453;
}

/* --- 警告 --- */

.panel-info.panel-with-header h2,
.panel-info.panel-with-header .header-icon {
  color: #ffffff;
  background-color: #3bafda;
}

/* --- サクセス --- */

.panel-success.panel-with-header h2,
.panel-success.panel-with-header .header-icon {
  color: #ffffff;
  background-color: #8cc152;
}

/* --- チャート --- */

.panel-chart {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.panel-chart h3 {
  margin: 0;
  font-size: 16px;
  color: #303030;
  text-align: center;
}


/* --- パネル先頭に固定 --- */

.panel-fix-head {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
}


/* --- パネルのボタンエリア --- */

.panel-btn {
  max-width: 250px;
  margin: 10px auto;
}


/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  .panel-section{
    padding: 10px;
  }

}


/*
 * --- 結果を表示するパネル ---
 */

.result-panel {
  overflow-y: scroll;
  height: 200px;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
}


/* ----------------------------------------

		カラー／テーマ

   ---------------------------------------- */


/*
 * --- ボタン ---
 */

.btn-std, .btn-std:hover, .btn-std:focus,
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus,
.btn-optional, .btn-optional:hover, .btn-optional:focus,
.btn-notice, .btn-notice:hover, .btn-notice:focus
{
  color: #ffffff;
}

.btn-std:disabled,
.btn-secondary:disabled,
.btn-optional:disabled,
.btn-notice:disabled
{
  color: #808080 !important;
  background-color: #e0e0e0 !important;
  box-shadow: 0 2px #d0d0d0;
}

.btn-std {
  background-color: #3bafda;
}

.btn-std:hover {
  background-color: #2b9fca;
}


.btn-secondary {
  background-color: #8cc152;
}

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

.btn-optional {
  background-color: #90a0a0;
}

.btn-optional:hover {
  background-color: #809090;
}

.btn-notice {
  background-color: #ed5565;
}

.btn-notice:hover {
  background-color: #da4453;
}




/* ========================================


		ページ特有


   ======================================== */


/* ----------------------------------------

		投票

   ---------------------------------------- */

/*
 * --- インデックス（ログイン）ページ ---
 */

.doc-vote-index .navbar-user {
  display: none;
}




/* ----------------------------------------

		立候補

   ---------------------------------------- */

/*
 * --- 共通 ---
 */

/* --- ヘッダー --- */

.doc-stand #page-header .navbar {
  background-color: #689F38;
}


/*
 * --- インデックス（ログイン）ページ ---
 */

.doc-stand-index .navbar-user {
  display: none;
}


/*
 * --- ダッシュボードページ ---
 */

/* --- ユーザー情報 --- */

.doc-stand-dashboard .panel-stand .user-info {
  font-size: 120%;
  padding: 20px 0 15px 0;
}

.doc-stand-dashboard .panel-stand .user-name {
  font-size: 150%;
}

/* --- ステータス情報 --- */

.doc-stand-dashboard .panel-stand h3 {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}

.doc-stand-dashboard .sorry h3 {
  background-color: #ed5565;
}

.doc-stand-dashboard .done h3 {
  background-color: #8cc152;
}


/*
 * --- 入力ページ ---
 */

.doc-stand-input #area-detail {
  font-size: 12px;
}


/* ----------------------------------------

		管理

   ---------------------------------------- */

/*
 * --- 共通 ---
 */

/* --- コンテナ制御 --- */

.doc-admin .container {
  width: 960px;
}


/* --- ヘッダー --- */

.doc-admin #page-header .navbar {
  background-color: #546E7A;
}


/* --- パンくずリスト --- */

.doc-admin nav.bread-crumb {
  margin: 15px 0;
}

.doc-admin nav.bread-crumb .breadcrumb {
  font-size: 12px;
  border-radius: 30px;
  background-color: #f3f3f3;
}

.doc-admin nav.bread-crumb .breadcrumb > li + li:before {
  content: '\f488';
	font-family: 'WebHostingHub-Glyphs';
  font-size: 11px;
}


/* --- サイドナビゲーション --- */

.doc-admin #side-nav {
  position: fixed;
  width: 120px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f0f0;
  z-index: 10;
}

.doc-admin #admin-menu {
  list-style: none;
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
}

.doc-admin #admin-menu li {
  margin: 10px;
  height: 80px;
}

.doc-admin #admin-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  border-radius: 10px;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.doc-admin #admin-menu li a:hover {
  background-color: #ffffff;
}

.doc-admin #admin-menu li i {
  display: block;
  font-size: 32px;
}

.doc-admin #admin-menu li.active a {
  color: #ffffff !important;
  background-color: #337ab7 !important;

  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  transition: 0;
}

.doc-admin #page-content,
.doc-admin #page-footer p {
  margin-left: 150px;
}

.admin-option-memo {
  background-color: #EFEFEF;
  padding: 5px;
}


/* --- フォームリスト --- */

.doc-admin .form-list dt {
  width: 130px;
}

.doc-admin .form-list dd {
  margin-left: 140px;
}


/*
 * --- インデックス（ログイン）ページ ---
 */

.doc-admin-index #side-nav,
.doc-admin-index .navbar-user {
  display: none;
}

.doc-admin-index #page-content,
.doc-admin-index #page-footer {
  margin-left: 0;
}


/*
 * --- エラーメッセージ
 */
#authMessage {
    background-color: #cc0000;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    list-style: none;
    color: #FFFFFF;
    border-radius: 5px;
}


/* ----------------------------------------

        投票

   ---------------------------------------- */

/*
 * --- ダッシュボードページ ---
 */

/* --- ユーザー情報 --- */

.doc-vote-dashboard .panel-vote .user-info {
  font-size: 120%;
  padding: 20px 0 15px 0;
}

.doc-vote-dashboard .panel-vote .user-name {
  font-size: 150%;
}

.doc-vote-dashboard .panel-vote .user-department {
  margin-bottom: 0px;
}

/* --- ステータス情報 --- */

.doc-vote-dashboard .panel-vote h3 {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}

.doc-vote-dashboard .done h3 {
  /*background-color: #8cc152;*/
  background-color: #d9534f;
}

/* --- 説明情報 --- */

.doc-vote-dashboard .vote-rule .label {
  background-color: #909090;
  margin-left: 0;
  margin-right: 10px;
}

/*
 * --- 投票ページ ---
 */


/* --- ウィザード --- */

.doc-vote-input .wizard {
  text-align: center;
  padding: 2px;
  line-height: 2.5;
}

.doc-vote-input .wizard li {
  display: inline;
  position: relative;
  margin-right: 14px;
  padding: 1px 10px;
    white-space: nowrap;
  border: 2px solid #e9e9e9;
  background-color: #f9f9f9;
}

.doc-vote-input .wizard li:after {
  content: '\f304';
  font-family: 'WebHostingHub-Glyphs';
  position: absolute;
  right: -18px;
  color: #c0c0c0;
}

.doc-vote-input .wizard li:last-child:after {
  content: '';
}

.doc-vote-input .wizard li.active {
  color: #ffffff;
  background-color: #48cfad;
  border-color: #37bc9b;
}


/* --- 情報パネル --- */

.doc-vote-input #info {
  border-radius: 0;
}

.doc-vote-input #info .wrapper {
  width: 480px;
  margin: 0 auto;
}

.doc-vote-input .info-status {
  list-style: none;
}

.doc-vote-input .info-status li {
  float: left;
  margin: 5px 0 5px 15px;
  padding: 3px 10px;
  color: #ffffff;
}

.doc-vote-input .info-status li .label {
  margin-left: 5px;
  color: #505050;
  background-color: #ffffff;
}

.doc-vote-input .status-part {
  background-color: #48cfad;
  border: 2px solid #37bc9b;
}

.doc-vote-input .status-max {
  background-color: #da4453;
}

.doc-vote-input .status-done {
  background-color: #8cc152;
}

.doc-vote-input .status-rest {
  background-color: #e9573f;
}

.doc-vote-input .status-error {
  color: #ed5565 !important;
}

/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  .doc-vote-input #info .wrapper {
    width: auto;
  }

}


/* --- 情報パネル固定 --- */

.doc-vote-input #info-for-affix {
  display: none;
}


/* --- SMサイズ以上 --- */

  .doc-vote-input #info.affix {
    position: fixed;
    left: 0;
    top: 49px;
    width: 100%;
    z-index: 10;
  }

  .doc-vote-input #info.affix+#info-for-affix {
    display: block;
  }



/* --- ラベル --- */

.doc-vote-input .label-part {
  font-size: 14px;
  padding: 4px 8px;
  background-color: #48cfad;
  border: 2px solid #37bc9b;
  border-radius: 0;
}

/* --- リスト --- */

.doc-vote-input .vote-list {
  list-style: none;
  margin-bottom: 10px;
}

.doc-vote-input .vote-list > li {
  position: relative;
  overflow: hidden;
  padding: 2px 0 4px 20px;
  border-bottom: 1px solid #e9e9e9;

  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.doc-vote-input .vote-list > li:hover {
  cursor: pointer;
}

.doc-vote-input .vote-list > li.ng:hover {
  cursor: default;
}

.doc-vote-input .vote-list > li:first-child {
  border-top: 1px solid #e9e9e9;
}

.doc-vote-input .vote-list > li.ok {
  color: #ffffff;
  background-color: #8cc152;
}

.doc-vote-input .vote-list > li.ok:before {
  content: '\2713';
  font-family: 'WebHostingHub-Glyphs';
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 4px;
  color: #ffffff;
}

.doc-vote-input .vote-list > li.ng {
  background-color: #cccccc;
}


.doc-vote-input-confidence .vote-list > li {
  background-color: #fff0f0;
}

.doc-vote-input-confidence .vote-list > li:before {
  content: '\00d7';
  font-family: 'WebHostingHub-Glyphs';
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 4px;
  color: #da4453;
}

.doc-vote-input-confidence .vote-list > li.ng:before {
  content: '';
}

/* --- リストの内容 --- */

.doc-vote-input .vote-list > li ul {
  list-style: none;
}

.doc-vote-input .vote-list > li li {
  float: left;
  padding: 5px 10px 0 10px;
}

.doc-vote-input .vote-list > li li.index {
  width: 80px;
  text-align: right;
}

.doc-vote-input .vote-list > li li.name {
  width: 120px;
}

.doc-vote-input .vote-list > li li.dept {
  /*width: 190px;*/
  width: 350px;
}

.doc-vote-input .vote-list > li li.pos {
  width: 160px;
}

.doc-vote-input .vote-list > li li.check {
  float: right;
  padding-top: 2px;
}

/* --- リストのボタン --- */

.doc-vote-input .vote-list > li li.check label {
  cursor: pointer;
  position: relative;
  min-width: 75px;
  text-align: center;
  margin: 0 0 2px 0;
  padding: 2px 0 2px 15px;
  font-weight: normal;
  font-size: 12px;
  color: #303030;
  border: solid 1px #c0c0c0;
  background-color: #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 2px #d0d0d0;
}

.doc-vote-input .vote-list > li li.check label:before {
  content: '\2212';
  font-family: 'WebHostingHub-Glyphs';
  position: absolute;
  left: 10px;
  font-size: 10px;
}

.doc-vote-input .vote-list > li li.check label:hover {
  background-color: #e6e6e6;
}

.doc-vote-input .vote-list > li li.check input {
  visibility: hidden;
  width: 0;
  margin: 0;
}

.doc-vote-input .vote-list > li li.ng label {
  cursor: default;
  text-align: left;
  padding-left: 12px;
  /*background-color: #e0e0e0;*/
}

.doc-vote-input .vote-list > li li.ng label:before {
  content: '';
}

.doc-vote-input .vote-list > li li.ng label:hover {
  background-color: #f0f0f0;
}


.doc-vote-input .vote-list > li li.check input:checked+label {
  margin-top: 2px;
  margin-bottom: 0;
  box-shadow: 0 1px #d0d0d0;
}

.doc-vote-input .vote-list > li li.check input:checked+label:before {
  content: '\2713';
}

.doc-vote-input .vote-list > li li.ng input:checked+label {
  margin-top: 0px;
  margin-bottom: 2px;
  box-shadow: 0 2px #d0d0d0;
}

.doc-vote-input .vote-list > li li.ng input:checked+label:before {
  content: '';
}

.page-to-bottom {
  position:fixed;
  bottom:20px;
  right:30px;
  transition:bottom 0.8s
}

.page-to-bottom .scroll-to-bottom {
  display:block;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  font-size:1.5rem;
  color:#fff;
  background-color:#00AECD;
  border-radius:100%;
  opacity:0.3;
  transition:opacity .25s;
}

.page-to-bottom .scroll-to-bottom:hover {
  opacity:1;
}

/* --- アラート --- */

.next-btn-alert {
  min-height: 30px;
  margin-top: 8px;
}

.next-btn-alert-body {
  padding: 2px;
  font-size: 12px;
  color: #da4453;
  text-align: center;
  border: 1px solid #da4453;
  background-color: #ffffff;
}



/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  .doc-vote-input .panel-body-vote-list {
    padding-left: 0;
    padding-right: 0;
  }

  .doc-vote-input .vote-list > li {
    padding-left: 80px;
  }

  .doc-vote-input .vote-list > li.ok:before,
    .doc-vote-input-confidence .vote-list > li:before {
    top: auto;
    bottom: 5px;
  }

  .doc-vote-input .vote-list > li li {
    float: none;
    width: auto !important;
    padding: 4px 10px;
  }

  .doc-vote-input .vote-list > li li.index {
    position: absolute;
    width: auto;
    left: 0;
    top: 2px;
  }

  .doc-vote-input .vote-list > li li.check {
    position: absolute;
    right: 0;
    top: 2px;
  }

}


/*
 * --- 確認ページ ---
 */

/* --- リスト --- */

.doc-vote-confirm .confirm-list {
}

.doc-vote-confirm .confirm-list > dt {
  font-size: 22px;
  float: left;
}

.doc-vote-confirm .confirm-list > dd {
  /*padding: 0 0 10px 120px;*/
  padding: 0 0 10px 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.doc-vote-confirm .confirm-list ul {
  overflow: hidden;
  list-style: none;
}

.doc-vote-confirm .confirm-list li {
  float: left;
  margin: 0 5px 10px 0;
  padding: 2px 10px 2px 5px;
  background-color: #f0f0f0;
  border-radius: 4px;
}

.doc-vote-confirm .confirm-list li .label {
  background-color: #909090;
  margin-left: 0;
  margin-right: 10px;
}

/* --- XSサイズ --- */
@media screen and (max-width: 767px) {

  .doc-vote-confirm .confirm-list > dt {
    font-size: 16px;
  }

  .doc-vote-confirm .confirm-list > dd {
    /*padding-left: 120px;*/
    padding-left: 0px;
  }

  .doc-vote-confirm .confirm-list li {
    float: none;
    margin-bottom: 5px;
  }

  .doc-vote-confirm .confirm-list li .label {
    width: 5em;
  }

}


/*
 * --- エラーメッセージ ---
 */
#errorMessage {
    background-color: #cc0000;
    /* float: left; */
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    list-style: none;
    color: #FFFFFF;
    border-radius: 5px;
}

#errorMessage:before {
  content: '\f04a';
  font-family: 'WebHostingHub-Glyphs';
  margin-right: 5px;
}

label.for-checkox{
  margin-left: 10px;
  font-weight: normal;
}

/* - eof. */
