/*Defaults*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
background-color: #eaeaea;
}

a {
  text-decoration: none;
  color: rgb(61, 146, 201);
}

a:hover,
a:focus {
  text-decoration: underline;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h3 {
  font-weight: 100;
}
table {
  width: 100%;
}
pre {
  white-space: pre-wrap;
}
/*Additional*/
.pull-right{
  float: right!important;
}
.subhead {
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #eee;
  padding: 0.4em 0;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pure-message {
  padding: .2em 1em;
  margin-bottom: .2em;
  font-size: 85%;
}
/*Main Page*/
.header-large h1,
.header-large h2 {
  margin: 0;
}
.header-large h1 {
  text-transform: uppercase;
}
.header-large h2 {
  font-weight: 100;
  color: rgb(176, 202, 219);
}

.nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.nav ul li a {
  background: transparent;
  border: 2px solid rgb(176, 202, 219);
  color: #fff;
  margin-top: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 85%;
}
.nav ul li a:hover,
.nav ul li a:focus,
.nav ul li .active {
  border: 2px solid rgb(61, 146, 201);
  text-decoration: none;
}

/*Content*/
.content {
  padding: 2em 1em 0;
  padding-bottom: 150px !important;
  width: 100%;
  margin: 35px 0px 0px 220px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;    
  transition: all 0.5s ease-in-out;
}
.column-block {
  margin: 0 0.5em 2em;
  padding: 0;
}
.column-block-header {
  background: #111;
  color: #fff;
  text-align: center;
  height: 120px;
  border-radius: 10px;
}
.column-block-header h2 {
  margin: 0;
  padding-top: 2em;
  font-size: 1em;
  font-weight: normal;
}
.column-block-info {
  font-size: 6em;
  margin: 0.2em 0 0;
  font-weight: 100;
}
.column-block-info span {
  display: block;
  text-transform: uppercase;
  font-size: 0.2em;
  padding-bottom: 2em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  *color: #fff;
}
.column-block-list li {
  padding: 1em;
  background: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
}

/*Sidebar*/
.sidebar {
  background: white;
  box-shadow: 0px 0px 2px grey;
  color: #fff;
  width: 220px;
}
.sidebar.hide {
  transition: 0.7s;
  margin-left: -220px;
}

/*Button Buble Message Types*/
.buble-success,
.buble-error,
.buble-warning,
.buble-secondary {
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button-success, .button-purple, .message-success, .column-success, .buble-success,
.button-error, .message-error, .column-error, .buble-error,
.button-warning, .message-warning, .column-warning, .buble-warning,
.button-secondary, .message-secondary, .column-secondary, .buble-secondary {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success, .message-success, .column-success, .buble-success {
  background: rgb(28, 184, 65);
}

.button-purple, .message-purple, .column-purple, .buble-purple {
  background-color: rebeccapurple;
}

.button-orange {
  background-color: #FF8E05;
  color: white;
}

.button-red {
background-color: red;
color: white;
}

.button-green {
background-color: #02ad2a;
color: white;
}

.button-error, .message-error, .column-error, .buble-error {
  background: rgb(202, 60, 60);
}

.button-warning, .message-warning, .column-warning, .buble-warning {
  background: rgb(223, 117, 20);
}

.button-secondary, .message-secondary, .column-secondary, .buble-secondary {
  background: rgb(66, 184, 221);
}
.button-xxsmall {
  font-size: 40%;
}
.button-xsmall {
  font-size: 70%;
}

.button-small {
  font-size: 85%;
}

.button-large {
  font-size: 110%;
}

.button-xlarge {
  font-size: 125%;
}

/*Menu*/
#menu {
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#menu a {
  color: #707070;
  border: none;
  white-space: normal;
  padding: 0.625em 1em;
  text-decoration: none;
  font-family: Roboto,sans-serif;
  font-size: 13px;
}

#menu .pure-menu ul {
  border: none;
  background: transparent;
  display: block;
}

#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid #354755;
}

#menu .pure-menu li a:hover,
#menu .pure-menu li a:focus,
#menu .pure-menu-selected,
#menu .pure-menu-selected a {
  color: #fff;
  background: #1565C0;
  height: 50px;
  line-height: 34px;
}
#menu .pure-menu-selected-children,
#menu .pure-menu-selected-children a {
  color: #fff;
  background: #1565C0;
  height: 50px;
  line-height: 34px;
}

.list-menu {
  height: 50px;
  line-height: 30px;
}

#menu .pure-menu-heading {
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.8em .8em;
  text-transform: uppercase;
}
#menu li.pure-menu-selected a:hover,
#menu li.pure-menu-selected a:focus {
  background: none;
}

#menu li.pure-menu-selected-children a:hover,
#menu li.pure-menu-selected-children a:focus {
  background: none;
}

/*Footer*/
.footer, .navigation {
  margin: 2em 0 0 0;
  padding: 1em 0;
  text-align: center;
}
.footer {
  border-top: 1px solid #eee;
}
.footer a {
  color: #aaa;
  font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
  background: none;
}

/*Media Queries*/
@media (min-width: 48em) {
  .header-large {
      margin: 20% 2em 0;
      text-align: right;
  }
  .header-medium {
      margin: 10% 2em 0;
      text-align: left;
  }
  .header-small {
      margin: 0 2em 0;
      text-align: left;
  }
  .sidebar {
      position: fixed;
      top: 0;
      bottom: 0;
      transition: 0.7s;
  }
  #main .content {
      padding: 2em 3em 0;
      margin-left: 50%;
  }
  #layout .content {
      padding: 4em 3em 0;
  }
}


/* CUSTOM CSS */
.title-logo {
  letter-spacing: normal;
  padding: 0px;
  margin: 0px 0px 0px 7px;
  line-height: 57px;
  font-size: 18px;
  color: #1565C0;
  font-weight: bold;
}

.pure-menu {
  margin-top: 54px;
}

.pure-button {
  text-decoration: none !important;
}

.collapsible-parrent {
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible-children {
  padding-left: 13px;
  display: none;
  overflow: hidden;
}

.navbar {
  width:100%;
  height:55px;
  background-color:white;
  box-shadow:0px 0px 2px grey;
  position:fixed;
  z-index:1;
}

.logo {
  width: 50px;
  height:50px;
  margin: 2px 0px 0px 13px;
}

.avatar-user {
  width: 45px;
  height:45px;
  margin: 5px 5em 0px 0px;
  order:2;
  box-shadow:0px 0px 2px black;
  border-radius:50%;
  cursor: pointer;
}

.list-setting-profile {
  width: 11em;
  height: auto;
  background-color: white;
  float: right;
  margin-right: 4.8em;
  border-radius: 5px;
  box-shadow: 0px 0px 1px black;
  margin-top: -4px;
  display: none;
}

.list-setting-profile .profile {
    width: 70px;
    height: 70px;
}

.dropdown-menu-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 11px;
    border-top: 1px solid silver;
    cursor: pointer;
}

.gradient-orange {
    background: radial-gradient(circle at 20% 25.1%, #ff8800 0%, #ffaf24 100.2%) !important;
}

.gradient-blue {
  background: radial-gradient(circle at 20% 25.1%, #04aed9 0%, #3fc4c4 100.2%) !important;
}

.gradient-red {
  background: radial-gradient(circle at 20% 25.1%, #ff0000 0%, #eb5792 100.2%) !important;
}

.gradient-green {
  background: radial-gradient(circle at 20% 25.1%, #00a614 0%, #5ba364 100.2%) !important;
}

.title-card {
  margin:0px;
  font-weight:bold;
  font-size:22px;
  margin-top:12px;
}

.home-header-chat {
  width: 100%;
  height: 38px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1565C0;
  color: white;
  padding: 10px;
  font-size: 14px;
}

.home-box-chat {
  width: 98%;
}

.menu-chevron-left {
  float: right;
  line-height: 30px !important;
  font-size: 10px;
}
td, th {
    border: 1px solid silver;
    padding: 5px;
    padding-left:15px;
    letter-spacing: 0.1em;
}

table {
    font-size: 14px;
}

.tr-select-item-unit:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}

.tr-select-item-unit {
  height: 40px;
}

.tr-head {
    height:50px;
    background-color:#e4ebf5;
}

.tr-body {
    height: 45px;
}

.tr-body:nth-child(even) {
  background-color: #edf5ff;
}

td {
    vertical-align: middle !important;
}

.page-item {
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  margin-top: 15px;
  margin-right: 7px;
  float:left;
  cursor: pointer;
}

.page-item:hover {
  background-color: #e0e0e0;
}

.page-canvas {
  width:100%;
  padding-bottom:15px;
  background-color:#e4ebf5;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top:1px solid silver;
  padding-right: 15px;
  padding-left: 15px;
}

.canvas-table {
    height: auto;
    width: 100%;
    padding: 0px 25px 25px 25px;
    position: relative;
}

.canvas-table #overlay {
  position: absolute; 
  display: none;
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  background: #e1e1e1;
  background-image: linear-gradient(to right, #d8d8d8 0%, #bdbdbd 20%, #d8d8d8 40%, #d8d8d8 100%);
  background-repeat: no-repeat;

  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.search-box-table {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2px 15px 0px 16px;
  font-size: 13px;
  height: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid silver;
}

.search-box-table:focus {
  outline: none;
}

#closeSearch {
  float: right;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 15px 0px 16px;
  font-size: 13px;
  height: 30px;
  color: grey;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid silver;
  border-left: 0px;
  background-color: white;
  cursor: pointer;
}

.btn-add-data-table {
  float: right;
  text-align: center;
  padding: 10px;
  font-size: 10px;
  width: 90px;
  height: 30px;
  background-color: #1565C0;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  margin: 9px 25px;
  cursor: pointer;
}

.btn-add-data-table:hover {
  background-color: #094e9c;
}

#btn-add-data-table {
  display: none;
}

.tableEmpty {
  height: auto;
  text-align: center;
  color:red;
}

.container-login {
    width:100%;
    height: 800px;
    padding: 120px 50px;
}

.login-btn {
  background-color: #1565C0;
  box-shadow: 0px 0px 1px 1px grey;
  color: white;
  margin-top: 12px;
  width: 80%;
  height: 45px;
  text-align: center;
  padding-top: 14px;
  font-weight: bold;
  border-radius: 35px;
  font-size: 16px;
  cursor: pointer;
}

.login-card {
    width: 370px;
    height: 430px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 0px 7px 1px grey;
    animation: righttoleft 1.5s;
    animation-direction: alternate;
}

.login-card-footer {
   background-color: #ffd07a;
   width: 100%;
   margin-top: 40px;
   height: 171px;
   padding-top: 20px;
   border-bottom-left-radius: 30px;
   border-bottom-right-radius: 30px;
}

.input-login {
  width: 80%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: #DDF0FF;
  padding: 0px 15px;
  color: grey;
  font-size: 20px;
  box-shadow: 0px 0px 2px 0px grey;
}

.input-login:focus {
  outline: none;
  background-color: white;
}

.intTextBox {
  width: 100%;
  outline: none;
  text-align: center;
  height: 30px;
  border: 0px;
}

.text-welcome-login {
  animation: lefttoright 1.5s;
  animation-direction: alternate;
}

@keyframes lefttoright {
  0%   {opacity: 0; margin-left: -50px;margin-right: 50px; top: 0px;}
  25%  {opacity: 0.25;}
  50%  {opacity: 0.50;}
  75%  {opacity: 0.75;}
  100% {opacity: 1;}
}

@keyframes righttoleft {
  0%   {opacity: 0; margin-left: 50px;margin-right: -50px; top: 0px;}
  25%  {opacity: 0.25;}
  50%  {opacity: 0.50;}
  75%  {opacity: 0.75;}
  100% {opacity: 1;}
}

.pure-col-1 {
    width: 10%;
    float: left;
    padding: 10px;
}
 .pure-col-2 {
    width: 20%;
    float: left;
    padding: 10px;
}
 .pure-col-3 {
    width: 30%;
    float: left;
    padding: 10px;
}
 .pure-col-4 {
    width: 40%;
    float: left;
    padding: 10px;
}
 .pure-col-5 {
    width: 50%;
    float: left;
    padding: 10px;
}
 .pure-col-6 {
    width: 60%;
    float: left;
    padding: 10px;
}
 .pure-col-7 {
    width: 70%;
    float: left;
    padding: 10px;
}
 .pure-col-8 {
    width: 80%;
    float: left;
    padding: 10px;
}
 .pure-col-9 {
    width: 90%;
    float: left;
    padding: 10px;
}
 .pure-col-10 {
    width: 100%;
    float: left;
    padding: 10px;
}

.title-form {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.input-form-text {
    width: 100%;
    border: 1px solid silver;
    height: 35px;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    color: #242424;
}

.input-form-text:focus {
   outline: none;
   box-shadow: 0 0 0 0.2rem rgb(21 101 192 / 25%);
}

.input-form-select {
  width: 100%;
  height: 35px;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 15px;
}

.input-form-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(21 101 192 / 25%);
}

.input-group {
  display: inline-block;
  width: 49%;
}

.svg-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-card {
  float:right;
  font-size:3em;
  margin-top:9px;
}

/* Style the tab */
.canvas-tab {
  overflow: hidden;
  border-bottom: 1px solid grey;
  background-color: #f1f1f1;
  width: 100%;
  font-size: 12px;
}

/* Style the buttons inside the tab */
.canvas-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.canvas-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.canvas-tab .active {
  background-color: #ccc;
  border-bottom: 4px solid #1565C0;
}

.td-image {
  width:130px;
  border-radius: 5px;
}

#photo-canvas .photo {
  width:80px;
  height:80px;
  background-color:#464646;
  border-radius:7px;margin:3px;
  display:inline-block;
  border: 1px solid grey;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  cursor: pointer;
}

.remove-invoice-item {
  font-size:15px;
  color:red;
  cursor:pointer;
}

.report-pointer-canvas {
  width: 4%;
  display:inline-block;
  margin:5px;
  float:left;
}

.report-pointer-canvas .pointer {
  border-radius: 50%;
  width:100%;
  height:17px;
  border: 5px solid white;
  box-shadow: 0px 0px 3px 1px silver;
  background-color: rgb(21,101,192);
}

.report-detail-canvas {
  width: 91%;
  display:inline-block;
  margin:5px;
  float:left;
}

.report-detail-canvas .progress {
  font-size: 14px;
  font-weight: bold;
  color: rgb(21,101,192);
  margin:0px;
}

.report-detail-canvas .date-progress {
  font-size: 11px;
  color: grey;
  margin:0px;
  margin-top: 3px;
  margin-left: 5px;
}

.report-detail-canvas .pic-progress {
  font-size: 11px;
  color: grey;
  margin:0px;
  margin-left: 5px;
}

.report-detail-canvas .title-progress {
  font-size: 12px;
  color: grey;
  margin:0px;
  margin-left: 5px;
}

.report-detail-canvas .detail-progress {
  font-size: 11px;
  color: grey;
  margin:0px;
  margin-left: 5px;
}

.label-payment-0 {
  background-color: #DC3545;
  padding: 5px 0px;
  margin: 5px 0px 0px 0px;
  width: 100px;
  text-align: center;
  color: white;
  border-radius: 6px;
  font-size: 11px;
}

.label-payment-1 {
  background-color: #1565C0;
  padding: 5px 0px;
  margin: 5px 0px 0px 0px;
  width: auto;
  text-align: center;
  color: white;
  border-radius: 6px;
  font-size: 11px;
}

.label-btn {
  padding: 10px;
  font-size: 12px;
  color: white;
  border-radius: 5px;
}

.input-form {
  background-color: white;
  width: 300px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  padding: 10px;
}