    span {
        display: inline-block;
    }

    .no-gutter {
        padding-left: 0;
        padding-right: 0
    }

    @media print {
        .not-print {
            display: none;
        }
        .print-only {
            display: block;
        }
        .col-title {
            width: 3vw;
        }
        body {
            zoom: .4
        }
    }

    @media screen {
        .print-only {
            display: none;
        }
    }
    /* ICON */

    .small-icon {
        width: 1em;
        height: 1em;
    }

    .small-icon:hover {
        cursor: pointer;
    }

    .medium-icon {
        width: 1.8em;
        height: 1.8em;
    }
    .medium-icon-long {
        height: 2em;
    }

    .medium-long-icon {
        height: 2.7em;
    }

    .medium-long-icon:hover {
        cursor: pointer;
    }
    /* ICON */
    /* PRINT */

    .print-title {
        font-size: 1.5em;
    }

    .print-code {
        float: right !important;
    }

    .print-table-data {
        padding-bottom: 1 !important;
        padding-top: 1 !important;
        font-size: 14px;
    }

    .print-detail-td tr td,
    .print-detail-td tr th {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        font-size: 16px !important;
    }

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

    .print-data-right {
        text-align: right;
    }

    .print-table {
        table-layout: auto;
    }

    .print-td-signature {
        border: 1px solid black !important;
        height: 200px !important;
        text-align: center;
    }

    .print-master-td tr td {
        vertical-align: top;
        display: table-cell;
        font-size: 18px !important;
        padding: 0;
    }
    /* PRINT */
    /* FONT */

    th {
        font-size: 14px;
        font-weight: bold;
    }

    td {
        font-size: 14px;
        color: #262626; /*item gak pekat*/

    }

    .red_back {
        background-color: red;
    }

    .font-pesan {
        font-size: 0.9vw;
        color: red;
    }

    .title-black {
        font-size: 2vw;
        color: #000000;
    }

    .title-gray-medium {
        font-size: 2.2vw;
        color: #000000;
    }

    .title-gray-small {
        font-size: 1.5vw;
        color: #000000;
    }

    .title-gray {
        font-size: 3vw;
        color: #9b91a2;
    }
    /* FONT */

    .form-group {
        padding: 3px 3px;
    }

    .form-error {
        /*    font-style: italic;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px 10px;*/
    }

    .form-text {
        padding: 3px 3px;
        border: 1px solid;
        border-color: grey;
        border-radius: 4px;
    }

    .spinner {
        width: 100px;
        height: 100px;
        position: fixed;
        z-index: 1000;
        top: calc(50% - 70px);
        left: calc(50% - 50px);
    }
    .myspinner {
        width: 100px;
        height: 100px;
        position: fixed;
        z-index: 1000;
        top: calc(50% - 70px);
        left: calc(50% - 50px);
    }

    .double-bounce1,
    .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #9c9;
        border: solid 3px #fff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
    }

    .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    @-webkit-keyframes bounce {
        0%,
        100% {
            -webkit-transform: scale(0.0)
        }
        50% {
            -webkit-transform: scale(1.0)
        }
    }

    @keyframes bounce {
        0%,
        100% {
            transform: scale(0.0);
            -webkit-transform: scale(0.0);
        }
        50% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }

    form.well {
        position: relative;
    }

    .overlay {
        opacity: .5;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        bottom: -20px;
    }

    .please-wait {
        text-align: center;
        position: fixed;
        top: calc(50% + 45px);
        left: calc(50% - 65px);
        color: #fff;
        z-index: 1000;
    }

    .success {
        padding: 15px;
        text-align: center;
        border-radius: 50%;
        border: solid 2px #050;
    }

    .glyphicon-remove {
        cursor: pointer;
    }

    .bisaEdit {
        color: #063cb5;
    }
    /*REPORT STYLE*/

    .report-title {
        color: navy;
        font-size: 1.2em;
    }

    .report-menu {
        background-color: lightgrey;
        padding: 10px;
        margin: 2vw 0vw;
    }

    .report-detail-trans-menu {
        background-color: lightgrey;
        padding-left: 0;
        margin-right: 70px;
        margin-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*MODAL BALANCE STYLE*/

    .modal-balance-menu {
        background-color: lightgrey;
        padding-left: 0;
        margin-right: 70px;
        margin-left: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .modal-balance-menu-new {
        background-color: lightgrey;
        margin-right: 70px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*STANDARD*/

    .italic {
        font-style: italic;
    }

    .bold {
        font-weight: 600;
    }

    .open-modal-background {
        background-color: #d6ffc3 !important;
    }
    /*DROPZONE*/

    .dropzone-file-area {
        border: 2px dashed #028AF4;
        background: #fff;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }

    .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 26px;
    margin-left: 50px;
}
a.closebtn:hover {
  color : red;
}

.sidenav .helpbtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 26px;
    margin-right: 50px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

@media print {
      .print-red {
        color: red !important;
        /*background-color: red !important;*/
      }
    }
.sidenav {
  /*background-color: #7bb555;*/
  background-color: white;
  z-index: 1000;
}

.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}

.sudah_cetak {
  color : blue !important;
}
.belum_cetak {
  color : black !important;
}
