/* custom color */
.progress-transparent.color-red1 .progress-bar{
    background-color: rgb(220, 20, 60) !important;
}
.progress-transparent.color-red2 .progress-bar{
    background-color: rgb(255, 0, 0) !important;
}
.progress-transparent.color-red3 .progress-bar{
    background-color: rgb(255, 160, 122) !important;
}
.progress-transparent.color-green1 .progress-bar{
    background-color: rgb(20, 220, 60) !important;
}
.progress-transparent.color-green2 .progress-bar{
    background-color: rgb(0, 255, 0) !important;
}
.progress-transparent.color-green3 .progress-bar{
    background-color: rgb(160, 255, 122) !important;
}
.progress-transparent.color-blue1 .progress-bar{
    background-color: rgb(60, 20, 220) !important;
}
.progress-transparent.color-blue2 .progress-bar{
    background-color: rgb(0, 0, 255) !important;
}
.progress-transparent.color-blue3 .progress-bar{
    background-color: rgb(122, 160, 255) !important;
}
.progress-transparent.color-orange1 .progress-bar{
    background-color: rgb(255, 98, 0) !important;
}
.progress-transparent.color-orange2 .progress-bar{
    background-color: rgb(255, 165, 0) !important;
}
.progress-transparent.color-orange3 .progress-bar{
    background-color: rgb(255, 255, 0)
}
.mb-2{
    margin-bottom: 20px;
}
.border-dash{
    border: 1px solid #e8e8e8;
    background: white;
}
.number-chart{
    background: white !important;
}
.list-referrals > li {
    margin-bottom: 20px !important;
}
.row.dashboard{
    margin : 0px !important;
}
body::-webkit-scrollbar {
    display: none;
}
body {
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
  }
.div-col{
    padding: 10px 10px;
    border-style: solid;
    border-color: skyblue;
    border-width: 1px;
    height: 402px;
}
h5.custom{
    font-size: 12pt;
    font-family: "Helvetica", sans-serif;
}
.div-card{
    border-style: solid;
    border-color: grey;
    border-width: 1px;
    /* height: 402px; */
    padding: 5px 15px;
}
.col-half{
    display: inline-block;
    width: 45%;
}
.login-button:hover {
    background-color: blueviolet;
  }
#left-sidebar{
    background-color: lightblue !important;
}
.breadcrumb-item{
    font-weight: bold !important;
}
.breadcrumb{
    background-color: #E1EEDD !important;
}
hr{
    border-top: 1px solid grey;
}
.btn-xm{
    padding:5px 5px 7px 10px !important;
    text-align: middle !important;
    display: inline-block !important;}
.btnsq{
    margin-right:0px !important;
    margin-left:0px !important;
    padding-right:2px !important;
    padding-left:6px !important;
}
.btn-custom{
    background-color: white;
}
.btn-dark{
    background-color: steelblue;
    color: white;
}
td.btnsq{
    width:20px;
}
.subdiv{
    font-size: 1em;
}
table#themed {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
table#themed td, #themed th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
table#themed tr:nth-child(even){background-color: #f2f2f2;}
  
table#themed tr:hover {background-color: #ddd;}
  
table#themed th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

select.custom-select{
    min-width: 15em !important;
    height: 2em !important;
}

iframe.jframe{
    width:  100%;
}
iframe.hframe{
    width: 80%;
    height: 450px !important;
}
img.static{
    width: 80%;
}
.sop{
    border-style:solid; 
    border-width:thin; 
    margin-bottom:10px; 
    padding-left:10px; 
    width: 400px;
}
.sop:hover{
    background-color:gainsboro;
}
@media (min-width: 1000px){
    #openFile .modal-dialog{
        width:100%; 
        height:100%;
    }
    #myIframe{
        width:1000px; 
        height:100%;
    }
}
/* #main-content{
    padding-top:60px !important;
} */
[id] {
      scroll-margin-top: 60px;
  }

.title{
    font-size: medium;
    color: #000;
}
.line{
    margin: 15px 10px;
    background-color: white;
    clear: both;
}
.row.tab{
    margin: 15px 30px;
    background-color: white;
    clear: both;
}
.line label{
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    float:left;
}
.line input{
    float:right;
    text-align:right;
}
.swal2-container {
    zoom: 1.5;
}
textarea{
    box-sizing: border-box;
    width: 100%;
}

/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial;
  }
  
  /* Style tab links */
  .tablink {
    background-color: deepskyblue;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
  }
  .tablink.cetak{
    width: 14%;
  }
  .tablink.elektronik{
    width: 25%;
  }
  .tablink:hover {
    background-color: lightskyblue;
  }

  .btn-primary:hover{
    background: #286090 !important;
  }
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    padding: 75px 20px;
    height: 100%;
  }
  
  #buku,#referensi,#ta,#prosiding,#jurnal,#koran,#majalah {background-color: steelblue;}
