/* list */

@media all and (max-width: 900px) {
	/* Specific to this particular image */
	.ui-btn {}
}

#jsonListPage {
    background-image: url('/sfMobileApp/themes/images/logo_AAeAA-gray.png');
    background-repeat: no-repeat;
    background-position: center 99%;
    background-size: auto 10%;
}

img#pageLogo {
    max-width: 100%;
    width: 3em;
    margin-top:0.5em;
}

.justSeen {
	background-color: #FFFF66 !important;
}

.justSeen div {
	text-shadow: 0 0 0 #EEEEEE !important;
}

.ppMine {
	background-color: #00CC00 !important;
}

.ppClient {
	background-color: #CC0000 !important;
}

.ppHurry {
	background-color: #0000CC !important;
}

#JsonListMng sup {
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

#JsonListHm sup {
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

#JsonListAtPage sup {
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

#JsonListReport span {
	display: block;
	margin-top: 6px;
	padding-right: 12px;
}

#JsonListReport sup {
	padding-left: 12px;
	padding-right: 6px;
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
	color: #999999;
}

.data sup {
	padding-left: 12px;
}

.data sup:first-child {
	padding: 0px;
}

.listThumbImage {
	position: absolute;
	z-index: 2;
	float: left;
	width: 3.625em;
	height: 1.5em;
	padding: 0.7em 0em;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.imgUnique {
	width: 3.625em;
	height: auto;
}

.imgHalTopfLeft {
	width: 1.5em;
	height: 0.8em;
	margin-left: 0.2em;
}

.imgHalfTopRight {
	width: 1.5em;
	height: 0.8em;
	margin-left: 2em;
}

.imgHalfBottomLeft {
	width: 1.5em;
	height: 0.9em;
	margin-left: 0.2em;
	margin-top:2.5em;
}

.imgHalfBottomRight {
	width: 1.5em;
	height: 0.9em;
	margin-left: 2em;
	margin-top:2.5em;
}

.imgHalfLeft {
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imgHalfRight {
	width: 40px;
	margin-left: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.primaryFields {
	padding-top: 7px;
	padding-bottom: 3px;
	overflow: hidden !important;
}

.primaryFields ul, .primaryFields ol {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.primaryFields li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-right: 6px;
}

.secondaryFields {
	padding-top: 3px;
	padding-bottom: 7px;
	overflow: hidden !important;
	font-weight: normal;
	font-size: 13px;
}

.secondaryFields div {
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
}

.secondaryFields ol {
	display: inline-block;
	padding-inline-start: 0px;
	padding: 0px;
	margin: 0px;
}

.secondaryFields ol {
	display: inline-block;
	padding-inline-start: 0px;
	padding: 0px;
	margin: 0px;
}

.secondaryFields li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
}

.subListloader {
	text-align: center !important;
}

.subListloader img {
	display: block;
	width: 36px;
	padding: 24px;
	padding-bottom: 0px;
	margin: 0 auto !important;
	margin-top: 12px;
	margin-bottom: 12px;
}

.ui-icon-wait:after {
	background-image: url("../images/ui-icon-wait.png");
	/* Make your icon fit */
	background-size: 18px 18px;
}

.subListSearch {
	margin-bottom: 18px;
}


/* CLASSIFICAZIONI POST */

.IOpublic {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius: 12px; 
	-moz-border-radius: 12px; /* firefox */
	-webkit-border-radius: 12px; /* safari, chrome */
	border-spacing:0px;
	background-color:#0000CC;
}

.IOprivate {
	display:inline-block;
	width:12px;
	height:12px;
	border-radius: 12px; 
	-moz-border-radius: 12px; /* firefox */
	-webkit-border-radius: 12px; /* safari, chrome */
	border-spacing:0px;
	background-color:#CCCCCC;
}

.IOpriorityLevel0 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel0.png');
}

.IOpriorityLevel1 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel1.png');
}

.IOpriorityLevel2 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel2.png');
}

.IOpriorityLevel3 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel3.png');
}

.IOpriorityLevel4 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel4.png');
}

.IOpriorityLevel5 {
	background-image: url('/sfMobileApp/__standard/images/IOpriorityLevel5.png');
}

.IOslaDeadlineN {
	background-image: url('/sfMobileApp/__standard/images/IOslaDeadlineN.png');
}

.IOslaDeadlineG {
	background-image: url('/sfMobileApp/__standard/images/IOslaDeadlineG.png');
}

.IOslaDeadlineY {
	background-image: url('/sfMobileApp/__standard/images/IOslaDeadlineY.png');
}

.IOslaDeadlineR {
	background-image: url('/sfMobileApp/__standard/images/IOslaDeadlineR.png');
}

.RMShmReply {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-spacing: 0px;
    background-color: #FFFF00;
    border: 1px solid #333333;
    text-align: center;
    vertical-align: middle;
}