﻿/* Common Styles */
/* the ".list encompasses the entire form that holds the header and actual datatable
set the width to a default otherwise it is likely to span the whole form
*/
.list
{ z-index: 1020;
    font-size:11px;
    font-family:Tahoma;
    border:solid 1px #191970;
    background-color:#fff;
    padding:1px;
    width: auto;
    margin-right: 100%;
    margin-bottom: 5px;
    border-radius: 10px 10px 10px 10px;
    white-space: nowrap; 
	min-width: 300px;
    overflow: visible;
}
/* the .list .title is in the header of the listview
*/

.list .title
{
    background-color: #323a4B;
   /* background: url(/images/bckgrnds/greytobluebackground.gif);*/
	color:#fff;
	height:30px;
	text-align:center;	
	line-height:30px;
	font-size:16px;	  
	font-weight:bold;      
    width: 100%; 
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
  
    margin-right: 0px;
    white-space:nowrap;
    overflow: visible;   
}

.list .title .txtLeft
{	width: auto;
	float: left;
	font-size: 10.5pt;
	color: #fff;	
	position: absolute;
    left: 10px;    
}

.list .title .btnExitLeft
{
	background-color: #ffffff;
	height: 21px;
	width: 21px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	float: left;
	z-index: 101;
	margin: 2px 0px 0px 2px;
}


.list .title .btnLeft
{
	position: absolute;	/*NOTE: To get the h1 label to center, we have to set the buttons positioning with absolute positioning or else it will shift the label over by the widtn of the button*/
	left: 4px;
	top: 5px;
	width: auto; 
	height: 24px;
	padding: 0px 20px 0px 20px;
	text-align: center; 
	
	
	z-index: 101;
	margin: 0px 0px 0px 2px;
	border-radius: 5px 5px 5px 5px;
	overflow: visible;
}

.list .title .h1
{	Color:  #fff;
	font-size:15pt;
	text-align:center;
	font-weight: bold;
	white-space: nowrap;	
	letter-spacing:0.1em;
}

.list .title .h2
{	Color:  #fff;
	font-size:15pt;
	text-align:center;
	font-weight: bold;
	white-space: nowrap;	
	letter-spacing:0.1em;
}
/*.list .title .btnExit
{
	background-color: #ffffff;
	height: 21px;
	width: 21px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	position: absolute;
	right: 3px !important;
	top: 2px !important;
	font-weight: bold;
}
*/
    /*
        For proper formatting, set the default width to be equal to the width of the .list
        to override, put style="width: ???px;" in the datatable text  Note: that just setting width="???" won't work, since it won't override the css styles
    */

.list .datatable
{
	width:100%;
}

.list .datatable TH
{
	cursor:pointer; 
	text-align:center;
	height:17px;
	line-height:17px;
	padding:0px 4px;
	background:url(../images/ListView/gray_hd_bg.png) repeat-x;
	border-right:solid 1px #9e9e9e;
	color:#333;
	white-space: nowrap;
}
.list .datatable TD
{
	color:#222;
	text-align:center;
	padding:2px 4px;
	border-right:solid 1px #d9d9d9;
	white-space: nowrap;
	width: 200px;
}

.list .datatable TD .txtBox
{
	width:100%;
	background-color: transparent;
	white-space: normal;
}

.list .datatable TD .label
{
	width:100%;
	white-space: nowrap;
	
}
.list .datatable TR.even { background-color:#fff; white-space: nowrap;
 }
 
.list .datatable TR.even TD.label
{
	width:100%;
	white-space: nowrap;
	color: Red;	
}

.list .datatable TR.odd { background-color:#f1f5fa; }      

/* Sorting Styles */
.list .datatable TR TH.asc,
.list .datatable TR TH.desc
{
    background:url(../images/ListView/hd_bg_sort.png) repeat-x;
}
.list .datatable TH .sort { padding-right:21px; }
.list .datatable TH.asc .sort
{
    background:url(../images/ListView/asc.gif) no-repeat center right;
}
.list .datatable TH.desc .sort
{
    background:url(../images/ListView/desc.gif) no-repeat center right;
}

.list .edit
{
	background-color: #003340;
}

#tdEditCancelUpdate{
	white-space: normal;
	width: 35px;
	padding: 0px 5px;
	
}
#tdEditNotes {
	white-space: normal;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/*background-color: red;*/
}
	.txtEditNotesCSS {
		white-space: normal; 
		margin: 0px; 
		padding: 0px; 
		width: 100%; 
		height: auto;  
		word-wrap: break-word;  
		overflow:hidden; 
		columns: 1;
		overflow:auto;
		height: stretch;
		/*background-color: green;*/
	}

#tdEditURL {
	white-space: normal;
	margin: 0px;
	padding: 0px;
	width: auto;
	max-width: 150px;
	overflow: hidden;
	/*background-color: green;*/
}

.list .edit .txtEditURL {
	width: 100%;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	border: 0px;
	/*background-color: red;*/
}

/*Insert*/
.list .insert {
	background-color: #dedede;
	height: auto;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

.list .insert .btnInsert {
	width: 31px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-size: 100%;
	background-color: transparent;
	background-image: url(/images/icons/Plusgreen31x31.png);
	background-repeat: no-repeat;
	border: none;
}


#tdInsert{
	padding: 0px;
	margin: 0px;
}



/* Layout for a second Listview nested directly behind and in the same panel as the first listview.  Acccounts for padding offset/etc. */

.list .datatable2
{
	width:100%;
}
.list .datatable2 TH
{
	cursor:pointer; 
	text-align:center;
	height:17px;
	line-height:17px;
	padding:0px 4px;	
	background-color: #bbccdd;
	border-right:solid 1px #9e9e9e;
	color:#333;
	white-space: nowrap;
	
}
.list .datatable2 TD
{
	color:#222;
	text-align:center;
	padding:2px 4px;
	border-right:solid 1px #d9d9d9;
	white-space: nowrap;
	width: 200px;
}
.list .datatable2 TR.even { background-color:#fff; 
 }
.list .datatable2 TR.odd { background-color:#f1f5fa; }      
/* End of datatable 2 */
/* Sorting Styles */
.list .datatable TR TH.asc,
.list .datatable TR TH.desc
{
    background:url(../images/ListView/hd_bg_sort.png) repeat-x;
}
.list .datatable TH .sort { padding-right:21px; }
.list .datatable TH.asc .sort
{
    background:url(../images/ListView/asc.gif) no-repeat center right;
}
.list .datatable TH.desc .sort
{
    background:url(../images/ListView/desc.gif) no-repeat center right;
}
   

/* Theme specific styles */
.blue .list .datatable TH
{
	background:url(../images/ListView/blue_hd_bg.png) repeat-x;
}
.blue .list .title
{
	background:#495265;
}
.gray .list .datatable TH
{
	background:url(../images/ListView/gray_hd_bg.png) repeat-x;
}
.gray .list .title
{
	background:#323A4B;
}

BODY
{
	font-family: 'trebuchet ms';
	margin:20px 60px;
}

.demo
{
	border-bottom:solid 1px #ccc;
	font-size:18px;
	height:23px;
	padding:10px 0px 2px 0px;
	margin-bottom:20px;
}

.list .dataPager
{
	
	border-radius: 0px 0px 9px 9px;
	padding-top: 4px;
	margin-bottom: 3px;
	
}

.btnExit
{	z-index: 1031;
	height: 24px !important;
	width: 24px !important;
	padding: 2px 3px 2px 3px !important;
	font-size: 18px !important;
	text-align: center; 
	font-weight: bold;
	vertical-align: middle;
	border: none;
	position: absolute;
	top: 3px;
	right: 3px; 
	background-color: #ffffff;
	border-radius:8px !important;
	  -webkit-appearance: none;
}

/*Added 12-04-2024*/


.width_35{
	max-width: 35px;
	white-space:nowrap;
}
.width_75 {
	max-width: 50px;
	white-space: nowrap;
}
.width_150{
	max-width: 150px;
	white-space:nowrap;
}

.txtBoxMultiLineReadOnly{
	overflow:hidden;
}


textarea {
	border: 2px solid #ccc;
	padding: 10px;
	vertical-align: top;
	width: 25%;
	height: auto;
	resize: none;
}

.normal{
	height: auto;
	}
.animated {
	transition: height 0.2s;
}

.editing{
	height: 1000px;
	border: 10px;
}
.newClass{
	width: 20px;
	background-color: black;
}





.divText{

}

.toolbar {
	margin-bottom: 10px;
}

.divText {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 10px;
	overflow-y: auto;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
}

	ul ul {
		list-style-type: circle;
		padding-left: 20px;
	}

		ul ul ul {
			list-style-type: square;
			padding-left: 20px;
		}


.thCategory2, .thCategory3, .thStartDate, .thDueDate, .thStatus, .thShareWith, .thReminder {
	display: none;
}
.thCategory2{
	display: block;
}
.lblSaveChoices{
	font-size: 10px;
	color: green;
}
#tdBtnSaveAndSetPriority {
	white-space: normal; /* Most important to have wrap work*/
	width: 75px;
	columns: 2;
	overflow: hidden;
	word-wrap: anywhere;
}
#tdPriority {
	width: 75px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}
.lblPriority {
}
#ddlPriority {
	width: 100%;
	font-size: 9.5px;
	margin-left: -2px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#tdSubject{
	width: auto;
	min-width: 100px;
	overflow: hidden;
}
.lblSubject {
	width: auto;
	white-space: normal;
	word-wrap: anywhere;
	overflow: hidden;
}
.txtSubject {
	width: 100%;
	white-space: normal;
	padding: 0px 1px;
}

/*#tdInsertSubject, #tdInsertUrl, #tdInsertNotes {
	white-space: normal;
	margin: 0px;
	padding: 0px;
	width: auto;
	max-width: 150px;
	overflow: hidden;*/
	/*background-color: blue;*/
/*}*/

#tdCategory1, #tdCategory2, #tdCategory3 {
	overflow: auto;
	word-wrap: break-word;
	width: auto;
	overflow: auto;
	min-width: 150px;
	max-width: 200px;
	padding: 0px 8px 0px 0px;
	text-align: center;
	scrollbar-width: none;
}


.lblCategory {
	width: 150px;
	flex-wrap:wrap;
	overflow: hidden;
}
.ddlCategory {
	width: 100%;
	overflow: hidden;
	scrollbar-width: none;
}
#tdNotes {
	width: auto;
	padding-left: 5px;
	width: 100%;
	/*white-space: nowrap;*/
	text-align: left;
	overflow: auto;
	/*background-color: blue;*/
	height: auto;
}
.lblNotes {
	margin-left: -7px;
	height: auto;
	width: auto;
	white-space: pre-wrap;
	text-align: left;
	word-wrap: break-word;
}
.txtNotes {
	min-width: 200px;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	border: 0px;
	width: 100%;
	height: auto;
}

#tdUrl {
	width: 135px;
	max-width: 350px;
	text-align: left;
	white-space: nowrap;
	overflow: clip;
	scrollbar-width: none;
}
.txtUrl {
	width: 150px;
	text-align: left;
	white-space: nowrap;
	scrollbar-width: none;
}

#tdCategory2, #tdCategory3 {
	width: 75px;
	display: none;
}
#tdCategory2 {
	
}
#tdCategory3{
	/*display: none;*/
}

#tdDueDate, #tdStartDate {
	white-space: nowrap; 
	width: 50px; 
	margin: 0px;
	display: none;
}
.txtStartDate, .txtDueDate {
	width: 52px;
	white-space: nowrap;
}
.lblStartDate, .lblDueDate{

}

#tdStatus{
	display: none;
}
.lblStatus{

}
.ddlSatus {
	width: 75px;
}

.lblShareWith{

}
#tdShareWith{

}
.ddlShareWith{

}

#tdReminder{
	display: none;
}
.lblReminder{

}
.cbReminder{

}
.ddlReminder {
	white-space: nowrap; 
	
}