/* @override 
	http://10.80.4.200:8080/cmsPecoriniFiles/style/admin.css
*/

/* css per admin techcms */

/* @group corpo */


#doubleBar {
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 5px solid #e7e3e2;
	margin-top: 5px;
	padding: 2px 25px 0;
	margin-bottom: 5px;
	height: 75px;
}
#doubleBar a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border: none;
	font-size: 14px;
}
#doubleBar h1{
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;	
}
#doubleBar div {
	width: 100px;
	float: right;
	margin-top: 5px;
}

#doubleBarBis {
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 25px;
	padding: 0;
	margin-bottom: 5px;
	height: 75px;
}
#doubleBarBis a {
	color: orange;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
#doubleBarBis div {
	width: 100px;
	float: right;
	margin-top: 5px;
}


body {
	background-color: #f2f2f2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#admin {
	width: 1100px;
	margin-right: auto;
	background-color: white;
	height: auto;
	border: 2px solid #8d8d8d;
	margin-left: auto;
	z-index: 0;
	position: relative;
	padding: 5px;
}



/* @end */

/* @group mainmenu */


#topMenu {
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: center;
    margin: 0;
	border-top: 1px solid white;
	width: 1090px;
	height: 175px;
	border-bottom: 2px solid #8d8d8d;
}
#topMenu ul{
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	height: 150px;
	text-align: center;
}
#topMenu ul li{
	color: #545454;
	float: left;
	/*display: inline;*/
	padding: 0;
	padding-left: 4px;
	padding-right: 3px;
	margin: 0;
	margin-left: 0;
	list-style: none;
}
#topMenu ul li a{
	font-size: 15px;
	color: orange;
	text-decoration: none;
	text-shadow: silver 0 0 0px;
	border: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#topMenu ul li a img {
	margin: 0;
	padding: 0;	
}

#dbAlert.produzione {
	height: 20px;
	margin: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	background-color: #f6b7ac;
	font-size: 14px;
	font-weight: bold;
}
#dbAlert.test {
	height: 20px;
	margin: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	background-color: #ceeebe;
	font-size: 14px;
	font-weight: bold;
}

.dbText{
	font-size: 12px;
	font-weight: normal;
	color: #888;
}



/* @end */

/* @group sortable */

.attivi{
    cursor:move;
    max-height:150px;
    overflow: hidden;
    border-bottom: 2px dotted gray;
    margin-bottom: 5px;
}

#attivi{
    cursor: move; 
    height: auto;
    background-color: #fcffdb;
}
.attivi2{
    cursor:move;
    margin: 2px;
}

#attivi2{
    cursor: move; 
    height: auto;
    border: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sortabledemo{
	list-style-image: url(imgAdmin/drag.jpg);
}
.drag{
	margin: 5px;
	background-color: #d9e7f4;
	padding: 20px 5px;
}



/* @end */

/* @group admin_menu */

#admin_menu {
	background-color: #f4f4f4;
	border: 5px solid #e7e3e2;
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 25px;
}

.top{
	margin: 3px;
	padding: 3px;
	background: #af0014 none no-repeat 0 0;
}
.top a{
	margin: 0px;
	padding: 0px;
	font-variant:normal;
    text-decoration:none;
}
.top p{
	color: white;
	width: 200px;
	margin: 0;
	text-align: center;
	height: 20px;
	padding: 0;
	font-size: 12px;
	background: none;
	cursor: move;
    display: inline;
}

.sub{
	color: black;
	width: 300px;
	height: 20px;
	margin: 0;
	padding: 2px 0 0 4px;
	font-size: 12px;
	display: block;
	cursor: move;
	background-color: #d9e7f4;
	border: 2px solid white;
}




/* @end */

/* @group pagine */

.error {
	color: red;
	margin: 0;
	font-weight: bold;
	padding-left: 5px;
}

#adminPagine {
	background-color: #f4f4f4;
	border: 5px solid #e7e3e2;
	margin-top: 5px;
	padding: 5px 25px 25px;
	margin-bottom: 10px;
}

#adminPagineSimple {
	background-color: #f4f4f4;
	border: 5px solid #e7e3e2;
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 25px;
	padding: 25px;
	margin-bottom: 10px;
}
#adminPagine h1{
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;
}
#adminPagine table{
	border: 1px solid white;
}
#adminPagine table th{
	border: 1px solid white;
	background-color: #af0014;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#adminPagine table td{
	border: 1px solid white;
	background-color: #d9e7f4;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.alt{
	border: 1px solid white;
	background-color: #e5e5e5;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato1{
	border: 1px solid white;
	background-color: #fffdc0;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato2{
	border: 1px solid white;
	background-color: #fdb37c;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato3{
	border: 1px solid white;
	background-color: #ff6d2c;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato4{
	border: 1px solid white;
	background-color: #82a2ff;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato5{
	border: 1px solid white;
	background-color: #a1dffc;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato6{
	border: 1px solid white;
	background-color: #9dd729;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.stato7{
	border: 1px solid white;
	background-color: #eee;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.statoInp-3{
	border: 1px solid white;
	background-color: #ff6d2c;
	font-size: 12px;
	padding-left: 2px;
	text-decoration: line-through;
}
#adminPagine table td.statoInp-2{
	border: 1px solid white;
	background-color: #ff6968;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.statoInp-1{
	border: 1px solid white;
	background-color: #a1a1a1;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.statoInp0{
	border: 1px solid white;
	background-color: #d0d0d0;
	font-size: 12px;
	padding-left: 2px;
	color: #fff;
}
#adminPagine table td.statoInp1{
	border: 1px solid white;
	background-color: #82a2ff;
	font-size: 12px;
	padding-left: 2px;
	color: #000;
}
#adminPagine table td.statoInp2{
	border: 1px solid white;
	background-color: #9dd729;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.user0{
	border: 1px solid white;
	background-color: #eee;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.user1{
	border: 1px solid white;
	background-color: #a1dffc;
	font-size: 12px;
	padding-left: 2px;
}
#adminPagine table td.user2{
	border: 1px solid white;
	background-color: #82a2ff;
	font-size: 12px;
	padding-left: 2px;
}

#doubleBar table tbody tr td p {
	margin: 2px;
	font-size: 12px;
	
}
#adminPagine table td a{
	text-decoration: none;
	color: orange;
	font-weight: bold;
}
.adminTable{
	border: 1px solid white;	
}
.adminTableNormale{
	border: 1px solid white;
	background-color: #d9e7f4;
	font-size: 12px;	
}
.adminTableIntestazione{
	border: 1px solid white;
	background-color: #af0014;
	font-weight: bold;
	font-size: 12px;
	color: white;	
}

/* @end */

/* @group anteprima */

#anteprima {
	background-color: #f4f4f4;
	border: 5px solid #e7e3e2;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 25px 25px
}
#anteprima h1{
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;
}


/* @end */

/* @group autocomplete */

div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }



/* @end */

/* @group tabella data */

.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #eeeeee;
    background-color:#eeeeee;
    }
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #d9e7f4;
	border: 1px solid #d9e7f4;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #d9e7f4;
	border: 1px solid #d9e7f4;
	cursor: pointer;
	color: black;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    color:#af0014;
    }
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #af0014;
	border: 1px solid #af0014;
	color: black;
    font-weight:bold;
    }
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #cb4335;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: black;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: #af0014;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: #af0014;
	font-weight: bold;
	}
/* @end */