* {
  box-sizing: border-box;
}
.nt{
  font-size:13px;
  font-style: oblique;
   }
.zoom {
/*  padding: 50px;
  background-color: green;*/
  transition: transform .2s;
/*  width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  -ms-transform: scale(5); /* IE 9 */
  -webkit-transform: scale(5); /* Safari 3-8 */
  transform: scale(5); 
}

body {
  background-color: #F3F5F7;
  height: 100%;
  color: #000000;
}

a,
.link {
    cursor: pointer;
    color: #333;
}

/*
input[type="file"] {
    display: none;
}
*/
.custom-file-input~.custom-file-label::after {
  content: "Pilih";
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.inputstl { 
    padding: 9px; 
    border: solid 1px #4B718B; 
    outline: 0; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CDDBE4), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #CDDBE4 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 

    } 


.header {
    background: #FFF;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.logo-text {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: bold;
    color: #444;
}

.sublogo-text {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0;
}

.dashboard {
    margin-top: 40px;
}

.mainpanel {
    margin: 20px 5px 20px 5px;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.breadcrumb {
    background: none;
    margin: 0;
    font-family: sans-serif;
}

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

.card:hover {
    box-shadow: .2rem .2rem .75rem rgba(0, 0, 0, 0.1);
}

a.card {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
}

#clock {
    margin-top: 20px;
    color: #E89E01;
    font-size: 19px;
    font-weight: bold;
    font-family: sans-serif;
}

#date {
    font-size: 13px;
}

.dokumen {
    margin-bottom: 30px;
}



.dropdown-menu {
    background: #F5F5F5;
}

.user-menu {
    margin-top: 20px;
    font-size: 14px;
}

.input-inline {
    max-width: 300px;
    display: inline
}

.input-inline-form {
    width: 950px;
    height: 40px;
}

.input-inline3 {
    max-width: 280px;
    height: 40px;
    display: inline
}

.input-inline2 {
    width: 300px;
    height: 50px;
    display: inline
}

.padding-20 {
    padding: 20px 20px 20px 30px;
}

.image-upload > input
{
    display: none;
}


.image-upload img
{
    height:2.2rem;
    width:auto;
    cursor: pointer;
    position: relative;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-muted{
  color: #ea0707 !important;
}

@media screen and (max-width: 640px) {
  #judul {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  #logo>img {
    height: 70px;
  }
  #user{
    visibility: hidden;
    right: 0;
    top:0;
    position: fixed;
  }

  #waktu{
    visibility: hidden;
  }

}
/* #forgotpasswordModal{
  top: 0;
  bottom: 0;
} */
.label-left{

   line-height: 150%;

}

.label-right{

   text-align: right;

}


.header-avatar{
    max-width: 40px;
    max-height: 40px;
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    padding-left:  10px;
    margin: 15px 0 0 5px;
    /* float: left; */
    background-size: cover;
    background-position: center center;
}

.menu-dashboard{
    position: relative;
    width: 80%;
    /* background: lightgreen; */
    left: 0;
    right: 0;
    bottom: 0;
    /* top:0; */
    padding-top: 10%;
    margin: 0 auto;
}

.konten {
    margin: 0 auto;
    /* position: absolute; */
}

.tengah {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.btn-btm {
    width: 18%;
    margin: 10px;
    border: 1px solid #29353D;
    border-radius: 5px;
}

.margin_container {
    margin: 50px;
}

.pagin {
    /* margin-top: 20px; */
    /* position: absolute; */
    right: 0;
    bottom: 0;
}

.container-form {
    margin: 50px;
    left: 0;
    right: 0;
}

.full-height {
    height: 100%;
    position: absolute;
}

.label-gold {
    color: #E89E01;
    font-weight: bold;
}

.Rectangle-5-copy-46 {
    width: 50px;
    height: 50px;
    background-color: #dae1e7;
}

.ic_web {
    width: 25px;
    height: 25px;
    object-fit: contain;
    background-color: #5a7487;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered{
    display: block;
    margin-left: 415px;
    margin-right: 415px;
}

.margins-without-text {
    margin-right: 19px;
    margin-left: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.42;
    letter-spacing: normal;
    text-align: center;
    color: #ffff;
}

.Rectangle-black {
    width: 130px;
    height: 100%;
    background-color: #373a36;
    color: #ffff;
}

.margin_tops {
    margin-top: 15%;
}

.sideimage_size {
    width: 49px;
    height: 36px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ic_delete_2 {
    width: 19px;
    height: 23px;
    object-fit: contain;
}

.full-screen {
    height: 300px;
    width: 100%;
}

.margin_top5 {
    margin-top: 1%;
}

.margin-top-card {
    margin-top: 5%;
}

.Rectangle-1-copy-12 {
    width: 119px;
    height: 100px;
    background-color: #373a36;
}

.ic_50px {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.ic_pengurus {
    width: 57px;
    height: 55px;
    object-fit: contain;
}

.box-sidebar-size{
    width: 95%;
    height: auto;
}

.box-sidebar-faq{
    width: 114%;
    height: auto;
}

.ic_button_buat_banner {
    width: 22px;
    height: 22px;
}

.hw-50{
    width: auto;
    height: 250px;
}

.w-cus{
    width: 550px;
}

.btn-list{
    width:18%;
    margin:10px;
    border:1px solid #FF561C;
    border-radius:5px;
}

.btn-bg{
    background:#FFF;
    color:#FF561C;
}

.margin-top-cus{
    margin-top: 10%;
    margin-bottom: 2%;
}

.posisi {
    width: 51px;
    height: 13px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.56;
    letter-spacing: normal;
    text-align: left;
    color: #394a56;
  }

.input-inline-dropdown {
    max-width: auto;
    height: 38px;
    display: inline
}


.input-inline-e {
    width: 43%;
    display: inline
}



.button-addPic
{
  background: url(/img/ic-button-picture-2.png);
  cursor:pointer;
  border: none;
}
.button-deletePic
{
  background: url(/image/btn.png) no-repeat;
  cursor:pointer;
  border: none;
}

.button-style {
    width:18%;
    margin:10px;
    border:1px solid #29353D;
    border-radius:5px;
}

.back-button-color {
    border:1px solid #29353D;
}

.btn-bg-green{
    background:#39b54a;
    color:#FFF;
}

.green-border-color {
    border:1px solid #39b54a;
}
.delete-border-color {
    border:1px solid #fbad41;
}
.hw-100{
    width: 100%;
    height: 100%;
}
.hw-150{
    width: 150px;
    height: 150px;
    margin: 5px;
}

.hw-135{
    width: 135px;
    height: 135px;
    margin: 5px;
}
.btn-green-w70{
    font-size:1.13rem;
    width:50%;
    height:100%;
    background:#39b54a;
    color:#FFF;
}

.bg-editor{
    background:#0c0c0c36;
}

.note-editor .note-editable {
    line-height: 20;
}

.bg-white{
    background: #F3F5F7;
}

.bg-grey{
    background: #f8f8f9;
}

.modal-header-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

.ic-20{
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}