@import "funky_radio.css";
@import "panel_tabs.css";

body {
    font-size: 12px !important;
}

.btn-group-mn > .btn, .btn-mn {
    padding: 1px 5px;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 3px;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 12px !important;
}

.form-control.fc-modal {
    width: -webkit-fill-available !important;
    /*min-width: -webkit-fill-available !important;*/
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #f9fafc !important;
    text-shadow: 0 1px 0 #070606;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-footer {
    min-height: 100px !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #383939;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*.valign-m{*/
/*vertical-align: middle !important;*/
/*}*/

.table tbody > tr > td.valign-m, th.valign-m {
    vertical-align: middle !important;
}
thead{
    background: #c1c1c1 !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #dddddd !important;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding: 2px 5px !important;
}

@media screen and (min-width: 1024px) {
    #d1 {
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    #d1 {
        height: 150px;
    }
}

@media screen and (max-width: 600px) {
    #d1 {
        height: 100px;
    }
}

div > .tab-pane .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.card .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
}

div > .tab-pane .col-md-6 {
    text-align: center;
}

.floating-box > div .badge {
    /*display: inline;*/
    /*padding: .2em .6em .3em;*/
    font-size: 50%;
    /*font-weight: 700;*/
    /*line-height: 1;*/
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    /*border-radius: .25em;*/
    position: absolute;
    z-index: 1;
    top: -3px;
    right: -7px;
}

html, body {
    background: #ffffff;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%
}

.button, .button:visited {
    background: #222 url(../../../templates/overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-family: calibri
}

.button:hover {
    background-color: #111;
    color: #fff
}

.button:active {
    top: 1px
}

.small.button, .small.button:visited {
    font-size: 11px
}

.button, .button:visited,
.medium.button, .medium.button:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25)
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

.medium.button, .medium.button:visited {
    font-size: 100%;
    padding: 8px 14px 9px
}

.large.button, .large.button:visited {
    font-size: 34px;
    padding: 8px 14px 9px
}

.pink.button, .magenta.button:visited {
    background-color: #e22092
}

.pink.button:hover {
    background-color: #c81e82
}

.green.button, .green.button:visited {
    background-color: #91bd09
}

.green.button:hover {
    background-color: #749a02;
}

.red.button, .red.button:visited {
    background-color: #e62727
}

.red.button:hover {
    background-color: #cf2525
}

.orange.button, .orange.button:visited {
    background-color: #ff5c00
}

.orange.button:hover {
    background-color: #d45500
}

.blue.button, .blue.button:visited {
    background-color: #2981e4
}

.blue.button:hover, .blue.button.hovered {
    background-color: #da2323
}

.yellow.button, .yellow.button:visited {
    background-color: #ffb515
}

.yellow.button:hover {
    background-color: #fc9200
}

/*.boxborder .panel-default {*/
/*padding: 5%;*/
/*height: 450px;*/
/*width: 98%;*/
/*margin-left: 1%;*/
/*margin-bottom: 10%;*/
/*}*/
.boxborder .panel-default {
    /*padding: 5%;*/
    /*height: 450px;*/
    /*width: 98%;*/
    /*margin-left: 1%;*/
    margin-bottom: 10%;
}

.btn-circle {
    bottom: 20px;
    right: 20px;
    position: fixed;
    background: #db4437;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
    line-height: 1.428571429;
    border-radius: 20px;
}

.btn-circle.btn-sky {
    background-color: #6DC9F5;
    border-color: red;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

.circle {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: .9;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }

;
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }

;
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }

;
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

;
}

@media (min-width: 840px) {
    /*Desktop*/
    button.icon {
        display: none
    }

    button.text {
        display: inline-block
    }

    .kumpulanNotifikasi {
        display: inline-flex;
        margin-left: 200px;
    }

    th.m {
        display: none
    }

    th.d {
        display: table-cell
    }

    .main-page {
        /*border: 1px solid blue;*/
        border-top: 1px solid #ffffff;
        background: #F4F4F4;
        padding: 0 20px 5px;
        /*margin: 0;*/
    }
}

@media (max-width: 840px) {
    /*Desktop*/
    button.icon {
        display: none
    }

    button.text {
        display: inline-block
    }

    .kumpulanNotifikasi {
        display: none
    }

    th.m {
        display: none
    }

    th.d {
        display: table-cell
    }

    .main-page {
        /*border: 1px solid blue;*/
        border-top: 1px solid #ffffff;
        background: #F4F4F4;
        padding: 0 20px 5px;
        /*margin: 0;*/
    }
}

@media (max-width: 640px) {
    /*Mobile*/
    button.icon {
        display: inline-block
    }

    button.text {
        display: none
    }

    .kumpulanNotifikasi {
        display: inline-flex;
        margin-left: 0
    }

    td.d {
        display: none
    }

    th.d {
        display: none
    }

    th.m {
        display: table-cell
    }

    .main-page {
        /*border: 1px solid blue;*/
        border-top: 1px solid #ffffff;
        background: #F4F4F4;
        padding: 0 2px 2px;
        /*margin: 0;*/
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

.products-list-detile {
    list-style: none;
    margin: 0;
    /*padding: 10px 15px;*/
    font-size: 12px;
    overflow-x: hidden;
}

.products-list-detile .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products-list-detile .product-img-detile {
    float: left;
}

.product-info-detile {
    margin-left: 75px;
    padding-top: 15px;
}

.product-img-detile img {
    width: 65px;
    height: 65px;
}

.product-opt {
    vertical-align: middle;
    display: inline-flex;
    height: 100%;
}

.product-opt > .input-group {
    padding-top: 10px;
}

.product-opt > .input_noborder {
    /*margin-left: 80px;*/
    /*margin-right: 80px;*/

    width: 70px;

    padding-right: 20px;
    margin-right: 5px;
}

.kumpulanNotifikasi {
    position: fixed;
    margin-bottom: 10px;
    /*margin-left: 200px;*/
    float: left;
    z-index: 999;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    white-space: nowrap;
    font-size: 10px;
}

.btn-notif {
    -moz-box-shadow: inset -5px -3px 7px 3px #f9eca0;
    -webkit-box-shadow: inset -5px -3px 7px 3px #f9eca0;
    box-shadow: inset -5px -3px 7px 3px #f9eca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
    background: -moz-linear-gradient(center top, #f0c911 5%, #f2ab1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
    background-color: #f0c911;
    -webkit-border-top-left-radius: 37px;
    -moz-border-radius-topleft: 37px;
    border-top-left-radius: 37px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 37px;
    -moz-border-radius-bottomright: 37px;
    border-bottom-right-radius: 37px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0px;
    display: inline-block;
    color: #c92200;
    font-family: Comic Sans MS;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 22px;
    width: 120px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ded17c;
}

.btn-notif:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
    background: -moz-linear-gradient(center top, #f2ab1e 5%, #f0c911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
    background-color: #f2ab1e;
}

.btn-notif:active {
    position: relative;
    top: 1px;
}

/*---sub menu bootstrab---*/
.bs-smenu {
    margin-top: -32px;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: capitalize;
    overflow: hidden;
    background: #DEEFF7;
}

/*.navbar-nav>li>a {*/
.bs-navbar > li > a {
    /*background: #0000cc;*/
    line-height: 1px !important;
}

.main-header .sidebar-title {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 10px 5px;
    font-size: 1.6em;
    color: #ffff00;
    /*font-family: fontAwesome;*/
}

.main-header .sidebar-title:hover {
    color: #ffff00;
}

.main-header .sidebar-title .icon-bar {
    display: none;
}

/*-----css sub menu*/
.smenu {
    margin-top: -32px;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: capitalize;
    /*padding: 3px 0;*/
    /*padding-left: 0;*/
    /*margin-bottom: 3px;*/
    /*border: 1px solid red;*/
    /*display: block;*/
    overflow: hidden;
    background: #F4F4F4;

}

.spacer-left {
    margin-left: 3px;
}

.smenu ul {
    margin-top: 0px;
    margin-left: -20px;
    display: block;
}

.smenu li {
    /*list-style: url(../../../assets/images/delete2.gif);*/
    background: #FFD400;
    text-align: center;
    list-style: none;
    float: left;
    text-align: center;
    margin-right: 5px;
    /*padding: 10px 20px;*/
}

.smenu a {
    display: block;
    color: #000000;
    /*color: blue;*/
    padding: 3px 10px;;
    border: 1px dashed #f4f4f4;
    text-decoration: none;
}

.on, .smenu a:hover {
    color: #ffffff;
    background: red;
}

.on {
    cursor: default;
}

span.text-hover:hover {
    color: red !important;
}

span.text-hover:visited {
    color: red !important;
}

/*------------*/
/*mini menu*/
.mini-menu {
    margin-top: -2px;
    font-size: 10px;
    text-transform: capitalize;
    padding: 3px 0;
    margin-bottom: 3px;
    /*border: 1px solid red;*/
    /*display: block;*/
    overflow: hidden;
    /*background: #F4F4F4;*/
}

.mini-menu ul {
    margin-top: 0;
    margin-left: -5px;
    display: block;
}

.mini-menu li {
    /*list-style: url(../../../assets/images/delete2.gif);*/
    background: #FCEEAC;
    text-align: center;
    list-style: none;
    float: left;
    text-align: center;
    margin-top: 6px;
    margin-right: 5px;
    margin-bottom: 2px;
    /*padding: 10px 20px;*/
    border: 1px solid #FCEEAC;
}

.mini-menu a {
    display: block;
    /*color: red;*/
    padding: 2px 10px;;
    border: 1px solid #f4f4f4;
}

.mini-menu .on, .mini-menu a:hover {
    color: #ffffff;
    background: #FFD42A;
}

.mini-menu .on {
    cursor: default;
}

/*------------*/

/*mini menu sub*/
.mini-menu-sub {
    margin-top: -2px;
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 0;
    /*margin-bottom: 3px;*/
    /*border: 1px solid red;*/
    /*display: block;*/
    overflow: hidden;
    /*background: #F4F4F4;*/
}

.mini-menu-sub ul {
    margin-top: 0;
    margin-left: -5px;
    display: block;
}

.mini-menu-sub li {
    /*list-style: url(../../../assets/images/delete2.gif);*/
    background: #b3ae9e;
    /*background: #F2EFF2;*/
    text-align: center;
    list-style: none;
    float: left;
    text-align: center;
    margin-right: 3px;
    /*padding: 10px 20px;*/
    /*border: 1px solid #EFEBEF;*/
    border-radius: 9px;
}

.mini-menu-sub a {
    display: block;
    color: #eee;
    padding: 2px 10px;;
    border: 1px solid #f4f4f4;
}

.mini-menu-sub .on, .mini-menu-sub a:hover {
    color: #ffffff;
    background: #FFD42A;
    /*border: 1px solid #FFD42A;*/
    border-radius: 9px;
    text-decoration: none;
}

.mini-menu-sub .on a {
    cursor: default;
    /*border: 1px dashed #985f0d;*/
    /*border: 1px dashed #CECFCE;*/
    border-radius: 9px;
    background: #FFD42A;
    /*background: #EFEBEF;*/
    color: #985f0d;
}

/*------------*/

.main-page {
    /*border: 1px solid blue;*/
    border-top: 1px solid #ffffff;
    background: #F4F4F4;
    /*padding: 0 20px 10px;*/
    /*margin: 0;*/
}

h3 {
    margin: 0;
    padding: 0;

}

.boxcaption {
    margin: 0;
    padding: 10px 0;
    text-transform: capitalize;
    letter-spacing: .2em;
    /*padding-top: 10vh;*/
}

.boxcaption h3 {
    /*padding-top: 0;*/
    border-bottom: 1px solid #ddd;
    color: #bbb;
    margin: 0;
    font-size: 1.3em;

}

.boxborder th {
    margin: 0;
    background: #EBEBEB;
    border-bottom: 3px double #848284;
    padding: 7px 0;
}

.boxborder td {
    padding: 2px;
    font-size: .9em;
}

.footer {
    margin-top: 2px;
    border-bottom: .1em solid #ffffff;
}

.peringatan {
    padding: 2px;
    background: #FFCCCC;

}

.c-red {
    color: #ff0000;
}

/*layer tutup*/
.meta {
    font-style: italic;
    color: #FF6600;
    font-size: 11px;
}

.rata-tengah {
    text-align: center !important;
}

.rata-kiri {
    text-align: left !important;
    padding-left: 5px;
}

.rata-kanan {
    text-align: right !important;
    padding-right: 5px;
}

r {
    color: #ff0000;
}

.layer {
    background: #000000;
    position: absolute;
    opacity: 0.7;
    height: 200%;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    resize: both;
    overflow: auto;
    z-index: 100;
    cursor: progress;
}

html .layer {
    height: 2000px;
    opacity: 0.6;
}

.layer-2-modal {
    position: absolute;
    /*background: #fff;*/
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    /*width: 70%;*/
    z-index: 1040;
    /*display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.layer-2 {
    background: #fff;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    /*color: transparent;*/
    color: #000000;
    width: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    /*left: 12%;*/
    padding: 20px;
    resize: both;
    overflow: auto;
    z-index: 101;
    border-radius: 10px;
    border: 4px double #bbbbbb;
}

* html .layer-2 {
    top: 20%;
    left: 12%;
    z-index: 1000;
}

.table tbody > tr > td.valign-m {
    vertical-align: middle;
}

.text-grey {
    color: #dae1e4;
}

.text-red {
    color: #FF0000;
}

.text-regular {
    font-weight: normal !important;
}

.layer-x {
    background: #000000;
    position: absolute;
    opacity: 0.7;
    height: 200%;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    resize: both;
    overflow: auto;
    z-index: 2000;
    cursor: progress;
}

html .layer-x {
    height: 2000px;
    opacity: 0.6;
}

/* Absolute Center Spinner */
#loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.overlay {
    position: relative;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
#loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#loading-in:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
#loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.layer-3 {
    /*background: #ffffff;*/
    /*text-shadow: 0 0 0px rgba(0, 0, 0, 0.5);*/
    color: #ffffff;
    background: url(../../Adm01/images/loadin_lagi.gif) no-repeat center;
    /*color: #000000;*/
    width: 700px;
    /*margin: auto;*/
    height: 200px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index: 5000;
    overflow: hidden;

}

.layer-2 h1 {
    margin: 0;
    padding: 0;
}

.identitas {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.angka {
    text-align: right;
    padding: 0;
    margin: 0;
}

.capi {
    text-transform: capitalize;
}

.right-borders {
    border-right: #ccc 1px solid;
}

.bottom-borders {
    border-bottom: #ccc 1px solid;
}

/*drop don meny typeahead*/
.tt-dropdown-menu {
    width: 400px;
    margin-top: 3px;
    padding: 2px 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 8px 8px 8px;
    font-size: 12px;
    color: #111;
    text-spacing: -2;
    background-color: #F1F1F1;
}

.well-t {
    /*border: 1px solid red;*/
    margin: 0;
    border-radius: 0;
    /*border-top: 1px solid #ffffff;*/
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 0;
    background: transparent;
}

.well-t h3 {
    margin: 0;
    margin-bottom: 1px;
}

.bottom-space {
    margin-bottom: 3px;
}

.bottom-space-10 {
    margin-bottom: 10px;
}

.bottom-space-20 {
    margin-bottom: 20px;
}

.bottom-rule {
    border-bottom: 1px solid #ccc;
}

.bawah {
    border-top: 1px solid #ccc;
    padding-top: 3px;
}

.form-group .list-group-item h4 {
    margin-top: -2px;
}

.text-renggang-10 {
    letter-spacing: 10px;
}

.text-renggang-5 {
    letter-spacing: 5px;
}

.text-u-40 {
    font-size: 50px;
}

.text-bold, .tebal {
    font-weight: bold;
    /*font-size: 40px;*/
}

.tes input {
    border: 1px solid #ccc;
    padding: 5px;
}

.header {
    margin-top: -15px;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.form-control-borderless {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bold-d {
    font-weight: bold;
}

.ttd {
    height: 60px;
    display: block;
}

.btn-putih {
    border-color: #ddd !important;
}

.btn-deeppink {
    background-color: deeppink !important;
    color: #ffff00;
}

.btn-pink {
    background-color: pink !important;
    color: #ffff00;
}

.btn-sky {
    background-color: #DEEFF7;
}

.btn-mati {
    background-color: #E2EBED;
    /*background-color: #AA2AFF;*/
    border-color: #ffffff;
    color: #ffffff;
}

.btn-lebar-40 {
    width: 40px;
}

.lebar-20 {
    width: 20px;
}

.lebar-30 {
    width: 30px;
}

.lebar-50 {
    width: 50px;
}

.lebar-100 {
    width: 100px;
}

.lebar-120 {
    width: 120px;
}

.lebarp-70 {
    width: 70%;
}

.blur {
    /*text-shadow: 0 0 0px rgba(0, 0, 0, 0.5);*/
    -webkit-filter: blur(2px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(2px);
}

.judul-halaman {
    padding: 0;
    margin: 0;
    color: #9d9d9d;
}

.table tbody > tr > th.vert-align-th {
    vertical-align: middle;
}

.table tbody > tr > td {
    font-size: 1em;
    /*font-family: "Source Code Pro", "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;*/
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.table-borderless td, .table-borderless th {
    border: none !important
}

.table-bottom-borderless td, .table-botom-borderless th {
    border-bottom: none !important;
    border-bottom: 1px solid #fff !important;
}

td.bottom-borderless {
    border-bottom: 1px solid #fff !important;
    /*border-bottom: none !important;*/
}

td.left-borderless {
    border-left: 1px solid #fff !important;
    /*border-bottom: none !important;*/
}

td.right-borderless {
    border-right: 1px solid #fff !important;
    /*border-bottom: none !important;*/
}

li.borderless {
    border-top: 0 none;
    /*border-bottom: 0 none;*/
}

#example th {
    border-top: none;
    border-bottom: none;
    /*border: 1px solid #ccc;*/
    /*background: #006699 !important;*/
}

/*warna badge*/
.badge-danger {
    color: red !important;
    background-color: #F7DFDE !important;
}

.badge-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}

.badge-grey {
    color: #aaaaaa;
    background-color: #eee !important;
}

.text-meta {
    font-size: 11px;
    color: #848284
}

.table-hover-color-red > tbody > tr:hover > td {
    background-color: #FFF0F0;
    color: #ff0000;
}

.text-yellow {
    color: #ffff00;
}

.text-orange {
    color: #f58400;
}

.text-blue {
    color: #0d6aad;
}

.text-green {
    color: #419641;
}

.text-grey-2 {
    color: #dae1e4;
}

.text-red {
    color: #FF0000;
}

.text-grey-0,
.text-grey {
    color: #dddddd;
}

.text-grey-1,
.text-grey-b {
    color: #bbbbbb;
}

.text-grey-3,
.text-grey-c {
    color: #aaaaaa;
}

.text-white {
    color: #ffffff;
}

.text-link {
    cursor: pointer;

}

.text-link:hover {
    color: #0000ff;
}

/*.valign {*/
/*vertical-align: middle;*/
/*}*/

.bg-pink {
    background-color: #FF55FF;
}

.bg-putih {
    background-color: #ffffff;
}

.bg-pupus {
    background-color: #55FF2A;
}

.bg-biru {
    background-color: #7FFFFF;
}

.bg-grey-0 {
    background-color: #F8F8F8;
}

.bg-grey-1 {
    background-color: #f0f0f0;
}

.bg-grey-2 {
    background-color: #EFEBEF;
}

.bg-violet {
    background-color: #A349A4;
}

/*.bg-kuningan {*/
/*background-color: #FFFF00;*/
/*}*/

/*.bg-info{*/
/*background-color: #00C0EF;*/
/*}*/

.bg-yellow-light {
    background-color: #FCF8E3;
}

.bg-menu-top {
    background-color: #3C8DBC;
}

.bg-menu-left {
    background-color: #222D32;
}

.badge-green {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00CC00;
    border-radius: 10px
}

.badge-blue {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0033CC;
    border-radius: 10px
}

.badge-violet {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #C71585;
    border-radius: 10px
}

.badge-sky {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00BFFF;
    border-radius: 10px
}

.table-mini {
    font-size: 11px;
    width: 100%;
}

.table-mini th {
    border: none;
    /*text-align: center;*/
    padding: 2px;
}

.table-mini .bg-info {
    background: #DEEFF7;
}

.one-side-dropshadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    /*box-shadow: 0 8px 6px -6px black;*/
    box-shadow: 0 0 6px black;
}

.list-group-items.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-items > .badge {
    float: right
}

.list-group-items > .badge + .badge {
    margin-right: 5px
}

.this-hover :hover {
    background-color: #EAFADC;
}

.border-top-2 {
    border-top: 3px double #dddddd !important;
    /*color: red;*/
}

.form-kecil {
    padding: 0 5px;
    height: auto;
}

.font-size-2 {
    font-size: 2em !important;
}

.font-size-1-5 {
    font-size: 1.5em !important;
}

.font-size-1-2 {
    font-size: 1.2em !important;
}

.font-size-0-5 {
    font-size: 0.5em !important;
}

.font-size-0-7 {
    font-size: 0.7em !important;
}

.text-coret {
    text-decoration: line-through;
    /*color: red;*/
    /*font-size: 5em;*/
    /*background: #000000;*/
}

.all-reset h3 {
    padding: 0 !important;
    margin: 0 !important;
}

.m-reset {
    margin: 0 !important;
}

.pointer-help {
    cursor: help;
}

.bottom-space-10 {
}

/**/
.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

/*data-table*/
/*.table tbody>tr>th.vert-align-th*/
/*thead>tr>th.warna{*/
/*background: #0000ff !important;*/
/*}*/
/*table.dataTable.bordered tbody th, table.dataTable.bordered tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {*/
/*border: 1px solid #0000ff;*/
/*}*/

.media-inner {
    padding: 10px;
}

.media-judul {
    background-color: #3179B5;
    color: #ffffff;
    padding: 10px;
}

.media-footer {
    color: #ffffff;
    padding: 3px 10px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.border-none {
    border: none !important;
}

.border-cek {
    border: 1px solid red !important;
}

.border-green {
    border: 1px solid #00A65A !important;
}

.border-maroon {
    border: 1px solid #d81b60 !important;
}

.border-bottom-blue {
    border-bottom: 1px solid #367FA9;
}

.border-bottom-grey {
    border-bottom: 1px solid #ddddbb;
}

.width-100 {
    width: 100% !important;
}

.overflow-h {
    overflow: hidden;
}

#searchclear {
    position: absolute;
    /*right: 5px;*/
    z-index: 10005;
    top: 0;
    right: 50px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 12px;
    cursor: pointer;
    color: #ccc;
}

.padding-2 {
    padding: 1px 3px;
}

.potong-text {
    /*width: 200px;*/
    /*float: left;*/
    display: block;
    color: #008200;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
menghilangkan steper di sinput type number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.navbar-nota {
    background: #F0F0F0;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1500px;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*blinking html*/
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.item {
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: 0px;
    top: 10px;
    background: red;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 3px 5px;
    font-size: 12px;
}

/*blinking html*/
.block__title, .block__subtitle {
    flex-basis: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    color: #fff;
    line-height: 1;
}

.block__title {
    align-self: flex-end;
    padding-bottom: 3rem;
}

.block__subtitle {
    align-self: flex-start;
    color: #fff;
    font-family: serif;
    font-style: italic;
    font-weight: 100;
    opacity: 0.6;
    letter-spacing: 1px;
}

.block__subtitle a {
    color: #fff;
}

.block__subtitle a:hover {
    text-decoration: none;
}

.btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}


.btn__trigger-atas {
    transition: box-shadow 350ms ease-in-out;
    position: fixed;
    z-index: 1031;
    top: 0.5rem;
    right: 2.5rem;
    display: block;
    border-radius: 50px;
}

.btn__trigger-bawah {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /*bottom: 3.5rem;*/
    right: 0;
    margin-right: 3px;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-mb {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /*bottom: 3.5rem;*/
    right: 0;
    margin-right: 3px;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-ds {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /*bottom: 3.5rem;*/
    padding: 6px 5px;
    right: 0;
    margin-right: 3px;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-last-bawah-ds {
    transition: box-shadow 350ms ease-in-out;
    position: inline-block;
    z-index: 1031;
    /*bottom: 3.5rem;*/
    /*padding: 6px 5px;*/
    /*right: 0;*/
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;

    margin-left: 5px;
    display: inline-block;
    border-radius: 50px;
}

.btn__trigger-home {
    transition: box-shadow 350ms ease-in-out;
    /*position: absolute;*/
    z-index: 1031;
    padding: 6px 5px;
    margin-right: 3px;
    /*bottom: 3.5rem;*/
    /*right: 1.5rem;*/
    /*display: inline;*/
    border-radius: 50px;
}

.btn__trigger-home-mb {
    transition: box-shadow 350ms ease-in-out;
    /*position: absolute;*/
    z-index: 1031;
    padding: 6px 5px;
    margin-right: 3px;
    /*bottom: 3.5rem;*/
    /*right: 1.5rem;*/
    /*display: inline;*/
    border-radius: 50px;
}

.btn__trigger-logoff {
    transition: box-shadow 350ms ease-in-out;
    /*position: absolute;*/
    z-index: 1031;
    padding: 6px 5px;
    bottom: 0;
    right: 1.5rem;
    /* display: inline; */
    border-radius: 50px;
}

.btn__trigger-bawah-b {
    transition: box-shadow 350ms ease-in-out;
    position: fixed;
    z-index: 1031;
    bottom: 3.5rem;
    right: 6.5rem;
    display: block;
    border-radius: 50px;
}

.btn__trigger-bawah-f {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /* bottom: 3.5rem; */
    right: 4.5rem;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-f-mb {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /* bottom: 3.5rem; */
    right: 4.5rem;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-f-ds {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /* bottom: 3.5rem; */
    padding: 8px 5px;
    right: 4.5rem;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-RK-mb {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /* bottom: 3.5rem; */
    right: 4.5rem;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-RK-ds {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    /* bottom: 3.5rem; */
    padding: 8px 5px;
    right: 4.5rem;
    display: inline;
    border-radius: 50px;
}

.btn__trigger-bawah-WT {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    right: 4.5rem;
    display: block;
    border-radius: 50px;
}

.btn__trigger-bawah-WT-mb {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    right: 4.5rem;
    display: block;
    border-radius: 50px;
}

.btn__trigger-bawah-WT-ds {
    transition: box-shadow 350ms ease-in-out;
    position: absolute;
    z-index: 1031;
    padding: 6px 5px;
    right: 4.5rem;
    display: block;
    border-radius: 50px;
}


.btn__trigger--views-atas {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
    padding: 10px !important;
}

.btn__trigger--views-bawah {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-mb {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-ds {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger-last-views-bawah-ds {
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    /*background-color: #cccfcd;*/
    /*color: #fff;*/
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.btn__trigger-last-views-bawah-ds:hover {
    background-color: yellow;
}

.btn__trigger-last-views-bawah-ds.active {
    background-color: lightcoral !important;
    box-shadow: inset 0 3px 5px rgba(74, 66, 66, 0.68) !important;
    color: brown;
}

.btn__trigger--views-home {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-home-mb {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-logoff {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #cccfcd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-b {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #319af5;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-f {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #319af5;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-f-mb {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #319af5;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-f-ds {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: #319af5;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-WT {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: rgba(223, 140, 13, 0.8);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-WT-mb {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: rgba(223, 140, 13, 0.8);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-WT-ds {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: rgba(223, 140, 13, 0.8);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-RK-mb {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: rgb(2, 113, 246);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-bawah-RK-ds {
    width: 3rem;
    height: 3rem;
    box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    background-color: rgb(2, 113, 246);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: lighter;
    text-align: center;
}

.btn__trigger--views-atas:hover {
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.btn__trigger--views-bawah:hover {
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.my-nav-atas {
    position: absolute;
    opacity: 0;
    width: max-content;
}

.my-nav-atas.reveal-atas {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-atas.reveal-atas:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(54, 59, 58, 0.7);
}

.my-nav-bawah {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-mb {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-ds {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-f {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-f-mb {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-f-ds {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-WT {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-WT-mb {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-WT-ds {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-RK-mb {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah-RK-ds {
    position: fixed;
    opacity: 0;
}

.my-nav-bawah.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(54, 59, 58, 0.7);
}

.my-nav-bawah-mb.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    max-height: 50vh;
    overflow: auto;
background-color: lightgray;
    border-radius: 25px;
    padding: 7px;
}

.my-nav-bawah-mb.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(54, 59, 58, 0.7);
}

.my-nav-bawah-ds.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    max-height: 50vh;
    overflow: auto;
background-color: lightgray;
    border-radius: 25px;
    padding: 7px;
}

.my-nav-bawah-ds.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(54, 59, 58, 0.7);
}

.my-nav-bawah-f.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-f.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(116, 130, 238, 0.8);
}

.my-nav-bawah-f-mb.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    max-height: 50vh;
    overflow: auto;
background-color: lightgray;
    border-radius: 25px;
    padding: 7px;
}

.my-nav-bawah-f-mb.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(116, 130, 238, 0.8);
}

.my-nav-bawah-f-ds.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    max-height: 50vh;
    overflow: auto;
background-color: lightgray;
    border-radius: 25px;
    padding: 7px;
}

.my-nav-bawah-f-ds.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(116, 130, 238, 0.8);
}

.my-nav-bawah-RK-mb.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-RK-mb.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(116, 130, 238, 0.8);
}

.my-nav-bawah-RK-ds.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-RK-ds.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(20, 49, 90, 0.8);
}

.my-nav-bawah-WT.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-WT.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(90, 80, 20, 0.8);
}

.my-nav-bawah-WT-mb.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-WT-mb.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(90, 80, 20, 0.8);
}

.my-nav-bawah-WT-ds.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-WT-ds.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(90, 80, 20, 0.8);
}

.my-nav-bawah-RK-mb.reveal-bawah {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.my-nav-bawah-RK-mb.reveal-bawah:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(90, 80, 20, 0.8);
}

.my-nav--list-atas {
    visibility: hidden;
    top: 4.5rem;
    right: 2.75rem;
    text-align: right;
}


@media (max-width: 767px) {
    .my-nav--list-bawah {
        visibility: hidden;
        bottom: 5.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-mb {
        visibility: hidden;
        bottom: 6.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-f {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.5rem;
        text-align: right;
    }

    .pagination {
        zoom: 0.8;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .my-nav--list-bawah {
        visibility: hidden;
        bottom: 4.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-mb {
        visibility: hidden;
        bottom: 4.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-ds {
        visibility: hidden;
        bottom: 4.5rem;
        right: 0.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-f {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .my-nav--list-bawah {
        visibility: hidden;
        bottom: 5.5rem;
        right: 1.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 1.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 1.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-f {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-ds {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .my-nav--list-bawah {
        visibility: hidden;
        bottom: 7.5rem;
        right: 1.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 1.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-ds {
        visibility: hidden;
        bottom: 7.5rem;
        right: 1.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f {
        visibility: hidden;
        bottom: 7.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-f-ds {
        visibility: hidden;
        bottom: 6.5rem;
        right: 5.5rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-mb {
        visibility: hidden;
        bottom: 5.5rem;
        right: 4.75rem;
        text-align: right;
    }

    .my-nav--list-bawah-RK-ds {
        visibility: hidden;
        bottom: 6.5rem;
        right: 5.5rem;
        text-align: right;
    }
}


@media (max-width: 767px) {
    .navbar-2nd {
        min-height: 35px !important;
        background: linear-gradient(#aeaeae, #fff, #aeaeae) !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-2nd {
        min-height: 35px !important;
        border-radius: 15px 15px 2px 2px !important;
        padding: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 23px !important;
        background: linear-gradient(#aeaeae, #fff, #aeaeae) !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }

    .navbar-3rd {
        min-height: 20px !important;
        border-radius: 0px 0px 2px 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 5px !important;
        background-color: #aaaaaa !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-2nd {
        min-height: 35px !important;
        border-radius: 15px 15px 2px 2px !important;
        padding: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 23px !important;
        background: linear-gradient(#aeaeae, #fff, #aeaeae) !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }

    .navbar-3rd {
        min-height: 20px !important;
        border-radius: 0px 0px 2px 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 5px !important;
        background-color: #aaaaaa !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }
}

@media (min-width: 1200px) {
    .navbar-2nd {
        min-height: 35px !important;
        border-radius: 15px 15px 2px 2px !important;
        padding: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 23px !important;
        background: linear-gradient(#aeaeae, #fff, #aeaeae) !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }

    .sidebar-mini.sidebar-collapse .navbar-2nd {
        margin-left: 55px !important;
    }

    .navbar-3rd {
        min-height: 20px !important;
        border-radius: 0px 0px 2px 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 5px !important;
        margin-left: 235px !important;
        margin-bottom: 5px !important;
        background-color: #aaaaaa !important;
        box-shadow: 0 1px 3px #444, 0 1px 2px #444;
    }

    .sidebar-mini.sidebar-collapse .navbar-3rd {
        margin-left: 55px !important;
    }
}


.my-nav--list-bawah-b {
    visibility: hidden;
    bottom: 8.5rem;
    right: 6.75rem;
    text-align: right;
}

.my-nav--list-bawah-WT {
    visibility: hidden;
    bottom: 4.5rem;
    right: 4.75rem;
    text-align: right;
}

.my-nav--list-bawah-WT-mb {
    visibility: hidden;
    bottom: 4.5rem;
    right: 4.75rem;
    text-align: right;
}

.my-nav--list-bawah-WT-ds {
    visibility: hidden;
    bottom: 4.5rem;
    right: 4.75rem;
    text-align: right;
}

.my-nav__item-atas {
    transition: opacity 150ms ease-in-out;
    display: block;
    font-size: 1.5rem;
    opacity: 0;
}

.my-nav__item-bawah {
    transition: opacity 150ms ease-in-out;
    display: block;
    font-size: 1.5rem;
    opacity: 0;
}

.my-nav__item-atas.visible-atas,
.my-nav__item-bawah.visible-bawah {
    visibility: visible;
    opacity: 1;
}

.my-nav__link {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: blueviolet;
}

.my-nav__link-mb {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: blueviolet;
}

.my-nav__link-ds {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: blueviolet;
}

.my-nav__link-f {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #319af5;
}

.my-nav__link-f-mb {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #319af5;
}

.my-nav__link-f-ds {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #319af5;
}

.my-nav__link-WT {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #b96b09c9;
}

.my-nav__link-WT-mb {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #b96b09c9;
}

.my-nav__link-WT-ds {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #b96b09c9;
}

.my-nav__link-RK-mb {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #1d2ab6c9;
}

.my-nav__link-RK-ds {
    /*transition: background-color 150ms ease-in-out;*/
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 1px #383b39;
    border-radius: 25px;
    color: #eaeaea;
    background: #1d2ab6c9;
}

.my-nav__link--template:hover {
    background-color: #a044ff;
    color: #eaeaea;
}

.my-nav__link--template-mb:hover {
    background-color: #a044ff;
    color: #eaeaea;
}

.my-nav__link--template-ds:hover {
    background-color: #a044ff;
    color: #eaeaea;
}

.my-nav__link--new {
    transition: box-shadow 300ms ease-in-out;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #87c442;
    color: #eaeaea;
}

.my-nav__link--new-mb {
    transition: box-shadow 300ms ease-in-out;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #87c442;
    color: #eaeaea;
}

.my-nav__link--new-ds {
    transition: box-shadow 300ms ease-in-out;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #87c442;
    color: #eaeaea;
}

.my-nav__link--new:hover {
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.my-nav__link--new-mb:hover {
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.my-nav__link--new-ds:hover {
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.my-nav__link:last-child {
    margin-bottom: 0;
}

.my-nav__link-mb:last-child {
    margin-bottom: 0;
}

.my-nav__link-ds:last-child {
    margin-bottom: 0;
}

.my-nav__link-f-mb:last-child {
    margin-bottom: 0;
}

.my-nav__link-f-ds:last-child {
    margin-bottom: 0;
}

div#wrapper-templates {
    min-height: 10vh;
    max-height: 80vh;
    overflow: auto;
}

ul {
    list-style: none;
}

.info-bottom {
    box-shadow: inset 0px 1px 1px #928c8c;
    /*box-shadow: inset 0px 1px 1px #000;*/
    /*background-color:#d0d0d0;*/
    background-color: #222d32;
    color: #ababab;
    /*background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%)!important;*/
    padding: 3px;
    bottom: 0px;
    width: 100%;
    height: 28px;
    position: fixed;
    z-index: 1051;
    font-family: sans-serif;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin: auto; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: auto; /* Center the snackbar */
    bottom: 80px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 1.5s;
    animation: fadein 0.5s, fadeout 0.5s 1.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.ring-content {
    position: fixed;
    /*top: 80vh;*/
    /*right: 5vw;*/
    /*margin-right: -90%;*/
    /*-webkit-transform: translate(-90%, -10%);*/
    /*transform: translate(-90%, -10%);*/
    /*text-align: center;*/
}

/*.btn__trigger-bawah-b {*/
/*display: inline-block;*/
/*position: relative;*/
/*padding: 0.6em;*/
/*background: #3498db;*/
/*border-radius: 0.2em;*/
/*font-size: 1.3em;*/
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
/*}*/
.btn__trigger-bawah-f::before,
.btn__trigger-bawah-f::after {
    color: #fff;
    /*color: #d60549;*/
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-f::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.btn__trigger-bawah-f::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    /*background: #d60549;*/
    background: #dd4b39;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-f.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.btn__trigger-bawah-f.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*===*/
.btn__trigger-bawah-f-mb::before,
.btn__trigger-bawah-f-mb::after {
    color: #fff;
    /*color: #d60549;*/
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-f-mb::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.btn__trigger-bawah-f-mb::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    /*background: #d60549;*/
    background: #dd4b39;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-f-mb.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.btn__trigger-bawah-f-mb.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*====*/

.btn__trigger-bawah-RK-mb::before,
.btn__trigger-bawah-RK-mb::after {
    color: #fff;
    /*color: #d60549;*/
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-RK-mb::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.btn__trigger-bawah-RK-mb::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    /*background: #d60549;*/
    background: #dd4b39;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-RK-mb.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.btn__trigger-bawah-RK-mb.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn__trigger-bawah-f-ds::before,
.btn__trigger-bawah-f-ds::after {
    color: #fff;
    /*color: #d60549;*/
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-f-ds::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.btn__trigger-bawah-f-ds::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    /*background: #d60549;*/
    background: #dd4b39;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-f-ds.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.btn__trigger-bawah-f-ds.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn__trigger-bawah-WT::before,
.btn__trigger-bawah-WT::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-WT::before {
    display: block;
    content: "\f252";
    font-family: "FontAwesome";
    transform-origin: center;
    /*animation: fa-spin 5s infinite linear;*/
}

.btn__trigger-bawah-WT::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -12px;
    left: -12px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: rgba(223, 140, 13, 1); /* #3498db; */
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-WT.notify::before {
    /*-webkit-animation: ring 1.5s ease;*/
    /*animation: ring 1.5s ease;*/
}

.btn__trigger-bawah-WT.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.btn__trigger-bawah-WT-mb::before,
.btn__trigger-bawah-WT-mb::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-WT-mb::before {
    display: block;
    content: "\f1c0";
    font-family: "FontAwesome";
    transform-origin: center;
    /*animation: fa-spin 5s infinite linear;*/
}

.btn__trigger-bawah-WT-mb::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: rgba(223, 140, 13, 1); /* #3498db; */
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;

}

.btn__trigger-bawah-WT-mb.notify::before {
    /*-webkit-animation: ring 1.5s ease;*/
    /*animation: ring 1.5s ease;*/
}

.btn__trigger-bawah-WT-mb.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn__trigger-bawah-WT-ds::before,
.btn__trigger-bawah-WT-ds::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-WT-ds::before {
    display: block;
    content: "\f1c0";
    font-family: "FontAwesome";
    transform-origin: center;
    /*animation: fa-spin 5s infinite linear;*/
}

.btn__trigger-bawah-WT-ds::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: rgba(223, 140, 13, 1); /* #3498db; */
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-WT-ds.notify::before {
    /*-webkit-animation: ring 1.5s ease;*/
    /*animation: ring 1.5s ease;*/
}

.btn__trigger-bawah-WT-ds.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn__trigger-bawah-RK-ds::before,
.btn__trigger-bawah-RK-ds::after {
    color: #fff;
    /*color: #d60549;*/
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn__trigger-bawah-RK-ds::before {
    display: block;
    content: "\f0d6";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.btn__trigger-bawah-RK-ds::after {
    font-family: Arial;
    font-size: 0.7em;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 2px 5px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    /*background: #d60549;*/
    /*background: #dd4b39;*/
    background: #39badd;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn__trigger-bawah-RK-ds.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease;
}

.btn__trigger-bawah-RK-ds.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.timbul {
    text-shadow: -1px -1px 1px #aca7a7, 1px 1px 1px #e6e1e1;
    color: #333;
    opacity: 0.9;
    font: status-bar;
}

.dtime {
    position: fixed;
    font-size: 1em;
    bottom: 33px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

/*timeline horisontal*/
/*.timeline {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*    max-width: 100%;*/
/*    margin: auto;*/
/*    counter-reset: step;*/
/*}*/

/*.timeline li {*/
/*    float: left;*/
/*    text-align: center;*/
/*    width: 150px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.timeline li:before {*/
/*    content: counter(step);*/
/*    counter-increment: step;*/
/*    line-height: 35px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    display: block;*/
/*    border-radius: 100%;*/
/*    border: 1px solid #CCC;*/
/*    margin: 0 auto 15px auto;*/
/*    background: #fff;*/
/*}*/

/*!*pengaturan garis horizontal*!*/
/*.timeline li:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: dodgerblue;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 17.5px;*/
/*    left: 50%;*/
/*    z-index: -0;*/
/*}*/

/*.timeline li:last-child:after {*/
/*    content: none;*/
/*}*/

/*.timeline li.active:before {*/
/*    color: #8cc413;*/
/*    background: #8cc413;*/
/*}*/

/*.timeline li:first-child:before {*/
/*    border-color: #8cc413;*/
/*}*/
/*.timeline li:first-child:after {*/
/*    background: #8cc413;*/
/*}*/
/*---------------*/

/*timeline ke 2*/
/*body{*/
/*    background: #fff;*/
/*}*/

/*h1{*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/

/*.container{*/
/*    width: 1200px;*/
/*    margin: auto;*/
/*}*/

.timeline{
    counter-reset: test 0;
    position: relative;
}

.timeline li{
    list-style: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

ul:nth-child(1){
    color: #4caf50;
}

.timeline li:before{
    counter-increment: test;
    content: counter(test);
    width: 30px;
    height: 30px;
    border: 1px solid #4caf50;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 10px auto;
    background: grey;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 9999;
}

/*pengaturan line*/
.timeline li:after{
    content: "";
    position: absolute;
    width: 88%;
    height: 3px;
    background-color: grey;
    top: 13px;
    left: -44%;
    z-index: -0;
    transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
    content: none;
}
.timeline li.active-tl{
    color: #555555;
}
.timeline li.active-tl:before{
    background: #4caf50;
    color: #F1F1F1;
}

.timeline li.active-tl + li:after{
    background: #4caf50;
}

.timeline li.done-tl:before{
    background: #4caf50;
    color: #F1F1F1;
}
.timeline li.done-tl + li:after{
    background: #4caf50;
}

.timeline li.now-tl:before{
    background: red;
    color: yellow;
    z-index: 99999;
}
/*.timeline li.now-tl + li:after{*/
/*    background: #ddd;*/
/*}*/

/*
            // echo "<ul class='timeline'>";
            // foreach ($stepLabels as $stepKey => $stepLabel){
            //     $stepActive = $currentStep > $stepKey ? "active-tl" : "";
            //     echo "<li class='$stepActive'>$stepLabel</li>";
            // }
            // echo "</ul>";
*/

.timeline-kecil{
    counter-reset: test 0;
    position: relative;
}

.timeline-kecil li{
    list-style: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
/*text-bawah buletan main*/
ul:nth-child(1){
    color: grey;
}
/*main buletan*/
.timeline-kecil li:before{
    counter-increment: test;
    content: counter(test);
    width: 20px;
    height: 20px;
    border: 1px solid #4caf50;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 17px;
    margin: 0 auto 10px auto;
    background: grey;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 9999;

}

/*pengaturan line*/
.timeline-kecil li:after{
    content: "";
    position: absolute;
    width: 88%;
    height: 2px;
    background-color: grey;
    top: 10px;
    left: -44%;
    z-index: -0;
    transition: all ease-in-out .3s;
}

.timeline-kecil li:first-child:after{
    content: none;
}
.timeline-kecil li.active-tl{
    color: #555555;
}
.timeline-kecil li.active-tl:before{
    background: #4caf50;
    color: #F1F1F1;
}

.timeline-kecil li.active-tl + li:after{
    background: #4caf50;
}
/*done buletannya*/
.timeline-kecil li.done-tl:before{
    background: #4caf50;
    color: #F1F1F1;
}
.timeline-kecil li.done-tl + li:after{
    background: #4caf50;
}
/*text bawah buletan*/
.timeline-kecil li.done-tl{
    color: #4caf50;
}
/*now buletannya*/
.timeline-kecil li.now-tl:before{
    background: red;
    color: yellow;
    z-index: 99999;
}
/*line setelah buletan*/
/*.timeline-kecil li.now-tl + li:after{*/
/*    background: #4caf50;*/
/*}*/
/*text bawah buletan*/
.timeline-kecil li.now-tl{
    color: red;
}

/*---------------------------------cart organisation---------------------------------*/
/*Now the CSS
* http://jsfiddle.net/itay1989/4tgCu/5
*/
* {margin: 0; padding: 0;}

.tree
{
    width: auto;

    margin-left: auto;
    margin-right: auto;
}

.tree ul {
    padding-top: 20px; position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li:after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
    margin-left: -1px;
}

.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}

li a.just-line {
    display: none;
}
a.just-line + ul {
    padding-top: 74px;
}
a.just-line + ul:before {
    height: 74px;
}
/*
*watermark
 */
#background{
    background-image: url('/COA/assets/images/rejected.png');
    /*position:absolute;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    z-index:9999999;
    /*background:transparent;*/
    /*display:block;*/
    min-height:50%;
    min-width:50%;
    /*color:yellow;*/
}

#content{
    position:absolute;
    z-index:1;
}

#bg-text
{
    color:lightcoral;
    font-size:100px;
    transform:rotate(180deg);
    -webkit-transform:rotate(340deg);
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}

.modal-dialog {
    max-width: 100%;
    margin: auto;
    top: 15vh;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    /*display: flex;*/
}
