/* @override http://apilot.beta.apilot.cz/css/global/button.css */

/* @group button */

div.btns-right {
	float: right;
}

div.btns-left {
	text-align: left;
}

.buttons {
	float: none;
	text-align: right;
}

#right .panel .bd .buttons .button {
	float: none;
}

#right .panel .bd .buttons, #right .panel .bd .buttons.btns-indent {
	padding: 6px;
}

.ftbar .buttons {
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
}

.button, .ui .pannel.opacwin .button {
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    display: inline-block;
    outline: none;
    float: none;
    width: auto;
    height: 18px;
    min-height: 18px;
    line-height: 18px;
    margin: 0 2px;
    padding: 0 20px;
    text-align: center;
    vertical-align: baseline;
    color: #353535;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-shadow: #dcdcdc 0 1px 1px;
    text-transform: capitalize;
    cursor: default;
    border: 1px solid #939494;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(img/button/button.png);
    background-color: #adadad;
    box-shadow: #fff 0 1px 1px;
    -webkit-box-shadow: #fff 0 1px 1px;
    -moz-box-shadow: #fff 0 1px 1px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div[class] .button {
    height: auto;
}

.login .button {
	box-shadow: #d9d9d9 0 1px 1px;
    -webkit-box-shadow: #d9d9d9 0 1px 1px;
    -moz-box-shadow: #d9d9d9 0 1px 1px;
}

.ftbar .buttons .button {
	position: relative;
	top: 5px;
}

div[class] .ftbar .buttons .button {
	position: static;
}

.button::-moz-focus-inner {
	border: none;
}

.ui .pannel.opacwin .button {
	margin: 2px 3px 0 6px;
	color: #bfbfbf;
	text-shadow: none;
	float: right;
	border: 1px solid #000;
    border-radius: 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 9px;
	background-image: url(img/button/button-dark.png);
	background-color: #000;
	box-shadow: #303030 0 1px 1px;
    -webkit-box-shadow: #303030 0 1px 1px;
    -moz-box-shadow: #303030 0 1px 1px;
}

.ui .pannel.opacwin .buttons .button {
	float: none;
	margin: 0 0 0 6px;
}

.ui .pannel.opacwin .button:hover, .ui .pannel.opacwin .button:focus {
	color: #bfbfbf;
	outline: none;
	box-shadow: #999999 0 0 3px;
	-webkit-box-shadow: #999999 0 0 2px;
	-moz-box-shadow: #999999 0 0 3px;  
	background-position: 0 0;  
}

.ui .pannel.opacwin .button.pannel_enter_click {
	color: #bfbfbf;
	border: solid 1px #1a1a1a;
	box-shadow: #999999 0 0 4px;
	-webkit-box-shadow: #999999 0 0 4px;
	-moz-box-shadow: #999999 0 0 4x;
}

.ui .pannel.opacwin .button:active, .ui .pannel.opacwin .button.pannel_enter_click:active {
	color: #a1a2a2;
	outline: none;
	border: 1px solid #000;
    background-position: 0 100%;
    box-shadow: #303030 0 1px 1px;
    -webkit-box-shadow: #303030 0 1px 1px;
    -moz-box-shadow: #303030 0 1px 1px;
}

.button.btn-ring {
	box-shadow: #004880 0 0 4px;
	-webkit-box-shadow: #004880 0 0 4px;
	-moz-box-shadow: #004880 0 0 4px;
}

.button a {
    text-decoration: none;
}

input.button {
    display: inline;
    height: 20px;
}

.growl .report .button {
    color: #000;
}

body:last-child input.button {
    height: 20px;
    min-height: 20px;
}

body:last-child div[class] input.button {
    height: auto;
}

.button:hover, .button:focus {
	outline: none;
	box-shadow: #999999 0 0 3px;
	-webkit-box-shadow: #999999 0 0 3px;
	-moz-box-shadow: #999999 0 0 3px;  
	background-position: 0 0;  
}

.button:active {
	outline: none;
    background-position: 0 100%;
    box-shadow: #fff 0 1px 1px;
    -webkit-box-shadow: #fff 0 1px 1px;
    -moz-box-shadow: #fff 0 1px 1px;
}

.login .button:active {
	box-shadow: #d9d9d9 0 1px 1px;
    -webkit-box-shadow: #d9d9d9 0 1px 1px;
    -moz-box-shadow: #d9d9d9 0 1px 1px;
}

/* @end */

/* @group ico-btn */

.ico-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 6px 5px;
	cursor: pointer;
	background-position: 0 20px;
	background-repeat: no-repeat;
	background-color: #ededed;
	background-image: url(img/icons.png);
}

.ico-btn span {
	display: none;
}

.ico-btn.delete, .ico-btn.delete:hover {
	background-position: 0 -660px;
}

.ico-btn.edit, .ico-btn.edit:hover {
	background-position: 0 -620px;
}

/* @end */

/* @group .button.ico-btn */

.button.ico-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 6px 5px;
	cursor: pointer;
	border: none;
	background-position: 0 20px;
	background-repeat: no-repeat;
	background-color: #ededed;
	background-image: url(img/icons.png);
}

.button.ico-btn span {
	display: none;
}

.button.ico-btn.delete, .button.ico-btn.delete:hover {
	background-position: 0 -660px;
}

.button.ico-btn.edit, .button.ico-btn.edit:hover {
	background-position: 0 -620px;
}

/* @end */
