
#container {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#datatable {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

#datatable caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

#datatable th {
    font-weight: 600;
    padding: 0.5em;
}

#datatable td,
#datatable th,
#datatable caption {
    padding: 0.5em;
}

#datatable thead tr,
#datatable tr:nth-child(even) {
    background: #f8f8f8;
}

#datatable tr:hover {
    background: #f1f7ff;
}

.l-demo-container {
width: 100%;
margin: 40px auto 0px auto; }
.fa-rotate-45 {
  color:#115b5d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.note-editable {
  line-height: 1.0 !important;
}
.example-chat ul {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 20px;
  height: 300px;
  background-color: #f9f9f9 !important;
  overflow-x: hidden; }
  .example-chat ul li {
    margin-bottom: 10px;
    line-height: 24px; }
    .example-chat ul li:last-child {
      margin: 0px; }
  .example-chat ul .example-chat-username {
    margin-right: 10px; }
.example-chat footer {
  display: block;
  padding: 10px; }
  .example-chat footer input {
    border: 1px solid #ced3db;
    height: 40px; }
    .time_date {
      color: #747474;
      display: block;
      font-size: 12px;
      margin: 8px 0 0;
    }
    .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  min-height: 50px;
}
body,
html,
.container {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: kanit;
  font-size: 16px;
  letter-spacing: 0.05rem;
}

.worldmap {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.chat-input {
  width: 100%;
  box-sizing: border-box;
  align-self: flex-end;
  margin-bottom: 15px;
  position: relative;
  color:black!important;
}

.chat-input textarea {
  font-family: kanit;
  padding: 10px;
  color: black !important;
  background: #ecececad;
  border: 1px solid #888888ad;
  text-shadow: 0px 0px 0px #eee;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  transition: background .2s ease-out;
}

.submit-icon {
  width: 50px;
  cursor: pointer;
  flex-grow: 1;
  border: 1px solid silver !important;
  background: transparent;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: black !important;
  box-sizing: border-box;
  display: flex;
  border: 3px solid white;
  margin-top: 10px;
  float: right;
}
.note-modal-backdrop {
  display: none !important;
}
textarea::-webkit-input-placeholder {
  color: #68686e;
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

.chat-input textarea:focus {
  outline: none;
  background: transparent;
  background: white;
}

.chat-input textarea:hover {
  background: white;
  transition: background .2s ease-out;
}

.spacing-adjuster {
  width: 100%;
  flex-grow: 1;
  height: 100%;
}

.draghere {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  color: #68686e;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: transparent;
  border: 2px dashed #58585e;
}

.file-container li:hover {
  background: transparent;
}

.performance-table {
  table-layout: auto;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 200;
}

.align-right {
  text-align: right;
  float: right;
}

li {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #ecefee;
  color: black;
  margin-bottom: 10px;
  cursor: pointer;
}

.performance-table tr:nth-child(odd) {
  background: transparent;
}
.performance-table {
  margin-top: 10px;
}
.performance-table th {
  font-weight: bolder;
}
.performance-table tr:nth-child(even) {
  background: transparent;
}
.performance-table td,th {
  border-right: 1px solid silver;
  border: 1px solid silver;
}
.performance-table tr:nth-child(1) {
  background: white;
  font-weight: bolder;
  font-size: 1rem;
}

.table-header {
  background: white;
}

.element-header {
  color: black;
  background: white;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
}

.performance-table td {
  padding: 20px 5px 20px 5px;
  line-height: 1em;
  text-align: center;
}

p {
  margin-top: 0.4rem;
  font-weight: 200;
}

td {
  color: black;
}

.row.todo {
  background: transparent !important;
}

.table-header.todo {
  background: transparent;
  margin-left: 15px;
  margin-right: 15px;
}

.element-header.social {
  margin-bottom: 0px;
}

.social-element {
  width: 66.6666%;
  flex-flow: column;
  display: flex;
}

.todo-element {
  width: 33.3333%;
  height: 100%;
}

.file-container {
  background: white;
  color: #eee;
  border-top: 0px;
  height: 400px;
  padding: 25px;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jimmy-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 60px;
  background: url('https://pexels.imgix.net/photos/2261/food-man-person-eating.jpg?fit=crop&w=65&h=65');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.anna-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 60px;
  background: url('https://pexels.imgix.net/photos/54204/pexels-photo-54204.jpeg?fit=crop&w=60&h=60');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.chatbox-container {
  flex-flow: row;
  border: 1px solid silver;
  display: flex;
}

.chatbox-left {
  background: #e8e8e8;
  line-height: 1.2em;
  max-width: 75%;
  min-height:77px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1rem;
  padding-right: 20px;
  color: black;
  font-weight: 200;
}

.username {
  display: block;
  color: #004c67;
}

.username.right {
  text-align: right;
}

.update-number {
  display: inline-block;
  background: #386381;
  height: 1rem;
  margin-left: 30px;
  color: #ccc;
  font-size: .9rem;
  margin-top: .3rem;
  padding: 1px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  width: 1.5rem;
  border-radius: 10px;
}

.country-select {
  margin-top: 10px;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: 200;
  letter-spacing: .2rem;
  margin-right: 10px;
  font-size: 1.3rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 3px solid #44444a;
  position: relative;
  transition: border-color .2s ease-out;
}

.country-select:first-child {
  border-bottom-color: #5AB3D1;
  margin-left: 0px;
}

.country-select:hover {
  border-color: #5AB3D1;
  transition: border-color .2s ease-out;
}

th:after {
  width: 50%;
  margin: auto;
  content: '';
  height: 2px;
  background: #ccc;
}

.main-color {
  color: #5AB3D1;
}

td.table-desc {
  font-size: 1rem;
  text-align: center;
}

.navigation-elm {
  padding-left: 20px;
  box-sizing: border-box;
  color: #ccc;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  cursor: pointer;
  font-weight: 200;
  letter-spacing: 0.05rem;
  transition: background .1s ease-out;
}

.sub-navigation-elm {
  padding-left: 80px;
  box-sizing: border-box;
  background: rgba(100, 100, 130, 0.1);
  color: #ccc;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  cursor: pointer;
  font-weight: 200;
  letter-spacing: 0.05rem;
  font-size: .9rem;
  transition: background .1s ease-out;
}

.sub-navigation-elm:hover {
  background: rgba(100, 100, 130, 0.3);
}

.navigation-elm:nth-child(1) {
  background: rgba(100, 100, 130, 0.2);
}

.navigation-elm:hover {
  background: rgba(100, 100, 130, 0.2);
  transition: all .1s ease-out;
}

.navigation-elm:hover .nav-text {
  transform: scale(1.1);
  transition: transform .1s ease-out;
}

.nav-text {
  transition: transform .1s ease-out;
}

.piechart-label {
  width: 70%;
  height: 100%;
  line-height: 1em;
  min-height: 100px;
  color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 0 5% 0 5%;
}

.small {
  font-size: .9rem;
}

.label-heading {
  color: black;
  align-self: flex-start;
  font-size: 1.1rem;
}

.key-metrics {
  min-height: 80px;
  border-top: 4px solid black;
  min-width: 100px;
  padding: 0 10px 0 10px;
  color: white;
  flex-flow: column;
  line-height: 1em;
  text-align: center;
  background: #3f3f45;
  margin: 60px 60px 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

a,
a:active,
a:visited {
  color: inherit;
}

.madeby {
  color: #999;
  position: absolute;
  right: 15px;
  font-size: 1rem;
  top: 15px;
}

.white-border {
  border-top: 4px solid white;
}

.blue-border {
  border-top: 4px solid #5AB3D1;
}

.fa-fw {
  margin-right: 15px;
}

.sidebar {
  padding-top: 10%;
  height: 100%;
  left: 0;
  width: 300px;
  display: flex;
  color: black;
  flex-flow: column;
  position: fixed;
  background: white;
  z-index: 1;
}

.row {
  display: flex;
  width: 100%;
}

.stats-table td:last-of-type {
  padding-right: 15px;
}

.stats-table td:first-of-type {
  padding-left: 15px;
}

.stats-table {
  width: 100%;
  overflow: auto;
  background: white;
  box-sizing: border-box;
  border: 25px solid white;
  border-right-width: 15px;
}

.piechart-element {
  width: 33.3333%;
  box-sizing: border-box;
  display: flex;
  padding-right: 20px;
  min-height: 100px;
  max-height: 200px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.position-marker {
  content: '';
  position: absolute;
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  background: hsla(200, 30%, 45%, 0.6);
  top: 20%;
  left: 10%;
  z-index: 4;
  position: relative;
  transition: all .2s ease-out;
}

.position-marker.no2 {
  top: 5%;
  width: 2vw;
  height: 2vw;
  left: 45%;
  z-index: 2;
}

.position-marker.no3 {
  top: 5%;
  width: 2vw;
  height: 2vw;
  left: 18%;
  z-index: 2;
}

.position-marker.no4 {
  top: -5%;
  width: 3vw;
  height: 3vw;
  left: 40%;
  z-index: 2;
}

.position-marker.no5 {
  top: -5%;
  width: 4vw;
  height: 4vw;
  left: 75%;
  z-index: 6;
}

.position-marker.no6 {
  top: 0%;
  width: 1.5vw;
  height: 1.5vw;
  left: 30%;
  z-index: 6;
}

.order-scroll {
  text-align: right;
  cursor: pointer;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 3px;
  color: #ccc;
  border: 15px solid white;
  border-top: 0px;
  box-sizing: border-box;
  transition: background .2s ease-out, color .2s ease-out;
}

.order-scroll:hover {
  color: black;
  background: rgba(0, 0, 0, 0.1);
  transition: background .2s ease-out, color .2s ease-out;
}

.order-container {
  height: 600px;
  overflow: hidden;
}

.position-marker:hover {
  background: hsla(200, 20%, 55%, 0.6);
  transform: scale(1.1);
  transition: all .2s ease-out;
}

.position-marker:after {
  content: '';
  background: hsla(200, 30%, 45%, 0.8);
  height: 33.33%;
  width: 33.33%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: 2;
}

.piechart-container {
  width: 30%;
  display: flex;
  position: relative;
}

.piechart-percent {
  position: absolute;
  width: 30%;
  top: 0;
  font-size: 1.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.map-container {
  height: 22vw;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a0/World_map_with_points.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.stats-element {
  background: white;
  border-right-width: 0px;
  box-sizing: border-box;
  position: relative;
  width: 66.666%;
}

.order-element {
  color: #999;
  width: 33.333%;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  background: white;
}

.order-element h1 {
  padding-left: 20px;
}

.order-element br {
  line-height: 1em;
}

.highlight {
  color: #FFBB75;
}

.order-element p {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2em;
}

.order-element p:last-child {
  margin-bottom: 5px;
}

h1 {
  color: black;
  font-weight: 200;
  line-height: .9em;
  margin: 0;
  margin-top: .2em;
  font-size: 1.2rem;
}

.order-item {
  background: white;
  width: 100%;
  padding: 10px 0 10px 0;
  border: 15px solid white;
  border-top: 0px;
  box-sizing: border-box;
  position: relative;
}

.order-item:after {
  content: '';
  background: #5AB3D1;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.order-scroll.up {
  border-bottom: 0px;
}

.order-item.highlight:after {
  content: '';
  background: #FFBB75;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.order-item.hold:after {
  content: '';
  background: #999;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.inactive {
  color: #aaa;
}

.piechart-container canvas {
  margin-top: 10%;
  margin-bottom: 10%;
}

.piechart-element:nth-child(odd) {
  background: white;
}

.piechart-element:nth-child(even) {
  background: #3f3f45;
}

.linechart-element {
  position: relative;
  oerflow: hidden;
  transform: scale(1.02);
  height: 40%;
}

.container {
  background: white;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
  position: relative;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: white;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3b8fa2;
  max-height: 20px;
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
  .position-marker {
    left: 20%;
  }
  .position-marker.no2 {
    left: 45%;
  }
  .position-marker.no3 {
    left: 25%;
  }
  .position-marker.no4 {
    left: 42%;
  }
  .position-marker.no5 {
    left: 70%;
  }
  .position-marker.no6 {
    left: 32%;
  }
  .madeby {
    top: 75px;
  }
  .navigation-elm:nth-child(1) {
    background: white;
  }
  .sidebar {
    width: 100%;
    flex-flow: row;
    height: 60px;
    font-size: .9rem;
    padding-top: 0px;
    position: relative;
    top: -60px;
  }
  .sub-navigation-elm {
    display: none;
  }
  .update-number {
    display: none;
  }
  .container {
    padding-left: 0px;
  }
}

@media only screen and (max-width:920px) {
  .text-long {
    display: none;
  }
}
.social-element {
  width: 100%;
  transition: 0.3s;
  margin: 5px;
  border-left: 2px solid silver;
  padding: 15px;
    background-color: ;
}
.chatbox-container{

}
@media only screen and (max-width: 800px) {
  .key-metrics {
    margin-top:0px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
  .row {
    flex-direction: column;
  }
  .piechart-element {
    width: 100%;
  }
  .piechart-label {
    padding-left: 15px;
  }
  .stats-element {
    width: 100%;
  }
  .order-element {
    width: 100%;
  }

  .todo-element {
    width: 100%;
  }
  .map-container {
    height: 40vw;
  }
  .piechart-percent {
    font-size: 8vw;
  }
  .stats-table {
    border-width: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .text-short {
    display: none;
  }
  .navigation-elm {
    font-size: 4.5vw;
    justify-content: center;
    text-align: center;
  }
}
.position-marker.no5 {
  top: -5%;
  width: 4vw;
  height: 4vw;
  left: 75%;
  z-index: 6;
}
.main-headers {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    width: 100%;
    background-size: cover;
    background-color: white;
    margin-bottom: 20px;
}
.main {
    grid-area: main;
    background-color: #EAEDF1;
    color: #394263;
}

/*@media only screen and (min-width: 600px){
  .main-header__intro-wrapper {
      flex-direction: row;
  }
}
@media only screen and (max-width: 600px){
  .main-header__intro-wrapper, .main {
      flex-direction: column;
  }
}
@media only screen and (min-width: 600px){
  .main-header__intro-wrapper {
      padding: 0 30px;
  }
}
*/
.main-header__intro-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 160px;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 26px;
    letter-spacing: 1px;
}
.main-header__welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*@media only screen and (min-width: 600px)
{
  .main-header__welcome {
    display: flex;
    flex-direction: row;
    align-items: center;
}
}*/
.main-header__welcome-title {
    margin-bottom: 8px;
    font-size: 26px;
}
.text-light {
    font-weight: 300;
}
.main-header__welcome-subtitle {
    font-size: 18px;
}
.quickview {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 60px;
}
@media only screen and (max-width: 600px){
  .quickview {
      display: grid;
      grid-auto-flow: column;
      grid-gap: 2px;
  }

}
.fa-file-excel{
  color:green;
}
.fa-file-pdf{
  color: #d81414;
}
.quickview__item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.quickview__item-total {
    margin-bottom: 2px;
    font-size: 32px;
}
.quickview__item-description {
    font-size: 16px;
    text-align: center;
}

 .fa .far, .fas {
     font-family: "Font Awesome\ 5 Free" !important;
}
.highcharts-figure, .highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}


input[type="number"] {
	min-width: 50px;
}
