@charset "UTF-8";
.dataTable a .zmdi {
  font-size: 1.6em !important;
}
table.dataTable {
    margin-top: 0 !important;
}
.site-right-sidebar-custom {
    background-color: #fff;
    bottom: 0;
    border-left: 1px solid rgba(0,0,0,.1);
    position: absolute;
    right: -550px;
    top: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    width: 550px;
    z-index: 1020;
	overflow: auto;
}
.site-content {
    padding: 15px 15px 0px 15px;
}
.panel {
    margin-bottom: 0px;
}
.modal-header {
    border-bottom: inherit;
}