@charset "UTF-8";
/*!
 *  Agent 
 *  License -
 */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
  width: 100%;
  height: 100%;
  min-width: 800px;
  margin: 0 auto;
  font-family: "Rounded Mplus 1c";
  color: #243143;
  letter-spacing: 1.2px;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
}

header {
  width: 100%;
  color: #FFF;
  z-index: 400;
}

main {
  width: calc(100% - 100px);
  height: calc(100% - 55px);
  position: relative;
  float: left;
  z-index: 300;
  overflow: scroll;
}

section {
  width: 100%;
  position: relative;
  top: 20px;
  margin-bottom: 60px;
}

footer {
  width: 100%;
  height: 50px;
  position: inherit;
  bottom: 0;
}
footer div {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 4;
  letter-spacing: 1px;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  cursor: pointer;
}

button, input[type=submit] {
  font-family: "Rounded Mplus 1c";
  cursor: pointer;
}
button:hover, input[type=submit]:hover {
  cursor: pointer;
}

input[type=text] {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  font-size: 16px;
  text-indent: 10px;
  margin: 5px 0;
}

input[type=file] {
  width: 100%;
  height: 18px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  line-height: 16px;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  letter-spacing: 2px;
  padding: 6px 0;
  font-size: 14px;
  margin: 0;
}

input[type=email] {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  font-size: 16px;
  text-indent: 10px;
  margin: 5px 0;
}

input[type=password] {
  border: 1px solid #E3E6E7;
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  text-indent: 10px;
  margin: 5px 0;
}

input[type=number] {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  font-size: 16px;
  text-indent: 11px;
  margin: 5px 0;
}

input[type=button] {
  font-family: "Rounded Mplus 1c";
}

textarea {
  width: calc(100% - 22px);
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  line-height: 1.6;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  font-size: 16px;
  padding: 6px 12px;
  margin: 5px 0;
}

select {
  width: 100%;
  height: 32px;
  color: #00BFFF;
  background-color: #FFF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  text-indent: 10px;
  margin: 5px 0;
}

.empty_area {
  height: 30px;
}

header {
  width: 100%;
  float: right;
  color: #FFF;
  -webkit-box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  background: #49ccf8;
  background: -moz-linear-gradient(top, #49ccf8 0%, #56d1fa 41%, #5ad2fa 53%, #52d0fa 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #49ccf8), color-stop(41%, #56d1fa), color-stop(53%, #5ad2fa), color-stop(100%, #52d0fa));
  background: -webkit-linear-gradient(top, #49ccf8 0%, #56d1fa 41%, #5ad2fa 53%, #52d0fa 100%);
  background: -o-linear-gradient(top, #49ccf8 0%, #56d1fa 41%, #5ad2fa 53%, #52d0fa 100%);
  background: -ms-linear-gradient(top, #49ccf8 0%, #56d1fa 41%, #5ad2fa 53%, #52d0fa 100%);
  background: linear-gradient(to bottom, #49ccf8 0%, #56d1fa 41%, #5ad2fa 53%, #52d0fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#49ccf8", endColorstr="#52d0fa", GradientType=0 );
  z-index: 100;
}
header .logo {
  width: 100px;
  height: 55px;
  position: relative;
  float: left;
  background-color: #FFF;
  line-height: 60px;
  -webkit-box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 4px rgba(123, 123, 123, 0.15);
  z-index: 200;
}
header .logo img {
  width: 36px;
  position: relative;
  top: 10px;
  left: 32px;
}
header .header_area {
  width: calc(100% - 100px);
  height: 55px;
  position: relative;
  float: left;
}
header h1 {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 18px;
  float: left;
  font-size: 26px;
  font-weight: 300;
  margin: 5px;
}
header .header_right {
  width: 200px;
  display: inline-block;
  float: right;
  line-height: 55px;
  text-align: right;
  position: relative;
  right: 10px;
}
header .header_right.user {
  width: 50%;
  font-size: 14px;
}
header .header_right a:hover {
  text-decoration: underline;
}

.wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrap aside {
  width: 100px;
  height: calc(100% - 55px);
  position: relative;
  background-color: #F8F8F8;
  float: left;
}
.wrap aside ul {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.wrap aside ul li {
  width: 100%;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
}
.wrap aside ul li:hover {
  border-left: solid #00BFFF 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrap aside ul li.active {
  width: 96px;
  height: 90px;
  background-color: #FFF;
  border-left: solid #00BFFF 4px;
}
.wrap aside ul li.active .menu_list {
  position: relative;
  left: 0;
}
.wrap aside ul li .menu_list {
  width: 96px;
  height: 90px;
  display: inline-block;
  position: relative;
  left: 3px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.wrap aside ul li .menu_list span {
  width: 80px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 8px;
  color: #243143;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}
.wrap aside ul li .menu_list i {
  width: 26px;
  height: 26px;
  display: block;
  position: relative;
  top: 23px;
  color: #FFF;
  line-height: 26px;
  border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-clip: padding-box;
  font-size: 14px;
  margin: 0 auto;
}
.wrap aside ul li .menu_list i:before {
  position: relative;
  left: 1px;
}
.wrap aside ul li.menu01 {
  border-color: #00BFFF;
}
.wrap aside ul li.menu01 i {
  color: #FFF;
  background-color: #00BFFF;
}
.wrap aside ul li.menu02 {
  border-color: #F28703;
}
.wrap aside ul li.menu02 i {
  color: #FFF;
  background-color: #F28703;
}
.wrap aside ul li.menu03 {
  border-color: #FF3161;
}
.wrap aside ul li.menu03 i {
  color: #FFF;
  background-color: #FF3161;
}
.wrap aside ul li.menu04 {
  border-color: #2567ca;
}
.wrap aside ul li.menu04 i {
  color: #FFF;
  background-color: #2567ca;
}
.wrap aside ul li.menu05 {
  border-color: #2AC8AD;
}
.wrap aside ul li.menu05 i {
  color: #FFF;
  background-color: #2AC8AD;
}
.wrap aside ul li.menu05 i::before {
  position: relative;
  top: 0;
  left: 2px;
}
.wrap aside ul li.menu06 {
  border-color: #ff61aa;
}
.wrap aside ul li.menu06 i {
  color: #FFF;
  background-color: #ff61aa;
}
.wrap aside ul li.menu07 {
  border-color: #00BFFF;
}
.wrap aside ul li.menu07 i {
  color: #FFF;
  background-color: #00BFFF;
}
.wrap aside ul li.menu08 {
  border-color: #17A98F;
}
.wrap aside ul li.menu08 i {
  color: #FFF;
  background-color: #17A98F;
}
.wrap aside ul li.menu09 {
  border-color: #2567ca;
}
.wrap aside ul li.menu09 i {
  color: #FFF;
  background-color: #2567ca;
}
.wrap aside ul li.menu10 {
  border-color: #f2c773;
}
.wrap aside ul li.menu10 i {
  color: #FFF;
  background-color: #f2c773;
}
.wrap aside ul li.menu11 {
  border-color: #2567ca;
}
.wrap aside ul li.menu11 i {
  color: #FFF;
  background-color: #2567ca;
}
.wrap aside ul.gNav_system {
  position: absolute;
  bottom: 50px;
}

.contents_wrap {
  width: 90%;
  max-width: 1000px;
  min-height: calc(100% - 55px);
  margin: 0 auto;
  overflow: hidden;
}
.contents_wrap .breadcrumbs {
  width: 100%;
  display: inline-block;
  position: relative;
  top: 25px;
  font-size: 12px;
  margin-bottom: 20px;
}
.contents_wrap .align_center {
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin: 50px auto 30px;
}
.contents_wrap .align_right {
  text-align: right;
}
.contents_wrap .align_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.contents_wrap .list_shadow {
  -webkit-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
}
.contents_wrap .list_shadow_mini {
  -webkit-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
}
.contents_wrap a:hover .list_shadow {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
}
.contents_wrap .color_ag {
  color: #00BFFF;
}
.contents_wrap hr {
  border: solid #243143 1px;
}
.contents_wrap .btn_style {
  width: 230px;
  height: 36px;
  display: inline-block;
  line-height: 35px;
  padding: 0;
  margin: 0 auto;
}
.contents_wrap .error_check {
  color: #FF3161;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto;
}
.contents_wrap .error_check span {
  display: inline-block;
  border: solid #FF3161 2px;
  padding: 4px 10px;
}
.contents_wrap .error_check_name {
  color: #00BFFF;
  text-align: center;
  letter-spacing: 5px;
  font-size: 34px;
  font-weight: 400;
  margin: 0;
}
.contents_wrap .error_check_name span:before {
  content: "　「 ";
}
.contents_wrap .error_check_name span:after {
  content: " 」";
}
.contents_wrap .area_check {
  text-align: center;
  position: relative;
  top: 20px;
  font-size: 14px;
  padding: 0 10% 10px;
}
.contents_wrap .thanks {
  width: 100%;
  height: 50px;
  position: absolute;
  top: calc(50% - 50px);
  right: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}

.l_content_table {
  width: 100%;
  border-radius: 4px;
  background: transparent;
}
.l_content_table .data_area {
  border-radius: 4px;
  font-size: 15px;
  border: none;
}
.l_content_table .content {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  vertical-align: middle;
  border-collapse: collapse;
}
.l_content_table .content tr:nth-child(even) {
  background-color: #f0fbff;
}
.l_content_table .content .readed {
  width: 5%;
}
.l_content_table .content .author {
  width: 30%;
}
.l_content_table .content .author .user_picture {
  display: inline-block;
}
.l_content_table .content .author .user_picture img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 899px) {
  .l_content_table .content .author .user_picture img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
  }
}
.l_content_table .content .follow {
  width: 15%;
}
.l_content_table .content .follow span {
  border: 1px solid orange;
  font-size: 10px;
  color: orange;
  border-radius: 10px;
  letter-spacing: 0;
  padding: 2px 4px;
  background: #fff;
  cursor: pointer;
}
.l_content_table .content .follow span.active {
  background: orange;
  color: #fff;
}
.l_content_table .content .group {
  width: 10%;
}
.l_content_table .content .date {
  width: 20%;
}
.l_content_table .content .date a {
  justify-content: flex-end;
}
.l_content_table .content .date a span {
  display: inline-block;
}
@media (max-width: 899px) {
  .l_content_table .content .date a span.view_pc {
    display: none;
  }
}
.l_content_table .content .badge {
  width: 20%;
}
.l_content_table .content th {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 899px) {
  .l_content_table .content th {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
  }
  .l_content_table .content th span {
    display: none;
  }
}
.l_content_table .content td {
  box-sizing: border-box;
  padding: 10px 20px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  height: 40px;
  font-size: 14px;
  text-align: center;
}
.l_content_table .content td a {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 899px) {
  .l_content_table .content {
    margin-top: 0;
  }
  .l_content_table .content td {
    font-size: 13px;
    letter-spacing: 0;
  }
  .l_content_table .content .readed {
    width: 8%;
    padding: 0;
    font-size: 10px;
  }
  .l_content_table .content .author {
    width: 32%;
    padding: 5px;
    font-size: 11px;
  }
  .l_content_table .content .follow {
    width: 22%;
    padding: 0;
  }
  .l_content_table .content .follow span {
    font-size: 10px;
    letter-spacing: -1px;
  }
  .l_content_table .content .date {
    width: 13%;
    padding: 0;
    text-align: right;
    font-size: 11px;
  }
  .l_content_table .content .badge {
    width: 25%;
    padding: 10px;
    overflow: visible;
    text-align: center;
    padding: 10px;
  }
  .l_content_table .content .badge a {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .l_content_table .content .badge a .btn_community {
    width: 45%;
  }
  .l_content_table .content .badge a .btn_community:first-child, .l_content_table .content .badge a .btn_community:nth-child(3) {
    margin-right: 5px;
  }
  .l_content_table .content .badge a .btn_community i {
    width: 10px;
  }
}
.l_content_table p.page_title {
  background-color: #00BFFF;
}
@media (max-width: 899px) {
  .l_content_table .block20 {
    width: 50%;
  }
}
.l_content_table .block50 {
  width: 48%;
}
@media (max-width: 899px) {
  .l_content_table .block50 {
    width: 43%;
  }
}
.l_content_table .title.c_ag {
  color: #00BFFF;
}
.l_content_table .area {
  letter-spacing: 1px;
}
.l_content_table .area .q {
  display: flex;
}
.l_content_table .area .q .detail_group {
  display: block;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.l_content_table .area .q .detail_group:before {
  content: "所属";
  font-size: 10px;
  color: #00BFFF;
  margin-right: 5px;
  margin-top: 5px;
}
.l_content_table .area .q .user_head_info {
  margin-right: 10px;
  width: 60px;
  text-align: center;
}
.l_content_table .area .q .user_picture {
  display: block;
  text-align: center;
}
.l_content_table .area .q ruby span {
  display: block;
}
.l_content_table .area .q ruby > rt {
  font-size: 10px;
  margin-bottom: 5px;
}
.l_content_table .area .q.member .SumoSelect > .CaptionCont {
  background-color: #F8F8F8;
}
.l_content_table .area .q.member .optWrapper.multiple .options {
  max-height: 170px;
}
.l_content_table .area .q.member .title {
  color: #00BFFF;
}
.l_content_table .area .q.member .title i {
  position: relative;
  top: -2px;
  font-size: 18px;
}
.l_content_table .area .q.text select {
  margin: 2px 5px 2px 0;
}
.l_content_table .area .q.accordian_area {
  overflow: inherit;
}
@media (max-width: 899px) {
  .l_content_table .area .q {
    display: block;
    margin: 10px 0;
  }
}
.l_content_table .area.reaction_area {
  display: flex;
  justify-content: space-between;
}
.l_content_table .area.reaction_area .area_like,
.l_content_table .area.reaction_area .area_share {
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .l_content_table .area.reaction_area .area_like,
.l_content_table .area.reaction_area .area_share {
    width: 47%;
  }
}
.l_content_table .text.more input[type=button] {
  margin: 0 5px 5px 0;
}
@media (max-width: 899px) {
  .l_content_table .text.more input[type=button] {
    width: 42px;
  }
}
@media (max-width: 899px) {
  .l_content_table .text.more input[type=button].minus {
    width: 42px;
    right: 45px;
  }
}
.l_content_table .text.more input[type=button]:disabled {
  color: #bbb;
  background-color: #eee;
  font-weight: 300;
  cursor: not-allowed;
}
@media (max-width: 899px) {
  .l_content_table .text .block50.report_yesterday {
    width: 100%;
    display: block;
  }
}
.l_content_table .text .report_today_plan {
  min-height: 50px;
  position: relative;
  background-color: #F4F4F4;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  letter-spacing: 0;
  color: #333;
  padding: 6px 12px;
}
@media (max-width: 899px) {
  .l_content_table .text .report_today_do {
    width: 100%;
    height: 100%;
    clear: both;
  }
  .l_content_table .text .report_today_do textarea {
    padding: 6px;
  }
}
.l_content_table .text .report_today_do .report_today_plan {
  background-color: #FFF;
  border: 1px solid #E3E6E7;
}
.l_content_table .text .error {
  line-height: 15px;
  letter-spacing: 0;
  font-size: 12px;
  margin: 0;
}
.l_content_table .text .today_ag_mind {
  display: inline-block;
  color: #00BFFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  font-weight: 400;
  padding: 0 13px 1px;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
}
.l_content_table .text img {
  width: 100%;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #00BFFF;
  height: auto;
}
.l_content_table .text p {
  font-weight: 300;
  word-break: break-all;
}
.l_content_table .report_today_height {
  height: 250px;
}
.l_content_table .radio_in_multiple {
  width: 100%;
  top: auto;
  left: auto;
}
.l_content_table .uploader label {
  width: calc(100% - 3px);
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  margin-bottom: 15px;
}
.l_content_table .align_center {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.l_content_table_detail .q {
  margin: 28px 0;
  display: flex;
}
.l_content_table .save_read_btn .read {
  color: #FFF;
  background-color: #00BFFF;
  margin: 0;
}
.l_content_table .save_read_btn .save {
  color: #FFF;
  background-color: #FF3161;
  margin: 0 4px 0 0;
}
.l_content_table .user_picture img {
  border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-clip: padding-box;
  border: 1px solid #F8F8F8;
  width: 40px;
  height: 40px;
}
.l_content_table .radio_in_multiple {
  position: relative;
  top: 0;
  left: 0;
  line-height: 22px;
}

.go_to_top {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #F8F8F8;
  background-color: #2d3c7a;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  text-align: center;
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_to_top i {
  position: relative;
  top: 5px;
  left: 1px;
  font-size: 30px;
}
.go_to_top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.go_to_top.show-button {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn_style {
  height: 36px;
  color: #00BFFF;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-clip: padding-box;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}
.btn_style:hover {
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #00BFFF;
  cursor: pointer;
}

.btn_logout {
  height: 27px;
  position: relative;
  top: -2px;
  border: 1px solid #FFF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 0 rgba(47, 47, 47, 0.25);
  -moz-box-shadow: 2px 3px 0 rgba(47, 47, 47, 0.25);
  box-shadow: 2px 3px 0 rgba(47, 47, 47, 0.25);
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 7px;
  margin-left: 10px;
}
.btn_logout:hover {
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #FFF;
  cursor: pointer;
}

.btn_small {
  position: relative;
  top: -1px;
  height: 25px;
  letter-spacing: -1px;
  font-size: 14px;
  padding: 0 10px;
}

.del {
  color: #FFF;
  background-color: #FF3161;
  display: block;
  border: 1px solid #FF3161;
  margin: 20px auto;
}
.del:hover {
  color: #FFF;
  background-color: #ff4b75;
  border: 1px solid #FF3161;
}

button.grey {
  width: 32px;
  height: 32px;
  position: relative;
  left: 5px;
  color: #243143;
  background-color: #dadada;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  line-height: 19px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
button.grey_del {
  width: 60px;
}

.radio_set {
  position: relative;
  top: -4px;
}
.radio_set input[type=radio] {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: -2px;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.radio_set input[type=radio]:after {
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  content: "";
}
.radio_set input[type=radio]:checked:after {
  background-color: #00BFFF;
  border: 2px solid #FFF;
}
.radio_set input[type=checkbox] {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: -2px;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.radio_set input[type=checkbox]::after {
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  content: "";
}
.radio_set input[type=checkbox]:checked::after {
  width: 30%;
  height: 50%;
  position: absolute;
  top: 2px;
  left: 6px;
  display: inline-block;
  border-right: solid #00BFFF 3px;
  border-bottom: solid #00BFFF 3px;
  border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background-clip: padding-box;
  transform: rotate(45deg);
  content: "";
}

.radio_in_check {
  width: calc(100% - 100px);
  position: relative;
  top: -30px;
  left: 100px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  line-height: 36px;
  padding: 0;
  margin-bottom: -30px;
}
.radio_in_check label {
  width: 70px;
  height: 100%;
  display: inline-block;
  color: #FFF;
  background-color: #dadada;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0 3px 0 #c1c1c1;
  -moz-box-shadow: 0 3px 0 #c1c1c1;
  box-shadow: 0 3px 0 #c1c1c1;
  text-align: center;
  line-height: 26px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 14px;
  cursor: pointer;
  padding-top: 1px;
  margin: 3px 0;
}
.radio_in_check input[type=checkbox] {
  display: none;
}
.radio_in_check input[type=checkbox]:checked + label {
  position: relative;
  top: 1px;
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #00BFFF;
  -webkit-box-shadow: 0 2px 0 #c1c1c1;
  -moz-box-shadow: 0 2px 0 #c1c1c1;
  box-shadow: 0 2px 0 #c1c1c1;
}
.radio_in_check.hr_check {
  position: relative;
  top: auto;
  left: auto;
}
.radio_in_check.hr_check label {
  height: 20px;
  line-height: 20px;
}

.radio_in_multiple {
  width: calc(100% - 100px);
  line-height: 22px;
}

.btn_csv {
  width: 180px;
  height: 34px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  line-height: 30px;
  font-size: 16px;
  border: none;
}
.btn_csv:hover {
  background-color: #33ccff;
  border: none;
}

@media (max-width: 899px) {
  #menu-box {
    position: fixed;
    top: 55px;
    right: -230px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media (max-width: 899px) {
  #menu-box.active {
    position: fixed;
    top: 55px;
    right: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@keyframes ArrowSlide {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bar-fill {
  0% {
    width: 0;
  }
}
@-webkit-keyframes bar-fill {
  0% {
    width: 0;
  }
}
@-moz-keyframes bar-fill {
  0% {
    width: 0;
  }
}
@-o-keyframes bar-fill {
  0% {
    width: 0;
  }
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  overflow: auto;
}

.popup {
  background-color: #FFF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
.popup.small {
  width: 350px;
  position: relative;
  top: 200px;
}
.popup.small select[multiple] {
  height: 180px;
  color: #243143;
  text-align: left;
  overflow: scroll;
}
.popup.small select[multiple] option {
  font-size: 15px;
  font-weight: 300;
}
.popup.small .popup_field_name {
  width: 241px;
  height: 28px;
  position: relative;
  top: -5px;
}
.popup.small .popup_field_btn {
  height: 32px;
  position: relative;
  top: -5px;
  color: #FFF;
  background-color: #00BFFF;
  letter-spacing: 0;
  -webkit-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.25);
  -moz-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.25);
  box-shadow: 0 3px 0 rgba(123, 123, 123, 0.25);
  border: none;
  margin-left: 3px;
}
.popup.small .description {
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-bottom: 25px;
}
.popup.small .description .answer {
  width: calc(100% - 50px);
  float: right;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #A7A7A7;
  padding: 2px 0 2px 8px;
  margin: 0 auto 5px;
  font-size: 14px;
}
.popup.small .description .answer::before {
  position: absolute;
  left: 0;
  color: #243143;
  line-height: 20px;
  content: "答え";
}
.popup.small .description .answer.correct {
  color: #FFF;
  background-color: #00BFFF;
}
.popup.small .description .answer.correct::before {
  content: "正解";
}
.popup.small .btn_style.blue {
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #00BFFF;
}
.popup.small .btn_style.blue:hover {
  color: #FFF;
  background-color: #33ccff;
}
.popup.medium {
  width: 450px;
  position: relative;
  top: 130px;
}
.popup.medium p {
  position: relative;
  top: -15px;
  font-weight: 400;
  font-size: 12px;
}
.popup.medium .popup_multiple {
  display: inline-block;
  position: relative;
  top: -50px;
  text-decoration: underline;
  font-size: 13px;
  padding: 0 10px;
}
.popup.medium .popup_multiple i {
  position: relative;
  top: 3px;
  font-size: 20px;
  padding: 0 10px;
}
.popup.large {
  width: 750px;
  position: relative;
  top: 200px;
  margin-bottom: 50px;
}
.popup.large th {
  background-color: #FFF;
}
.popup.large td {
  background-color: #FFF;
  padding-right: 5%;
}
.popup p {
  font-size: 16px;
  margin: 10px auto 30px;
}
.popup .close {
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -ms-transition: all 100ms;
  transition: all 100ms;
}
.popup_content {
  padding: 30px;
}
.popup .align_center {
  margin: 0 auto;
}
.popup .align_center .btn_style {
  width: 90px;
}
.popup .align_center .btn_style.btn_close {
  margin-top: 7px;
}
.popup .red {
  width: 90px;
  color: #FFF;
  background-color: #FF3161;
  border: 1px solid #FF3161;
  margin: 0 auto;
}
.popup .red:hover {
  color: #FFF;
  background-color: #ff4b75;
  border: 1px solid #FF3161;
}
.popup_ag {
  color: #0099cc;
}
.popup p.error {
  position: relative;
  top: -10px;
  letter-spacing: 0;
  color: red;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
.popup .bold400 {
  font-weight: 400;
}

.list {
  position: relative;
  top: 30px;
  font-size: 14px;
  margin: 0 auto;
}
.list .now {
  text-align: center;
}
.list .now span {
  display: inline-block;
  color: #00BFFF;
  border: solid #00BFFF 2px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 50px;
  margin: 0 auto;
}
.list .now span::before {
  content: "現在：";
}
.list .now span.none::before {
  content: none;
}
.list .search {
  width: calc(100% - 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #FFF;
  background-color: #F8F8F8;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 0 rgba(123, 123, 123, 0.25);
  -moz-box-shadow: 2px 3px 0 rgba(123, 123, 123, 0.25);
  box-shadow: 2px 3px 0 rgba(123, 123, 123, 0.25);
  padding: 2px 20px;
  margin-bottom: 20px;
}
.list .search select {
  width: calc(15% - 10px);
  height: 30px;
  color: #243143;
  background-color: #FFF;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-family: "Rounded Mplus 1c";
  text-align: center;
  letter-spacing: 2px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  text-indent: 10px;
  margin-right: 10px;
}
.list .search select.box20 {
  width: calc(20% - 10px);
}
.list .search select.box30 {
  width: calc(30% - 10px);
}
.list .search select.box280 {
  width: 280px;
  margin-left: calc(50% - 330px);
}
.list .search select.box40 {
  width: calc(40% - 10px);
}
.list .search select.box50 {
  width: calc(50% - 10px);
}
.list .search label[for=name] {
  width: 70px;
  color: #243143;
  text-align: right;
  line-height: 40px;
  font-weight: 400;
}
.list .search label[for=keyword] {
  width: 120px;
  color: #243143;
  text-align: right;
  line-height: 40px;
  font-weight: 400;
}
.list .search input {
  width: calc(40% - 90px);
  height: 29px;
  color: #243143;
  background-color: #FFF;
  border: none;
  box-shadow: none;
}
.list .search button {
  width: 31px;
  height: 31px;
  position: relative;
  top: 5px;
  right: 1px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  line-height: 20px;
  border: none;
  font-size: 18px;
}
.list .filter {
  width: 300px;
  margin: 0 auto 30px;
}
.list .filter select {
  color: #243143;
  background-color: #e6f9ff;
  font-size: 14px;
  border: none;
}
.list .btn_regist {
  width: 350px;
  position: relative;
  top: 30px;
}
.list .btn_regist button {
  width: 110px;
  height: 32px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-clip: padding-box;
  color: #00BFFF;
  background-color: #FFF;
  border: 1px solid #00BFFF;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 1px 0 rgba(123, 123, 123, 0.15);
  font-size: 15px;
}
.list .btn_regist button:hover {
  color: #FFF;
  background-color: #33ccff;
  border: 1px solid #00BFFF;
}
.list .btn_regist.long button {
  width: 160px;
}
.list .btn_regist button.long {
  position: relative;
  left: 10px;
  width: 160px;
}
.list .pages {
  width: 300px;
  height: 21px;
  float: right;
  text-align: right;
  margin: 10px 0;
}
.list .pages .cover {
  font-size: 10px;
}
.list .pages .number {
  font-size: 12px;
  font-weight: 420;
}
.list .pages .active {
  text-decoration: underline;
  cursor: default;
}
.list .pages .active:hover {
  color: #243143;
}
.list .pages a:hover {
  color: #9cafca;
}
.list .pages:last-child {
  margin-bottom: 60px;
}
.list .head {
  width: calc(100% - 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  padding: 5px 20px;
}
.list .head .sort {
  position: relative;
}
.list .head .sort::after {
  position: absolute;
  top: -5px;
  left: 5px;
  content: "";
  font-family: "fontAwesome";
  font-size: 20px;
}
.list .head .sort:hover {
  color: white;
}
.list .data {
  width: calc(100% - 42px);
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 3px;
}
.list .data:hover {
  background-color: #e6f9ff;
}
.list .data div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list .data .day {
  line-height: 1.2;
  font-size: 12px;
}
.list .data .day p {
  margin: 6px 0;
}
.list .data .file {
  position: absolute;
  right: 6px;
}
.list .data .file:before {
  color: #F28703;
  font-size: 16px;
  font-family: "FontAwesome";
  content: "";
}
.list .data.online {
  background-color: rgba(2, 150, 255, 0.2);
}
.list .data .no_data {
  width: 100%;
  text-align: center;
}
.list .data .t_count::before {
  content: "（";
}
.list .data .t_count::after {
  content: "）";
}
.list .data .c_a_o {
  color: #FFF;
  background-color: #969696;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 10px;
}
.list .data.hr_step1 {
  background-color: #ffeb3b;
}
.list .data.hr_step2 {
  color: #3c3c3c;
  background-color: #B7B7B7;
}
.list .block5 {
  width: 5%;
}
.list .block10 {
  width: 12%;
  position: relative;
}
.list .block15 {
  width: 16%;
}
.list .block17 {
  width: 18%;
}
.list .block20 {
  width: 20%;
}
.list .block25 {
  width: 25%;
}
.list .block30 {
  width: 30%;
}
.list .block40 {
  width: 40%;
}
.list .block45 {
  width: 45%;
}
.list .block50 {
  width: 50%;
}
.list .block55 {
  width: 55%;
}
.list .block60 {
  width: 60%;
}
.list .block65 {
  width: 65%;
}
.list .block70 {
  width: 70%;
}
.list .block75 {
  width: 75%;
}
.list .red {
  color: #FF3161;
}
.list .list_manager {
  text-align: right;
  font-size: 12px;
  margin: 0;
}
.list .list_manager p {
  margin: 3px 5px;
}
.list .ellipsis {
  max-width: 130px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list span.up {
  color: #00BFFF;
}
.list span.up:after {
  position: relative;
  top: -1px;
  left: 4px;
  content: "▲";
  font-size: 8px;
}
.list span.down {
  color: #FF3161;
}
.list span.down:after {
  position: relative;
  top: -1px;
  left: 4px;
  content: "▼";
  font-size: 7px;
}
.list span.before {
  color: #bdcadc;
}
.list span.before:after {
  position: relative;
  top: -1px;
  left: 4px;
  content: "〉 ";
  font-size: 8px;
}

.data div input.file_upload {
  width: calc(100% - 175px - 50px);
  height: 24px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  padding: 7px 0 0 50px;
}

label.file_upload_label {
  width: 128px;
  height: 32px;
  position: absolute;
  left: 150px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  text-align: center;
  line-height: 32px;
  z-index: 800;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.accordion {
  position: relative;
}

.accordion input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

label.accordion_remote {
  width: 72% !important;
  height: 28px;
  display: block;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-family: "Rounded Mplus 1c";
  letter-spacing: 2px;
  font-size: 15px;
  text-indent: 0px;
  margin: 5px 145px;
}

.accordion .artlist {
  width: 100%;
  cursor: initial;
  position: relative;
  z-index: 100;
  transition: margin-top 0.25s ease-out;
  overflow: hidden;
}

.accordion .fa-caret-down {
  color: #243143;
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: 10px;
  font-size: 12px !important;
}

.accordion .accordion_open {
  position: absolute;
  right: 30px;
  bottom: 5px;
}
.accordion .accordion_open:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 13px;
  font-style: initial;
  font-weight: 900;
  transition: all 0.25s ease-in-out;
}

.accordion input[type=checkbox]:checked ~ .artlist {
  margin: -20px 25px 10px;
  max-height: 0;
  opacity: 0;
  transition: margin-top 0.25s ease-out;
  padding-top: 6px;
  z-index: 0;
}

.accordion input[type=checkbox]:checked ~ .accordion_open:before {
  transform: translate(-2px, -3px) rotate(-180deg);
  transition: all 0.25s ease-in-out;
}

.accordion:last-child input[type=checkbox]:checked ~ p {
  border-bottom: 1px solid #ddd;
}

.rating_review {
  width: calc(100% - 4px);
  border: 1px solid #dbf6ff;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  margin: 40px auto 80px;
}

.rating_review p.page_title {
  color: #FFF;
  background-color: #00BFFF;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  font-size: 34px;
  font-weight: 300;
  padding: 20px 0;
  margin: 0 auto;
}

.rating_review .area {
  color: #00BFFF;
  padding: 10px 10% 20px;
  overflow: hidden;
}

.rating_review .clear {
  min-height: 120px;
  clear: both;
}

.rating_review .clear.short {
  min-height: 70px;
}

.rating_review .title {
  width: 80px;
  display: inline-block;
  position: relative;
  top: 20px;
  float: left;
  font-size: 20px;
}

.rating_review .text {
  width: calc(100% - 260px);
  position: relative;
  top: 23px;
  left: 10px;
  display: inline-block;
  color: #243143;
  font-size: 18px;
  margin-bottom: 30px;
}

.rating_review .text p {
  font-size: 14px;
}

.rating_review .text.small {
  position: relative;
  top: 24px;
  left: 70px;
  font-size: 16px;
}

.rating_review .number {
  width: 160px;
  position: relative;
  top: 21px;
  text-align: right;
  color: #243143;
  float: right;
  font-size: 20px;
}

.rating_review .number .tag {
  position: relative;
  top: -3px;
  right: 10px;
  letter-spacing: 0;
  font-size: 14px;
}

.rating_review .number .tag:after {
  content: " :";
}

.rating_review .number .now {
  width: 40px;
  display: inline-block;
  color: #00BFFF;
  font-weight: 500;
}

.rating_review .number .now.factor {
  color: #243143;
  background-color: #F7F7F9;
  position: relative;
  top: -4px;
  left: 2px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 0 4px;
}

.rating_review .review_feedback {
  width: calc(100% - 85px);
  min-height: 75px;
  display: block;
  float: right;
  color: #243143;
  border-top: dotted #ddd 1px;
  font-size: 16px;
}

.rating_review .review_feedback span.q {
  position: relative;
  top: 18px;
  float: left;
}

.rating_review .review_feedback span.q.open:before {
  content: "＊公開＊　";
  color: #FF3161;
}

.rating_review .review_feedback span.q.close:before {
  content: "＊非公開＊　";
}

.rating_review .review_feedback span.self:before {
  content: "＊本人＊　";
  color: #00BFFF;
}

.rating_review .review_feedback span.manager:before {
  content: "＊評価者＊　";
  color: #00BFFF;
}

.rating_review .review_feedback span.manager_close:before {
  content: "＊非公開＊　";
  color: #FF3161;
}

.rating_review textarea {
  width: calc(100% - 110px);
  height: 180px;
  position: relative;
  top: -20px;
  float: right;
  font-size: 12px;
}

.rating_review textarea:disabled {
  color: #243143;
  background-color: #DCF6FF;
}

.rating_review .end_rating {
  width: 70%;
  text-align: center;
  margin: 40px auto 10px;
}

.rating_review .end_rating .head {
  width: 100%;
  height: 40px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background-clip: padding-box;
  line-height: 40px;
  overflow: hidden;
}

.rating_review .end_rating .head div {
  width: 33.3%;
  float: left;
}

.rating_review .end_rating .data {
  width: calc(100% - 2px);
  height: 40px;
  color: #00BFFF;
  border: 1px solid #00BFFF;
  border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  background-clip: padding-box;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
}

.rating_review .end_rating .data div {
  width: calc(33.3% - 1px);
  float: left;
  border-right: 1px solid #00BFFF;
}

.rating_review .end_rating .data div:last-child {
  border: none;
}

.rating_review .area_total {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.rating_review .total {
  color: #243143;
  text-align: center;
  font-size: 50px;
  margin: 20px 0 30px;
}

.rating_review .total span {
  width: 100px;
  display: inline-block;
  text-align: right;
  font-weight: 400;
  margin-right: 5px;
}

.rating_review .total span.small {
  display: inline;
  position: relative;
  top: -5px;
  font-size: 18px;
}

.rating_review .error_check {
  padding: 35px 0 0;
}
.rating_review .review_feedback.clear .number {
  position: relative;
  top: 14px;
}
.rating_review .review_feedback.clear .number select {
  position: relative;
  top: -3px;
  width: 65px;
  margin-left: -11px;
}

.member {
  width: 85%;
  min-width: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.member .pic {
  width: 200px;
  height: 200px;
  position: relative;
  top: 10px;
}
.member .pic img {
  width: 160px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
}
.member .pic input[type=button] {
  width: 160px;
}
.member .data {
  width: calc(100% - 200px);
}
.member .data div {
  width: 100%;
  min-height: 35px;
  line-height: 28px;
  font-size: 15px;
  margin: 0 0 5px;
  overflow: hidden;
}
.member .data div span {
  width: 150px;
  float: left;
}
.member .data div p {
  width: calc(100% - 160px);
  float: left;
  position: relative;
  margin: 0;
}
.member .data div p.edit {
  width: 100px;
}
.member .data div p.edit:after {
  position: absolute;
  right: 0;
  content: "→";
  margin: 0 25px;
}
.member .data div p.change_up {
  color: #00BFFF;
  font-weight: 500;
}
.member .data div p.change_down {
  color: #FF3161;
  font-weight: 500;
}
.member .data div input[type=text] {
  width: 200px;
  height: 29px;
  position: relative;
  left: -5px;
  display: inline-block;
  color: #243143;
  border: 1px solid #E3E6E7;
  letter-spacing: 0;
  font-size: 15px;
  margin: 0;
}
.member .data div input[type=text].datepicker-here.long {
  width: 400px;
  height: 29px;
}
.member .data div select {
  width: 180px;
  height: 33px;
  display: inline-block;
  color: #243143;
  position: relative;
  left: -5px;
  border: 1px solid #E3E6E7;
  font-size: 15px;
  margin: 0;
}
.member .data_check div {
  margin: 0 0 5px;
}
.member div.memobox {
  width: calc(80%);
  position: relative;
  top: -25px;
  left: 147px;
  background-color: #e6f9ff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 2px 10px;
}
.member div.memobox textarea {
  width: calc(100% - 80px);
  height: 40px;
  float: left;
  border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  background-clip: padding-box;
  font-size: 14px;
  margin-bottom: 10px;
}
.member div.memobox input[type=submit] {
  width: 50px;
  height: 54px;
  position: relative;
  top: 6px;
  float: right;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  font-size: 14px;
  border: none;
}
.member div.memobox input[type=submit]:hover {
  background-color: #33ccff;
}
.member div.memobox div {
  width: 100%;
  position: relative;
  border-top: 1px solid #FFF;
  float: left;
  margin-bottom: 10px;
}
.member div.memobox p {
  position: relative;
  left: 4px;
  font-size: 12px;
  margin: 1px 0;
}
.member div.memobox p.text {
  display: block;
  line-height: 1.4;
}
.member div.memobox .day {
  width: 70px;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
}
.member .period {
  width: calc(100% - 40px);
  margin: 50px auto 0;
}
.member .period div {
  margin: 0 0 14px;
}
.member .period div p.error {
  display: inline-block;
  position: relative;
  left: 145px;
  color: #FF3161;
  font-size: 12px;
}
.member .period .error_check {
  position: relative;
  top: -40px;
  padding: 0;
}

.information {
  font-size: 15px;
}
.information .area {
  width: 90%;
  margin: 0 auto;
}
.information .title {
  font-size: 20px;
  font-weight: 400;
  padding-left: 50px;
}
.information .title span {
  width: 55px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: -1px;
  left: -40px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.information .title span.all {
  color: #FFF;
  background-color: #00BFFF;
}
.information .title span.team {
  color: #FFF;
  background-color: #2AC8AD;
}
.information .title span.personal {
  color: #FFF;
  background-color: #a7a7a7;
}
.information .title span.file:after {
  position: absolute;
  top: 5px;
  left: 70px;
  color: #F28703;
  font: normal normal normal 18px/1 FontAwesome;
  content: "";
}
.information .info {
  text-align: right;
  margin: 5px 0;
}
.information .info.day {
  font-size: 12px;
}
.information .target {
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  font-weight: 400;
  padding: 10px 30px;
  margin: 15px auto;
}
.information .target span {
  width: calc(100% - 75px);
  display: inline-block;
  position: relative;
  left: 20px;
  font-weight: 300;
}
.information .target.team {
  color: #FFF;
  background-color: #2AC8AD;
}
.information .target.personal {
  color: #FFF;
  background-color: #a7a7a7;
}
.information .text {
  background-color: rgba(250, 250, 250, 0.38);
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 10px 30px;
  margin: 20px auto;
}
.information div.file {
  font-weight: 400;
  padding: 15px;
}
.information div.file p {
  font-size: 14px;
  font-weight: 300;
  margin: 13px 0 0;
}
.information div.file p span.file:before {
  color: #F28703;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  padding: 0 10px;
}
.information div.file p span.byte {
  float: right;
}
.information div.file a:hover {
  text-decoration: underline;
}
.information div.file a:hover span {
  text-decoration: underline;
}
.information .member div {
  height: inherit;
}
.information .member input[type=text] {
  width: calc(100% - 178px);
  margin-right: 5px;
}
.information .member input[type=text].datepicker-here {
  width: 120px;
}
.information .member textarea {
  width: calc(100% - 200px);
  height: 150px;
  position: relative;
  left: 150px;
  border: 1px solid #E3E6E7;
  letter-spacing: 0;
  overflow: auto;
  margin: 0;
}
.information .member input[type=radio] {
  width: 22px;
  height: 22px;
}
.information .member button {
  color: none;
  background-color: #FFF;
  position: relative;
  top: 1px;
  left: -2px;
  border: none;
  padding: 0;
}
.information .member button i {
  color: #00BFFF;
  font-size: 20px;
}
.information .member .content {
  position: absolute;
  top: 0;
}
.information .member .time {
  width: 70px;
  margin: 0 5px;
}
.information.contact .title {
  padding-left: 0;
}
.information.contact .contact_answer {
  width: 100%;
  background-color: #e1f8ff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  padding: 10px;
  box-sizing: border-box;
}
.information.contact .contact_answer p {
  font-weight: 400;
  margin: 5px 0;
}
.information.contact .contact_answer p i {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  left: 3px;
  color: #00BFFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  line-height: 20px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 18px;
  margin-right: 12px;
}
.information.contact .contact_answer textarea {
  width: 100%;
  height: 240px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.information.contact .contact_answer .contact_answer_box {
  background-color: #FFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  padding: 20px;
  margin: 10px 0;
}
.information .error {
  color: #FF3161;
  font-size: 14px;
  font-weight: 400;
  margin: 6px;
}

.login {
  width: 100%;
  min-height: 750px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  background-size: cover;
}
.login .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.login .area {
  width: 90%;
  max-width: 340px;
  position: relative;
  color: #243143;
  background-color: #FFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  padding: 25px;
  margin: 90px auto 0;
}
.login .area img {
  width: 60%;
  display: table;
  position: relative;
  left: -3px;
  margin: 35px auto 35px;
}
.login .area input {
  width: calc(100% - 2px);
  height: 20px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  letter-spacing: -0.5px;
  font-size: 16px;
  box-shadow: none;
  padding: 17px 0;
  margin-bottom: 5px;
}
.login .area button {
  width: 100%;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  color: #FFF;
  background-color: #00BFFF;
  border: none;
  font-size: 18px;
  padding: 17px 0;
  margin: 30px 0 10px;
}
.login .area button:after {
  position: relative;
  top: 1px;
  left: 5px;
  font-family: FontAwesome;
  content: " ";
  font-size: 21px;
  margin-left: -20px;
  opacity: 0;
}
.login .area button:hover {
  background-color: #33ccff;
}
.login .area button:hover:after {
  animation: ArrowSlide 300ms;
  animation-fill-mode: forwards;
}
.login .area .login_error {
  color: #FF3161;
  letter-spacing: 0;
  font-size: 12px;
}
.login a {
  font-size: 14px;
}
.login a:hover {
  text-decoration: underline;
}

.questionnaire {
  width: 85%;
  display: block;
}
.questionnaire .icon_new::after {
  color: #FFF;
  background-color: #2AC8AD;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: padding-box;
  content: "N";
  font-size: 10px;
  font-weight: 400;
  padding: 0 3px;
}
.questionnaire .period div {
  position: relative;
  z-index: 100;
  margin: 0 0 25px;
}
.questionnaire .data div input[type=number] {
  width: 50px;
  margin: 1px 0 8px 13px;
}
.questionnaire .bg_blue {
  width: calc(100% - 35px);
  position: relative;
  background-color: #DCF6FF;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-clip: padding-box;
  padding: 10px 15px 10px 20px;
  margin-bottom: 40px;
  z-index: 1;
}
.questionnaire .bg_blue .q {
  margin: 10px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.questionnaire .bg_blue .q:last-child {
  margin-bottom: 0;
}
.questionnaire .bg_blue .title {
  width: 100px;
  float: left;
  position: relative;
  top: -1px;
  color: #00BFFF;
  font-size: 18px;
}
.questionnaire .bg_blue .text {
  width: calc(100% - 115px);
  float: right;
  color: #243143;
  font-size: 16px;
}
.questionnaire .bg_blue .text p {
  font-weight: 400;
  margin: 0 0 5px;
}
.questionnaire .bg_blue .text p.q_info {
  letter-spacing: 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
.questionnaire .bg_blue .text select {
  color: #243143;
  letter-spacing: 1px;
  border: 1px solid #dcf6ff;
  text-indent: 5px;
  font-size: 14px;
}
.questionnaire .bg_blue .text .block_short {
  width: 100%;
  max-width: 250px;
}
.questionnaire .bg_blue .text .block_middle {
  width: 100%;
  max-width: 400px;
}
.questionnaire .bg_blue .text textarea.block_long {
  height: 200px;
}
.questionnaire .bg_blue span.required {
  position: absolute;
  top: 4px;
  left: 65px;
  color: #FF3161;
  font-size: 12px;
}
.questionnaire .bg_blue span.required::after {
  width: 60px;
  position: absolute;
  content: "(必須)";
}
.questionnaire .bg_blue span.optional {
  position: absolute;
  top: 4px;
  left: 65px;
  color: #888888;
  font-size: 12px;
}
.questionnaire .bg_blue span.optional::after {
  width: 60px;
  position: absolute;
  content: "(任意)";
}
.questionnaire .bg_blue textarea {
  width: calc(100% - 26px);
  border: 1px solid #dcf6ff;
}
.questionnaire .bg_blue input[type=text] {
  width: calc(100% - 4px);
  border: 1px solid #dcf6ff;
}
.questionnaire .bg_blue .radio_set input {
  border: 1px solid #dcf6ff;
}
.questionnaire .return {
  font-size: 16px;
}
.questionnaire .return textarea {
  height: 100px;
}

.report {
  width: 85%;
  min-width: 620px;
  margin: 0 auto;
}
.report .count_comment {
  color: #8e8e8e;
}
.report .count_comment::before {
  content: "　[";
}
.report .count_comment::after {
  content: "]";
}
.report div > p > span.today_ag_mind {
  width: auto;
  display: inline-block;
  float: none;
  position: relative;
  top: 4px;
  color: #00BFFF;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  font-weight: 400;
  padding: 0 13px 1px;
  margin-bottom: 8px;
}
.report .period_target {
  width: calc(100% - 40px);
  margin: 50px auto 0;
}
.report .period_target .target {
  width: calc(100% - 150px);
  position: relative;
  left: -5px;
  float: left;
  z-index: 100;
}
.report .period_target .target .radio_in_check {
  width: calc(100% - 90px);
  position: relative;
  top: -33px;
  margin-bottom: -10px;
}
.report .period_target .target2 {
  width: calc(100% - 150px);
  position: relative;
  left: -5px;
  float: left;
  z-index: 100;
}
.report .period_target .target2 .radio_in_check {
  width: calc(100% - 90px);
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -10px;
}
.report .period_target .target3 {
  width: calc(100% - 150px);
  position: relative;
  left: -5px;
  float: left;
  z-index: 100;
}
.report .period_target .target3 .radio_in_check {
  width: calc(100% - 90px);
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -10px;
}
.report .period_target .target3 .radio_in_check label {
  width: 100px;
}
.report .period_target div.normal {
  width: 100%;
  min-height: 35px;
  position: relative;
  line-height: 28px;
  z-index: 100;
  font-size: 15px;
  overflow: hidden;
  margin: 0 0 25px;
}
.report .period_target div.normal span {
  width: 150px;
  float: left;
}
.report .period_target div.normal p {
  width: calc(100% - 160px);
  float: left;
  position: relative;
  margin: 0;
}
.report .period_target div.normal p.edit {
  width: 100px;
}
.report .period_target div.normal p.edit:after {
  position: absolute;
  right: 0;
  content: "→";
  margin: 0 25px;
}
.report .period_target div.normal p.change_up {
  color: #00BFFF;
  font-weight: 500;
}
.report .period_target div.normal p.change_down {
  color: #FF3161;
  font-weight: 500;
}
.report .period_target div.normal input[type=text] {
  width: 200px;
  height: 29px;
  position: relative;
  left: -5px;
  display: inline-block;
  color: #243143;
  border: 1px solid #E3E6E7;
  letter-spacing: 0;
  font-size: 15px;
  margin: 0;
}
.report .period_target div.normal input[type=text].datepicker-here.long {
  width: 400px;
  height: 29px;
}
.report .period_target div.normal input[type=text].text100 {
  width: calc(100% - 156px);
}
.report .period_target div.normal select {
  width: 180px;
  height: 33px;
  display: inline-block;
  color: #243143;
  position: relative;
  left: -5px;
  border: 1px solid #E3E6E7;
  font-size: 15px;
  margin: 0;
}
.report .period_target div.normal select.time {
  width: 60px;
  height: 33px;
  text-indent: 5px;
}
.report .period_target div.normal textarea {
  width: calc(100% - 177px);
  height: 200px;
  position: relative;
  left: -5px;
  float: left;
  letter-spacing: 0;
  font-size: 15px;
}
.report .period_target div.sp {
  position: relative;
  z-index: 200;
  font-size: 15px;
}
.report .period_target div.sp span.title {
  width: 150px;
  float: left;
  line-height: 28px;
}
.report .period_target div.sp .target {
  margin-bottom: 50px;
}
.report .period_target div.sp .target.upload_add {
  margin-bottom: 0;
}
.report .period_target div.sp .radio_in_multiple.info {
  width: calc(100% - 104px);
  position: relative;
  top: -32px;
  left: 100px;
}
.report div.title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
.report p.error {
  position: relative;
  left: 150px;
  color: #FF3161;
  font-size: 12px;
}
.report .target {
  position: relative;
}
.report .target .upload_nopic {
  width: 100%;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #FFF;
  background-color: #dadada;
  line-height: 34px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 3px 0 rgba(123, 123, 123, 0.15);
  text-indent: 10px;
  overflow: hidden;
  cursor: pointer;
}
.report .target .upload_nopic:hover {
  color: #FFF;
  background-color: #33ccff;
}
.report .target .upload_nopic input[type=file] {
  width: 150px;
  height: 34px;
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.report .target .upload_nopic input[type=text].upload_nopic_name {
  width: calc(100% - 140px);
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 137px;
  color: #243143;
  background-color: #FFF;
  border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  letter-spacing: 0;
  font-size: 14px;
  border: none;
}
.report .target input[type=button] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 0;
  background-color: #dadada;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  border: none;
  font-weight: 800;
}
.report .target input[type=button].minus {
  position: absolute;
  right: 28px;
}
.report .target .error_file_check {
  overflow: hidden;
}
.report .target .error_file_check img {
  width: calc(100% - 58px);
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
}
.report .target .error_file_check label {
  width: 270px;
  position: relative;
  top: -10px;
  float: right;
  letter-spacing: 0;
  font-size: 14px;
}
.report .target .error_file_check p {
  width: calc(100% - 20px);
  text-decoration: underline;
  margin: 0;
}
.report .target .error_file_check p i {
  position: relative;
  left: 10px;
  color: #00BFFF;
  margin-right: 20px;
}
.report button.btn_grey {
  width: 60px;
  left: auto;
}
.report button.btn_grey.upload_add_btn {
  float: right;
  margin-bottom: 50px;
}

.agmind div.normal input[type=text].text50 {
  width: 300px;
}
.agmind div input[type=text].text50 {
  width: 300px;
  letter-spacing: 0;
  margin: 0;
}

.test {
  border: none;
}
.test .period_target {
  margin-top: 60px;
}
.test .period_target div.sp .target {
  margin-bottom: 10px;
}
.test .period_target div.sp .target .test_result_day {
  width: 250px;
  position: relative;
  left: 30px;
  color: #243143;
}
.test .period_target div.normal .test_field {
  width: calc(100% - 190px);
}
.test .period_target div.normal .test_field_btn {
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px;
  background-color: #dadada;
  text-align: center;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 #c1c1c1;
  -moz-box-shadow: 0 3px 0 #c1c1c1;
  box-shadow: 0 3px 0 #c1c1c1;
  border: none;
  font-size: 14px;
}
.test .period_target div.normal .test_field_btn:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: 0 2px 0 #c1c1c1;
  -moz-box-shadow: 0 2px 0 #c1c1c1;
  box-shadow: 0 2px 0 #c1c1c1;
}
.test p.error {
  left: auto;
}
.test div.normal input[type=text].text20 {
  width: 140px;
}
.test .test_tab_menu {
  width: 100%;
  position: relative;
}
.test .test_tab_menu ul {
  list-style-type: none;
  padding: 20px 0;
}
.test .test_tab_menu li {
  width: 25%;
  height: 36px;
  float: left;
  color: #243143;
  border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  border-bottom: solid #00BFFF 3px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.test .test_tab_menu li.test_ready {
  color: #C9CCD1;
}
.test .test_tab_menu li:hover {
  color: #00BFFF;
}
.test .test_tab_menu li.active {
  color: #FFF;
  background-color: #00BFFF;
}
.test .test_tab_menu li span.count::before {
  content: "（";
}
.test .test_tab_menu li span.count::after {
  content: "）";
}
.test .end_rating {
  width: 340px;
  text-align: center;
  margin: 50px auto 30px;
}
.test .end_rating .head {
  width: 100%;
  height: 40px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background-clip: padding-box;
  line-height: 40px;
  overflow: hidden;
}
.test .end_rating .head div {
  width: 50%;
  float: left;
}
.test .end_rating .data {
  width: calc(100% - 2px);
  height: 40px;
  color: #00BFFF;
  border: 1px solid #00BFFF;
  border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  background-clip: padding-box;
  line-height: 42px;
  font-weight: 400;
  overflow: hidden;
}
.test .end_rating .data div {
  width: calc(50% - 1px);
  float: left;
  border-right: 1px solid #00BFFF;
}
.test .end_rating .data div:last-child {
  border: none;
}
.test .end_rating .data div.red {
  font-weight: 300;
}
.test .test_result_q {
  font-size: 16px;
  margin-top: 40px;
}
.test .test_result_a {
  font-size: 14px;
  margin: 15px auto 40px;
}
.test .test_result_a .answer {
  width: calc(100% - 50px);
  display: inline-block;
  letter-spacing: 0;
  margin: 0;
}
.test .test_result_a .answer_type1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test .test_result_a .answer_type2 {
  width: calc(100% - 60px);
  background-color: #F5F5F5;
  padding: 2px 0 2px 5px;
  margin: 5px 0;
}
.test .test_result_a .answer_type2.correct {
  color: #FFF;
  background-color: #00BFFF;
}
.test .test_result_a .answer_type3 {
  width: calc(100% - 58px);
  color: #FFF;
  background-color: #FF3161;
  padding: 2px 0 2px 8px;
}
.test .test_result_a .answer_type3.correct {
  background-color: #00BFFF;
}
.test .test_result_a .count {
  width: 45px;
  float: right;
  text-align: right;
}
.test .test_result_a .count_type1::after {
  content: "％";
}
.test .test_result_a .count_type2 {
  position: relative;
  top: 5px;
}
.test .test_result_a .count_type2::after {
  content: "名";
}
.test .test_result_a .count_type3 {
  float: left;
  color: #FF3161;
  text-align: center;
  font-size: 16px;
}
.test .test_result_a .count_type3::before {
  font-family: "fontAwesome";
  content: "";
}
.test .test_result_a .count_type3.correct {
  color: #00BFFF;
}
.test .test_result_a .count_type3.correct::before {
  font-family: "fontAwesome";
  content: "";
}
.test .test_result_a div.bar_box {
  width: 100%;
  display: block;
  background-color: #F5F5F5;
  position: relative;
  top: -1px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  border: none;
  margin: 0 auto 15px;
}
.test .test_result_a div.bar_box .bar_fill {
  width: 0;
  height: 13px;
  display: block;
  background-color: #E5E5E5;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  -moz-animation: bar-fill 1s;
  -webkit-animation: bar-fill 1s;
  -ms-animation: bar-fill 1s;
  animation: bar-fill 1s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.test .test_result_a div.bar_box .bar_fill_10 {
  width: 10%;
}
.test .test_result_a div.bar_box .bar_fill_20 {
  width: 20%;
}
.test .test_result_a div.bar_box .bar_fill_30 {
  width: 30%;
}
.test .test_result_a div.bar_box .bar_fill_40 {
  width: 40%;
}
.test .test_result_a div.bar_box .bar_fill_50 {
  width: 50%;
}
.test .test_result_a div.bar_box .bar_fill_60 {
  width: 60%;
}
.test .test_result_a div.bar_box .bar_fill_70 {
  width: 70%;
}
.test .test_result_a div.bar_box .bar_fill_80 {
  width: 80%;
}
.test .test_result_a div.bar_box .bar_fill_90 {
  width: 90%;
}
.test .test_result_a div.bar_box .bar_fill_100 {
  width: 100%;
}
.test .test_result_a div.bar_box .bar_fill.correct {
  background-color: #00BFFF;
}
.test .description {
  width: 100%;
  position: relative;
  left: -15px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
  padding: 20px 15px;
  margin: 10px 0;
}
.test .description .test_result_q {
  text-align: left;
  margin-top: 0;
}
.test .description .test_result_a {
  text-align: left;
  margin: 15px auto 0;
}
.test .description .answer {
  color: #FFF;
  background-color: #A7A7A7;
}
.test .description .count {
  color: #A7A7A7;
}
.test .description .count::before {
  position: relative;
  top: -2px;
  left: 3px;
  font-family: "fontAwesome";
  content: "";
  font-size: 13px;
}
.test .description .test_tab4_btn {
  width: 130px;
  display: inline-block;
  color: #243143;
  background-color: #FFF;
  border: 1px solid #808080;
  text-indent: 5px;
  margin: 10px auto 0;
}
.test .description .test_tab4_btn:hover {
  color: #FFF;
  background-color: #A7A7A7;
  border: 1px solid #A7A7A7;
}
.test .test_tab_srch {
  width: 430px;
  display: flex;
  margin: 0 auto;
}
.test .test_tab_srch.short {
  width: 200px;
}
.test .test_tab_srch select {
  width: 120px;
  color: #243143;
  font-weight: 300;
  margin: 0 3px;
}
.test .test_tab_srch select.name {
  width: 200px;
}

.test_regist .bg_blue {
  overflow: hidden;
}
.test_regist .bg_blue .title {
  color: #243143;
  font-size: 16px;
}
.test_regist .period_target div.normal p.error {
  position: relative;
  top: -3px;
  left: 50px;
  line-height: 20px;
}
.test_regist .period_target div.q_area {
  margin: 5px auto;
}
.test_regist .period_target div.q_area span {
  width: 55px;
  float: left;
}
.test_regist .period_target div.q_area textarea {
  width: calc(100% - 145px);
  height: 80px;
  top: auto;
  border: 1px solid #E3E6E7;
  margin: 0 0 5px;
}
.test_regist .period_target div.q_area select.time {
  float: right;
}
.test_regist .period_target div.q_area select.member {
  width: 100%;
  min-width: auto;
}
.test_regist .period_target div.q_area .target {
  width: calc(100% - 60px);
}
.test_regist .period_target div.q_area .a_list {
  width: 135px;
  float: left;
}
.test_regist .period_target div.q_area .a_list select {
  width: 135px;
  color: #243143;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 300;
  text-indent: 0;
  margin: 0;
}
.test_regist .period_target div.q_area .a_text {
  width: calc(100% - 140px);
  float: right;
}
.test_regist .period_target div.q_area .a_text .btn_a {
  width: 25px;
  height: 33px;
  position: relative;
  left: -1px;
  color: #243143;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  line-height: 28px;
  -webkit-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -moz-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -o-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -ms-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  font-size: 14px;
}
.test_regist .period_target div.q_area .a_text .btn_a[active] {
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #00BFFF;
}
.test_regist .period_target div.q_area .a_text button.grey {
  width: 28px;
  height: 28px;
  margin-left: 2px;
}
.test_regist .period_target div.q_area .a_text input[type=text] {
  width: calc(100% - 88px);
  height: 30px;
  position: relative;
  left: 4px;
  -webkit-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -moz-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -o-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  -ms-filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  filter: drop-shadow(0 2px 0 rgba(123, 123, 123, 0.15));
  border: none;
  font-size: 14px;
  margin: 0 0 5px;
}
.test_regist .period_target div.q_area .a_text .error {
  margin: 0;
}
.test_regist p.error {
  left: auto;
}
.test_regist .total .count {
  position: relative;
  left: 10px;
}
.test_regist .total .count::before {
  content: "（";
}
.test_regist .total .count::after {
  content: "問）";
}

.notification {
  width: 100%;
  border-radius: 4px;
  background: transparent;
}
.notification .uploader label {
  width: calc(100% - 3px);
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  margin-bottom: 15px;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.notification_edit {
  line-height: 28px;
  margin-top: 20px;
  background: #fff;
  padding-bottom: 50px;
}
.notification_edit .text {
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  width: 600px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.notification_edit label {
  width: 100%;
}

/*
@import "vendor/flatpickr";
@import "vendor/sumoselect";
@import "vendor/file_upload";
*/
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month, .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.SumoSelect p {
  margin: 0;
  width: auto;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}

.SumoSelect {
  display: block;
  position: relative;
  outline: none;
  width: 100%;
  margin: auto;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #8ae2ff;
  min-height: 14px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
}

.SumoSelect > .CaptionCont > span {
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: -2px;
  right: 5px;
  bottom: 0;
  width: 15px;
}

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 14px;
  height: 10px;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #8ae2ff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 33px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.options li.group.disabled > label {
  opacity: 0.5;
}

.options li ul li.opt {
  padding-left: 22px;
}

.options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.options li.opt {
  padding: 6px 26px 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.options li.opt:hover {
  background-color: #E4E4E4;
}

.options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}

.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.options li span {
  display: none;
}

.options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  background-color: #fff;
}

.options li.opt label {
  width: 100%;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 14px 6px;
}

/*styling for only multiple select on popup mode*/
.options li.opt {
  padding-left: 35px;
}

.optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.options li.opt.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #00BFFF;
  box-shadow: none;
  border-color: #00BFFF;
}

.SumoSelect .select-all.partial > span i {
  background-color: #00BFFF;
  box-shadow: none;
  border-color: #00BFFF;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 9px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label {
  width: 100%;
  position: absolute;
  left: 35px;
}

.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #fff;
}

/*styling for optgroups*/
.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.MultiControls {
  display: none;
}

.select-all {
  margin: 0;
}

select:disabled {
  background-color: #ededed;
}

.uploader {
  display: block;
  clear: both;
  margin: 0;
  width: 100%;
  padding: 1px;
  max-width: 600px;
}

.uploader label {
  float: left;
  clear: both;
  width: calc(100% - 2px);
  padding: 30px 0 0;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  transition: all 0.2s ease;
  user-select: none;
}

.uploader label:hover {
  border-color: #00BFFF;
}

.uploader label.hover {
  border: 3px solid #00BFFF;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
  color: #caf1ff;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: 0.5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #00a0d6 0%, #00BFFF 50%);
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #00a0d6 0%, #00BFFF 50%);
  border-radius: 4px;
}

.uploader input[type=file] {
  display: none;
}

.uploader div {
  margin: 0 0 0.5rem 0;
  color: #caf1ff;
}

.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #00BFFF;
  border-color: #00BFFF;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
}

.uploader {
  display: block;
  clear: both;
  margin: 0;
  width: 100%;
  padding: 1px;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: calc(100% - 2px);
  padding: 30px 0 0;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E3E6E7;
  transition: all 0.2s ease;
  user-select: none;
}

.data div input.file_upload {
  width: calc(100% - 175px - 50px);
  height: 24px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #E3E6E7;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  padding: 7px 0 0 50px;
}

label.file_upload_label {
  width: 128px;
  height: 32px;
  position: absolute;
  left: 150px;
  color: #FFF;
  background-color: #00BFFF;
  border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  text-align: center;
  line-height: 32px;
  z-index: 800;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.area_community {
  background-color: #F8F8F8;
  padding: 0;
}
.area_community .area {
  border-top: solid #243143 2px;
  border-bottom: solid #243143 2px;
  padding: 20px 30px 10px;
}
.area_community .comment_write {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 20px 0 12px;
}
.area_community .comment_write textarea {
  width: calc(100% - 88px - 22px);
  height: 56px;
  float: left;
  border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  border-right: none;
}
.area_community .comment_write input[type=submit] {
  width: 85px;
  height: 70px;
  float: right;
  color: #FFF;
  background-color: #00BFFF;
  border: 1px solid #00BFFF;
  border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  box-shadow: 0 2px 0 rgba(123, 123, 123, 0.15);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0;
}
.area_community .comment_write input[type=submit]:hover {
  background-color: #33ccff;
}
.area_community .comment_type {
  width: calc(100% - 10px);
  position: relative;
  border-bottom: 1px solid #BFBFBF;
  font-size: 14px;
  padding: 0 5px;
}
.area_community .comment_type .name {
  width: 200px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 2px;
}
.area_community .comment_type .time {
  width: 130px;
  position: absolute;
  top: 9px;
  right: 3px;
  text-align: right;
  font-size: 12px;
}
.area_community .comment_type button.trash {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 140px;
  color: #905f5f;
  background-color: transparent;
  line-height: 16px;
  border: none;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
}
.area_community .comment_type button.trash i.fa-frown-o {
  font-size: 14px;
  position: relative;
  left: -2px;
}
.area_community .comment_type button.trash:hover {
  text-decoration: underline;
}
.area_community .comment_type .messages {
  width: calc(100% - 80px);
  line-height: 22px;
  letter-spacing: 1px;
  margin: 5px 0 15px;
}
.area_community .comment_type button.comment_delete {
  width: 60px;
  height: 28px;
  position: absolute;
  right: 3px;
  bottom: 8px;
  background-color: #dadada;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: 300;
  border: none;
}
.area_community .comment_type button.comment_delete:hover {
  background-color: #cecdcd;
}
.area_community .comment_type:last-child {
  border-bottom: 1px solid #F8F8F8;
}
.area_community .comment_type2 {
  width: calc(100% - 10px);
}
.area_community .comment_type2 .fa-level-up {
  position: relative;
  top: 1px;
  left: 14px;
  color: #9d9d9d;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 16px;
}
.area_community .comment_type2 .name {
  position: relative;
  left: 30px;
}
.area_community .comment_type2 .messages {
  width: calc(100% - 110px);
  position: relative;
  left: 44px;
}

::-webkit-input-placeholder {
  color: #A8AEB4;
  font-weight: 200;
}

::-moz-placeholder {
  color: #A8AEB4;
  font-weight: 200;
}

:-moz-placeholder {
  color: #A8AEB4;
  font-weight: 200;
}

:-ms-input-placeholder {
  color: #A8AEB4;
  font-weight: 200;
}

/*# sourceMappingURL=style.css.map */
