html, body {
  font-family: "Lato", sans-serif;
  overflow-y: hidden;
}

@font-face {
  font-family: "Day Dreamer";
  src: url("../font/day-dreamer.ttf");
}

select{
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
ul, ol {
  list-style-type: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.block{display:block;}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
textarea, 
input[type="password"], 
input[type="text"], 
input[type="email"] {
  padding: 3px;
  margin: 2px 1px;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  font-size: 12px;
  outline: none;
}
label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}
table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

/* TEXT STYLES */
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.paddingLeft-5px {
  padding-left: 5px;
}
.red {
  color: red;
}
.fontsize-9 {
  font-size: 9px;
}
/* ================ */
/* LOGIN PAGE */
.login-section {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  /*margin-top: -18%;*/
}
.login-section .error {
  margin: 0 auto;
  display: table;
}
.content-wrapper {
  /*
  * Issue #119
  * updated date: 20191216
  * author: thai.le.connectiv
  */
  width: 22rem;
  min-height: 29rem;
  height: auto !important;
  margin: 0 auto;
  padding: 0;
  box-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.1 );
  border-radius: 10px;
  background-color: white;
  border: 2px solid #d6d8db;
  position: relative;
  color: #004085;
}

.login-logo {
  display: block;
  width: 251px;
  height: 115px;
  margin: 0 auto;
  background: url('../gfl/img/GFL_v2_Revise_20190611_logo.png') no-repeat 0 50px transparent;
  background-size: 251px 50px;
}

.logo-subtitle {
  font-size: 20px;
  /*color: #F5A12C;*/
  margin-top: -0.5em;
  font-weight: 600;
  text-align: center;
}

.input-area {
  margin: 18px auto;
}

form .input-wrapper, form .button-wrapper {
  display: block;
  text-align: center;
}

.content-wrapper input[type=password], .content-wrapper input[type=text] {
  height: 40px;
  width: 220px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #b8daff;
  padding: 5px;
  font-size: 16px;
  outline: none;
}

.error.empty {
  display: none;
}

.error {
  border: 1px solid #dd5555;
  background-color: #ffeeee;
  border-radius: 3px;
  padding: 3px 10px;
  color: #dd5555;
  font-weight: bold;
}

.button-area {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.content-wrapper input[type=submit] {
  font-size: 16px;
  padding: 0 10px;
  height: 35px;
  border-radius: 5px;
  background-color: #F5A12C;
  border: 1px solid #F5A12C;
  color: white;
  cursor: pointer;
}

/* END OF LOGIN PAGE */
/* ====================== */
/* START PAGINATION PAGE */
/* HEADER */
#page #headCont2 {
  background: #F5A12C;
  width: 100%;
  height: 60px;
  z-index: 500;
  min-width: 950px;
}
#page .Layer_head {
  position: static;
}
.Layer_head {
  position: absolute;
  left: 2px;
  top: 2px;
  width: auto;
  height: auto;
}
#page .Layer_head ul {
  margin-left: 20px;
  font-size: 12px;
}
.Layer_head ul:after {
  display: block;
  content: '';
  clear: both;
}
.Layer_head ul {
  display: block;
  float: left;
  margin: 0px;
  list-style-type: none;
  text-align: left;
  background-color: transparent;
  border-radius: 3px;
  padding: 3px 10px;
}
.Layer_head li {
  display: block;
  float: left;
  padding: 14px 8px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  font-weight: normal;
}
#page .Layer_head ul li i {
  font-size: 22px;
  margin-right: 5px;
}
#page .Layer_head ul li a.home-page {
  color: white;
}
#page .Layer_head ul li {
  font-size: 16px;
  color: #FFF;
  margin-right: 15px;
  padding-right: 15px;
}
.headmenu {
  display: flex;
  justify-content: flex-end;
  padding: 15px 40px;
}
.link-to-create-page {
  padding: 16px 30px;
}
.headmenu-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.headmenu a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-left: 25px;
  display: flex;
}
.headmenu a i {
  font-size: 24px;
  padding-right: 8px;
}

.headCont2-space {
  padding-top: 32px;
}
#page .headmenu li.close-button > a {
  font-size: 16px;
  line-height: 20px;
}
#page .headmenu li a:hover {
  text-decoration: underline;
}
/* ============================ */
/* SECTION 物件情報自動入力 */
button.submit-form {
  background: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 5em 16px;
}
.contents {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow-y: scroll;
  min-width: 850px;
}
.extend-contents {
  top: 105px;
  margin: 10px 30px;
}
.mainBox {
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
}
.clearfix {
  min-height: 1px;
}
div.sectionWrapper {
  margin-left: 0;
}
section.category-section:first-of-type {
  margin-top: 30px;
}
section.category-section {
  padding-bottom: 1rem;
}
section.category-section {
  display: block;
  width: auto;
  margin: 10px auto;
  background-color: #fff;
  border: #DEE2E6 solid 3px;
  border-top: none;
  max-width: 1180px;
  font-size: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
section.category-section > header {
  position: relative;
  padding: 4px 5px 5px 15px;
  margin: 0 -3px 5px -3px;
  background: #DEE2E6;
  color: #495057;
  font-size: 16px;
  font-weight: bold;
}
#page section.input-area-group {
  display: block;
  float: left;
  margin: 16px 8px 0 16px;
  border: 1px solid #ddd;
  float: left;
  box-sizing: border-box;
  border-bottom: none;
}
#page .input-area-group .input-area {
  width: 550px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.input-area-group > section.input-area {
  float: none;
  border-bottom: 1px solid #ddd;
  margin: 0px auto;
}
section.input-area-group > header {
  padding: 8px 10px;
  margin: 0 -1px;
  margin-top: -1px;
  margin-bottom: 0;
  color: #3c3c3c;
  margin-left: 0;
  background: #c1ddff;
  font-size: 16px;
  font-weight: bold;
}

#commentContents section.input-area > header,
#page section.input-area > header {
  padding: 9px 5px;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 16px;
}
#commentContents section.input-area > header, #page section.input-area > header {
  padding: 9px 5px;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 16px;
}
section.input-area > header {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 50px;
  padding: 5px;
  background-color: #a2d0f2;
  box-shadow: 1px 1px 0 #5599cc inset, 2px 2px 0 white inset, -1px -1px 0 #aaddff inset;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.sc_common_hide, .icon-hide {
  display: none !important;
}
section.input-area > div {
  display: table-cell;
  padding: 3px;
}
section.input-area table.normal-type {
  border-collapse: separate;
  border-spacing: 1px;
}
section.input-area table.normal-type > * > tr > td {
  vertical-align: top;
  position: relative;
}
#page .normal-type > * > tr > th {
  font-weight: normal;
  min-width: 5rem;
  font-size: 12px;
}
section.input-area table.normal-type > * > tr > th:not(:empty) {
  background-color: #eee;
  padding: 0.4rem;
}
section.input-area table.normal-type > * > tr > td {
  vertical-align: top;
}
.input-area textarea, 
.input-area input[type="password"], 
.input-area input[type="text"], 
.input-area input[type="email"],
input.datepicker-type {
  display: initial;
  padding: 5px;
  margin: 2px 1px;
  /*border: 1px solid #ccc;*/
  /*border-radius: 0;*/
  /*color: #333;*/
  /*font-size: 14px;*/
  /*outline: none;*/
}
#page .input-area-group .input-area header {
  border-right: 1px solid #ddd;
  border-left: none;
  min-width: 80px;
}
.portal-none {
  display: none !important;
}
.help-tip {
  position: relative;
}
.input-area textarea {
  resize: vertical;
}
/* ========================= */

/* HOMEPAGE */
.full-height {
  height: 100vh;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.display-flex {
  display: flex;
}
.position-ref {
  position: relative;
}
.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}
.content {
  text-align: center;
}
.title {
  font-size: 84px;
}
.links > a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.m-b-md {
  margin-bottom: 30px;
}

/* CUSTOM SELECT */
.select {
  position: relative;
  width: 20em;
  overflow: hidden;
}
select {
  width: 100%;
  height: 100%;
  margin: 3px 1px;
  padding: 5px;
  color: #000;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #ccc;
  outline: none;
}
select::-ms-expand {
  display: none;
}
.select-type-1::after {
  content: '\25BC';
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  padding: 9px 15px;
  background: #f5a02c;
  pointer-events: none;
  color: #fff;
  font-size: 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.select-type-2::after {
  content: '\25BC';
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  padding: 9px 15px;
  background: #f5a02c;
  pointer-events: none;
  color: #fff;
  font-size: 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* ============================ */
/* LIST EXPERT */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination a.active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}
.pagination a:hover:not(.active) {
  background-color: #c1ddff;
}
.pagination ul {
  padding-top: 0;
}
.pagination > li > a, .pagination > li > span {
  padding: 5px 10px;
}
.explain {
  top: 10px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 99;
  background-color: #ddd;
  display: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.site-url__js a {
  text-decoration: underline;
  cursor: pointer;
  color: #007bff;
}
/* TABLE FIXED */
th, td {
  text-align: left;
  padding: 5px 8px;
  font-size: 12px;
}
th { 
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.experts-table tbody{
  height:300px;
  overflow-y:auto;
  width: 100%;
  }
.experts-table tbody td {
  border: 1px solid #dddddd;
}
.experts-table thead tr {
  background-color: #49A0CB;
  color: #fff;
}
.experts-table thead th {
  border: 1px solid #dddddd;
  font-weight: normal;
  font-size: 13px;
}
.experts-table thead th a {
  color: #fff;
  text-decoration: none;
}
.experts-table thead th a:nth-child(2) {
  display: none;
}
.experts-table tbody tr:nth-child(2n) {
  background-color: #eee;
}
table.experts-table {
  display:block;
}
thead.experts-thead {
  display:block;
  position: sticky;
  top:0;
  background-color: grey;
  display:block;
  z-index: 99;
}
.actions-page .search {
  float: left;
  padding-top: 7px;
  padding-left: 30px;
}
.actions-page .pagination-page {
  float: right;
  padding-top: 7px;
  padding-right: 30px;
}

.min-width-50 {
  min-width: 50px;
}
.min-width-75 {
  min-width: 75px;
}
.min-width-85 {
  min-width: 85px;
}
.min-width-95 {
  min-width: 95px;
}
.min-width-105 {
  min-width: 105px;
}
.min-width-115 {
  min-width: 115px;
}
.min-width-120 {
  min-width: 122px;
}
.min-width-125 {
  min-width: 125px;
}
.min-width-135 {
  min-width: 135px;
}
.min-width-145 {
  min-width: 145px;
}
.min-width-150 {
  min-width: 150px;
}
.min-width-175 {
  min-width: 175px;
}
.min-width-190 {
  min-width: 190px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-220 {
  min-width: 220px;
}
.min-width-250 {
  min-width: 250px;
}
.min-width-420 {
  min-width: 420px;
}

/* SUGGESTION RESULT IN SEARCH INPUT */
.active-tt-menu {
  display: flex !important;
  flex-wrap: nowrap;
}
.tt-menu .tt-dataset .header-title{
  background-color: #f5a02c;
  padding: 8px 20px;
  color: white;
  border: 1px solid;
  min-width: 170px;
  text-align: center;
}
.list-group-item {
  padding: 7px 15px;
}
a.list-group-item, button.list-group-item {
  font-size: 13px;
  font-weight: normal;
}
.has-error {
  color: red;
  font-size: 12px;
  padding-left: 5px;
}
.hidden {
  display: none;
}
.search-suggestion {
  margin-left: 40px;
  padding-top: 5px;
}
.filter-by {
  color: #f5a02c;
  font-size: 20px;
  padding: 5px;
  position: relative;
}
.userid-header-search:hover, .email-header-search:hover {
  color: #f5a02c
}
.userid-header-search:hover .filter-by-company,
.email-header-search:hover .filter-by-email {
  visibility: visible;
}
.filter-by-email, .filter-by-company { 
  position: absolute;
  top: -25px;
  left: -11px;
  font-size: 12px;
  width: 60px;
  background-color: #ada5a5;
  padding: 3px 10px;
  color: #fff;
  visibility:hidden;
}
.filter-by-email {
  width: 110px;
}
.vertical-middle {
  vertical-align: middle;
}
section.input-area > div.content-body {
  padding: 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}
section.first-block, section.first-block-type-2 {
  border: none;
  position: relative;
  margin: 5px auto;
  overflow-y: unset;
  overflow-x: unset;
}
section.first-block > div, section.first-block-type-2 > div {
  position: absolute;
  right: 0;
  bottom: 3px;
}
.action-expert {
  font-size: 16px;
  margin-left: 5px;
  border: 1px solid;
  cursor: pointer;
  border-radius: 5px;
}
.action-expert i {
  padding-right: 5px;
}
a.edit.action-expert {
  color: white;
  background-color: #0275d8;
  padding: 8px 20px;
}
a.edit.action-expert:hover {
  background-color: #fff;
  color: #0275d8;
  border-radius: 6px;
}
a.delete.action-expert {
  color: white;
  background-color: #ea1d1d;
  padding: 8px 20px;
}
a.delete.action-expert:hover {
  background-color: #fff;
  color: #ea1d1d;
  border-radius: 6px;
}
a.show.action-expert {
  color: white;
  background-color: #49823a;
  padding: 8px 20px;
}
a.show.action-expert:hover {
  background-color: #fff;
  color: #49823a;
  border-radius: 6px;
}
a.action-expert.rewrite {
  padding: 8px 15px;
}
.action-expert.rewrite i {
  padding-right: 0px;
}
.create.action-expert {
  font-size: 24px;
  color: white;
  background-color: #0275d8;
  border-radius: 6px;
  padding: 10px 100px;
  outline: none;
}
.section-creation {
  /* position: fixed;
  bottom: 25px;
  right: 45%; */
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
/* section.category-section:last-of-type {
  margin-bottom: 80px;
} */

/* =================================== */
/* === FLASH MESSAGE === */
.alert {
  position: absolute;
  right: 15%;
  top: 50px;
  z-index: 99;
}
.alert button.close {
  margin-left: 80px;
}
@media screen and (max-width: 1600px) {
  .alert {
    right: 8%;
  }
}

div.datepicker-days table.table-condensed thead tr:first-of-type  { /* th.datepicker-switch */
  background-color: #e9e8e9;
}
div.datepicker-days table.table-condensed thead tr:last-of-type  { /* th.datepicker-switch */
  background-color: #fffa90;
}
div.datepicker-days table.table-condensed thead tr:last-of-type th.datepicker-switch {
  color: #333;
}

div.datepicker-days table.table-condensed tbody .day {
  border: 1px solid #c5c5c5;
  color: #454545;
}
div.datepicker-days table.table-condensed tfoot tr:last-of-type {
  border: 1px solid #c5c5c5;
}
div.datepicker table tr td.day.today {
  background-color: #fffa90;
  background-image: unset;
}
div.datepicker table tr td.day.active {
  background-color: #003eff;
  background-image: unset;
  border-radius: 0px;
  color: #fff;
}
div.datepicker-days table.table-condensed tbody .day.old { visibility: hidden; } 
div.datepicker-days table.table-condensed tbody .day.new { display: none; }

.action-block {
  left: 60px;
  border: 1px solid #e3e3e3;
  padding: 15px 10px;
  border-radius: 5px;
  z-index: 99;
  background-color: #f9f9f9;
  min-width: 350px;
  display: none;
}
.topminus250 { 
  top: -240px;
}
.top70 { 
  top: 45px;
}
.activeBlock {
  display: block;
}
.action-block li {
  display: table;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.action-block li span {
  display: table-cell;
  font-size: 14px;
  padding: 12px 0;
}
.action-block li span:first-child {
  width: 70px;
  font-weight: bold;
}
.action-block li span:last-child {
  margin-top: 10px;
}
.expert-hover__js {
  cursor: pointer;
}

.nav-users li, .nav-users li a{
  color: #FFFFFF;
  padding: 0;
  font-size: 14px;
  margin-left: 0;
}

.nav-users li a.dropdown-item{
  color: #0f0f0f;
  padding: 4px;
}
.nav-users li a.dropdown-item:hover{
  color: #007bff;
}
