.app-color {
  background-color: #bb77e3 !important;
}

p {
  word-break: break-word;
}

#stamp-list .thumbnail {
  position: relative;
  padding-bottom: 45px;
}

#stamp-list .thumbnail .footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}

#stamp-list .thumbnail .footer form {
  margin: 0;
  padding: 0;
}

#stamp-list .thumbnail upload {
  margin: 0 auto;
}

upload {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

upload .upload-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

upload .image-area.image-loading {
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-image: url(../img/ajax-loader.gif);
  background-position: center center;
}

upload .image-area.image-loading .image {
  opacity: 0;
}

upload .image.gray {
  -webkit-filter: grayscale(0%);
}

upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
}

upload .intruction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #ddd;
  display: table;
}

upload .upload-container .intruction .middle-text {
  display: table-cell;
  vertical-align: middle;
}

upload .upload-container .intruction .middle-text span {
  white-space: normal;
}

textarea {
  resize: vertical;
}

sortable .sortable-thumbnail,
upload .image-area {
  text-align: center;
}

sortable .sortable-thumbnail img,
upload .image-area img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

table.table span,
table.table .btn,
table.table a,
table.table th {
  white-space: nowrap;
}

overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

overlay .footer {
  position: fixed;
  height: 30px;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  bottom: 0;
  border-top: 1px solid #333;
}

overlay .footer .btn {
  margin-left: 10px;
}

overlay .body {
  position: fixed;
  bottom: 50px;
  top: 10px;
  left: 0;
  right: 0;
}

overlay .body img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  outline: 1px solid #333;
}

.form-horizontal .control-label {
  width: 140px;
}

.form-horizontal .controls {
  margin-left: 160px;
}

body {
  min-width: 1080px;
}

.ta-editor {
  min-height: 300px;
  height: auto;
  font-family: inherit;
  border: 1px solid #ccc;
}

.ta-html {
  box-sizing: border-box;
  width: 100%;
}

datetimepicker {
  display: inline-block;
}

datetimepicker {
  position: relative;
  display: inline-block;
}

datetimepicker .picker-label {
  top: 1px;
  left: 2px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  width: 33px;
  height: 18px;
  min-width: 16px;
  margin-left: -1px;
  padding: 4px 5px;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  border-right: 1px solid #ccc;
  background-color: #eeeeee;
  display: inline-block;
  position: absolute;
  -webkit-border-radius: 4px 0px 0px 4px;
}

datetimepicker input {
  padding-right: 30px !important;
}

datetimepicker input.right {
  padding-left: 50px !important;
}

datetimepicker .add-on {
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border-left: 1px solid #ccc;
}

/* Put your css in here */
selectpicker .btn,
selectpicker .btn:hover,
selectpicker .btn:active {
  background: #fff;
}

.margin-top-10px {
  margin-top: 10px;
}

.pargin-top-margin {
  margin: 20px 0;
  line-height: 30px;
}

#menu_ctrl .nav-pills.nav-stacked > li > a {
  margin-bottom: 0px;
}

#menu_ctrl .nav-pills > li > a {
  margin-top: 0px;
}

.margin-top-bottom-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.box-border {
  border: 1px solid #cccccc;
}

.font-size-11px {
  font-size: 11px;
}

.font-size-10px {
  font-size: 10px;
}

.size-image-518px-390px {
  max-width: 518px;
  max-height: 390px;
}

.thumbnail {
  width: 200px;
}
.uploader-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.uploader-btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 6px 16px;
  margin: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.uploader-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.image_approve_deny {
  height: 250px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.image_approve_deny img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.height-30px {
  height: 30px;
}

.text-info-approve-image {
  height: 230px;
  margin-top: 10px;
}

.approved-denied-pending {
  font-size: 11px;
  width: 195px;
  text-align: center;
  height: 25px;
  display: table-cell;
  vertical-align: middle;
}

.auto-image-size {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.text-length-format {
  text-overflow: ellipsis;
  overflow: hidden;
}

input.invalid {
  border-color: red;
}

.user-detail-modal {
  width: 950px;
  left: 35%;
}
.window-class-style {
  width: 1130px;
  left: calc(50% - 282px);
}

.group3-control label {
  padding-right: 10px;
}

.group3-control input {
  display: inherit;
}

.group3-control input.span2 {
  display: block;
  float: left;
}
.text-wrap {
  word-wrap: break-word;
}
.width-245px {
  width: 245px;
}
#text-left {
  text-align: left;
}
.cursor-pointer {
  cursor: pointer;
}
.text-newline {
  white-space: pre-wrap !important;
}
.cursor-default {
  cursor: default;
}
/*videogular|start*/
.videogular-container {
  width: 320px;
  height: 260px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}
.videogular-container.audio {
  height: 150px;
  background: none;
}
.videogular-container.audio.verticalVolumeBar {
  background-color: rgba(0, 0, 0, 0.5);
}
.label-required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.sub-comment {
  margin-left: 50px;
  width: 95%;
}
.sub-comment .span1 {
  vertical-align: middle;
}
.sub-comment .span2 {
  cursor: pointer;
}
.detail-notification label {
  cursor: default;
}

.span12.thumbnail.widthCol {
  margin: 10px;
}

.item-user-info-approve {
  margin-bottom: 20px;
}

.item-user-info-approve .row-fluid {
  margin-bottom: 5px;
}
.approved-user-info-denied-pending {
  font-size: 11px;
  width: 195px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
/*videogular|end*/

#action_package_apple_table tr th,
#action_package_apple_table tr td,
#action_package_google_table tr th,
#action_package_google_table tr td {
  vertical-align: middle;
}

.w5pc {
  width: 6%;
}

.min-1200 {
  min-width: 1200px;
}

.grayCell {
  background: #cccccc;
}

.margin-bottom-5px {
  margin-bottom: 5px !important;
}

.banner_width {
  width: 165px;
  height: 70px;
  margin-left: 30%;
}

.text-red {
  color: red;
}
.banner-img {
  margin-bottom: 20px;
}
.button-long {
  width: 100%;
}
.news-preview-modal {
  width: 270px;
  left: 60%;
}
.border-none {
  border: none;
  background-color: inherit;
}

.table .borderless-top {
  border-top: none;
}

.margin-top-40px {
  margin-top: 40px;
}

.small-dialog .modal-dialog {
  width: 50% !important;
  min-width: 80px;
  /*min-width: 800px;*/
}

.bigger-text-size {
  font-size: 1.25em;
}

.option-item-block {
  margin-top: 20px;
  margin-left: 10px;
  border: solid gainsboro 1px;
  border-radius: 5px;
  width: 90%;
}

.option-item-block-title {
  color: #ffffff;
  background-color: #0088cc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border: solid #0088cc 1px;
}

.option-item-block-label {
  text-align: left !important;
  padding-left: 5% !important;
  width: 25% !important;
}

.option-item-block-input-div {
  margin-left: 40% !important;
}

.option-item-block-input-input {
  width: 90% !important;
}

.add-point-not-change-label {
  text-align: left !important;
  padding-left: 60px;
  width: 10% !important;
}

.add-point-change-label {
  text-align: left !important;
  padding-left: 60px;
  width: 10% !important;
}

.exchange-rate-not-change-label {
  text-align: left !important;
  padding-left: 60px;
  width: 10% !important;
}

.exchange-rate-change-label {
  text-align: left !important;
  padding-left: 60px;
  width: 10% !important;
}

.inline-radio-box {
  margin-top: 0px !important;
}

.add-point-input {
  max-width: 100px;
}

.exchange-rate-input {
  max-width: 100px;
}

.mission {
  margin-bottom: 20px;
  margin-left: 0px !important;
}

.mission-order {
  margin-top: 35px;
}

.mission-info {
  padding: 5px;
  margin-left: 0px !important;
}

.mission-input-group {
  margin-top: 5px !important;
  margin-left: 0px !important;
}

.mission-label {
}

.mission-input {
  width: 90% !important;
}
.list-video-li {
  width: 330px;
}

.list-video-thumbnail {
  width: 320px;
}
.word-div {
  word-wrap: break-word;
}

.st-demo {
  width: 50%;
  float: left;
}

.st-demo-img {
  width: 35%;
  float: left;
}

.st-demo-con {
  padding-top: 40px;
  width: 65%;
  float: left;
}

.rt-area {
  height: 40px;
  width: 500px;
  overflow: hidden;
}

.special-mission {
  margin-left: 0px;
  border: solid 1px #dddddd;
}
.special-mission-padding {
  padding-bottom: 10px;
  padding-top: 10px;
}
.rt-box {
  width: 100%;
  position: relative;
  height: 30px;
  overflow: hidden;
  border: 1px solid #9acfea;
  border-radius: 5px;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-box-shadow: inset 0 0 10px #9acfea;
  -webkit-box-shadow: inset 0 0 10px #9acfea;
  box-shadow: inset 0 0 10px #9acfea;
}

.video-call-log-video-area .videogular-container {
  width: 256px;
  height: 208px;
}

@-webkit-keyframes boxOpening {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes boxOpening {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes boxClosing {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-35px);
  }
}

@keyframes boxClosing {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-35px);
  }
}

.rt-message {
  width: 2000px;
  height: 40px;
  position: relative;
  margin-top: 5px;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes messageFloating200 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-200px);
  }
}

@keyframes messageFloating200 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-200px);
  }
}

@-webkit-keyframes messageFloating500 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-500px);
  }
}

@keyframes messageFloating500 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-500px);
  }
}

@-webkit-keyframes messageFloating800 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-800px);
  }
}

@keyframes messageFloating800 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-800px);
  }
}

@-webkit-keyframes messageFloating1200 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-1200px);
  }
}

@keyframes messageFloating1200 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-1200px);
  }
}

@-webkit-keyframes messageFloating1600 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-1600px);
  }
}

@keyframes messageFloating1600 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-1600px);
  }
}

@-webkit-keyframes messageFloating2000 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-2000px);
  }
}

@keyframes messageFloating2000 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes messageFloating2500 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-2500px);
  }
}

@keyframes messageFloating2500 {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(-2500px);
  }
}

.fileContainer {
  overflow: hidden;
  position: relative;
}

.fileContainer [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
  background: grey;
  border-radius: 0.5em;
  float: left;
  padding: 0.5em;
}

.fileContainer [type="file"] {
  cursor: pointer;
}

span {
  word-wrap: break-word;
}
.bkground-gray {
  background-color: #f5f5f5;
}
#fixed {
  height: 400px;
  overflow: auto;
  border: 1px grey;
}

.app-modal-window .modal-dialog {
  width: 1500px;
}

.sendpaidmessage {
  background-color: #ffb0c7;
}

.beforeDaysLabel {
  position: absolute;
  right: 2px;
  top: 1px;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  width: 40px;
  height: 18px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border-left: 1px solid #ccc;
}

.beforeDaysInput {
  padding-right: 50px !important;
}

.beforeDaysWrap {
  position: relative;
}

.highlight-mark {
  background-color: #ffd6a3;
  padding: 3px 3px;
  border-radius: 4px;
}

#add-ip-setting .ipList .ip_memo input,
#add-ip-setting #note_ip {
  max-width: 130px;
  width: 130px;
}
#add-ip-setting .ipList .ip_address input {
  width: 195px;
  max-width: 200px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* error style */
.error-field {
  color: red;
}
