body {

  background-color: #f7fcfd;

  background-size: 100% 100%;

  background-repeat: no-repeat;

  background-attachment: fixed;

  font-family: "Kanit", sans-serif;

  color: rgb(0, 0, 0);

}
.crop { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:150px; }

.circular_image {
  border-radius: 50%;
  overflow: hidden;
  /* commented for demo
    float: left;
    margin-left: 125px;
    margin-top: 20px;
    */

  /*for demo*/
  display: inline-block;
  vertical-align: middle;
}

.circular_image img {
  width: 100%;
}

/*page-overlay*/
#page-overlay {
  opacity: 0;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: rgba(249, 249, 249, 0.8);
  height: 100%;
  width: 100%;
  z-index: 9998;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#page-overlay.visible {
  opacity: 1;
  display: none;
}

#page-overlay.visible.active,
#page-overlay.visible.active img {
  display: block;
}

#page-overlay.hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  z-index: -10000;
}

#page-overlay .loader-wrapper-outer {
  background-color: transparent;
  z-index: 9999;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle;
}

#page-overlay .loader-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

#page-overlay .loader {
  margin: auto;
}

@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#page-overlay .lds-double-ring {
  position: relative;
}

#page-overlay .lds-double-ring div {
  box-sizing: border-box;
}

#page-overlay .lds-double-ring>div {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 78px;
  left: 78px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #2196f3 transparent #2196f3 transparent;
  -webkit-animation: lds-double-ring 1s linear infinite;
  animation: lds-double-ring 1s linear infinite;
}

#page-overlay .lds-double-ring>div:nth-child(2),
#page-overlay .lds-double-ring>div:nth-child(4) {
  width: 32px;
  height: 32px;
  top: 84px;
  left: 84px;
  -webkit-animation: lds-double-ring_reverse 1s linear infinite;
  animation: lds-double-ring_reverse 1s linear infinite;
}

#page-overlay .lds-double-ring>div:nth-child(2) {
  border-color: transparent #2196f3 transparent #2196f3;
}

#page-overlay .lds-double-ring>div:nth-child(3) {
  border-color: transparent;
}

#page-overlay .lds-double-ring>div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-overlay .lds-double-ring>div:nth-child(3) div:before,
#page-overlay .lds-double-ring>div:nth-child(3) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -4px;
  left: 16px;
  background: #2196f3;
  border-radius: 50%;
  box-shadow: 0 40px 0 0 #2196f3;
}

#page-overlay .lds-double-ring>div:nth-child(3) div:after {
  left: -4px;
  top: 16px;
  box-shadow: 40px 0 0 0 #2196f3;
}

#page-overlay .lds-double-ring>div:nth-child(4) {
  border-color: transparent;
}

#page-overlay .lds-double-ring>div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-overlay .lds-double-ring>div:nth-child(4) div:before,
#page-overlay .lds-double-ring>div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: -4px;
  left: 10px;
  background: #2196f3;
  border-radius: 50%;
  box-shadow: 0 28px 0 0 #2196f3;
}

#page-overlay .lds-double-ring>div:nth-child(4) div:after {
  left: -4px;
  top: 10px;
  box-shadow: 28px 0 0 0 #2196f3;
}

#page-overlay .lds-double-ring {
  width: 200px !important;
  height: 200px !important;
  display: inline-block;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

iframe {
  margin: auto;
  display: block;
}

a:active {
  text-decoration: none;
}

.row {
  margin-bottom: 1rem;
}

[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#files {
  overflow-y: scroll !important;
  min-height: 320px;
}

@media (min-width: 768px) {
  #files {
    min-height: 0;
  }
}

#debug {
  overflow-y: scroll !important;
  height: 180px;
}

.dm-uploader {
  border: 0.25rem dashed #A5A5C7;
  text-align: center;
}

.dm-uploader.active {
  border-color: red;
  border-style: solid;
}

.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color .4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}

.image-area {
  position: relative;
  width: 50%;

}

.image-area img {
  max-width: 100%;
  height: auto;
}

.remove-image {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: -2px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px sans-serif;
  background: #555;
  border: 3px solid #fff;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.remove-image:hover {
  background: #E54E4E;
  padding: 3px 7px 5px;
  top: 3px;
  right: -2px;
}

.remove-image:active {
  background: #E54E4E;
  top: 3px;
  right: -2px;
}

.box {
  margin: 25px auto;
  padding: 10px;
  color: rgb(29, 33, 80);
  text-align: center;
  width: 180px;
  background-color: rgb(160, 202, 241);
  /* Broder Radius */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  /* for Mozila version less than 3.6  */
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 30px;

  /* Shadow */
  box-shadow: 1px 1px 5px 0 rgba(69, 69, 69, 0.5);
}

.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
