/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

.help-round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:45px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #FE0505;
    box-shadow: 0 0 3px gray;
    font-size:15px;
    font-weight:bold;
	z-index: 9999;
}

.help-round-button:hover {
	color:#f5f5f5;
    background: #FF7373;
	text-decoration:none;
}

.help-round-button:visited {
	color:#f5f5f5;
	text-decoration:none;
}

.wait-round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:45px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #F8AC59;
    box-shadow: 0 0 3px gray;
    font-size:15px;
    font-weight:bold;
	z-index: 9999;
}

.wait-round-button:hover {
	color:#f5f5f5;
    background: #F4BD81;
	text-decoration:none;
}

.wait-round-button:visited {
	color:#f5f5f5;
	text-decoration:none;
}

#help-wait{
	position: fixed; 
	top: 5px; right: 5px; 
	z-index: 9999;
}

.required {
    color: #f00;
}

.marker{
	background-color: yellow;
}

.notif_hide{
	display: none;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}