
html,body{
  font-size: 13px;
  font-family: "roboto", "Helvetica Neue", sans-serif;
}
*{
  margin:0;padding: 0;
  font-family: "roboto", "Helvetica Neue", sans-serif;
}

/* Top layout */
.head-navbar {
  box-shadow: 0 0px 3px rgba(0, 0, 0, .05);
}
.primary-nav .nav-link > i { font-size: 20px; display: block; text-align: center; line-height: 1; color: #a6a6af; }
.primary-nav .nav-link { color: #2f2e7b; }
.primary-nav .nav-link:hover,.primary-nav .nav-link:hover > i { color: #0072C6;  }



  .nav-user {
      padding: 17px 20px 17px 15px;
      text-align: left;
      position: relative;
      background-color: #fafbfd;
      border: 1px solid #f1f3fa;
      border-width: 0 1px;
      min-height: 60px;
  }

  .welcome {
      padding: 0px 10px 0px;
      text-align: left;
      position: relative;
  }

  .welcome .nav-link {
      padding-top: 22px;
  }

  .navbar-custom .topbar-right-menu .nav-link {
      padding: 0;
      color: #98a6ad;
      min-width: 32px;
      display: block;
      text-align: center;
      margin: 0 8px;
  }

  .welcome .account-user-name {
      display: block;
      font-weight: 600;
      line-height: 1;
  }

  .welcome .account-position {
      display: block;
      font-size: 12px;
      margin-top: -3px;
      line-height: 1;
  }

  .navuser li {
      display: inline-block;
      vertical-align: top;
  }

  .navlogout {
      padding: 0 14px !important;
      width: 55px;
      line-height: 60px;
      cursor: pointer;
  }

/* common */

.mytable .ui-widget {
  font-family: "roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.primary-title {
  font-weight: 300;
}
.mytable .ui-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: inherit;
}
.mytable .ui-table .ui-table-caption, .mytable .ui-table .ui-table-summary {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ececec;
  padding: 0.7em 1em;
  text-align: center;
}
.mytable .ui-table-thead>tr>th {
  font-weight: 500 !important;
  background: #f8fbfc;
  white-space: nowrap;
}
.ui-table .ui-table-thead > tr > th span.ui-column-title {
  font-size: 12px;
  font-weight: 500;
}
.mytable .ui-widget-content {
  border: 1px solid #ececec;
  background: #ffffff;
  color: #454545;
}
.mytable .ui-widget-content {
  border: 1px solid #ececec;
  background: #ffffff;
  color: #222222;
}
.mytable .ui-table .ui-table-thead > tr > th, 
.mytable .ui-table .ui-table-tfoot > tr > td, 
.mytable .ui-table .ui-table-data > tr > td {
  background: #f3f6f9;
  border-color: transparent !important;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  border: 0;
  height: 45px;
  color: #464e5f!important;
  font-weight: 500 !important;
}
.mytable .ui-table .ui-table-tbody > tr > td {
  background: inherit;
    border: 1px solid transparent;
    border-color: #e1e7ec !important;
    border-width: 0 0px 1px 0px;
    font-size: 12px;
    font-weight: 300;
    color: #212121;
}
.mytable .ui-paginator {
  background-color: #f5f5f5;
  border: 1px solid #c8c8c8;
  padding: .5rem;
}
.panel-tile {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}
.form-control {
  font-size: 12px;
}
label {
  display: inline-block;
  margin-bottom: 6px;
}
form label {
  line-height: 1.1;
  color: #454545;
  font-weight: 400;
}
.btn {
  font-size: 13px;
}
.btn-footer {
  border-top: 1px solid #f5f5f5;
  margin-top: 6px;
  padding: 10px;
}
.btn-footer .btn{
margin:2px;  
}
.btn-secondary {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}

/*Spinner Service */
/* Loading CSS */
#wall h6 {
  font-size: 13px;
  color: #000;
}

#wall {
  position: relative;
  width: 150px;
  top: -10px;
  text-align: center;
  padding-top: 15px;
  font-family: Quicksand, Helvetica, sans;
  color: red;
  margin: auto;
}
 .preloader-bar {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}

.spin-bar {
  position: absolute;
  top: 50%;
  margin: -60px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.loader-round {
  margin-top: -5px;
}

.loader-round span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}

.loader-round span:nth-child(2) {
  background: #E84C3D;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}

.loader-round span:nth-child(3) {
  background: #F1C40F;
  z-index: 100;
}

.loader-round span:nth-child(4) {
  background: #2FCC71;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}

@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(20px);
    z-index: 200;
  }
}

@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px);
  }
  50% {
    -o-transform: translateX(-20px);
  }
  100% {
    -o-transform: translateX(20px);
    z-index: 200;
  }
}

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(-20px);
  }
}

.radio-custom label {
  padding-top: 4px;
}
.radio-custom label::before{
top: 0;
}
.custom-control-label::after{
background-size: 65%;
}


/* new */
.primary-nav .nav-item {
border-bottom: 2px solid transparent;
}
.primary-nav .nav-link {
padding-top: 12px;
font-weight: 500;
}

.primary-nav .nav-item.active {
border-bottom: 2px solid #0072c6;
}
.primary-nav .nav-item.active > a {
color: #0072c6;
}
.primary-nav .nav-item.active > a i {
color: #0072c6;
}

/* Modal css */
.modal-md .ui-dialog {
width: 100%;
max-width: 600px;
}
.modal-lg .ui-dialog {
width: 100%;
max-width: 800px;
}
.modal-sm .ui-dialog {
width: 100%;
max-width: 380px;
}
.modal-md .ui-widget-header {
background: #f4f4f4 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
font-size: 1.3rem;
}
.mask-control input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.myselect .ui-multiselect .ui-multiselect-label {
  padding: 1px 5px !important;
  
}
.myselect .ui-multiselect {
  width:100% !important;
}
.dlr-src-popup .ui-dialog-resizable .ui-dialog-content {
  overflow: visible;
}
.pi-caret-down:before {
  content: "\e906" !important;
}
.ui-sortable-column >span {
  float: right;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  font-size: 11px;
}
.ui-sortable-column {
  position: relative;
  padding-right: 15px !important;
}
.modal-lg-dm .ui-dialog {
  width: 100%;
  max-width: 1420px;
  word-break: break-word;
  }
  .ui-sortable-th {
    vertical-align: middle !important;
    line-height: 1;
  }
/* Notify dropdown */

li.dropdown.notify {
    line-height: 45px;
}

li.dropdown.notify .icon {
    font-size: 18px;
    color: #999;
    /* line-height: 1; */
    /* padding-top: 16px; */
}
.notify .noties-dropdown {
  line-height: 1.2;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, .10);
  right: -10px;
  top: 100%;
}
.notify span.badge {
  position: absolute;
  top: 14px;
  left: 20px;
}.notify .label {
  line-height: 1.5;
}
.notify .noties-dropdown li {
  display: block;
}
.notify .list-group-item {
  border: 1px solid rgba(0,0,0,.05);
}
.notify .dropdown-menu-media{
  border: 1px solid #efefef;
  width: 103%;
}
.noti-msg-icon i {
  font-size: 2rem;
  line-height: 1;
}


.notify .dropdown-menu-media:before, 
.notify .dropdown-menu-media:after {
  content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eaeaea;
    position: absolute;
    top: -10px;
    right: 19px;
    z-index: 4;
}
.notify .dropdown-menu-media:after {
  border-bottom: 10px solid #fff;
  top: -9px;
  z-index: 5;
}
.list-group-item.read-item {
  background-color: #f9f6f6;
}




