.ui-widget-overlay {
    background: black;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    left: 0;
 }

 .main-page-header {
 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
 }

.background-image-blur {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;

    display: absolute;
    background-image: url('../../resources/images/semi-transparent-bg.png');
    width: 100%;
    height: 100%;
}
 
.navbar {
   max-height: 40px;
}
 
 .hidden {
 	visibility: hidden;
 }
 
 .color-theme-sample {
 	width: 16px;
 	height: 16px;
 	background-color: #dddddd;
 }
 
 .context-menu-separator {
 	width: 100%;
 	border-bottom: solid 1px #dddddd;
 	height: 1px;
 }

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.centered-horizontally {
	width: 600px !important;
	
}

.remove-button {
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
}

.footer-text {
	color: #999999;
	font-size: 9pt;
}

.banner {
	width: 100%;
	background: #e2e2e2; 
	border-top: solid 1px #CECECE;
	border-bottom: solid 1px #CECECE;
}

.hide {
	visibility: hidden;
}

.axisX {
	position: absolute;
	bottom: 50px;
	left: 120px;
	height: 1px;
	background-color: #000000;
}

.axisY {
	position: absolute;
	bottom: 50px;
	left: 120px;
	width: 1px;
	background-color: #000000;
}

.label-dbl-click-remove {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #cccccc;
	font-size: 9pt;
}

.floating-label {
	position: absolute;
	left: 10px;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 24pt;
}

.sticker {
	padding: 10px;
	border: solid 2px #ffffff;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-weight: bold;
}

.sticker-v2 {
	padding: 10px;
	border: solid 2px #ffffff;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-weight: bold;
	border-radius: 3px;
}

.board-participant {
	border-radius: 25px;
	border: solid 1px #cccccc;
        
    background: #f0faf0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0faf0 0%, #d5f2d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0faf0 0%,#d5f2d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0faf0 0%,#d5f2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0faf0', endColorstr='#d5f2d2',GradientType=0 ); /* IE6-9 */

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    cursor: hand;
    cursor: pointer;
    font-size: 8pt;
    font-family: Tahoma;
}

.board-participant-in-progress {
	border-radius: 25px;
	border: solid 1px #cccccc;
    	
    background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    

    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    cursor: hand;
    cursor: pointer;
    font-size: 8pt;
    font-family: Tahoma;
}

.board-participant-inactive {
	border-radius: 25px;
	border: solid 1px #cccccc;
    
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    cursor: hand;
    cursor: pointer;
    font-size: 8pt;
    font-family: Tahoma;
}

.error {
	color: #ff0000;
}

.original-sticker-place {
	border: dotted 1px #aaaaaa;
}