.x-fieldset-custom {
	border: 1px solid #b5b8c8;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F0F1F1;
	display: block;
	/* preserve margins in IE */
	position: relative;
}

.x-fieldset-custom .x-fieldset-header {
	font: 12/15px bold tahoma, arial, verdana, sans-serif;
	color: #333333;
	font-weight: bold;
	padding: 0 3px 1px;
	overflow: hidden;
}

.x-form-3dots-trigger {
  background-image: url(../../resources/images/3dots-trigger.gif);
}

.errorLabel {
	font: 10px bold tahoma, arial, verdana, sans-serif;
	color: #ff0000;
}

.configbutton {
	background: #F4AE7F;
	border: 1px solid #A9A9A9;
	font-family: Verdana;
	width: 80px;
	height: 21px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #D3D3D3),
		color-stop(100%, #C1C1C1) );
	background-image: -moz-linear-gradient(top, #D3D3D3, #C1C1C1);
	background-image: -webkit-linear-gradient(top, #D3D3D3, #C1C1C1);
	background-image: -o-linear-gradient(top, #D3D3D3, #C1C1C1);
	background-image: -ms-linear-gradient(top, #D3D3D3, #C1C1C1);
	background-image: linear-gradient(top, #D3D3D3, #C1C1C1);
}

.x-grid-cell-checkcolumn .x-grid-cell-inner {
    padding-top: 4px;
    padding-bottom: 2px;
    line-height: 14px;
}
.x-grid-with-row-lines .x-grid-cell-checkcolumn .x-grid-cell-inner {
    padding-top: 3px;
}

.x-grid-checkheader {
    height: 14px;
    background-image: url('../../resources/images/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked {
    background-image: url('../../resources/images/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap {
    text-align: center;
}
.usernameLabel {
	font-weight: bold;
	color: #fff;
}
.printLabelStyle textarea {
	font-family: Courier, Courier New, monospaced, serif;
	font-size: 1.29em;
}

.regionIcon {
    background: url("../../resources/icons/fugue/icons/globe-network.png") no-repeat !important;
}

.computerDragObject {
    background-repeat: no-repeat;
    xborder-radius:2px;
    xborder:1px solid gray;
    width:90px;
    height:75px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    font-size: 0.8em;
    /*position:relative;
    float:left;*/
    display: inline-block;
}

.computerDragObject p {
	padding: 0px 2px 0px 2px;
	margin: 2px 2px 0 2px;
	padding-top: 10px;
	background-color: #343738;
}

.N {
	background-image: url("../images/Staf/computer-white-n.png");
	background-size: 90px 75px;
	width:90px;
    height:75px;
}

.E {
	background-image: url("../images/Staf/computer-white-e.png");
	background-size: 75px 90px;
    width:75px;
    height:90px;
}

.S {
	background-image: url("../images/Staf/computer-white-s.png");
	background-size: 90px 75px;
	width:90px;
    height:75px;
    padding-top: 19px;
}

.W {
	background-image: url("../images/Staf/computer-white-w.png");
	background-size: 75px 90px;
    width:75px;
    height:90px;
    padding-left:19px;
}

.N p, .S p {
	width:86px;
	height: 52px;
}

.E p, .W p {
	width:52px;
	height: 86px;
}

.allComputersDragObject {
    background-repeat: no-repeat;
    height:100%;
    border:1px solid #AAA;
    background-color:rgba(222, 222, 222, 1.0);
}
.valid-zone{

}
.selected {
    opacity:0.5;
}

.selected-item-graphical-interface {
	background-color:rgba(157, 229, 86, 1.0) !important;
}

.custom-gridPerformance .x-column-header-inner .x-column-header-text {
	white-space: normal;
}