.jarak {
    margin-top: 65px;
}
.buat_menu {
    margin-right: 230px;
}

.nav-sm .buat_menu {
    margin-right: 70px;
}

@media screen and (max-width: 768px) {
    .buat_menu {
        margin-right: 0px;
    }
}

.nav-sm span.fa {
    display: inline-block;
}

.nav-sm .menu_section span.fa {
    display: none;   
}

.nav-sm ul.nav.child_menu {
    position: relative;
    width: 100px;
    margin-left: -65px;
    z-index: 4000;
    background: none;
    display: none;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: none;   
}

.addstrg {
    position:fixed; z-index:3;margin-left:90%; margin-top: 42%;

}

@media screen and (max-width: 768px) {
    .addstrg {
        margin-left: 84%;
        margin-top: 118%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .addstrg {
        margin-left: 88%;
        margin-top: 65%;
    }
}

.sticky {
    position: fixed;
    width: 89.9%;
    background: #38546F;
    top: 50px;
    z-index: 1;
}

*{padding:0;margin:0;}

.float {
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background-color:#CCC;
    position:fixed;
    width:55px;
    height:55px;
    bottom:50px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.float2 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    position:fixed;
    width:55px;
    height:55px;
    bottom:50px;
    right:100px;
    background-color:#f0ad4e;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.float3 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    position:fixed;
    width:55px;
    height:55px;
    bottom:50px;
    right:160px;
    background-color:#5bc0de;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top:20px;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
div.scroll-dasboard-delay {
    height: 300px;
    overflow-x: hidden;
}

h2::after {
    display: inline-block;
    content: "";
    border-top: .3rem #73879C;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-0.5rem);
}

label {
  margin-top: 10px;
}

.panel_toolbox {
    min-width: 0px;
}
.navbar-nav .open .dropdown-menu.msg_list {
    width: 400px;
}
.nav-sm ul.nav.child_menu {
    width: 65px;
}
.nav-sm ul.nav.child_menu li {
    padding: 0px;
}

.form-horizontal .control-label {
    text-align: left;
}

.dt-buttons.btn-group {
    /*padding-top: 10px;*/
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.page-content {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.x_title .mobile-title {
    /*margin: 2px;*/
    width: auto;
}

.x_title.mobile {
    margin-bottom: 0px;
}

.dataTables_filter {
    width: auto;
}

.dataTables_length {
   width: auto;   
}

.dt-buttons.btn-group {
    margin-top: -2px
}

.pagination>li>a, .pagination>li>span {
    position: static;
}

button, .buttons, .btn, .modal-footer .btn+.btn {
    margin: 2px;
}

.x_title h2 {
    white-space: normal;
}