tr:hover {
	-moz-box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 12px 0px 12px 0 rgba(0, 0, 0, 0.5);
	background: #F2F4F4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin-left: 0;
}
.dataTables_wrapper .dataTables_processing {
	height: inherit;
	padding: 10px 0;
	z-index: 9999;
}
body.dark-layout .dataTables_wrapper .dataTables_length, body.dark-layout .dataTables_wrapper .dataTables_filter, body.dark-layout .dataTables_wrapper .dataTables_info, body.dark-layout .dataTables_wrapper .dataTables_processing, body.dark-layout .dataTables_wrapper .dataTables_paginate {
	color: #8A99B5;
}
body.dark-layout table.dataTable tbody tr {
	background-color: transparent;
}
body.dark-layout table.dataTable tbody tr:hover, body.dark-layout table.dataTable thead tr:hover {
	background-color: #1A233A;
	box-shadow: none;
	-webkit-box-shadow: none;
}
body.dark-layout .nav.nav-tabs ~ .tab-content {
	color: #8A99B5;
}
#order_tab_panel .nav.nav-tabs ~ .tab-content {
	padding-left: 0;
}
.btn.tb_copy {
	padding: 2px 5px;
}
.snipe_alert_mod {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    margin-left: 0;
    animation: acd-animatetop .2s;
    width: 100%;
    display: block;
}
.snipe_alert {
    text-align: left;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 4px;
    top: 0px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: auto;
    margin: 0 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body.dark-layout .snipe_alert {
	background-color: #192239;
	color: #727E8C;
}
.snipe_alert:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.snipe_alert_icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: table;
}
.snipe_alert_icon i {
    background: #FFC007;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    display: table-cell;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.snipe_alert_type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.snipe_alert_msg {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}
.snipe_alert_cnt {
    padding-left: 70px;
    padding-right: 35px;
}
.snipe_alert_close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    text-align: center;
    vertical-align: middle;
}
.snipe_alert.snipe_warning:before {
    background-color: #FFC007;
}
.snipe_alert.snipe_succes:before, .snipe_alert.snipe_succes .snipe_alert_icon i {
    background-color: #2BDE3F;
}
.snipe_alert.snipe_info:before, .snipe_alert.snipe_info .snipe_alert_icon i {
    background-color: #1D72F3;
}

/* 
* Responsive layout
*/
@media (min-width:480px) {
    .snipe_alert_mod {
        top: 15px;
        right: 15px;
        width: auto;
        left: inherit;
    }
    .snipe_alert {
        width: 350px;
        margin: 0;
    }
}
@media (min-width:768px) {
    .snipe_alert_mod {
        top: 25px;
        right: 25px;
    }
}