@charset "utf-8";
/* CSS Document */

/* 
--------------------------------
Basic Page Layout
--------------------------------
*/
body {
	margin: 0px 0px 0px 0px;
	/* min-width:980px; */
	font-family: calibri, tahoma, arial, sans;

}

#contentArea {
	margin: 0px 0px 4px 0px;
}

.containerExtra {
	background-color:#ffffff; 
	border:1px solid #9dafb9; 
	margin-top:4px;
}

#loginStatus {
	text-align:right;
	font-size: small;
	color: #ffffff;
	float:right;
	width:130px;
	margin: 0px 10px 3px 0px;
}

h1 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size:  22px;
}

h2 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 22px;
	color:#2D5F8A;
	margin-bottom:6px;
	margin-top:0px;
}

h3 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 18px;
}

h4 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 16px;
}


h5 {
	color: #b35639;
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 14px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin: 12px 0px 2px 0px;
}

h6 {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* 
--------------------------------
Styles for Document List
--------------------------------
*/
a.libraryDocument {
	height: 28px;y
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
}


a.libraryDocument:hover {
	/* 
	color: #ffffff;
   background-color: #b96348;
	*/
}

.LibraryDocumentPanel {
	display:block;
	margin: 0px 0px 16px 22px;	
}

a.librarySection {
	height:32px;
	font-weight:bold;
	font-size: 16px;
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
	position:relative;
	z-index:24;
}


a.libraryHTMLSection {
	height:32px;
	font-weight:bold;
	font-size: 16px;
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
	position:relative;
	z-index:24;
}

a.librarySubSection {
	height:32px;
	font-weight:bold;
	font-size: 16px;
	cursor:pointer;
	display: block;
	color: #000000;
	text-decoration:none;
	position:relative;
	z-index:24;
}


/* 
--------------------------------
DatePicker Styles
--------------------------------
*/

/* the div that holds the date picker calendar */
.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: #505050;
	background-color: #ece9d8;
	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 #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* 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: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* 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: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	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: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	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: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


/* 
--------------------------------
Calendar Styles
--------------------------------
*/

Table.calendarTable {
	margin-bottom:12px;
	border:1px solid #999;
}


.calendarTable th {
	border:1px solid #ccc;
	background:#507282;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
}

.calendarTable td {
	width:84px; 
	height:118px; 
	font-family:calibri; 
	font-size:11px; 
	border:1px solid #ccc;
	text-align:left;
	background-color:#FFF;
}

Table.calendarTableData {
	margin-bottom:12px;
	margin-left:7px;
	margin-top: 25px;
}

.calendarTableData th {
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
}

.calendarTableData td {
	width:86px; 
	height:120px; 
	font-family:calibri; 
	font-size:11px; 
	text-align:left;
}

/* 
--------------------------------
Calendar - Small Styles
--------------------------------
*/

Table.calendarSmallTable {
	border:2px solid #b0a790;
}

.calendarSmallTable th {
	background:#507282;
	color:#fff;
	font-size:11px; 
}

.calendarSmallTable td {
	width:20px; 
	height:18px; 
	font-family:calibri; 
	font-size:11px; 
	border:1px solid #b0a790;
	background-color:#dbd8c6;
}

.calendarSmallTable td.highlight{
	background-color:#7e8a5a;
}

.calendarSmallTable td.alternate{
	background-color:#507282;
}

/* 
--------------------------------
Company List
--------------------------------
*/
ul.companyList {
	list-style-type:none;
	padding-left:0px;
}

ul.companyList li.client {
	padding:4px 0px 4px 26px;
	background-image:url(/images/icons/iconCompanyClient.gif);
	background-repeat:no-repeat;
	font-size:14px;
	margin-bottom:8px;
	cursor:pointer;
}

ul.companyList li.prospect {
	padding:4px 0px 4px 26px;
	background-image:url(/images/icons/iconCompanyProspect.gif);
	background-repeat:no-repeat;
	font-size:14px;
	margin-bottom:8px;
	cursor:pointer;
}

ul.companyList li:hover {
	text-decoration:underline;
}

ul.companyList li.prospect a {
	color:#000000;
	text-decoration:none;
}

ul.companyList li.prospect a:hover {
	text-decoration:underline;
}

a.listLink {
	text-decoration:none;
	color: inherit;
}
 
.panel-sidebar {
	background-color: #f5f5f5;
	margin-right:15px;
}

.panel-sidebar .panel-heading {
	background-color: #2D5F8A;
}

.panel #assignedPersonnel {
	background-color: #f5f5f5;
	margin-right:4px;
	margin-left:4px;
}

input.requiredField {
	background-color:#FEFBED;
}

select.requiredField {
	background-color:#FEFBED;
}

textarea.requiredField {
	background-color:#FEFBED;	
}

.btn-probability {
  color: #ffffff;
  background-color: #3F575F;
  border-color: #263439;
  border-radius:22px;
  width:66px;
}

.btn-probability:hover,
.btn-probability:focus,
.btn-probability:active,
.btn-probability.active,
.open .dropdown-toggle.btn-probability {
  color: #000000;
  background-color: #83B4C5;
  border-color: #263439;
}

.btn-probability:active,
.btn-probability.active,
.open .dropdown-toggle.btn-probability {
  background-image: none;
}

.btn-WOStatus {
  color: #ffffff;
  background-color: #3F575F;
  border-color: #263439;
  border-radius:22px;
  width:84px;
}

.btn-WOStatus:hover,
.btn-WOStatus:focus,
.btn-WOStatus:active,
.btn-WOStatus.active,
.open .dropdown-toggle.btn-WOStatus {
  color: #000000;
  background-color: #83B4C5;
  border-color: #263439;
}

.btn-WOStatus:active,
.btn-WOStatus.active,
.open .dropdown-toggle.btn-WOStatus {
  background-image: none;
}

.list-group {
	margin-left: 10px;
}

.pciMenu {
	background-image: linear-gradient(to bottom,#5b7ba6 0,#15335b 100%);
}

.pciPanel {
	background-image: linear-gradient(to bottom,#5b7ba6 0,#15335b 100%);
}

.foo {
  	width: 15px;
  	height: 15px;
  	margin: 1px;
  	border: 1px solid rgba(0, 0, 0, .2);
}

.blue {
  background: #13b4ff;
}

.purple {
  background: #ab3fdd;
}

.wine {
  background: #ae163e;
}
