* {
  padding: 0;
  margin:0;
  font-size: 14px;
}

html, body {
  height: 100%;
}

body {
    font-family: "Helvetica Neue","MS PGothic",Helvetica,Roboto,Arial,sans-serif;

}

.wrapper {
	min-height: 100%;
	min-width: 1024px;
	position: relative;
	background-color: #E9E9E9;
}

li {
  list-style:none;
}
a {
  text-decoration: none;
  color: white;
}

pre {
	box-shadow: none;
	margin: 0;
	padding: 0;
	white-space: pre-wrap;
}

table {
  width: 100%;
}

td {
  word-break: break-all;
  word-break: break-word;
}

.error-message {
	color: red;
}

.invisible {
	display: none;
}


.target:after {
    content: '*';
    color: #C3232D;
}

.pagination:after,
.clearfix:after {
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
}

.top-bar {
	position: absolute;
	width: 100%;
}
.top-bar .title-area {
	background: url(../img/logo_sas.png) no-repeat;
	width: 247px;
	height: 30px;
	margin-top: 8px;
	margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.container {
  padding: 110px 20px 40px;
  min-height: 100%;
  box-sizing: border-box;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
    font-size: 20px;
}
.content h5 {
	font-size: 18px;
}

.right {
  float: right;
}

.left {
  float: left;
}
/*.ngHeaderScroller,*/
.ngTopPanel,
.top-bar-section.logo-area {
  background: #062867;
  background: linear-gradient(to bottom, #062867, #021146);
  background: -moz-linear-gradient(top, #062867, #021146);
  background: -webkit-gradient(linear, left top, left bottom, from(#062867), to(#021146));
}

.top-bar-section.logo-area {
  height: 50px;
  line-height: 50px;
  border-top: 2px solid rgb(132, 178, 237);
}

.top-bar-section.logo-area li {
  float: left;
  
}

.top-bar-section.logo-area .right {
  margin-right: 30px;
}

.top-bar-section.logo-area .name {
  background: url(../img/ico_login.png) no-repeat left;
  color: white;
  padding: 0 22px;
}

.top-bar-section.global-menu {
  background-color: #fcfcfc;
  background: linear-gradient(to bottom, #EFEDF3, #FFFFFF);
  background: -moz-linear-gradient(top, #EFEDF3, #FFFFFF);
  background: -webkit-linear-gradient(top, #EFEDF3, #FFFFFF);
  text-align: center;
  box-shadow: 0px 1px 3px silver;
  border-bottom: 1px solid #ddd;
  height: 34px;
}

.top-bar-section.global-menu a {
  color: black;
  width: 170px;
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
  background: url(../img/gnavi_triangle.png) no-repeat 159px 24px;
  line-height: 34px;
}
.top-bar-section.global-menu ul {
  display: inline-block;
  vertical-align: middle;
  min-width: 1020px;
  height: 34px;
}
.top-bar-section.global-menu li {
  float: left;
  height: 34px;/**/
  
  background: #F7F7F7;
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 50%, #F7F7F7 51%, #F7F7F7);
  background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50%, #F7F7F7 51%, #F7F7F7);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), color-stop(0.51, #F7F7F7), to(#F7F7F7));
  /*border-left: 1px solid silver;*/
  
  box-shadow: 0px 0px 2px silver;
  font-weight: bold;
}
.global-menu ul li:hover,
.global-menu ul li.current_menu {
	background: #e9e9e9;
    box-shadow: 0px 7px 4px -2px silver inset;
	height: 40px;/**/
}/*
.global-menu ul li:after {
	background: url(../img/gnavi_triangle.png) no-repeat;
	width: 8px;
	height: 8px;
	content: '';
	display: inline-flex;
	vertical-align: bottom;
	margin: 0 2px 2px 0;
}
.global-menu ul li:hover:after,
.global-menu ul li.current_menu:after {
	content: none;
}*/
.global-menu ul li:hover a,
.global-menu ul li.current_menu a {
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    background: none;
}


.button, .clear_btn {
	font-weight: bold;
}

.stripe_table td a,
.stripe_table2 td a,
.button,
button {
  background-color: #F3F3F3;
  padding: 3px 10px;
  /*border: 1px solid silver;*/
  border: 1px solid #C9C9C9;
  /*box-shadow: 0 0 1px silver;*/
  padding: 1px 15px;
  border-radius: 20px;
  
  box-sizing: border-box;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#D9D9D9));*/
}

.button-primary,
a.button-primary,
/*a.button-primary:active,
a.button-primary:focus,*/
div.form_table div.form_btn button[type="submit"],
.form button.button-primary,
.stripe_table td a,
.stripe_table2 td a,
div.csv button {
  color: white;
  border:none;
  background: #1A4EC7;
  background: linear-gradient(to bottom, #1A4EC7, #09307D);
  background: -moz-linear-gradient(top, #1A4EC7, #09307D);
  background: -webkit-gradient(linear, left top, left bottom, from(#1A4EC7), to(#09307D));
  padding: 2px 16px;
  cursor: pointer;
  font-weight: bold;
}
.button-primary:hover,
a.button-primary:hover,
div.form_table div.form_btn button[type="submit"]:hover,
.form button.button-primary:hover,
.stripe_table td a:hover,
.stripe_table2 td a:hover,
div.csv button:hover {
  background: #566589;
  background: linear-gradient(to bottom, #566589, #323e55);
  background: -moz-linear-gradient(top, #566589, #323e55);
  background: -webkit-gradient(linear, left top, left bottom, from(#566589), to(#323e55));
}
div.csv button:disabled,
.form button.button-primary:disabled {
  background: #566589;
  background: linear-gradient(to bottom, #566589, #323e55);
  background: -moz-linear-gradient(top, #566589, #323e55);
  background: -webkit-gradient(linear, left top, left bottom, from(#566589), to(#323e55));
}

.button-back {
	color: black;
}

.form_table .form_btn {
	margin: 20px auto;
	display: inherit;
	width: 300px;
	text-align: center;
}
div.form_table div.form_btn button[type="submit"] {
	font-size: 17px;
    height: 30px;
    width: 140px;
}

.clear_btn {
	font-size: 17px;
	height: 30px;
	width: 100px;
	margin-left: 10px;
	cursor: pointer;
}

.form_table div.bdr {
	display: block;
    width: 100%;
    border-top: solid 1px gray;
    color: red;
    text-align: center;
    margin-bottom: 10px;
}
.csv {
	float: right;
	margin: 4px 0 10px;
}

table {
  border-spacing: 1px;
  border-collapse: collapse;
  table-layout: fixed;
}

.form_table table,
.stripe_table,
.stripe_table2,
.vertical-table {
  background-color: silver;
  border-spacing: 1px;
  border-collapse: separate;
}

.form_table td,
.vertical-table td {
  padding: 8px 3px;
  background-color: #fff;
}
.form_table th,
.vertical-table th {
  padding: 13px 5px 13px 10px;
  background-color: #E1EAF4;
  border: 1px solid white;
  text-align: left;
}

.form_table td.blank_col,
.vertical-table td.blank_col {
	background-color: #E9E9E9;
}

.form_table select {
	width: 124px;
}
.form_table input[type="text"],
.form_table input[type="email"],
.form_table input[type="password"] {
	width: 90%;
}
.form_table input.datepicker {
	width: 100px;
}


.stripe_table td,
.stripe_table th,
.stripe_table2 td,
.stripe_table2 th {
  box-sizing: border-box;
}
.stripe_table td,
.stripe_table2 td {
  padding: 7px 0px;
  text-align: center;
}
.stripe_table .left_col,
.stripe_table2 .left_col {
  padding: 7px 5px;
  text-align: left;
}

.stripe_table th,
.stripe_table2 th {
  
  background: #062867;
  background: linear-gradient(to bottom, #062867, #021146);
  background: -moz-linear-gradient(top, #062867, #021146);
  background: -webkit-gradient(linear, left top, left bottom, from(#062867), to(#021146));
  
  padding: 5px 2px;
  color: white;
  box-sizing: border-box;
}
.stripe_table th,
.stripe_table th a {
  font-size: 13px;
}

.stripe_table tr:nth-child(odd) {
  background-color: #fff;
}

.stripe_table tr:nth-child(even) {
  background-color: #F2F2F2;
}

.stripe_table2 tr:nth-child(4n+1), .stripe_table2 tr:nth-child(4n+2) {
  background-color: #fff;
}

.stripe_table2 tr:nth-child(4n+3), .stripe_table2 tr:nth-child(4n) {
  background-color: #F2F2F2;
}

.form_table div.input {
  display: inline;
}

.form_table input {
	padding: 2px 5px;
}
.form_table input[type="number"] {
	width: 40px;
}

.detail_search p {
	margin: 10px;
	cursor: pointer;
	display: inline-block;
}

.result_cnt {
  line-height: 25px;
  text-align: left;
}
.result_cnt span {
	font-weight: bold;
	color: rgb(43, 66, 98);
}

.datepicker {
  width: 40%;
}
.paginator {
  margin: 10px 0 20px;
  text-align: center;
}
.pagination {
	margin: auto;
	/*width: 410px;*/
  display: inline-block;
}
.pagination li {
  float: left;
  margin-left: 2px;
  box-sizing: border-box;
  border: 1px solid silver;
  line-height: 25px;
  background-color: #fff;
}

.pagination a {
  padding: 3px 10px;
  color: #1D405B;
  
  line-height: 25px;
}

.pagination .next,
.pagination .prev {
  border:none;
  background-color: transparent;
}

.pagination .active {
  background-color: #1D405B;
  border: 1px solid #1D405B;
}

.pagination .active a {
  color: white;
}

footer {
	background-color: rgb(38, 64, 97);
	color: white;
	padding: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.nvd-terms {
	position: absolute;
	right: 20px;
	font-size: 85%;
 }

.sub-header {
	margin: 0 0 10px 0;
}
.sub-header a {
/*	color: inherit;*/
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: rgb(43, 66, 98);
}
th.title {
	font-size: 14px;
}

/* アイコン付きボタン */
.search_btn:before,
.back_btn:before {
	content: '';
	display: inline-block;
	vertical-align: sub;
}

.search_btn:before {
	background: url(../img/ico_search.png) no-repeat;
	width: 18px;
	height: 18px;
	position: relative;
    left: -15px;
}

.back_btn {
	float: right;
	border-radius: 20px;
    box-sizing: border-box;
    padding: 3px 12px 2px;
}
.back_btn:before {
	background: url(../img/backbutton_enduser.png) no-repeat;
	width: 12px;
	height: 14px;
	margin-right: 10px;
}

/* 検索結果テーブルのソート */
.asc:after {
	content: " \2193";
}
.desc:after {
	content: " \2191";
}

/* 対応状況 */
.stripe_table2 .status_btn {
	vertical-align: middle;
	padding: 0;
}
.stripe_table2 .status_btn a {
	border-radius: 0;
	background-image: none;
	color: black;
	font-size: 13px;
	display: block;
	padding: 3px 0;
	width: 85px;
	vertical-align: middle;
	margin: auto;
}
.stripe_table2 .status_btn a:hover {
	background-image: none;
}

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

.text-right {
  text-align: right;
}

ul.ng-pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem
}
ul.ng-pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem
}
ul.ng-pagination li a, ul.ng-pagination li button {
    border-radius: 3px;
    transition: background-color 300ms ease-out;
    background: none;
    color: #999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.6;
    padding: 0.0625rem 0.625rem 0.0625rem
}
ul.ng-pagination li:hover a, ul.ng-pagination li a:focus, ul.ng-pagination li:hover button, ul.ng-pagination li button:focus {
    background: #e6e6e6
}
ul.ng-pagination li.unavailable a, ul.ng-pagination li.unavailable button {
    cursor: default;
    color: #999
}
ul.ng-pagination li.unavailable:hover a, ul.ng-pagination li.unavailable a:focus, ul.ng-pagination li.unavailable:hover button, ul.ng-pagination li.unavailable button:focus {
    background: transparent
}
ul.ng-pagination li.current a, ul.ng-pagination li.current button {
    background: #008CBA;
    color: #fff;
    cursor: default;
    font-weight: bold
}
ul.ng-pagination li.current a:hover, ul.ng-pagination li.current a:focus, ul.ng-pagination li.current button:hover, ul.ng-pagination li.current button:focus {
    background: #008CBA
}
ul.ng-pagination li {
    display: block;
    float: left
}
.pagination-centered {
    text-align: center
}
.pagination-centered ul.ng-pagination li {
    display: inline-block;
    float: none
}

ul.ng-pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.ng-pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

ul.ng-pagination .disabled:hover a {
    background: none;
}

.ng-paginator {
    text-align: center;
}

.ng-paginator ul.ng-pagination li {
    float: none;
    display: inline-block;
}

.ng-paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.bs .modal {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.ngTopPanel {
  color: white;
}

.button-area {
  margin-bottom: 1rem;
}


div.content .disable-link,
div.content .disable-link:hover,
div.content .disable-link:active,
div.content .disable-link:focus {
  background: #566589;
  background: linear-gradient(to bottom, #566589, #323e55);
  background: -moz-linear-gradient(top, #566589, #323e55);
  background: -webkit-gradient(linear, left top, left bottom, from(#566589), to(#323e55));
}

.warning {
  color: red;
}
