/*---------------------------------------------------------------------------*/
/* BUTTON definitions                                                        */
/*---------------------------------------------------------------------------*/

.module .button,
.module .button-right,
.module .button-left,
.module-preview .button,
.module-preview .button-right,
.module-preview .button-left {
	padding-bottom: 2px;
}

/* Match it to ExtJS Button x-btn and x-btn-default-small */
.normal-Content-rightside .button,
.normal-Content-rightside .button-right,
.normal-Content-rightside .button-left {
	background-color: #f8f8f8;
    background-image: linear-gradient(#fff, #eee);
	outline: 0;
 	border: 1px solid #bbb;
  	border-radius:3px;
	padding: 2px 6px;
	height: 22px;
	overflow: visible;
	font:11px/16px tahoma,arial,verdana,sans-serif;
	cursor: pointer;
	vertical-align: middle;
	color:#333;
}
 
.imageButton,
.imageButton img,
.localizedButton-right img,
.localizedButton-left img,
.localizedButton-right,
.localizedButton-left {
    border: none;
}

.localizedButton-right,
.button-right {
	margin-left: 10px !important;
    float: right;
}

.localizedButton-left,
.button-left {
	margin-right: 10px !important;
    float: left;
}

.normal-Content-rightside .button[disabled],
.normal-Content-rightside .button-left[disabled],
.normal-Content-rightside .button-right[disabled] {
	cursor: default;
	color: #cccccc;
}

.normal-Content-rightside .button.disabled,
.normal-Content-rightside .button-left.disabled,
.normal-Content-rightside .button-right.disabled {
	border: 1px solid #999999 !important;
}

.hosted-Content-rightside .button.disabled,
.hosted-Content-rightside .button-left.disabled,
.hosted-Content-rightside .button-right.disabled,
.hosted-Content-rightside .x-box-item.x-btn-disabled 
.hosted-Content-rightside .button-left:disabled,
.hosted-Content-rightside .button[disabled],
.hosted-Content-rightside .button-left[disabled],
.hosted-Content-rightside .button-right[disabled],
.hosted-module .button-left[disabled],
.hosted-module .button[disabled],
.hosted-module .button-left.disabled,
.hosted-module .button.disabled,
.hosted-popup .button-left.disabled,
.hosted-popup .button.disabled,
.hosted-popup .button-left[disabled],
.hosted-popup .button[disabled] {
	background-color: #F2F2F2;
    border: 1px #CCCCCC;
    color: #CCCCCC;
}


input..button.active,
input..button-left.active,
input..button-right.active {
	border-color:#9d9d9d;
	background-color:#f3f3f3;
	background-image: linear-gradient(#fbfbfb, #e9e9e9);
}

.normal-Content-rightside .button.hover,
.normal-Content-rightside .button-left.hover,
.normal-Content-rightside .button-right.hover {
	border-color:#9d9d9d;
	background-color:#f3f3f3;
	background-image: linear-gradient(#fbfbfb, #e9e9e9);
}

.testIcon {
	border: 1px solid #999999;
	padding-left: 25px !important;
	background-image: url( ../../pics/structure/buttons/button_test_hover.gif?rand=20251018100057) !important;
	background-position: 0 -3px;
}

.disabled .testIcon {
	color: #cccccc !important;
	border: 1px solid #cccccc;
	padding-left: 25px !important;
	background-image: url( ../../pics/structure/buttons/button_test_disabled.gif?rand=20251018100057) !important;
	background-position: 0 -3px;
}

.alignTop {	
	vertical-align: top;
}

.extjs-button-link {
	border: none !important;
    background: none !important;
}
.extjs-button-link  span {
    cursor: pointer;
    text-decoration: underline;
	color: #003399 !important;
}
.sw-delete{
	background-image: url(../../pics/structure/notifications/cross_16.png?rand=20251018100057) !important; width: 16px; height: 16px; display: block;
}

.hosted-Content-rightside .localizedButton-right {
	padding: 0px !important;
}

.hosted-Content-rightside .button,
.hosted-Content-rightside .button-right,
.hosted-Content-rightside .button-left,
.hosted-Content-rightside .x-btn.x-box-item,
.hosted-Content-rightside .localizedButton-right,
.hosted-popup .button-left,
.hosted-popup .button-right,
.hosted-popup .button,
.hosted-module .button-left,
.hosted-module .button-right,
.hosted-module .button {
	background-image: linear-gradient(#fff, #eee);
	padding: 2px 6px;
	cursor: pointer;
	vertical-align: middle;
	min-width: 60px;
	height: 29px;
	background: inherit;
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(134, 134, 134, 1);
	border-radius: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #868686;
	font-family: 'Nunito-Regular', 'Nunito';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	line-height: normal;
	width: auto;
}

.hosted-Content-rightside .x-btn.x-box-item.x-btn-default-small,
.hosted-Content-rightside .localizedButton-right,
.hosted-popup .button-left,
.hosted-module .button-left,
.hosted-module .button,
.hosted-popup .button{
	width:auto;
}

.hosted-Content-rightside .x-tab-bar.x-tab-bar-horizontal{
	height:36px;
}

.hosted-popup .module .module-body .button-bar-max,
.hosted-popup .module .module-body .button,
.hosted-popup .button.hosted-add-margin-bottom{
	    margin-bottom: 50px;
}

.hosted-popup .popupFormBody .button.hosted-add-margin-bottom,
.hosted-Content-rightside .element .button.hosted-add-margin-bottom{
	margin-bottom:30px;
}

.hosted-popup .module .module-body .element .button{
	    margin-bottom: 0px;
}


.hosted-Content-rightside .button.hover,
.hosted-Content-rightside .button-left.hover,
.hosted-Content-rightside .button-right.hover,
.hosted-popup .button-left.hover,
.hosted-popup .button.hover,
.hosted-module .button-left:hover,
.hosted-module .button:hover,
.hosted-Content-rightside .x-btn.x-box-item:not(.x-item-disabled):hover {
	background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 121, 26, 1);
    border-radius: 30px;    
    color: rgb(51,51,51);
}


