
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    background: #f9f9f9;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
    /*  padding-top: 60px;
    padding-bottom: 110px; */
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.btn_user:hover {
    background: #5798d0;
    color: #fff;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.btn_user:hover {
    animation: bounce 1s;
}

.text_hightlighter {
    border: 1px solid #FC0;
    border-radius: 5px;
    padding: 5px;
}

.user_animation {
    margin-top: 50px;
    margin-left: -200px;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    transition: 1s;
    line-height: 40px;
    text-align: center;
}

.rounded_corners {
   
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;

}

    .rounded_corners td, .rounded_corners th {
        text-align: center;
        font-family: 'RobotoCondensed-Regular';
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
    }



@media only screen and (max-device-width: 480px) {
    .rounded_corners td {
        font-size: 14px;
        line-height: normal !important;
    }

    .rounded_corners th {
        font-weight: 600;
    }


    .rounded_corners table table td {
        border-style: none;
    }


    .rounded_corners table table {
        border-style: none;
        display: block;
    }

        .rounded_corners table table td a {
            margin-left: 15px;
        }


    .fa-check {
        color: #fff;
    }

    .fa-eraser {
        color: #fff;
    }


    .fa-undo {
        color: #fff;
    }

    .col-services2 h3 {
        margin: 6px 0 14px;
        letter-spacing: 2px;
        font-size: 16px;
    }

    .col-services2 .line-small {
        margin: 0px auto 20px
    }

    .col-services2 {
        text-align: center;
    }



    .col-services2 {
        padding: 30px 20px 10px 20px;
        background-color: #fff;
        border-radius: 5px 5px 0 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


    .internal {
        padding: 20px;
        border-radius: 7px;
        color: #fff;
        background-color: rgba(0,0,0,0.65);
        border-color: #3f91eb;
        border-width: 3px;
        border-style: solid;
    }





    .nav-login {
        position: relative;
        padding-left: 50px;
        float: left;
        text-decoration: none;
        color: #222;
    }



    .kode_ticket_standerd_detail ul li,
    .kode_ticket_standerd_detail ul,
    .kode_ticket_standerd_detail {
        float: left;
        width: 100%;
    }

    .kode_ticket_standerd_detail {
    }

    .kode_standerd_date {
    }

        .kode_standerd_date h6 {
        }

            .kode_standerd_date h6 i {
            }

        .kode_standerd_date .full-right {
        }

    .kode_ticket_standerd_detail ul li {
    }

    .kode_ticket_standerd_detail li:nth-child(2) {
    }

    .kode_contact_office_list:hover {
        border-color: #f3f3f3;
    }

    .kode_contact_office_list {
        padding: 0px 12px 0px;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        position: relative;
        z-index: 999;
    }

    .kode_contact_office_list, .kode_contect_office {
        float: left;
        width: 100%;
        text-align: center;
    }

    * {
        box-sizing: border-box;
        margin: 0;
    }




    .internal {
        border-radius: 7px;
        color: #fff;
        background-color: rgba(0,0,0,0.65);
        border-color: #3f91eb;
        border-width: 3px;
        border-style: solid;
    }


    .dropbtn {
        padding: 0px;
        color: white;
        font-size: 11px;
        line-height: 65px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: none;
    }


    .dropdown {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        padding: 0px;
        color: #fff;
        font-size: 11px;
        line-height: 65px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #f1f1f1;
        color: #000;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }


    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgba(0,0,0,0.65);
        font-size: 11px;
        color: rgba(0,0,0,0.65);
        line-height: 25px;
        letter-spacing: 1px;
        text-transform: uppercase;
        min-width: 160px;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
        padding: 5px 2px;
        z-index: 1;
    }



        .dropdown-content a {
            display: block;
            padding: 5px 2px;
            color: #fff;
            text-decoration: none;
        }


    .nav-login {
        position: relative;
        padding-left: 50px;
        float: left;
        text-decoration: none;
        color: #222;
    }


    .col-centered {
        float: none;
        margin: 0 auto;
    }

    .center {
        float: none;
        margin: 0 auto;
    }

    .countdown {
        position: relative;
        width: 100%;
        z-index: 999;
        padding-left: 15%;
        padding-right: 15%;
        text-align: center;
        padding-top: 40px;
    }

        .countdown li {
            display: inline-block;
            padding: 0px 25px;
            position: relative;
        }

            .countdown li:after,
            .countdown li:before {
                position: absolute;
                content: "";
                top: 50%;
                left: -8px;
                right: 0px;
                bottom: 0px;
                height: 11px;
                width: 11px;
                background-color: #b9b9b9;
                border-radius: 100%;
                margin-top: -10px;
            }

            .countdown li:after {
                margin: 0px;
                top: 62%;
            }

            .countdown li:first-child:after,
            .countdown li:first-child:before {
                background: none;
            }

            .kode_404_text.coming_soon .kode_4043_icon li:last-child,
            .countdown li:last-child {
                margin: 0px;
            }

            .countdown li span {
                display: inline-block;
                font-size: 80px;
                color: #b9b9b9;
                font-weight: bold;
                line-height: 90px;
            }

    @media (max-width: 994px) {

        .countdown li span {
            font-size: 35px;
            line-height: 25px;
            text-align: center;
            margin-bottom: 0;
            margin-top: 0;
        }

        .countdown {
            padding-left: 1%;
            padding-right: 1%;
        }
    }

    @media (max-width: 767px) {

        .countdown li span {
            font-size: 25px;
            line-height: 25px;
            text-align: center;
            margin-bottom: 0;
            margin-top: 0;
        }

        .countdown {
            padding-left: 1%;
            padding-right: 1%;
        }
    }


    .col-centered {
        float: none;
        margin: 0 auto;
    }

    @media (min-width:1110px) {
        .desktop-only {
            display: block !important;
        }

        .mobile-only {
            display: none !important;
        }
    }

    @media (max-width: 1109px) {
        .mobile-only {
            display: block !important;
        }

        .desktop-only {
            display: none !important;
        }
    }


   