@charset "UTF-8";

.ibox-content {
	border: 0;
}

.btn-black {
	color: #fff;
	background-color: #000000;
}

.btn-black.focus, .btn-black:focus {
	color: #fff;
	background-color: #000000;
}

.btn-black:hover {
	color: #fff;
	background-color: #929292;
}

.btn-black.active, .btn-black:active, .open>.dropdown-toggle.btn-black {
	color: #fff;
	background-color: #000000;
}

.btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover, .open>.dropdown-toggle.btn-black.focus, .open>.dropdown-toggle.btn-black:focus, .open>.dropdown-toggle.btn-black:hover {
	color: #fff;
	background-color: #000000;
}

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

.btn-black.disabled.focus, .btn-black.disabled:focus, .btn-black.disabled:hover, .btn-black[disabled].focus, .btn-black[disabled]:focus, .btn-black[disabled]:hover, fieldset[disabled] .btn-black.focus, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-grey {
	color: #000;
	background-color: #D9D9D9;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-grey:focus, .btn-grey.focus {
	color: #000;
	background-color: #848A8A;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-grey:hover {
	color: #000;
	background-color: #848A8A;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-grey:active, .btn-grey.active, .open>.dropdown-toggle.btn-grey {
	color: #000;
	background-color: #848A8A;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-grey:active:hover, .btn-grey.active:hover, .open>.dropdown-toggle.btn-grey:hover, .btn-grey:active:focus, .btn-grey.active:focus, .open>.dropdown-toggle.btn-grey:focus, .btn-grey:active.focus, .btn-grey.active.focus, .open>.dropdown-toggle.btn-grey.focus {
	color: #000;
	background-color: #848A8A;
	border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-grey.disabled, .btn-grey[disabled], fieldset[disabled] .btn-grey, .btn-grey.disabled:hover, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey:hover, .btn-grey.disabled:focus, .btn-grey[disabled]:focus, fieldset[disabled] .btn-grey:focus, .btn-grey.disabled.focus, .btn-grey[disabled].focus, fieldset[disabled] .btn-grey.focus, .btn-grey.disabled:active, .btn-grey[disabled]:active, fieldset[disabled] .btn-grey:active, .btn-grey.disabled.active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey.active {
	background-color: #D9D9D9;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-grey .badge {
	color: #D9D9D9;
	background-color: #fff
}


.login-social-text {
	margin-left: 6px;
	margin-right:6px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #ffffff !important;
}