/*
 * 
 * Iter/report-box styles 
 *
 */

.iterbox-block {
	z-index: 1002;
    position: absolute;
    left: 50px;
    top: 50px;
	box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}

@media screen and (max-width: 800px) {
	.iterbox {
		position: relative;
		border: 1px solid #888;
		border-radius: 8px;
		left: 0;
		top: 0;
		pointer-events: auto;
		background-color: #fff;
		min-width: 200px;
		max-width: calc(100% - 50px);
		min-height: 100px;
	}
}

@media screen and (min-width: 801px) {
  .iterbox {
	position: relative;
	border: 1px solid #888;
	border-radius: 8px;
	left: 0;
	top: 0;
	pointer-events: auto;
	background-color: #fff;
	min-width: 200px;
	min-height: 100px;
}
}

.iterbox-close {
	color: #777;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 14px;
    pointer-events: auto;
}

.iterbox-body {
    padding-bottom: 4px;
    max-height: 80vh;
}

.iterbox-title {
	font-family: Verdana;
    font-size: 10pt;
    line-height: 1.1;
    margin-right: 20px;
    font-weight: bold;
    padding: 10px;
    color: #333;
}	

.iterbox-detail {
	font-family: Verdana;
    font-size: 10pt;
    color: #888;
    padding: 10px;
    overflow: auto;
    max-height: 75vh;
}

/* Report box */

.reportbox-block {
	z-index: 1002;
    position: absolute;
    left: 50px;
    top: 50px;
	box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}

@media screen and (max-width: 800px) {
	.reportbox {
		position: relative;
		border: 1px solid #888;
		border-radius: 8px;
		left: 0;
		top: 0;
		pointer-events: auto;
		background-color: #fff;
		min-width: 320px;
		max-width: calc(100% - 50px);
		min-height: calc(100% - 50px);
	}
}

@media screen and (min-width: 801px) {
    .reportbox {
        position: relative;
        border: 1px solid #888;
        border-radius: 8px;
        left: 0;
        top: 0;
        pointer-events: auto;
        background-color: #fff;
        min-width: 320px;
        min-height: 400px;
    }
}

.reportbox-close {
	color: #777;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 14px;
    pointer-events: auto;
}

.reportbox-body {
    padding-bottom: 4px;
}

.reportbox-title {
	font-family: Verdana;
    font-size: 10pt;
    line-height: 1.1;
    margin-right: 20px;
    font-weight: bold;
    padding: 10px;
    color: #333;
}	

.reportbox-detail {
	font-family: Verdana;
    font-size: 10pt;
    color: #888;
    padding: 10px;
    overflow: auto;
}

.noborder-input {
	outline: none;
	border: 0;
}

.icon-large-click {
	font-size: 1.5rem;
	cursor: pointer;
}

.infobox-close {
	color: #777;
    height: 14px;
    outline: medium none;
    position: absolute;
    right: 35px;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 14px;
    pointer-events: auto;
}

@media screen and (max-width: 800px) {
	.comunebox {
		position: relative;
		border: 1px solid #888;
		border-radius: 8px;
		left: 0;
		top: 0;
		pointer-events: auto;
		background-color: #fff;
		min-width: 320px;
		max-width: calc(100% - 50px);
		min-height: 100px;
	}
}

@media screen and (min-width: 801px) {
    .comunebox {
        position: relative;
        border: 1px solid #888;
        border-radius: 8px;
        left: 0;
        top: 0;
        pointer-events: auto;
        background-color: #fff;
        min-width: 320px;
        min-height: 100px;
    }
}
