/************************************************************************
*
* components.scss 
* ----------------------------------------------------------------------
* All components of the template.
*
* Author: Humza Khan
* Date: Mar 28, 2017.
*
*************************************************************************/
/************************************************************************
*
* variables.scss 
* ----------------------------------------------------------------------
* Sass Variables for the template.
*
* Author: Humza Khan
* Date: Mar 28, 2017.
*
*************************************************************************/
/************************************************************************
*
* colors.scss 
* ----------------------------------------------------------------------
* Color pallete for the template.
*
* Author: Humza Khan
* Date: Mar 28, 2017.
*
*************************************************************************/
/************************************************************************
*
* mixins.scss 
* ----------------------------------------------------------------------
* custom mixins for the template.
*
* Author: Humza Khan
* Date: Apr 17, 2017.
*
*************************************************************************/
/************************************************************************
*
* content.scss 
* ----------------------------------------------------------------------
* Content's basic layout of the web app
*
* Author: Humza Khan
* Date: Mar 28, 2017.
*
*************************************************************************/
html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem !important;
  background-color: #ffffff; }

.page-container {
  position: relative; }
  @media (min-width: 768px) {
    .page-container {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; } }

@-moz-document url-prefix() {
  .page-container {
    height: 1px; } }

@media (min-width: 768px) {
  .page-content {
    display: table-row; } }

.content {
  padding: 20px 20px; }
  .content:after {
    content: '';
    display: table;
    clear: both; }
  .page-header + .content {
    padding-top: 0; }

.content-wrapper {
  padding-bottom: 1.33333;
  width: 100%; }
  @media (min-width: 768px) {
    .content-wrapper {
      display: table-cell;
      vertical-align: top; } }

.content-group {
  margin-bottom: 5px !important; }

.content-group-sm {
  margin-bottom: 15px !important; }

.content-group-lg {
  margin-bottom: 30px !important; }

.form-horizontal .control-label {
  text-align: right;
  width: 100%;
  display: block; }

.page-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.4534rem; }
  .page-title > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300; }

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  position: absolute;
  bottom: 0;
  width: 100%; }

/************************************************************************
*
* siderbar.scss 
* ----------------------------------------------------------------------
* Main sidebar's styling.
*
* Author: Humza Khan
* Date: Apr 17, 2017.
*
*************************************************************************/
.sidebar {
  font-family: 'Raleway', sans-serif;
  font-size: 0.35rem;
  font-weight: 600;
  position: relative;
  background-color: #eeeeee;
  border-right: 1px #ddd solid;
  color: #ffffff; }
  @media (min-width: 768px) {
    .sidebar {
      display: table-cell;
      vertical-align: top;
      width: 250px;
		top: 0px;} }
  @media (max-width: 768px) {
    .sidebar {
      display: none; } }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%; } }
  .sidebar-block {
    display: block; }
  .sidebar-default {
    z-index: 99; }
    .sidebar-default .navigation-header > i {
      display: none; }
  .sidebar-collapsed.sidebar {
    min-width: 53px !important; }
  .sidebar-collapsed .sidebar-content > .navigation li > .navigation-header > span {
    display: none; }
  .sidebar-collapsed .sidebar-content > .navigation li > .navigation-header > i {
    display: block;
    left: 19px;
    position: absolute; }
    .sidebar-collapsed .sidebar-content > .navigation li > .navigation-header > i:hover {
      cursor: pointer; }
  .sidebar-collapsed .sidebar-content > .navigation li > a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block; }
  .sidebar-collapsed .sidebar-content > .navigation li > i {
    margin: 2px 0;
    display: block;
    float: none; }
  .sidebar-collapsed .sidebar-content > .navigation li > span {
    display: none; }
  .sidebar-collapsed .sidebar-content > .navigation li.has-ul:after {
    display: none; }
  .sidebar-collapsed .hidden-ul {
    display: none; }
  .sidebar-collapsed .side bar-content {
    position: relative; }
  .sidebar .navigation {
    margin: 0;
    padding: 0px;
    list-style: none;
    position: relative;
	border-bottom: 0px #dddddd solid; }
    .sidebar .navigation .hidden-ul {
      display: none; }
    .sidebar .navigation > li {
      position: relative; }
      .sidebar .navigation > li + li {
        margin-top: 0px; }
      .sidebar .navigation > li.active {
        background-color: rgba(0, 0, 0, 0.1); }
      .sidebar .navigation > li > a {
        display: block;
        color: #555555;
        font-size: 13px;
        text-transform: uppercase; }
        .sidebar .navigation > li > a:focus, .sidebar .navigation > li > a:hover {
          background-color: rgba(0, 0, 0, 0.1);
          color: #fff;
          text-decoration: none; }
        .sidebar .navigation > li > a > i {
          float: left;
          top: 12px;
          position: absolute;
          margin-top: 2px;
          margin-right: 15px;
          font-size: 15px; }
          .sidebar .navigation > li > a > i.pull-right {
            margin-right: 0;
            margin-left: 15px; }
        .sidebar .navigation > li > a > span {
          margin-left: 27px; }
      .sidebar .navigation > li.disabled > a, .sidebar .navigation > li.disabled > a:hover, .sidebar .navigation > li.disabled > a:focus {
        color: inherit;
        background-color: transparent;
        cursor: not-allowed;
        opacity: 0.3; }
      .sidebar .navigation > li > .has-ul {
        position: relative;
        padding-right: 33px; }
        .sidebar .navigation > li > .has-ul:after {
          content: "\f107";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 13px;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -6.5px;
          right: 20px;
          line-height: 1;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: -webkit-transform 0.2s ease-in-out; }
      .sidebar .navigation > li.active > .has-ul:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .sidebar .navigation > li a {
      padding: 12px 25px;
      min-height: 44px;
	  border-bottom: 1px #ddd solid; }
    .sidebar .navigation > li ul {
      list-style: none;
      margin: 0;
      padding: 0;
      background-color: fade(#000, 15%); }
      @media (max-width: 768px) {
        .sidebar .navigation > li ul {
          width: 100%; } }
      .sidebar .navigation > li ul li {
        background-color: #232323;
        position: relative; }
        .sidebar .navigation > li ul li:hover, .sidebar .navigation > li ul li:active {
          background-color: rgba(102, 102, 102, 0.1); }
        .sidebar .navigation > li ul li > a {
          padding: 10px 20px 10px 48px;
          min-height: 40px;
          font-size: 0.8256rem;
          color: #c3c3c5;
          display: block; }
          .sidebar .navigation > li ul li > a:hover, .sidebar .navigation > li ul li > a:active {
            text-decoration: none;
            color: #fff; }
        .sidebar .navigation > li ul li.active {
          border-left: none; }
      .sidebar .navigation > li ul .navigation-header {
        padding-left: 48px; }
    .sidebar .navigation .navigation-header {
      padding: 10px 20px;
      border-bottom: 0;
      text-transform: uppercase;
      font-size: 0.688rem;
      line-height: 1.66667;
      margin-top: 10px;
      opacity: 0.7;
      font-weight: 300; }
      .sidebar .navigation .navigation-header > span {
        display: block;
        margin-top: 0.312rem;
        width: 250px; }

.sidebar-toggle {
  background-color: inherit;
  color: #555555;
  font-size: 0.875rem;
  margin: 0;
  padding: 15px 15px;
  outline: 0; }
  @media (max-width: 768px) {
    .sidebar-toggle {
      display: none; } }
  .sidebar-toggle:hover, .sidebar-toggle:active, .sidebar-toggle:visited, .sidebar-toggle:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: none; }
  .sidebar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.15); }

/************************************************************************
*
* helpers.scss 
* ----------------------------------------------------------------------
* Helper items
*
* Author: Humza Khan
* Date: Apr 28, 2017.
*
*************************************************************************/
.width-350 {
  width: 350px; }

.width-300 {
  width: 300px; }

.width-190 {
  width: 190px !important; }

.height-200 {
  height: 200px; }

.height-250 {
  height: 250px; }

.height-300 {
  height: 300px; }

.height-350 {
  height: 350px; }

legend {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 10px 10px;
  border-bottom: 1px solid #c7c8c8;
  padding-left: 0; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.valign-top {
  vertical-align: top !important; }

.valign-middle {
  vertical-align: middle !important; }

.position-left {
  margin-right: 5px; }

.position-right {
  margin-left: 9px; }

.text-bold {
  font-weight: 800; }

.text-semibold {
  font-weight: 400; }

.text-light {
  font-weight: 300; }

.text-light.text-login{
	color: #333333;
	margin-top: 55px;
	font-weight: 400;
}
  
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-right: center; }

.text-upper {
  text-transform: uppercase; }

.margin-5 {
  margin: 5px; }

.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

.margin-20 {
  margin: 20px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px;
	margin-bottom: 10px;  }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

/************************************************************************
*
* notifications.scss 
* ----------------------------------------------------------------------
* Notification styling goes here.
*
* Author: Humza Khan
* Date: Apr 28, 2017.
*
*************************************************************************/
.list-notifications > ul {
  overflow: auto; }
  .list-notifications > ul > .media {
    padding: 10.5px 12px;
    border-top: 1px solid #e7e7e7; }
    .list-notifications > ul > .media:hover {
      cursor: pointer;
      background-color: #f7f7f7; }
    .list-notifications > ul > .media:nth-child(1) {
      border-top: none; }
    .list-notifications > ul > .media.notif-unread {
      text-align: center;
      font-size: 0.688rem;
      padding: 4px;
      float: center;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #4678e1;
      color: #fff; }
    .list-notifications > ul > .media > .notif-icon {
      color: #fff;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      display: inline-block; }
    .list-notifications > ul > .media > .notif-text {
      position: absolute;
      left: 15%; }

.list-notifications.dropdown-menu {
  padding: 0; }

/************************************************************************
*
* fontawesome.scss 
* ----------------------------------------------------------------------
* Font Awesome icons custom styling.
*
* Author: Humza Khan
* Date: May 8, 2017.
*
*************************************************************************/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

.fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 15px;
  border-radius: 4px; }
  .fontawesome-icon-list .fa-hover a:hover {
    background-color: #2380B6;
    color: #fff;
    text-decoration: none; }
  .fontawesome-icon-list .fa-hover a > i {
    margin-right: 7px; }

/************************************************************************
*
* datepickers.scss 
* ----------------------------------------------------------------------
* Custom datepickers styling.
*
* Author: Humza Khan
* Date: May 8, 2017.
*
*************************************************************************/
.picker select {
  padding: 0;
  height: inherit;
  font-size: 0.875rem;
  padding: 5px; }

.picker__holder {
  max-width: 380px; }

.picker__list-item:hover {
  color: #fff;
  background-color: #0E74AF;
  border: none; }

.picker__input,
.picker__input--active {
  border-color: rgba(0, 0, 0, 0.15); }

.picker__list {
  list-style: none;
  padding: 0.75em 0 1.0em;
  margin: 0; }

.picker--time .picker__button--clear {
  display: block;
  width: 90%; }

/************************************************************************
*
* datatables.scss 
* ----------------------------------------------------------------------
* Custom datatables styling.
*
* Author: Humza Khan
*
*************************************************************************/
.dataTables_filter {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 20px 20px; }
  .dataTables_filter > label {
    margin-bottom: 0;
    position: relative; }
    .dataTables_filter > label:after {
      content: "\f002";
      font-family: 'FontAwesome';
      font-size: 0.688rem;
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 12px;
      color: #636c72;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .dataTables_filter > label > span {
      float: left;
      margin: 8px 15px;
      margin-left: 0;
		color: #999999; }
  .dataTables_filter input {
    outline: 0;
    width: 200px;
    height: 2.09375rem;
    padding: 7px 12px;
    padding-right: 1.532rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px; }
  .filter-right .dataTables_filter {
    float: right; }

.dataTables_length {
  float: right;
  display: inline-block;
  margin: 0 0 20px 20px; }
  .dataTables_length > label {
    margin-bottom: 0; }
    .dataTables_length > label > span {
      float: left;
      margin: 8px 15px;
      margin-left: 0; 
	  color: #999999; }
    .dataTables_length > label > select {
      margin-top: 5px;
      padding: 7px; }
  .length-left .dataTables_length {
    float: left; }

.dataTables_info {
  float: left;
  padding: 8px 0;
  margin-bottom: 20px; }
  .info-right .dataTables_info {
    float: right; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
  background-color: #015daa;
border: 1px solid #015daa;  }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  background-color: #015daa;
	border: 1px solid #015daa;  }

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #eeeeef; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #eeeeef; }

table.dataTable thead .sorting {
  background-image: url("../../lib/img/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../../lib/img/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../../lib/img/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../lib/img/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../lib/img/sort_desc_disabled.png"); }

/************************************************************************
*
* login.scss 
* ----------------------------------------------------------------------
* Page styles for login.
*
* Author: Humza Khan
* Date: May 28, 2017.
*
*************************************************************************/
.auth-box > .card {
  display: block;
  margin: 0 auto; }

.auth-box .user-icon {
  margin-bottom: 7px;
margin-top: 15px;  }
  .auth-box .user-icon > i {
    font-size: 4.472rem;
    color: #0E74AF; }

.auth-box .user-details {
  margin-top: 27px; }
  .auth-box .user-details .input-group-addon {
    width: 35px; }

.auth-box .user-links {
  padding-top: 15px;
  padding-bottom: 22.5px;
  font-size: 0.688rem; }

.auth-box input {
  font-family: "Lato", sans-serif; }
  .auth-box input:focus {
    border-color: rgba(0, 0, 0, 0.15) !important; }

.login.card,
.register.card {
  position: relative;
  top: 65%;
  transform: translateY(-50%); 
  background-color: #eeeeee;
  height: 500px;
  border-radius: 5px;
  border: 1px #bbbbbb solid;
  box-shadow: 0px 4px 4px 0px #dddddd;
  }

#login.card,
.login.card {
  max-width: 350px; }

#register.card,
.register.card {
  max-width: 600px; }

/************************************************************************
*
* widgets.scss 
* ----------------------------------------------------------------------
* Widget styling goes here.
*
* Author: Humza Khan
*
*************************************************************************/
@media (min-width: 0) {
  .widget-overview {
    margin-bottom: 10px; } }

.widget-overview > .inner {
  padding: 15px;
  color: #fff; }
  .widget-overview > .inner > h2 {
    font-weight: 900; }
  .widget-overview > .inner > p {
    font-weight: bold; }

.widget-overview > .icon {
  position: absolute;
  right: 25px;
  top: 5px;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.25); }

.widget-overview > .details {
  padding: 3px;
  color: #fff;
  text-align: center;
  font-size: 0.688rem;
  opacity: 0.85; }
  .widget-overview > .details:hover {
    opacity: 1;
    cursor: pointer; }
  .widget-overview > .details > span i {
    margin-left: 5px; }

/************************************************************************
*
* extras.scss 
* ----------------------------------------------------------------------
* Extra styles for random designs.
*
* Author: Humza Khan
*
*************************************************************************/
.recent-products > ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .recent-products > ul > li {
    padding-bottom: 23.6px; }
    .recent-products > ul > li > .product-image {
      float: left; }
      .recent-products > ul > li > .product-image > img {
        width: 50px;
        height: 50px; }
    .recent-products > ul > li > .product-info {
      margin-left: 60px; }
      .recent-products > ul > li > .product-info > .product-title {
        font-weight: bold; }
        .recent-products > ul > li > .product-info > .product-title > a {
          color: #2380B6; }
      .recent-products > ul > li > .product-info > .product-description {
        display: block;
        color: #888;
        font-size: 0.7568rem; }

.recent-members {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .recent-members > li {
    width: 25%;
    padding: 10px;
    float: left;
    text-align: center; }
    .recent-members > li > img {
      border-radius: 50%;
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border: 1px solid #ddd; }
    .recent-members > li > .user-name {
      font-weight: bold;
      font-size: 0.7912rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .recent-members > li > .joined-date {
      color: #999;
      font-size: 0.688rem; }

/************************************************************************
*
* chartist.scss 
* ----------------------------------------------------------------------
* Custom styling for chartist plugin.
*
* Author: Humza Khan
*
*************************************************************************/
.ct-chart-blue .ct-series-a .ct-line,
.ct-chart-blue .ct-series-a .ct-bar {
  stroke: #015daa; }

.ct-chart-blue .ct-series-b .ct-line,
.ct-chart-blue .ct-series-b .ct-bar {
  stroke: #1eb3e8; }

  
  
 .form-control.form-input-login,.form-control.form-input-login:focus, .form-control.form-input-login:active{
	 border: 1px #ddd solid;
 }
 
 .btn.btn-primary.btn-lg.btn-block{
	 background: #660015;
	 border: 1px #660015 solid;
	 margin: 0px auto;
 }
 
 .btn.btn-primary.btn-lg.btn-block:hover{
	 opacity: 0.8;
 }
 
 .logo-bca-login{
	 width: 100%;
	 max-width: 160px;
 }
 
 .user-icon.login-logo-bca{
	 margin-top: 40px;
 }
 
 .text-footer-login{
	 font-size: 14px;
 }
 
 .text-light.text-login-copyright{
	 color: #333333;
	 font-size: 13px;
	 line-height: 18px;
	 margin-top: 50px;
 }
 
 /*.body-login{
	 background-image: url("../img/bg-pattern.png");
 } */
 
.sidebar-toggle.btn.btn-flat .fa.fa-align-justify.icon-menu-line{
	margin-top: 4px;
 }
 
 .form-inline.form-employee-management{
	 margin-bottom: 15px;
	 padding-bottom: 15px;
	 border-bottom: 1px #dddddd solid;
 }
 
 .dataTables_length > label > select{
	 margin-top: 0px;
	 margin-left: 10px;
	 margin-right: 10px;
 }
 
 .sidebar-content{
	 height: 100%;
	 min-height: 650px;
 }
 
 .dropdown-menu.dropdown-menu-table-employee-management{
	 left: -70px;
	 line-height: 24px;
 }
 
 .dropdown-menu.dropdown-menu-table-employee-management > li{
	 margin-bottom: 0px;
	 padding: 5px 10px;
 }
 
  .dropdown-menu.dropdown-menu-table-employee-management > li:hover{
	 margin-bottom: 0px;
	 padding: 5px 10px;
	 background-color: #f1f1f1;
	 text-decoration: none;
 }
 .dropdown-menu.dropdown-menu-table-employee-management > li > a:hover{
	text-decoration: none;
 }
 

 
#table-achievement-status-list_wrapper{
	margin-top: 20px;
}

#table-employee-management_wrapper{
	margin-top: 20px;
}
 
#table-config-list_wrapper{
	margin-top: 20px;
}
 
table.dataTable.no-footer{
	border-bottom: 1px #dddddd solid;
	margin-bottom: 5px;
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 3px 10px;
}

.btn.btn-primary.btn-config-add-new{
	margin: 0px;
}

.btn-group.trx-history-btn-group {
    padding-left: 15px;
}

.content-group.contont-group-employee-management{
	margin-top: 15px;
}

.register.card.auth-box.mx-auto.my-auto.box-colom-register{
	top: 53%;
	height: 100%;
	min-height: 600px;
}

.content-group.form-search-sa-activity{
	margin-bottom: 15px !important;
}

.label-checkbox-form-setting-security{
	margin-bottom: 0px;
	vertical-align: middle;
	top: 5px;
	position: relative;
}

.checkbox-form-setting-security{
	margin-right: 5px;
	vertical-align: middle;
	top: -2px;
	position: relative;
}

.label-checkbox-form-setting-security-symbol{
	margin-bottom: 0px;
	vertical-align: middle;
	top: 0px;
	position: relative;
}

.checkbox-form-setting-security-symbol{
	margin-right: 5px;
	vertical-align: middle;
	top: 0px;
	position: relative;
}

.btn.btn-modal-link-list-user{
	background: none;
	border: 0px;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	color: #1E88E5;
	line-height: 1.5;
	font-weight: normal;
	font-size: 0.875rem !important;
	font-weight: normal;
	font-family: "Lato", sans-serif;
}

.btn.btn-modal-link-list-user:hover, .btn.btn-modal-link-list-user:active, .btn.btn-modal-link-list-user:focus{
	background: none;
	border: 0px;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	color: #1E88E5;
	line-height: 1.5;
	font-weight: normal;
	font-size: 0.875rem !important;
	font-weight: normal;
	font-family: "Lato", sans-serif;
	text-decoration: underline;
}

.modal-user-trx-history {
    overflow: scroll;
    height: 400px;
}

.modal-dialog.modal-dialog-mpos-bca{
	top: 70px;
}

.modal-header.modal-header-mpos-bca{
	background-color: #660015;
	color: #ffffff;
}

.modal-footer.modal-footer-mpos-bca{
	background-color: #660015;
	color: #ffffff;
}

.close.button-close-modal-mpos-bca{
	color: #ffffff;
	text-shadow: 0 0px 0 #fff;
	opacity: 1;
}

.modal-title.modal-title-mpos-bca{
	font-size: 16px;
	font-weight: 600;
}

.file-input-upload-file-list-download{
	background-color: #ffffff;
	border: 1px #dddddd solid;
	padding: 5px;
	width: 100%;
}

.form-group.form-group-list-download-file-input{
	margin-bottom: 0px;
}

.text-note-list-download{
	color: #999999;
	margin-bottom: 5px;
}

.tab-pane.active.table-list-download{
	margin-top: 5px;
}

.form-group.form-group-button-modal-table-list-download-delete{
	margin-bottom: 5px;
}

.card-img-top.img-responsive.image-detail-list-merchant{
	border-bottom: 3px #dddddd double;
	height: 180px;
}

.btn-action-list-user{
	font-size: 10px;
	width: 75px;
}

.image-thumbnail-list-advertising{
	display: contents;
}

.image-thumbnail-list-advertising:hover{
	background-image: #cf1212;
}




.box{
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box:hover img{ filter: hue-rotate(100deg); }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 27% 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: '';
    height: 100%;
    width: 50%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.5s;
    z-index: 1;
}
.box:before{ transition-delay: 0.1s; }
.box:after{
    left: 50%;
    transition-delay: 0.2s;
}
.box .box-content:before,
.box .box-content:after{
    z-index: -1;
    top: 100%;
    transition-delay: 0.3s;
}
.box .box-content:after{
    left: 50%;
    transition-delay: 0.35s;
}
.box:hover:before,
.box:hover:after{
    top: 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    top: 50%;
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px auto;
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.3s ease 0.3s;
}
.box .post{
    font-size:16px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    opacity: 0;
    display: block;
    transform: translateX(-200px);
    transition: all 0.3s ease 0.3s;
}
.box .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 2;
    transform: translateX(200px);
    transition: all 0.3s ease 0.3s;
}
.box:hover .title,
.box:hover .post,
.box:hover .icon{
    opacity: 1;
    transform: translateX(0);
}
.box .icon li{
    margin: 0 4px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    background: #f39c12;
    box-shadow: 0 0 10px #f39c12;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .box-content{ padding: 23% 0 0; }
}

button.dt-button, div.dt-button, a.dt-button{
	border: 1px solid #dddddd;
	border-radius: 0px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	background-color: #dddddd;
	background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
}

.dt-buttons .dt-button.buttons-html5:hover, .dt-buttons .dt-button.buttons-html5:focus, .dt-buttons .dt-button.buttons-html5:active{
	border: 1px solid #094e76;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	background-color: #094e76;
	background-image: linear-gradient(to bottom, #094e76 0%, #094e76 100%);
}

.detail-list-merchant-privilege{
	margin-right: 5px;
}

.form-control.input-text-user-merchant-add-user{
	margin-right: 5px;
}

#table-search-sa-activity_wrapper{
	margin-top: 20px;
}

#table-list-merchant_wrapper{
	margin-top: 20px;
}

#table-installment-regular_wrapper{
	margin-top: 20px;
}

#table-installment-non-regular_wrapper{
	margin-top: 20px;
}

#table-list-transaction_wrapper{
	margin-top: 20px;
}

#table-list-settlement-manual_wrapper{
	top: -25px;
}

.color-blue{
	color: #015daa;
}

.btn.btn-primary.btn-generate-password{
	margin-right: 7px;
}

.input-checkbox-user-merchant-add-user{
	margin-right: 5px;
}

.label-checkbox-user-merchant-add-user{
	margin-right: 20px;
	line-height: 24px;
}

.form-group.form-group-inline-add-user-merchant{
	margin-bottom: 15px;
}

.form-group.form-group-inline-add-user-merchant-button{
	margin-top: 10px;
}

.btn-user-merchant-add-user{
	margin: 5px 5px 5px 0px;
}

.img-responsive.image-list-advertising{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}

.btn.btn-danger.btn-close-image-list-advertising{
	margin: 0px 0px 10px 0px;
}

.modal-content.modal-content-detail-transaction{
	height: 100%;
	max-height: 500px;
	overflow-y: scroll;
}

.img-responsive.image-modal-transaction-report-view-receipt{
	width: 100%;
}

.popup{
    width: 100%;
    margin: 0px auto;
}

.popup img{
    width: 153px;
    height: 153px;
    cursor: pointer;
	margin: 5px;
}

.show{
    z-index: 999;
    display: none;
}

.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.show .img-show{
    width: 600px;
    height: 400px;
    background:fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
	z-index: 2;
}

.img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
	font-weight: 600;
	background: #cf1212;
	color: #ffffff;
	padding: 2px 10px;
}
.img-show span:hover{
    opacity: 0.8;
}

.img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar{
	background-color: #eeeeee;
	border-bottom: 1px #dddddd solid;
	border-top: 3px #660015 solid;
}

.logo-bca.logo-login{
	max-width: 245px;
}

#table-transaction-report_wrapper .dataTables_filter{
	display: none;
}

/*#table-transaction-report_wrapper .dataTables_paginate.paging_simple_numbers{
	display: none;
} */

.input-group.search-table-transaction-report{
	width: 40%;
	float: right;
	top: 10px;
}

#table-transaction-report_wrapper{
	top: -25px;
}

#table-transaction-report_wrapper{
	top: -25px;
}

#table-transaction-report_wrapper .dt-buttons{
	margin-bottom: 20px;
}

.card.background-active-inactive-merchant{
	background-color: #ffffff;
}

#table-transaction-report_paginate{
	display: none;
}

.pagination-transaction-report{
	margin-top: 10px;
}

.pagination-transaction-report a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
	margin-left: 1px;
}

.pagination-transaction-report a:hover {
    background-color: #dddddd;
    color: #333333;
}

.pagination-transaction-report a.active {
    background-color: #dddddd;
    color: #333333;
}

.pagination-transaction-report{
	position: relative;
	float: right;
}
.ads-image {
	max-width:220px;
	width:100%;
	margin: 0 auto;
}
.ads-image img {
    max-width: 100%;
	width:100%;
    cursor: pointer;
    margin: 0px !important;
}
.ads-image a {
    top: -174px;
	position: relative;
	left: 202px;
}
.ads-image .fa.fa-remove {
    color: red;
    font-size: 15px;
}
.ads-description {
    margin: 5px 0px;
    width: 100%;
    max-width: 220px;
}

.ads-description p{
	margin-bottom: 0px;
}

.col-image-ads{
	border: 1px #ddd solid;
}

.box-ads {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}
.col-md-3.ads-list {
	padding:5px;
}

.chart-daily-transaction{
	width: 100%;
	max-width: 490px;
	height: 100%;
	max-height: 230px;
}

#table-list-advertising-merchant_wrapper{
	z-index: 0;
}

#table-transaction-report {
        font-size: 10px;
}

.btn.btn-primary.btn-red-c:hover{
	opacity: 0.8;
}

.btn.btn-primary.btn-red-c{
	background-color: #cf001c;
	border: 1px #cf001c solid;
	color: #ffffff;
}

#table-list-settlement-manual_paginate{
	display: none;
}

.width-table-btn-red{
	width: 100%;
	max-width: 75px;
}

table.dataTable thead th, table.dataTable thead td{
	padding: 10px 10px;
}

#table-list-settlement-manual_filter{
	display: none;
}

.btn.btn-primary.btn-search-normal-table{
	margin: 0px;
}

.btn.btn-primary.btn-show-all-normal-table{
	margin: 0px 0px 0px 10px;
	float: right;
	top: 10px;
	background: #cf001c;
	border: 1px #cf001c solid;
	z-index: 1;
}

.btn.btn-primary.btn-search-normal-table{
	background: #cf001c;
	border: 1px #cf001c solid;
}

#table-list-settlement-manual_wrapper .dt-buttons{
	margin-bottom: 20px;
}

.body-login{
	background-image: url("/static/img/background-silver.jpg");
}

.input-group-addon.input-group-addon-login{
	border: 1px #dddddd solid;
}

.logo-bca{
	width: 100%;
	max-width: 150px;
}

.bg-blue, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #f7f7f7 !important;
	color: #333 !important;
	border: 0px #eee solid;
	padding: 15px;
}

.bg-aqua, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #fff !important;
	color: #727272 !important;
	border: 1px #ddd solid;
}

.bg-green, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #fff !important;
	color: #727272 !important;
	border: 1px #ddd solid;
}

.bg-red, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #fff !important;
	color: #727272 !important;
	border: 1px #ddd solid;
}

.bg-orange, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #fff !important;
	color: #727272 !important;
	border: 1px #ddd solid;
}

.bg-silver, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body{
	background-color: #aaa !important;
	color: #fff !important;
}

.info-box{
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	/* box-shadow: 0 3px 3px rgba(0,0,0,0.1); */
	border-radius: 0px;
	margin-bottom: 10px;
}

.info-box-icon{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	display: block;
	float: left;
	height: 91px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0,0,0,0.2);
}

.info-box-content{
	padding: 5px 10px;
	margin-left: 90px;
}

.info-box-text{
	text-transform: normal;
}

.progress-description, .info-box-text{
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-box-number{
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.info-box .progress, .info-box .progress .progress-bar{
	border-radius: 0px;
}

.info-box .progress{
	background: rgba(0,0,0,0.2);
	margin: 5px -10px 5px -10px;
	height: 2px;
}

.progress, .progress > .progress-bar{
	box-shadow: none;
}

.info-box .progress .progress-bar{
	background; #ffffff;
}

.progress-description{
	margin: 0;
}

.progress-bar{
	background-color: #ffffff;
}

.info-box.bg-blue{
	box-shadow: 0 3px 3px rgba (0,0,0,0.1);
}

.info-box.bg-blue .info-box-icon{
	border-radius: 50px;
	background: #015daa;
	color: #ffffff;
	margin-right: 20px;
}

.info-box.bg-blue .progress-bar{
	background-color: #015daa;
}

.info-box.bg-orange .info-box-icon{
	background: #f2f2f2;
	color: #555555;
	border-right: 1px #ddd solid;
}

.info-box.bg-blue .progress-description{
	color: #999999;
}

.info-box-number.text-blue{
	color: #015daa;
}

.info-box.bg-aqua .info-box-icon{
	background: #f2f2f2;
	color: #790007;
	border-right: 1px #ddd solid;
}

.info-box.bg-aqua .info-box-content .info-box-number{
	color: #790007;
}

.info-box.bg-aqua .info-box-content .progress .progress-bar{
	background: #790007;
}

.info-box.bg-green .info-box-icon{
	background: #f2f2f2;
	color: #fab206;
	border-right: 1px #ddd solid;
}

.info-box.bg-green .info-box-content .info-box-number{
	color: #fab206;
}

.info-box.bg-green .info-box-content .progress .progress-bar{
	background: #fab206;
}

.info-box.bg-red .info-box-icon{
	background: #f2f2f2;
	color: #ec1d23;
	border-right: 1px #ddd solid;
}

.info-box.bg-red .info-box-content .info-box-number{
	color: #ec1d23;
}

.info-box.bg-red .info-box-content .progress .progress-bar{
	background: #ec1d23;
}

.info-box.bg-orange .info-box-icon.inactive{
	color: #cacaca;
}

.card{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #727272;
}

.card.no-margin{
	margin-top: 0px;
	margin-bottom: 0px;
}

.card [class*="card-header-"] .card-icon, .card [class*="card-header-"] .card-text{
	border-radius: 3px;
	background-color: #999;
	padding: 15px;
	margin-top: -30px;
	margin-right: 15px;
	float: left;
}

.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front{
	background: linear-gradient(60deg,#ec1d23,#790007);
	color: #ffffff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text{
	text-align: right;
	border-bottom: 0px;
	background: #f2f2f2;
}

.card-stats .card-header.card-header-icon i{
	font-size: 40px;
	line-height: 56px;
	width: 56px;
	height: 56px;
	text-align: center;
}

.card-category{
	color: #727272;
	margin-bottom: 5px;
}

.card-header.card-header-warning.card-header-icon .card-title{
	border-bottom: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	color: #727272;
	font-weight: 600;
}

.card.card-stats .card-footer{
	/* background: linear-gradient(60deg,#f5f5f5,#f2f2f2); */
	background: #ffffff;
	color: #727272;
}

footer{
	background: #eeeeee;
	color: #555555;
	padding: 10px 25px;
	border-top: 1px #dddddd solid;
}

.text-footer-left{
	text-align: left;
	float:  left;
}

.text-footer-right{
	text-align: right;
	float:  right;
}

.btn.btn-primary.button-form-add-user{
	background: #790007;
	border: 1px #790007 solid;
	margin: 0px;
}

.btn.btn-primary.button-form-add-user:hover, 
.btn.btn-primary.button-form-add-user:focus, 
.btn.btn-primary.button-form-add-user:active {
	opacity: 0.8;
}

#genpass{
	background: #666666;
	border: 1px #555555 solid;
	margin: 0px;
}

#genpass:hover, #genpass:focus, #genpass:active {
	opacity: 0.8;
}

.btn{
	margin: 0px;
}

.modal-open .modal{
	background: rgba(0,0,0,0.4);
}

.btn.btn-success.button-generate-password-modal-edit-list-user{
	margin-top: 15px;
}

.radio-btn-profile-merchant{
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.btn.btn-success.btn-submit-add-merchant.btn-normalize{
	margin-bottom: 10px;
}

.tab-pane.table-list-download.active .content-group.col-button-original-export.btn-export-table-transaction-report{
	float: left;
	margin-bottom: 20px !important;
}

.tab-pane.table-list-download.active .input-group.search-table-transaction-report{
	top: 0px;
}

#detail-list-merchant .modal-body.modal-user-trx-history{
	overflow: visible;
	height: 100%;
}
 
@media (max-width: 768px) {
	.dataTables_length{
		margin: 0 0 20px 0px;
	}
	.dataTables_filter{
		margin: 0 0 20px 0px;
	}
	.btn.btn-danger.btn-submit-form-employee-management{
		margin-top: 15px;
	}
	.sidebar-content{
		min-height: 100%;
	}
	.sidebar .navigation > li a{
		padding: 12px 30px;
	}
	.form-group.form-group-keyword{
		margin-bottom: 5px;
	}
 }
