@charset "UTF-8";
/* CSS Document */


.button {
	 border-top: 1px solid #96d1f8;
	 background: #65a9d7;
	 background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	 background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	 background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	 background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	 background: -o-linear-gradient(top, #3e779d, #65a9d7);
	 padding: 5px 10px;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	 box-shadow: rgba(0,0,0,1) 0 1px 0;
	 text-shadow: rgba(0,0,0,.4) 0 1px 0;
	 color: white;
	 font-size: 14px;
	 font-family: Georgia, serif;
	 text-decoration: none;
	 vertical-align: middle;
	 }
  .button:hover {
	 border-top-color: #28597a;
	 background: #28597a;
	 color: #ccc;
	 }
  .button:active {
	 border-top-color: #1b435e;
	 background: #1b435e;
	 }
	 
  .hiddenDiv {
	  display: none;
  }
   .hiddenVis {
	  visibility: hidden;
  } 
  
  .visibleDiv {
  visibility: visible;
	  display:	block;
  }

#orgSelectDiv {

}

#signedIn {
	position:absolute;
	/*width:80%;*/
	height:20px;
	z-index:1;
	/*left:400px; /378px*/
	right:850px;
	top: 19px;
	color: white;
	display:none;
	/*
		border-top: 1px solid #96d1f8;
	 background: none;
	 padding: 5px 10px;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	 box-shadow: rgba(0,0,0,1) 0 1px 0;
	 text-shadow: rgba(0,0,0,.4) 0 1px 0;
	 color: white;
	 font-size: 14px;
	 font-family: Georgia, serif;
	 text-decoration: none;
	 vertical-align: middle;
	 right:400px;*/
}

#currOrder {
	position:absolute;
	/*width:80%;*/
	height:16px;
	z-index:1;
	/*left:600px; /*378px*/
	right:400px; /*378px*/
	margin-left: 20px;
	top: 8px;
	color: black;
	background:yellow;
	display:none;
	padding:5px;
}

#currDeadline {
	position:absolute;
	/*width:80%;*/
	height:16px;
	z-index:1;
	/*left:600px; /*378px*/
	right:400px; /*378px*/
	margin-left: 20px;
	top: 30px;
	color: black;
	background:yellow;
	display:none;
	padding:5px;
}

#msgReminder {
	position:absolute;
	/*width:80%;*/
	height:16px;
	z-index:1;
	/*left:500px; /*378px*/
	right:500px; /*378px*/
	margin-left: 20px;
	top: 57px;
	color: black;
	background:orange;
	display:none;
	padding:5px;
}

#msgReminder2 {
	position:absolute;
	/*width:80%;*/
	height:16px;
	z-index:1;
	/*left:800px; /*378px*/
	right:200px; 
	margin-left: 20px;
	top: 57px;
	color: black;
	background:orange;
	display:none;
	padding:5px;
}

#atOrderMsg {
	position:absolute;
	display:none;
	/*left:400px; 378px*/
	right:400px;
	top: 42px;
}

#loginDiv {
	position:absolute;
	width:40%;
	height:115px;
	z-index:1;
	/*left: 451px;*/
	right:500px;
	top: 5px;
	/*margin-bottom:50px;*/
	color: white;
}

#loginButton{
	width:40px;
	margin-left:150px;
	margin-top:-43px;
}

/*  These are hidden */
 #plotDiv {
  /*position:absolute;*/
  width:125px;
  height:400px;
  left: 100px;
  top: 6px;
  display:none;
  background-color: #FFFFCC;
}

#plot_grid {
  /*position:absolute;*/
  /*width:100px;
  height:150px;*/
  left: 10px;
  top: 6px;
  border:none;
  display:none;
}

#order_grid {
  /*position:absolute;*/
  /*width:100px;
  height:150px;*/
  left: 100px;
  top: 50px;
  border:none;
  display:none;
}

#newOrderInfo {
  position:absolute;
  width:500px;
  height:400px;
  /*left: 240px;*/
  right: 40%;
  top: 100px;
  border:none;
  display:none;
  background-color: #CCFFFF;
}

#showOrderInfo {
  position:absolute;
  width:500px;
  height:250px;
  left: 440px;
  top: 100px;
  border:none;
  display:none;
  background-color: #CCFFFF;
}

#actorSelect {
  width:200px;
  height:298px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  display:none;
}

/*  Manage Actor Tab */

#addActor{
	position:absolute;
	width:100px;
	top: 150px;
	left: 550px;
	color:white;
	text-align:center;
	z-index: 99;
}

#doneCharbyActr { /* this is a button*/
	position:absolute;
	width:100px;
	top: 500px;
	left: 220px;
	color:white;
	text-align:center;
	z-index:99;
}

#saveActor{
	position:absolute;
	width:100px;
	top: 330px;
	left: 285px;
	color:white;
	text-align:center;
	z-index:99;
}

#noSaveActor{
	position:absolute;
	width:100px;
	top: 330px;
	left: 485px;
	color:white;
	text-align:center;
	z-index:99;
}

#deleteActor{
	position:absolute;
	width:100px;
	top: 330px;
	left: 685px;
	color:white;
	text-align:center;
	z-index:99;
}

#actorDiv {
  /*position:aboslute;*/
  width:204px;
  height:450px;
  z-index:3;
  left: 50px;  /*  when showing the show list left:320px  */
  top: 6px;
}

#sizingDiv {
	position:absolute;
	width:673px;  /* PJK-8/22/23 was 573px */
	height:310px;
	z-index:1;
	top: 80px;
	left: 150px;  /* PJK-8/22/23 was 250px */
}

#actorNameDiv {
	position:absolute;
	width:450px;
	height:30px;
	z-index:1;
	left: 76px;
	top: 11px;
	border:none;
}

/*  Manage Character Assignment Tab */

#actorAssign {
  width:200px;
  height:298px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
}

#card_grid {
	/*position:absolute;*/
	width:204px;
	height:190px;
	z-index:3;
	left: 330px; 
	top: 6px;
	border:none;
}

#cardsByActor {
	position:absolute;
	width:120px;
	height:450px;
	z-index:3;
	left: 400px; 
	top: 91px;  /* instead of margin:80px & top:11px*/
	border:none;
}

#actor_grid {
  /*position:absolute;*/
  width:200px;
  height:400px;
  z-index:3;
  left: 150px; 
  top: 6px;
  border:none;
}

#actor_management {
  /*position:absolute;*/
  width:100px;
  height:400px;
  z-index:3;
  left: 20px; 
  top: 6px;
  border:none;
}

#cardChar_grid {
  /*position:absolute;*/
  width:100px;
  height:400px;
  z-index:3;
  left: 150px; 
  top: 6px;
  border:none;
}

#actorByChar {
	position:absolute;
	width:120px;
	height:450px;
	z-index:3;
	left: 580px; 
	top: 91px;  /* instead of margin:80px & top:11px*/
	border:none;
}

#character_grid {
	position:absolute;
	width:330px;
	height:400px;
	z-index:1;
	left: 310px;
	top: 11px;
	border:none;
	margin:80px;
}

#cardDiv {
	position:absolute;
	width:500px;
	height:440px;
	z-index:1;
	left: 650px;
	top: 6px;
	margin:80px;
	border:none;
	background:#8DB3B8;
	padding-top: 25px;
}


#cardActor {
	top:32px;
	padding:5px;
	background-color:#FFC2C2;
}

#cardChar {
	/*margin-top:5px;*/
	padding:5px;
	background-color:#FFC2C2;
}

#cardAct {
	width: 25px;
	padding:5px;
	margin-left:10px;
	text-align: center;
	background-color:#FFC2C2;
}

#cardScene {
	padding:5px;
	width:25px;
	margin-left:10px;
	text-align: center;
	background-color:#FFC2C2;
}

#cardDesc {
	width: 420px;
	height: 100px;
	padding:5px;
	background-color:#FFC2C2;
}

#dirAdd {
	width: 100px;
	/*height: 100px;*/
	padding:5px;
	/*background-color:#FFC2C2;*/
}

#cardInstruct {
	width: 420px;
	height: 100px;
	-moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;  
   /* font: -moz-field;
    font: -webkit-small-control;*/
    margin-top: 5px;
    padding: 2px 3px;
}



#addAssign{
	position:absolute;
	width:120px;
	top: 120px;
	left: 20px;
}

#addAssignButton {
	position:absolute;
	width:100px;
	color:white;
	text-align:center;
	z-index: 99;
}

#showAllAssigns {
	position:absolute;
	margin-top:60px;
	width:100px;
	color:white;
	text-align:center;
	z-index: 99;
}

#showActorAssigns {
	position:absolute;
	margin-top:120px;
	width:100px;
	color:white;
	text-align:center;
	z-index: 99;
}

#showCharAssigns {
	position:absolute;
	margin-top:210px;
	width:100px;
	color:white;
	text-align:center;
	z-index: 99;
}

#saveAssign {
	position:absolute;
	width:100px;
	top: 400px;
	left: 10px;
	color:white;
	text-align:center;
	z-index:99;
}

#noSaveAssign {
	position:absolute;
	width:100px;
	top: 400px;
	left: 160px;
	color:white;
	text-align:center;
	z-index:99;
}

#removeAssign {
	position:absolute;
	width:100px;
	top: 400px;
	left: 310px;
	color:white;
	text-align:center;
}

#doneCharbyActr { /* this is a button*/
	position:absolute;
	width:100px;
	top: 500px;
	left: 220px;
	color:white;
	text-align:center;
	z-index:99;
}

#doneActrbyChar { /* this is a button*/
	position:absolute;
	width:100px;
	top: 500px;
	left: 220px;
	color:white;
	text-align:center;
	z-index:99;
}

#orderShow {
	color:yellow;
	background:black;
	padding:5px;
	font-weight: 900;
}

#orderShow2 {
	position:absolute;
	margin-left:10px;
	margin-top:-5px;
	color:yellow;
	background:black;
	padding:5px;
	font-weight: 900;
}

#orderShowDate2 {
	position:absolute;
	margin-left:10px;
	margin-top:-14px;
	color:yellow;
	background:black;
	padding:5px;
	font-weight: 900;
}

#orderLastDate2 {
	position:absolute;
	margin-left:10px;
	margin-top:-15px;
	color:yellow;
	background:black;
	padding:5px;
	font-weight: 900;
}

#orderDressDate2 {
	position:absolute;
	margin-left:10px;
	margin-top:-15px;
	color:yellow;
	background:black;
	padding:5px;
	font-weight: 900;
}

#addOrder {
	position:absolute;
	width:100px;
	top: 300px;
	left: 80px;
	color:white;
	text-align:center;
}

#cancelOrder {
	position:absolute;
	width:100px;
	top: 300px;
	left: 270px;
	color:white;
	text-align:center;
}

#cancelOrdBtn2 {
	position:absolute;
	width:80px;
	top: 350px;
	left: 50px;
	color:white;
	text-align:center;
	visibility:hidden;
}

#newOrderBtn {
	position:absolute;
	width:100px;
	top: 325px;
	left: 155px;
	color:white;
	text-align:center;
	z-index:99;
}

#logOutBtn {
	position:absolute;
	/*width:80%;*/
	height:20px;
	z-index:1;
	/*left:415px; /*378px*/
	right:875px;
	top: 45px;
	color: white;
	display:none;
}

#certBtn {
	position:relative;
	width:100px;
	left:300px;
	color: white;
}
 
 #OrdLine1, #OrdLine2, #OrdLine3, #OrdLine4 {
 	width:100px;
 	text-align:right;
 	padding:5px;
 	margin-top:10px;
 	/*positioning text to display order ino */
 }
 
.row1 {
	position:absolute;
	width:88px;
	height:46px;
	z-index:2;
	left: 30px;
	top: 59px;
	text-align:center;
	 /*float:left;*/
	 /*margin-right:20px; */
}

.row2 {
	position:absolute;
	width:88px;
	height:46px;
	z-index:2;
	left: 30px;
	top: 116px;
	text-align:center;
	 /*float:left;*/
	 /*margin-right:20px; */
}
.row3 {
	position:absolute;
	width:88px;
	height:46px;
	z-index:2;
	left: 30px;
	top: 174px;
	text-align:center;
	 /*float:left;*/
	 /*margin-right:20px; */
}

.cardRow1 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 10px;
}

.cardRow2 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 90px;
}

.cardRow3 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 150px;
}

.cardRow4 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 280px;
}

.orderRow1 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 10px;
}

.orderRow2 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 70px;
}

.orderRow3 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 130px;
}

.orderRow4 {
	position:absolute;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 190px;
}

<!-- from html -->


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 95%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #6F7D94;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #6F7D94;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* list effects */


/**
 * Grow styles
 */
.grow li {
	-webkit-transition: all 600ms ease;
	   -moz-transition: all 600ms ease;
	    -ms-transition: all 600ms ease;
	     -o-transition: all 600ms ease;
	        transition: all 600ms ease;

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	     -o-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
	.grow li.past {
		-webkit-transform: scale( 0.01 );
		   -moz-transform: scale( 0.01 );
		    -ms-transform: scale( 0.01 );
		     -o-transform: scale( 0.01 );
		        transform: scale( 0.01 );
	}
	.grow li.future {
		-webkit-transform: scale( 0.01 );
		   -moz-transform: scale( 0.01 );
		    -ms-transform: scale( 0.01 );
		     -o-transform: scale( 0.01 );
		        transform: scale( 0.01 );
	}


/* from fullCalendar */
#calendar {
	width: 900px;
	margin: 0 auto;
	}
	

.sendButton {
padding-top: 30px;
margin: auto;
position:relative;
width: 30%;
}
.sb_class {
font-size: 12pt;
}