select[readonly], input[readonly],a[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.notification-badge {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td{
    border-bottom:none;
}

.dataTables_paginate {
  position: relative;
}

.dataTables_paginate .pagination {
  position: absolute;
  right: 0;
}

.dataTables_paginate .pagination li {
  padding: 6px 12px;
  background: #FFF;
}

.dataTables_paginate .pagination li.prev, .dataTables_paginate .pagination li.next{
  background: #07A7E1;
}

.dataTables_paginate .pagination li.prev a, .dataTables_paginate .pagination li.next a  {
  color: #FFF;
  font-weight: 600;
}

.dataTables_paginate .pagination li.prev a i, .dataTables_paginate .pagination li.next i  {
  font-weight: bold;
}

.dataTables_paginate .pagination li.active a {
  color: #fff;
}

.dataTables_paginate .pagination li.active {
  background: #07A7E1;
}

.dataTables_paginate .pagination li.active a {
  color: #fff;
}

.help-block-error {
  color: #dc3545;
}

#photoOfficer {
  width: 80px;
  height: 80px;
}

.modal-form input{
  background-color: #e3e4e6;
}

.modal-form .button-container {
  padding: 30px 0px !important;
}

.modal-form .button-container .ghost-button {
  background: none;
  color: #07A7E1;
}

.spbj-stakeholder {
    background-color: #E4EAF3;
    color: #707F92;
    height: 150px;
    padding: 20px 20px;
}

.ptsi-modal-lg .modal-dialog{
    max-width: 1000px;
}

.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .5 )
    url('../img/loading.svg')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.modal-loading-scroll {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.modal-loading-show {
    display: block;
}

.ratting-indicator{
    width:20px;
    height: 20px;
    border-radius: 10px;
    margin: 0px auto;
}
.ratting-red{
    background-color: #f24c68;
}
.ratting-green{
    background-color: #27cc84;
}
.ratting-yellow{
    background-color: #f9e423;
}
.ratting-black{
    background-color: #313131;
}

.ratting-font-red{
    color: #f24c68;
}
.ratting-font-green{
    color: #27cc84;
}
.ratting-font-yellow{
    color: #f9e423;
}
.ratting-font-black{
    color: #313131;
}

h5.widget-title {
  padding-bottom: 20px !important;
}

.ptsi-widget.general-information{
  min-height: 0;
}

.item-information {
  padding-top: 15px;
  padding-bottom: 15px;
}

.item-information h3{
    font-size: 1.5rem;
}

.icon-progress-card {
  font-size: 25px;
  margin-bottom: 20px;
  color: #007bff !important;
}

.progress-card-text {
  font-size: 15px !important;
}

.progress-card-text a{
  display: block;
  margin-top: 15px;
}

.progress-card-col {
  padding-right: 0;
}
.progress-card-col-right {
  padding-right: 12px;
}

.kontrak-sum {
  position: absolute;
  left: 12px;
  right: 12px;
  background-color: #f8f9fa;
  padding: 20px 30px;
}

.kontrak-sum a {
  display: block;
  margin-top: 5px;
}

.kontrak-number {
  color: primary;
  font-size: 60px;
  /* padding: 15px; */
  color: #007bff;
  line-height: 50px;
}

.kontrak-sum i {
  color: #007bff;
  padding: 10px;
  transform: translateY(-10px);
}

.kontrak-sum-text {
  font-size: 1.3rem;
}

.konrak-sum-item {
  transform: translateY(110px);
}

.widget-status-kontrak {
  min-height: 400px;
}

.divider {
  margin: 10px;
}

.item-information a {
  color: #313131;
}
.item-information a:hover{
  text-decoration: none !important;
}

.btn-icon-only{
  border:0;
  outline:none;
  font-size: 30px;
  background: transparent;
  color: dodgerblue;
  text-decoration: none;
}

.btn-icon-only:hover{
  color: inherit;
}

.bg-white{
  background-color: white;
  padding: 15px;
}

.terms-and-conditions-list li{
  margin: 20px ;
  line-height: 175%;
  letter-spacing: .75px;
}

.info-message {
  position:fixed;
  bottom:30px; 
  right:10px;
}

.accordion {
  cursor: pointer;
}

.panel {
  /* max-height: 0; */
  transition: 0.5s ease-out;
  overflow: hidden;
}

.efisiensi {
  margin-top:15px;
  font-weight: bold;
}

.notification {
  border-bottom: 1px solid #cecece;
}
.notification-title {
  font-size:1.2em;
}
.list-inline li{
    display:inline;
    background-color: #cecece;
    border-radius: 5px;
    width: 75px;
    padding: 5px 10px;
}

.list-inline .active{
    background-color: white;
    border: 2px #07a7e1 solid;
    color: #07a7e1;
}

.list-inline .indicator{
    display: inline-block;
    vertical-align: middle;
}

.message-body {
  background-color:white; 
  min-height: 50vh;
  padding: 20px;
}

.message-date {
  font-size:15px; font-weight:200; margin-left: 35px;
}

.message-notification {
  position: relative; 
  top:20px; 
  background-color:#f24c68; 
  color:white; 
  height:19px; 
  width:19px; 
  border-radius:50%; 
  display:inline-block;
}

.message-notification-count {
  position: relative;
  top: -32px;
  right: -4px;
}

.perjanjian-count {
  font-size: 50px;
  font-weight: 600;
}

.perjanjian-small-count {
  font-size: 20px;
  font-weight: 600;
}

.perjanjian-small-text {
  font-size: 12px;
}

.font-blue {
  color:#07A7E1;
}

.umkm h3 {
  font-size: 3em;
}
.umkm h3.mikro {
  color:#334D5C;
}
.umkm h3.kecil {
  color: #EFC94C;
}
.umkm h3.menengah {
  color:#45B29D;
}

.general-widget h3{
  font-size: 48px;
}

.general-widget h3 span{
  font-size: 24px;
  color: #707F92;
  font-weight: 400;
}

.ptsi-widget.general-widget {
  min-height: 190px;
}

.font-14 {
  font-size: 14px;
}

.notification-bullet {
  background-color: #dc3545;
  border-radius: 50%;
  padding: 2px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  float:right;
}

.notification-bullet span {
  color:white;
  margin: auto;
  position: absolute;
  top: 20px;
}

.datepicker td, .datepicker th {
  padding: 5px;
}

.mb0 {
  margin-bottom: 0px;
}