#busy {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ffffff !important;
    opacity: 0.9 !important;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
}

#busy > span {
    background-color: transparent;
    /*padding: 10px 35px 10px 10px;*/
    border-radius: 0px;
    vertical-align: middle;
    display: block;
    width: 100px;
    margin: 20% auto;
	text-align:center !important;
}
.busy {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ffffff !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
}

.busy > span {
	background-color: transparent;
	/*padding: 10px 35px 10px 10px;*/
	border-radius: 0px;
	vertical-align: middle;
	display: block;
	width: 100px;
	margin: 20% auto;
	text-align:center !important;
}
.graph_busy {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ffffff !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
}

.graph_busy > span {
	background-color: transparent;
	/*padding: 10px 35px 10px 10px;*/
	border-radius: 0px;
	vertical-align: middle;
	display: block;
	width: 100px;
	margin: 20% auto;
	text-align:center !important;
}
body.login {
    background: url('../images/noise.white.png') repeat;
}

.btn-theme {
    color: #fff;
    background-color: #F58634;
    border-color: #f5762d;
}

.btn-theme.focus, .btn-theme:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-theme:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-theme.active, .btn-theme:active, .open > .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-theme.active.focus, .btn-theme.active:focus, .btn-theme.active:hover, .btn-theme:active.focus, .btn-theme:active:focus, .btn-theme:active:hover, .open > .dropdown-toggle.btn-theme.focus, .open > .dropdown-toggle.btn-theme:focus, .open > .dropdown-toggle.btn-theme:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-theme.active, .btn-theme:active, .open > .dropdown-toggle.btn-theme {
    background-image: none
}

.btn-theme.disabled.focus, .btn-theme.disabled:focus, .btn-theme.disabled:hover, .btn-theme[disabled].focus, .btn-theme[disabled]:focus, .btn-theme[disabled]:hover, fieldset[disabled] .btn-theme.focus, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-theme .badge {
    color: #f0ad4e;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .dataTables_filter {
        width: 100% !important;
    }
}

a.link {
	color: #00A000 !important;
	text-decoration: underline;
}
