﻿a.btn-oke {
  -moz-appearance: button;
  text-decoration: none;
  color: #fff;
  width: 100px;
  background-color: #337AB7;
}
.btn-batal {
  -moz-appearance: button;
  text-decoration: none;
  color: #363636;
  width: 78px;
  background-color: #CBCBCB;
}
.btn-oke {
  -moz-appearance: button;
  text-decoration: none;
  color: #FFFFFF;
  width: 78px;
  background-color: #286090;
}
a.btn-normal {
  -moz-appearance: button;
  text-decoration: none;
  color: #fff;
  /*width: 100px;*/
  
  background-color: #337AB7;
}
.btnlink:hover {
  background-color: #326A9C;
  color: #fff;
}
.btn-edit {
  background: inherit !important;
  position: absolute !important;
  top: 1px;
  bottom: 1px;
  border: none !important;
  right: 2px;
  background: transparent;
}
.konten-body input[type=text],
input[type=password],
textarea,
optgroup {
  background-color: rgb(255, 255, 255);
}
.konten-body input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #fff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  border: 1px solid rgba(81, 203, 238, 1);
}
.my-input {
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #CCC;
  line-height: 1.42857;
}
.my-input:hover {
  border: 1px solid #337ab7;
}
.wrapper {
  width: 100%;
  height: 100%;
  overflow: auto !important;
  /*background-color: #E4E4E4;*/
}
/* konten start */

.border-biru {
  border-top: 4px solid #687FFF;
}
.konten {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 0px;
  /*overflow: hidden;*/
  /* z-index: 99; */
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: #6C6C6C;
}
.konten-title {
  font-size: 16px;
  padding-left: 10px;
  color: #6C6C6C;
  width: 50%;
  /*float: left;*/
}
.konten-header {
  /* height: 40px; */
  border-bottom: 1px solid #E4E4E4;
  line-height: 40px;
  overflow: auto;
}
.konten-body {
  padding: 10px;
  position: relative;
}

.konten-body .btn-panel{
  padding : 0px;
}

.konten-body .form-horizontal .form-group {
  padding : 0px;
  margin-bottom: 8px;
}

.konten-body .form-horizontal .form-group input {
  min-width : 145px;
}

.konten-right-header {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 10px;
  margin-top: -2px;
}
.konten-close {
  font-weight: 700;
  opacity: 0.2;
  cursor: pointer;
  float: right;
  padding-right: 13px;
  text-shadow: 0px 1px 0px #FFF;
  color: #000;
  line-height: 1;
  font-size: 15px;
  margin-top: 5px;
}
.konten-footer {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
/*.button-footer{
margin-left: 50px;
}*/

.btn-konten-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent none repeat scroll 0% 0%;
  box-shadow: none !important;
  color: #97A0B3;
}
.btn {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}
/* konten end */
/* Modal CSS3+HTML5 */

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 70%;
  position: relative;
  margin: 5% auto;
  padding: 15px 15px 15px;
  border-radius: 5px;
  background: #fff;
}
.modalDialog h2 {
  font-size: 15px;
  margin-bottom: 16px;
  margin-left: 160px;
}
a.chb-filter {
  margin-right: 50px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .konten-title {
      font-size: 22px !important;
      padding-left: 10px;
      color: #6C6C6C;
      width: 100%;
      /* display: initial; */
      line-height: normal;
      word-break: break-word;
      padding-right: 10px;
      font-weight: bold;
  }
  .konten-right-header {
      float: right;
      width: 13%;
      text-align: right;
      padding-right: 10px;
      margin-top: -2px;
  }
  .apply {
      float: left;
      margin-top: 10px;
      margin-left: 15px;
  }
  #dbgM {
      width: 100%;
  }
  #dbgM > tbody > tr > td.acts-table {
      word-wrap: break-word;
      word-break: break-all;
      white-space: normal;
      min-height: 15px;
  }
  .input-group {
      width: 100% !important;
  }

  .input-group .chosen-container {
      width: 100% !important;
  }
  table.table.table-bordered.table-striped.no-footer.dataTable {
    width: 100% !important;
  }
  table.table.details-table.table-bordered.table-striped.dataTable.no-footer {
    width: 100% !important;
  }
  .dataTables_scrollHeadInner {
    width: 100% !important;
  }
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
  overflow: auto;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
  color : #ece8e8 !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

@media only screen and (min-width: 768px) {
  .konten-title {
      font-size: 16px;
      padding-left: 10px;
      color: #6C6C6C;
      width: 50%;
      font-weight: bold;
      float: left;
  }
  .konten-right-header {
      float: right;
      width: 13%;
      text-align: right;
      padding-right: 10px;
      margin-top: -2px;
  }
  .modal-dialog {
      width: 700px !important;
      margin: 30px auto;
  }
  .modal-dialog.modal-view {
    width : 90% !important;
    margin : 5% auto;
  }
  
}
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #337ab7;
  color: #fff;
}
td.details-control {
  background: url('../../img/details_open.png') no-repeat center center;
  cursor: pointer;
  min-height: 20px;
}
tr.shown td.details-control {
  background: url('../../img/details_close.png') no-repeat center center;
}
.hcenter {
  text-align: center;
}

#dbgM > tbody > tr > td.acts-table {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
select option:disabled {
  color: #797979;
  font-weight: bold;
  background-color: #ccc;
}
.tip {
  border-bottom: 1px dashed;
}
/* input tooltip */

.tool-tip {
  color: #fff;
  background-color: rgba( 0, 0, 0, .7);
  text-shadow: none;
  font-size: .8em;
  visibility: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  opacity: 0;
  z-index: 999;
  padding: 3px 8px;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}
/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top {
  width: 170px;
  height: auto;
  margin-left: -43px;
}
/* tool tip position right */

.tool-tip.right {
  top: 25%;
  right: auto;
  left: 106%;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
}
.tool-tip.right:after {
  left: -5px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-right-color: rgba( 0, 0, 0, .7);
}
/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right {
  margin-top: -19px;
}
/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}
/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip {
  display: block;
}
.on-focus > .tool-tip.slideIn {
  z-index: -1;
}
.on-focus > input:focus + .tool-tip.slideIn {
  z-index: 1;
}
/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right {
  left: 50%;
}
*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right {
  left: 105%;
}

ul.menuSide a:hover{
  color: #fff;
}

/*selectable table*/
table.selectable > tbody > tr.selected {
  color: #fff;
  background-color: #91afe8 !important;
}

table.selectable > tbody > tr.selected:hover {
  color: inherit;
}

/*override for template.user.min.css*/
.topnav {
  position: fixed !important;
  z-index: 5 !important;
}

.mainpage {
  margin-top: 40px;
}

@media only screen and (max-width: 640px){
  #acts-table td{
    /* padding-left: 0; */
    text-align: center;
  }
  td.details-control{
    background-position-x: 70% !important; 
    /*left side (40%) + 50% of right side (60%)*/
  }

  .acts-dlg {
    width: auto !important;
    max-height: 400px;
    overflow: scroll !important;
  }

  .acts-dlg h2{
    font-size: large !important;
  }
}


/* shortcut list di menu user */
.shortcut-list {
    position: absolute;
    width: 100%;
    right: 10px;
    /* top: 10px; */
    /* padding: 10px; */
    border: 1px solid #687fff;
}
.shortcut-list__title {
    border-bottom: 1px solid;
    padding: 5px;
    background-color: #687fff;
    color: white;
}
.shortcut-list__body {
    padding: 5px;
    max-height: 450px;
    overflow: auto;
}

.tab-content {
    margin-top: 20px;
}

.breadcrumbs{
  --cssuiBreadcrumbsTextColor: var(--breadcrumbsTextColor);
  --cssuiBreadcrumbsTextColorActive: var(--breadcrumbsTextColorActive);
  --cssuiBreadcrumbsDivider: var(--breadcrumbsDivider);
  --cssuiBreadcrumbsDividerColor: var(--breadcrumbsDividerColor, inherit);
  --cssuiBreadcrumbsDividerSize: var(--breadcrumbsDividerSize, 16px);
  --cssuiBreadcrumbsIndent:  var(--breadcrumbsIndent, 8px);
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item{
  display: inline-block;
  position: relative;
 
  padding-right: calc(var(--cssuiBreadcrumbsDividerSize) + var(--cssuiBreadcrumbsIndent));
  margin-right: var(--cssuiBreadcrumbsIndent);
  
  color: var(--cssuiBreadcrumbsTextColor);
}

.breadcrumbs__item:after{
  content: var(--cssuiBreadcrumbsDivider);
  width: var(--cssuiBreadcrumbsDividerSize);
  height: var(--cssuiBreadcrumbsDividerSize);

  line-height: 1;
  text-align: center;
  
  font-family: "Arial", sans-serif;
  font-size: var(--cssuiBreadcrumbsDividerSize);
  color: var(--cssuiBreadcrumbsDividerColor);

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.breadcrumbs__item_active{
  margin-right: 0;
  padding-right: 0;
  color: var(--cssuiBreadcrumbsTextColorActive);
}

.breadcrumbs__item_active:after{
  display: none;
}
.breadcrumbs__element{
  color: inherit;
}

.breadcrumbs_type5{
  --breadcrumbsDivider: "›";
  --breadcrumbsDividerSize: 20px;
}

.page-breadcrumbs{
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.page__demo{
  flex-grow: 2;
  padding-bottom: 1rem;
}

.main-container{
  /* padding-left: 1rem; */
  /* padding-right: 1rem; */
  margin-left: auto;
  margin-right: auto;
}

.page__container{
  max-width: 100%;
}

.page__section{
  /*margin-top: 5rem;*/
  padding: 0.5rem 3rem;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); */
  background-color: #f9f9f9;
  color: #656565;
  border-radius: 2px;
  border: 1px solid #cecece;
}

@media screen and (min-width: 641px){

  .footer__container{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
  }

  .melnik909{
    margin-left: 2rem;
  }  
}

@media screen and (max-width: 640px){

  .melnik909{
    display: none;
  } 
}

table.dataTable thead th div.DataTables_sort_wrapper span {
    right: 0 !important;
}

.dataTables_scroll {
    overflow:auto;
}