@-webkit-keyframes time {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes mask {
    0% {
        background: #eee;
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #eee;
        -webkit-transform: rotate(-180deg);
    }
    50.01% {
        background: #33b5e5;
        -webkit-transform: rotate(0deg);
    }
    100% {
        background: #33b5e5;
        -webkit-transform: rotate(-180deg);
    }
}
@-webkit-keyframes maskexp {
    0% {
        background: #eee;
        -webkit-transform: rotate(0deg);
    }
    50% {
        background: #eee;
        -webkit-transform: rotate(-180deg);
    }
    50.01% {
        background: #687180;
        -webkit-transform: rotate(0deg);
    }
    100% {
        background: #687180;
        -webkit-transform: rotate(-180deg);
    }
}

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;
}

.google-btn {
    height: 38px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    display: inline-block;
    padding: 0 10px 0 50px;
}
.google-btn.gexp {
    background-color: #687180;
}
.google-btn.disable {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}
.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-color: #fff;
    left: 0px;
    top: 0px;
}
.google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 14px;
    height: 14px;
}
.google-btn .btn-text {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 38px;
}
.timer {
    background: -webkit-linear-gradient(left, #33b5e5 50%, #eee 50%);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    position: relative;
    -webkit-animation: time 5s steps(2000, start) infinite;
      -webkit-mask: radial-gradient(transparent 50%,#000 50%);
      mask: radial-gradient(transparent 50%,#000 50%);
    margin: 10% auto;
}
.timer.gexp {
    background: -webkit-linear-gradient(left, #687180 50%, #eee 50%);
}
.mask {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    -webkit-animation: mask 5s steps(1000, start) infinite;
    -webkit-transform-origin: 100% 50%;
}
.gexp .mask {
    -webkit-animation: maskexp 5s steps(1000, start) infinite;
}



/* 
* 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;
    }
}