/* 
    Document   : modalSheet
    Created on : Apr 2, 2012, 12:03:46 PM
    Author     : wsouilem
    Description:
        Purpose of the stylesheet follows.
*/

/* 
    Document   : ModalSheets
    Created on : Mar 26, 2012, 10:28:31 AM
    Author     : Q.Frank
    Description:
        Purpose of the stylesheet follows.
*/
#qfDimmer {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9997;
	background: black;
	background: rgba(0,0,0,0.9);
}

#qfSheetContainer {
	width: 500px;
	height: 500px;
	left: 50%;
	margin-left: -250px;
	
	z-index: 9999;
	position: fixed;
	bottom: 0;
	overflow-y: auto;
	border: 1px solid #000;
	border-bottom: 0;
	box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
	background-color: #e0e0e0;
}

#qfSheetContent {
	padding: 50px;
}

#qfCloseContainer {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: gray;
	text-align: center;
	font-size: 20px;
	line-height: 16px;
	cursor: pointer;
}

#qfSpinner {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 9998;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	background-color: #000;
	background-image: url('../img/spinner.gif');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}

#qfSheetContainer .view {
	margin-bottom: 30px;
}
#qfSheetContainer table {
	margin-bottom: 30px;
}
#qfSheetContainer .dynamic_checklist_wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	height: 70%;
	width: 92%;
	margin-left: 4%;
	margin-top: 2%;	
}
.detail_view_checklist {
	float: left;
	position: relative;
	margin-right: 5%;
	width: 30%;
	height: 250px;
}
.last {
	margin-right: 0px;
}
.detail_view_checklist h4 {
	display: block;
	width: 100%;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
	-ms-border-top-right-radius: 5px;
	-ms-border-top-left-radius: 5px;	
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
	background: #1E1E1E; /* Old browsers */
	background: -moz-linear-gradient(top,  #2A2A2A 0%, #1E1E1E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2A2A2A), color-stop(100%,#1E1E1E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2A2A2A 0%,#1E1E1E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2A2A2A 0%,#1E1E1E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2A2A2A 0%,#1E1E1E 100%); /* IE10+ */
	background: linear-gradient(top,  #2A2A2A 0%,#1E1E1E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A2A2A', endColorstr='#1E1E1E',GradientType=0 ); /* IE6-8 */
}
.detail_view_checklist li {
	padding: 4px 0 4px 10px;
}
.detail_view_checklist li:nth-child(2n) {
	background: #f5f5f5;
}
input.dynamic_list_searcher {
	padding: 0; margin: auto;
	width: 88%;
	margin-left: 3%;
	margin-top: 5px;
	padding: 0 3%;
	height: 24px;
	border-radius: 20px;
	border: 1px solid #e0e0e0;
}
.dynamic_list_new_item {
	width: 40px;
	height: 16px;
	border-radius: 10px;
	position: absolute;
	margin-top: -23px;
	padding-top: 4px;
	right: 15px;
	
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #BDBDBD;	
	
	background: #1E1E1E; /* Old browsers */
	background: -moz-linear-gradient(top,  #E0E0E0 0%, #BDBDBD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(100%,#BDBDBD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E0E0E0 0%,#BDBDBD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E0E0E0 0%,#BDBDBD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E0E0E0 0%,#BDBDBD 100%); /* IE10+ */
	background: linear-gradient(top,  #E0E0E0 0%,#BDBDBD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#BDBDBD',GradientType=0 ); /* IE6-8 */
	
	cursor: pointer;
}
.dynamic_list_new_item:active {
	background: #BDBDBD; /* Old browsers */
	background: -moz-linear-gradient(top,  #BDBDBD 0%, #E0E0E0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#E0E0E0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BDBDBD 0%,#E0E0E0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BDBDBD 0%,#E0E0E0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BDBDBD 0%,#E0E0E0 100%); /* IE10+ */
	background: linear-gradient(top,  #BDBDBD 0%,#E0E0E0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDBDBD', endColorstr='#E0E0E0',GradientType=0 ); /* IE6-8 */
}
.account_info {
	padding: 30px 15px;
}
.account_info li {
	display: block;
	margin-left: 40px;
}
.account_info li label {
	display: block;
	float: left;
	width: 120px;
	padding-top: 14px;
}

