@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:600);
.wrapper {
  width: 100%;
}

.list-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-element {
  width: 100%;
  height: auto;
}

.list-element li {
  width: 100%;
  height: auto;
  display: flex;
}

.list-element li p {
  width: auto;
  display: inline-block;
}

.portlet {
  width: 100%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f6f7fb;
  box-shadow: 0 0 15px 5px rgba(212, 217, 235, 0.3);
}

.portlet-header {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.portlet-header__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #19233c;
  font-weight: 500;
}

.portlet-header__text span {
  font-size: 24px;
  color: #bababa;
  font-weight: 200;
  font-family: "Roboto Light",sans-serif;
  margin-left: 10px;
}

.portlet-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.portlet--pill {
  border-radius: 5px;
}

.portlet--nothing {
  background: none;
  box-shadow: none;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.between {
  justify-content: space-between;
}

.dotted-line {
  width: 100%;
  background-image: linear-gradient(to right, #7d7d7e, #7d7d7e 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
}

.shadow-line {
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  background-color: #d2d5dd;
  box-shadow: 0 0 15px 5px rgba(212, 217, 235, 0.3);
}

.badge {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.badge--pill {
  border-radius: 50%;
}

.badge--display {
  background-color: #4c84ff;
  color: #fff;
}

.badge--displaybrightn {
  background-color: #0050ff;
  color: #fefefe;
}

.badge--small {
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  margin-left: 6px;
}

.label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.label--rectangle {
  width: 72px;
  height: 24px;
  font-size: 11px;
  font-weight: 200;
  line-height: 24px;
}

.label--expense {
  background-color: #86d1d0;
  color: #fff;
}

.label--prepaid {
  background-color: #a991ce;
  color: #fff;
}

.label--social {
  background-color: #fca455;
  color: #fff;
}

.label--carfare {
  background-color: #97ce91;
  color: #fff;
}

.repeater-input {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.repeater-input--rightmargin {
  margin-right: 50px;
}

.form-control {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1;
  padding: 11px 11px;
  outline: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control, output {
  font-size: 14px;
  color: #343333;
}

label {
  font-size: 14px;
  color: #343333;
  display: block;
  margin-bottom: 10px;
}

select {
  display: inline-block;
  border: none;
  outline: none;
  box-sizing: border-box;
}

input {
  display: inline-block;
  border: none;
  outline: none;
  box-sizing: border-box;
  /* -webkit-appearance: none; */
}

.input-small {
  width: 123px;
}

:placeholder-shown {
  color: #999999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999999;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999999;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999999;
}

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.button--pill {
  border-radius: 60px;
}

.button--frame {
  border: 1px #cbd1e2 solid;
}

.button--fillet {
  border-radius: 5px;
}

.button--display {
  background-color: #4c84ff;
  color: #fff;
  box-shadow: 0px 5px 20px 5px #d3e2fe;
}

.button--clear {
  background-color: #bababa;
  color: #fff;
  box-shadow: 0px 5px 20px 5px #eeeeee;
}

.button--gauge {
  background-color: #fff;
  color: #333333;
  box-shadow: 0px 5px 20px 5px #eeeeee;
  font-size: 12px;
  font-weight: bold;
}

.button--create {
  background-color: #00b8ff;
  color: #fff;
}

.button--create.shadow {
  box-shadow: 0 10px 20px 0 rgba(211, 226, 254, 0.9);
}

.button--cancel {
  color: #fff;
  background-color: #bababa;
}

.button--cancel.shadow {
  box-shadow: 0 10px 20px 0 #eeeeee;
}

.button--delete {
  color: #fff;
  background-color: #ff594c;
}

.button--delete.shadow {
  box-shadow: 0 10px 20px 0 #fee7d3;
}

.button--verdancy {
  color: #fff;
  background-color: #7fcc50;
}

.button--verdancy.shadow {
  box-shadow: 0 10px 20px 0 #ecfde0;
}

.button--light-blue {
  background-color: #d5e1f3;
  color: #1c4279;
}

.button--full {
  width: 100%;
  height: 30px;
}

.button--small {
  width: 130px;
  height: 38px;
}

.button--error-returntop {
  width: 210px;
  height: 58px;
  font-size: 16px;
  line-height: 1;
}

.button--error-returntop:hover {
  filter: alpha(opacity=50);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)";
  /* IE 8,9 */
  -moz-opacity: 0.5;
  /* FF , Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  zoom: 1;
  /*IE*/
  box-shadow: none !important;
}

.button:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.show {
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  visibility: inherit;
}
