.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled]
	{
	background-color: #50709f;
	*background-color: #50709f;
	color: white;
	outline: 0;
}

.btn, .oxtable a.btn, .ui-widget-content a.btn, .btn:focus
	{
/*
    background: #00517e;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    padding: 10px 20px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
*/

    background: inherit;
    border: 1px solid #00517e;
    border-radius: 6px;
    color: #00517e;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    outline: none;
    padding: 10px 20px;
}


.btn-small, .btn.btn-small, .oxtable a.btn.btn-small, .ui-widget-content a.btn.btn-small, .btn.btn-small:focus
{
    font-size: 11px;
    margin: auto;
	padding: 0px 7px;
}

.oxtable-bt-red, .oxtable a.btn.oxtable-bt-red {
	background: red;
	border: 1px solid red;
	color: white;
	overflow: hidden;
}

.btn.active, .btn:hover {
	background: #00517e !important;
	border-color: #00517e;
	color: white !important;
}

.btn.active>i, .btn:hover>i {
	color: white !important;
}

.oxtable-bt-red.active, .oxtable a.btn.oxtable-bt-red.active,
	.btn.oxtable-bt-red:hover {
	border: 1px solid transparent !important;
}

.btn.disabled, .btn[disabled] {
    background: #ffffff;
    border: 1px solid rgba(65, 62, 60, 0.5);
    border-radius: 6px;
    color: rgba(65, 62, 60, 0.5);
}

.oxtable .oxtable_currentviewinfo .btn {
	background: inherit;
	border: 1px solid #707070;
	border-radius: 5px;
	color: #707070;
	height: 18px;
	line-height: 18px;
	text-transform: none;
	vertical-align: top;
}

.oxtable .oxtable_currentviewinfo .btn:hover {
	background: #aeaeae !important;
	border: 1px solid transparent;
	color: white !important;
}

.red.btn, .oxtable a.red.btn, .ui-widget-content a.red.btn, .red.btn:focus
	{
    border: 1px solid red;
    color: red;
}


.red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active, .red.btn.disabled, .red.btn[disabled]
	{
	background: red !important;
	color: white !important;
}
