body.page-hub{
    max-width: 767px;
    margin: 0 auto;
    min-width: 320px;
    background-color: #F7FAFD;
}
#page { float: left; width: 100%; background-color: #fff; box-shadow: 0px 2px 8px rgba(0,0,0,.08);overflow: hidden; }
.hub-header a i {color:black}
.hub-header { background-color: #D3D3D3; color: black; text-align: center; font-size: 13px; padding: 6px 15px;position: relative; }
.header-goback { position: absolute !important; top: 50%; left: 0; transform: translate(0,-50%);z-index: 10;padding: 5px 16px;text-align: left }
.header-goback i { color: #fff; font-size: 22px; }
.right-header { position: absolute; right: 15px; color: #fff; }
.right-header.open-search {right: 55px; top: -45px; padding: 13px 8px 3px;}
.right-header.open-search img {width:18px}
.box-main-content-page { padding: 0}
.padding-15{padding:0 15px !important}
[data-ripple]{position:relative}
.ripple{ position: absolute; top:0; left:0; bottom:0; right:0; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); border-radius: inherit; pointer-events: none; }
.rippleWave{ backface-visibility: hidden; position: absolute; border-radius: 50%; transform: scale(0.7); -webkit-transform: scale(0.7); background: #0277BD; opacity: 0.45; animation: ripple .7s forwards; -webkit-animation: ripple .7s forwards; }
@keyframes ripple {
    to {transform: scale(24); opacity:0;}
}
@-webkit-keyframes ripple {
    to {-webkit-transform: scale(24); opacity:0;}
}
.modal.popup-action {position: fixed; transition: .5s all; width: calc(100% - 30px); max-width: 375px; top:50%; left: 50%; transform: translate(-50%,-50%);overflow: visible; }
.box-content-modal { background-color: #fff; box-shadow: 0 1px 8px rgba(0,0,0,.15); border-radius: 7px; padding: 26px 0 26px; transition: .4s all; top: 0; position: relative;top: 50%;transform: translate(0,-50%);max-height: 450px; overflow-y: auto; }
.modal.popup-action .close-modal { z-index: 10;position: absolute; top: 2px; right: 8px; font-size: 25px; color: #000; }

/* .title-modal {color: #000; padding: 0 30px 15px; text-align: center; display: inline-block; width: 100%; position: relative; z-index: 1; top: -10px; font-weight: 500; font-size: 17px; } */
.row-form-modal {display: inline-block; width: 100%; margin-bottom: 15px; }
.row-form-modal label{ font-weight: 400;}
.row-form-modal textarea{ min-height:120px;}
.row-form-modal .form-control { border: 1px solid #ddd; box-shadow: none !important;font-size:13px}
button.btn-modal.btn-sumbit {
    height: 43px;
    border: 0 !important;
    background-color: #F4B23E;
    color: #fff;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
}
button.btn-modal.btn-sumbit:hover,button.btn-modal.btn-sumbit:focus{opacity:.85;}
.row-form-modal.row-button-modal{ margin-bottom: 0; }
.swal2-popup.swal2-toast { box-shadow: 1px 2px 3px rgba(0,0,0,.5) !important; }
.swal2-popup.swal2-toast #swal2-content { margin-left: 5px; }
.status { padding: 0 7px; border-radius: 20px; color: #fff; height: 25px; display: flex; align-items: center; }
.status_1{background-color:#FFBB00}
.status_2{background-color:#E93D3D}
.status_3{background-color:#1BBEC9}
.full{float:left;width:100%}
.box-toast {display:flex !important;transition: all .35s ease; position: fixed; z-index: 100000; background-color: green; width: 100% !important;transform: translateY(-100%);padding: 8px 15px; color: #fff;top:120px }
.toast-msg{margin-bottom: 0 !important}
.box-toast > i{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased;position: relative; top: 0; margin-right: 8px; font-size: 20px;}
.box-toast > i.top{top:12px;padding-right:8px}
.content-toast { width: calc(100% - 20px); display: inline-block; }
.box-toast.success{background-color: #5cb85c;}
.box-toast.info{background-color: #5bc0de;}
.box-toast.danger{background-color: #f0ad4e;}
.box-toast.warning{background-color: #d9534f;}
.box-toast.success .icon-success:before{content: "\f058";}
.box-toast.info .icon-info:before{content: "\f05a";}
.box-toast.danger .icon-danger:before{content: "\f06a";}
.box-toast.warning .icon-warning:before{content: "\f071";}
.box-toast.show{transform: translateY(0%);}
.close-toast { position: absolute; top: 50%; right: 0; transform: translate(0,-50%); width: 35px; text-align: center;cursor: pointer; }
.scroll-top { position: fixed; bottom: 20px; right: 10px; }
.scroll-top img { width: 30px; }
.label-absolute{position: absolute; top: 6px; left: 6px;display: flex; align-items: center;z-index:10}
.lbl{height: 26px; margin-right: 5px; padding: 0 6px;font-weight: 200; display: flex; align-items: center;z-index:10 }
.is_owner {background-color: darkcyan; color: #fff;padding:0 5px }
.is_broker { background-color: darkgoldenrod; color: #fff;padding:0 5px }
.is_sold { background-color: crimson; color: #fff;padding:0 5px}
@media only screen and (min-width: 600px) {
    .modal.popup-action{max-width:500px}
}
@media only screen and (max-width: 599px) {
    #page{box-shadow:none}
}
.unactive{opacity: 0.6}
@-webkit-keyframes {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
  }
  .preloading {
      overflow: hidden;
  }
  .preload-container {
      width: 100%;
      height: 100%;
      background: #1F58B6;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 999999;
      display: block;
      padding-right: 17px;
      overflow-x: hidden;
      overflow-y: auto;
  }
  .preload-icon {
      font-size: 66px;
      color: #fff;
      margin-top: 20%;
  }

  .box-logo img{max-height: 45px;margin-right: 10px;}
  .box-logo{display: flex; align-items: flex-end; float:left}
  .header-home { float: left; width: 100%; background-color: #18407C; display: flex; height: 45px; justify-content: space-between; align-items: center; padding:15px 0 15px 15px; /*position: fixed; top: 0; left: 0;*/ max-width: 767px;z-index: 10; }
  .box-notify .icon-notify{color:#0095d6;font-size:22px;}
  .is-active .box-notify .icon-notify{color:white}
  .box-notify.pull-right { position: relative;padding:15px 4px 12px }
  span.total-notify { position: absolute; top: 12px; right: 4px; background-color: #f44336; border-radius: 50px; width: 16px; height: 16px; text-align: center;color: #fff; display: flex; align-items: center; justify-content: center; font-size: 9px; }
  #contents{width:100%; float:left}
  .total {color:red;text-decoration: underline}
  .owl-item{cursor:pointer}
  .hide{display:none !important}
.items_pagenavi {display: flow-root}
.load-more-button{margin-top:18px}
/* .wrap{max-width:800px; margin:0 auto} */
.left{text-align: left}
.right{text-align: right}
.center{text-align: center}
.middle{vertical-align: middle}
.box-search-home{
    float: right;
    padding-top: 2px;
    border: 1px solid #d3d3d3;
    width: 180px;
    height: 33px;
    text-align: right;
    padding-right: 2px;
    border-radius: 6px;
}
.placeholder{
    font-size: 11px;
    font-weight: normal;
    color: #999;
    position: absolute;
    left: 8px;
    top: 0;
}
.screen_small {
    max-width:600px;
    margin:0 auto;
}
.bg-cornsilk {background-color: cornsilk}
.bg-white {background-color:white}
.multiple_select span{font-size:12px !important}
ul.pagination.pull-right {
    width: 100%;
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: rgb(242,239,239);
    border-color: rgb(242,239,239);
    color:#000
}
.pagination>li>a, .pagination>li>span{border-color:rgb(201,201,201) !important;padding:4px 15px !important;border-radius:4px !important}