@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  font-family: "Montserrat", sans-serif;
}

#loader {
  position: absolute;
  left: 40%;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.navbar {
  margin: 0;
}

.navbar-default {
  background-color: #ffffff;
  border-left: none;
  border-right: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}

ul.topnav {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
}
ul.topnav li {
  display: inline-block;
  position: relative;
}
ul.topnav li a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #595d5e;
  text-decoration: none;
  padding-bottom: 40px;
}
ul.topnav li a img {
  width: 8px;
  height: 4px;
}
ul.topnav li:first-child a img {
  height: 28px;
  width: 90px;
}
ul.topnav ul.subnav {
  list-style: none;
  display: none;
  position: absolute;
  top: 42px;
}
ul.topnav ul.subnav li {
  white-space: nowrap;
}
ul.topnav ul.subnav li a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
}
ul.topnav li:last-child > ul {
  top: 48px;
  right: 0;
}
ul.topnav li:last-child > ul img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
ul.topnav li:last-child > span .user {
  width: 32px;
  height: 32px;
  padding: 1px;
  border-radius: 100%;
  border: 1px solid white;
}

ul.topnav li:hover ul.subnav {
  display: block;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
}
ul.topnav li:hover ul.subnav li {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
}
ul.topnav li:hover ul.subnav li:not(:last-child) {
  border-bottom: #e1e1e1 1px solid;
  width: 100%;
}

div#sign-in-outer {
  background: url("../image/login-bg@3x.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}

div#sign-in {
  display: flex;
  justify-content: space-around;
  width: 80%;
  padding: 3%;
  margin: 0 auto;
}
div#sign-in .sign-in-form {
  border-radius: 4px;
  background-color: #ffffff;
  flex-basis: 40%;
  padding: 30px 50px;
}
div#sign-in .sign-in-form img {
  width: 212px;
  height: 59px;
  margin-top: 30px;
  margin-bottom: 60px;
}
div#sign-in .sign-in-form form {
  margin-top: 40px;
}
div#sign-in .sign-in-form form input {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  height: 39px;
}
div#sign-in .sign-in-form form div.sign-in-alert {
  padding: 10px 5px;
  margin: 0;
  text-align: center;
  display: none;
}
div#sign-in .sign-in-form form input[type=submit] {
  margin-top: 10px;
  border-radius: 2px;
  background-image: linear-gradient(to left, #0099ca, #0f64ad);
  box-shadow: 0 0 45px 0 rgba(0, 36, 47, 0.08);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  height: 50px;
}
div#sign-in .sign-in-form > p:last-child {
  margin-top: 60px;
}
div#sign-in .intro {
  opacity: 0.6;
  border-radius: 4px;
  background-image: linear-gradient(to top, #004463, rgba(0, 137, 199, 0.3));
  flex-basis: 55%;
}
div#sign-in .intro h3 {
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 45%;
}

div#menus {
  background: url("../image/main-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  padding: 4%;
}
div#menus #admin_menu > ul {
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
}
div#menus #admin_menu > ul > li {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
  margin: 10px;
  padding: 30px;
  text-align: center;
}
div#menus #admin_menu > ul > li img {
  width: 80px;
  height: 80px;
  margin: 20px;
}
div#menus #admin_menu > ul > li > ul li {
  text-align: left;
  padding-left: 10px;
  margin: 10px;
}
div#menus #admin_menu > ul > li > ul li > a {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
  text-decoration: none;
}

#section-container .top {
  background: url("../image/subpage-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
#section-container .section-inner .section-inner-top {
  margin: 0 5%;
}
#section-container .section-inner .banner {
  display: flex;
}
#section-container .section-inner .banner .logo {
  width: 130px;
  height: 130px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 200px;
  padding: 20px;
}
#section-container .section-inner .banner p {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #282b2c;
  margin-left: 160px;
  margin-top: 20px;
}
#section-container .section-inner .banner p span {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
}
#section-container .section-inner .select-section {
  margin-top: 50px;
  border-radius: 4px;
  background-image: linear-gradient(to left, #0081cf, #0099ca);
  padding: 40px;
}
#section-container .section-inner .select-section input#search {
  border: none;
  background: white;
  border-radius: 2px;
  padding: 10px;
}
#section-container .section-inner .select-section .date-input {
  background: white;
  border-radius: 2px;
  padding: 11px;
  width: 25%;
  margin-right: 4px;
}
#section-container .section-inner .select-section .date-input input {
  border: none;
  width: 100px;
  margin-left: 4px;
}
#section-container .section-inner .select-section .date-input input:last-child {
  margin-left: 15px;
}
#section-container .section-inner .select-section .date-input img {
  width: 16px;
  height: 12px;
}
#section-container .section-inner .select-section select {
  border-radius: 2px;
  background-color: #f7f7f7;
  padding: 10px;
}
#section-container .section-inner .select-section .ui-multiselect {
  border-radius: 2px;
  background: #f7f7f7 !important;
  border: none;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #282b2c;
  padding: 10px;
}
#section-container .section-inner .select-section .ad-brand {
  display: inline-grid;
}
#section-container .section-inner .select-section .ad-brand .ui-multiselect {
  width: 278px !important;
}
#section-container .section-inner .select-section .ad-brand .ui-multiselect:last-child {
  margin-top: 5px;
}
#section-container .section-inner .select-section .submit-button {
  border: none;
  border-radius: 2px;
  background-image: linear-gradient(to left, #ff9b4b, #f76b1c);
  box-shadow: 0 0 45px 0 rgba(0, 36, 47, 0.08);
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 11px;
  width: 11%;
}
#section-container .section-inner #client_data {
  position: relative;
  margin: 0 5%;
}
#section-container .section-inner #client_data h2 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #282b2c;
}
#section-container .section-inner #client_data h2 span {
  color: #0099ca;
}
#section-container .section-inner #client_data a {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
#section-container .section-inner #client_data a button {
  border: none;
  border-radius: 4px;
  background: #f4f4f4 !important;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
  padding: 10px;
}
#section-container .section-inner #client_data a img {
  width: 20px;
  height: 14px;
}
#section-container .section-inner #client_data table {
  border-collapse: collapse;
  border-radius: 4px;
  width: 100%;
}
#section-container .section-inner #client_data table td {
  border: solid 1px #a1a9ac;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
#section-container .section-inner #client_data table td a {
  text-align: center !important;
  margin: 0;
  font-weight: 700;
}
#section-container .section-inner #client_data table td.percent {
  display: flex;
}
#section-container .section-inner #client_data table td.percent div {
  flex-basis: 62%;
}
#section-container .section-inner #client_data table tr:nth-child(even) {
  background: #e4f0f4;
}
#section-container .section-inner #client_data table thead {
  background-color: #eeeeee;
}
#section-container .section-inner #client_data table thead td {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #595d5e;
}
#section-container .section-inner #client_data table tfoot {
  background-color: #b2e0ef;
}
#section-container .section-inner #client_data table tfoot td {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #282b2c !important;
}
#section-container .section-inner #client_data .donutcharts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section-container .section-inner #client_data .charts {
  display: none;
  margin-left: 5%;
}
#section-container .section-inner #client_data #tabs {
  border: none;
}
#section-container .section-inner #client_data #tabs ul {
  background: white;
  border: none;
  border-bottom: 1px solid #dddddd;
}
#section-container .section-inner #client_data #tabs ul li a {
  margin-bottom: 0;
  color: #595d5e;
}
#section-container .section-inner #client_data #tabs ul li.ui-state-hover {
  background: white;
}
#section-container .section-inner #client_data .button-below {
  border: none;
  border-radius: 4px;
  background: #f4f4f4 !important;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}
#section-container .section-inner #client_data .no-ads {
  background: #f4f4f4 !important;
  text-align: center !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  margin: 10px 5%;
  border: none;
  padding: 10px;
}
#section-container .section-inner #client_data .press__print {
  margin-top: 20px;
}
#section-container .section-inner #client_data .press__print .print__left div {
  background: #f4f4f4 !important;
  text-align: center !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
}
#section-container .section-inner #client_data .press__print .print__right {
  display: flex;
  text-align: right;
  flex-basis: 30%;
  position: absolute;
  right: 0;
}
#section-container .section-inner #client_data .press__print .print__right a {
  margin-bottom: 0;
}
#section-container .section-inner #client_data .press__print .print__right .button__print {
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 10px;
  border: none;
}
#section-container .section-inner #client_data .press__table tr:nth-child(6) td:nth-child(2) {
  padding: 5px;
  text-align: left;
}
#section-container .section-inner #client_data .press__table tr:nth-child(8) td:first-child {
  border-right: none;
}
#section-container .section-inner #client_data .press__table tr:nth-child(8) td:last-child {
  border-left: none;
}
#section-container .section-inner #client_data .press__table td {
  font-size: 15px;
  white-space: normal;
}
#section-container .section-inner #client_data .press__table td .press__info {
  display: flex;
  justify-content: space-evenly;
}
#section-container .section-inner #client_data .press__table td .press__info div {
  background: #f4f4f4 !important;
  text-align: center !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  padding: 1px 10px;
  border-radius: 4px;
}
#section-container .section-inner #client_data .press__table td .press__info div.show_hide {
  cursor: pointer;
  font-weight: 500;
}
#section-container .section-inner #client_data .press__table td .press__info div.show_hide div {
  font-weight: bold;
}
#section-container .section-inner #client_data .press__table tr td:first-child {
  width: 18%;
}
#section-container .section-inner #client_data .press__table .press__surface {
  width: 10%;
}
#section-container .section-inner #client_data .press__table .press__surface td {
  border: none;
}
#section-container .section-inner #client_data .press__table .press__surface td img {
  width: 100px;
  height: auto;
}
#section-container .section-inner #client_data .press__table .press__surface .print__image__print {
  display: none;
}
#section-container .section-inner #client_data .press__table .comment {
  font-weight: bold;
}
#section-container .section-inner #client_data .press__table .comment textarea {
  border-radius: 4px;
}
#section-container .section-inner #client_data .press__table .comment button {
  background: #f4f4f4;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 2px;
  border: none;
}
#section-container .section-inner #client_data .evaluation {
  cursor: pointer;
  background: #f4f4f4;
  text-align: center !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
}
#section-container .section-inner #client_data .evaluation textarea {
  border-radius: 4px;
}
#section-container .section-inner #client_data .evaluation button {
  background: #f4f4f4;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 2px;
  border: none;
}
#section-container .section-inner #client_data .slidingDiv {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  margin-top: 20px;
  padding: 0 10px;
}
#section-container .section-inner #client_data .include-report {
  cursor: pointer;
  background: #f4f4f4;
  text-align: center !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #595d5e;
  padding: 1px 10px;
  border-radius: 4px;
  border: none;
}
#section-container .section-inner p.note,
#section-container .section-inner p.execute-time {
  margin: 10px 5%;
  text-align: center;
}
#section-container .section-inner p.note {
  border-radius: 4px;
  background: #f4f4f4;
  padding: 10px;
}
#section-container p.rights {
  text-align: center;
}
#section-container .no-service {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 60px;
  padding: 20px;
  background: #ec7149;
  color: white;
}
#section-container .no-service p {
  margin: 0;
}

.detail-pop-up {
  text-align: center;
}
.detail-pop-up a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 5%;
}
.detail-pop-up a button {
  border: none;
  border-radius: 4px;
  background: #f4f4f4 !important;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #595d5e;
  padding: 10px;
}
.detail-pop-up a img {
  width: 20px;
  height: 14px;
}
.detail-pop-up table {
  border-collapse: collapse;
  border-radius: 4px;
  width: 100%;
}
.detail-pop-up table .sunday {
  color: red;
  font-weight: bold;
}
.detail-pop-up table .time {
  display: none;
}
.detail-pop-up table img {
  width: auto;
  height: auto;
}
.detail-pop-up table td {
  border: solid 1px #a1a9ac;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.detail-pop-up table tr:nth-child(even) {
  background: #e4f0f4;
}
.detail-pop-up table thead {
  background-color: #eeeeee;
}
.detail-pop-up table thead td {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #595d5e;
}
.detail-pop-up table tbody tr {
  background-color: #ffffff;
}
.detail-pop-up table tbody:nth-child(odd) tr {
  background-color: #e4f0f4;
}
.detail-pop-up table tfoot {
  background-color: #b2e0ef;
}
.detail-pop-up table tfoot td {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #282b2c !important;
}

.spot-info {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.spot-info .table-info table {
  border-collapse: collapse;
}
.spot-info .table-info table td {
  padding: 10px;
  white-space: nowrap;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.spot-info .table-info table thead {
  background-color: #eeeeee;
}
.spot-info .table-info table thead td {
  color: #595d5e;
  border: solid 1px #a1a9ac;
  text-align: center;
}
.spot-info .table-info table tbody tr td {
  border: solid 1px #a1a9ac;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
}
.spot-info .table-info table tbody tr:nth-child(even) {
  background: #e4f0f4;
}
.spot-info .video {
  width: 50%;
}

.change-password {
  background: url("../image/main-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  padding: 4%;
}
.change-password .change-form {
  width: 30%;
  margin: 2% auto;
  padding: 5%;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
}
.change-password .change-form img {
  width: 14px;
  height: 14px;
  vertical-align: initial;
  margin-right: 10px;
}
.change-password .change-form h4 {
  display: inline;
  font-weight: bold;
}
.change-password .change-form hr {
  margin-top: 10px;
}
.change-password .change-form input {
  display: block;
  width: 100%;
  border: solid 1px #e1e1e1;
  padding: 10px;
  margin-bottom: 10px;
}
.change-password .change-form input:first-child {
  cursor: not-allowed;
  background-color: #f4f4f4;
}
.change-password .change-form input#submit {
  background-image: linear-gradient(to left, #0099ca, #0f64ad);
  box-shadow: 0 0 45px 0 rgba(0, 36, 47, 0.08);
  color: white;
  font-weight: bold;
  margin-top: 20px;
}

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