.footer{
	margin-top:1em;
	border-top:1px solid #cccccc;
	text-align:center;
	padding:1em;
	font-size:0.9em;
	color:#b2b2b2;
	
}

.header-line {
    height: 1px;
	margin:1em 0 1em 0;
    background: none repeat scroll 0% 0% rgb(204, 204, 204);
}

.grayback{
	background: url('../img/cardboard_flat.png') repeat 0 0;
	
}

.contentdiv{
	margin-bottom:5px;
	padding:0.7em;
	background: url('../img/box-content-middle.png');
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.12);
     -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.12);
          box-shadow: inset 0 1px 4px rgba(0,0,0,.12);
}
.standout{ 
	box-shadow: 0 0 5px 5px #4e4e4e; 
}

body { 
	background: url('../img/page-bg.png') repeat 0 0;
} 


.inline{
	display:inline;
	margin:2px;
}

.ticket{
	text-align:center;
	color:#269ce4;
	padding:1em;
	border:1px solid #269ce4;
	background:white;
	margin-bottom:5px;
}

.ticket strong{
	color:#269ce4;
	width:380px;
	padding:10px 0 12px 0;
	font-family:SimHei;
	font-size:2em !important;
	letter-spacing: 0.5em ;
	border-bottom:2px solid #269ce4;
	margin:10px auto;
}

.ticket span{
  font-size:0.9em;
}

.ticket .table{
	margin-top:10px;
	border: 1px solid #269ce4;
}

.ticket .table th,
.ticket .table td {
  border-right: 1px solid #269ce4;
  border-bottom: 1px solid #269ce4;
  width:12.5%;
  text-align:center;
  font-size:0.9em;
  padding-right:0;
  padding-left:0
}

.ticket .userinput{
	color:black;
}

.ticket select,
.ticket input[type="text"],
.ticket input[type="datetime"],
.ticket input[type="date"]
{
  display: inline-block;
  width:90%;
  height: 1.3em;
  padding: 0px 2px;
  margin-bottom: 2px;
  font-size: 1em;
  line-height: 1.2em;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.3);
	width: 100%; 
 -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
		 box-sizing: border-box;

}

/*TEXT BOX*/

.text-box {width: 280px; padding-bottom: 25px;}
.text-box strong {font-size: 1.5em !important; color: #211f1f; letter-spacing: -1px; display: block; padding-bottom: 8px;}
.text-box p {line-height: 1.5em; margin: 0px; padding: 0px 0px 3px 0px;}

.header-text-left {position: absolute; top: 120px; left: 0px; padding-bottom: 41px;}
.header-text-right {width: 290px; position: absolute; top: 120px; left: 361px; padding-bottom: 41px;}


/*CONTENT*/

.content {width: 580px; margin: 0 0 30px 0;padding: 0;}
.content p, .content ul li {line-height: 1.5em;}

.content-box {width: 580px;} 
body.page-template-license-php .content-box, body.page-id-56 .content-box, body.page-id-33 .content-box, body.page-id-94 .content-box, body.page-id-116 .content-box {margin:0;}

.announcement {margin-bottom: 0;}
.snowflakecolor {color:#0c94b6;}
strike {text-shadow: none!important;}

.content-box-top {width: 580px; height: 5px;background: url('../img/box-content-top.png') no-repeat;}
.content-box-bottom {width: 580px; height: 5px;background: url('../img/box-content-bottom.png') no-repeat;}
.content-box-content {width: 540px; padding: 15px 20px;background: url('../img/box-content-middle.png');}
.content-box-announcement {width: 540px; padding: 5px 20px;background: url('../img/box-content-middle.png');}
.content-box img {display: block; margin: 27px 38px 32px 38px; border: 0;} 


.wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.12);
}

.wizard:before,
.wizard:after {
  display: table;
  line-height: 0;
  content: "";
}

.wizard:after {
  clear: both;
}

.wizard ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}

.wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}

.wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}

.wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8;
}

.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}

.wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.wizard ul li .badge {
  margin-right: 8px;
}

.wizard ul li:nth-child(1) {
  z-index: 10;
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}

.wizard ul li:nth-child(2) {
  z-index: 9;
}

.wizard ul li:nth-child(3) {
  z-index: 8;
}

.wizard ul li:nth-child(4) {
  z-index: 7;
}

.wizard ul li:nth-child(5) {
  z-index: 6;
}

.wizard ul li:nth-child(6) {
  z-index: 5;
}

.wizard ul li:nth-child(7) {
  z-index: 4;
}

.wizard ul li:nth-child(8) {
  z-index: 3;
}

.wizard ul li:nth-child(9) {
  z-index: 2;
}

.wizard ul li:nth-child(10) {
  z-index: 1;
}

.wizard .actions {
  float: right;
  padding-right: 15px;
  line-height: 44px;
  vertical-align: middle;
}

.wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}

.wizard .actions .btn-prev i {
  margin-right: 5px;
}

 .wizard .actions .btn-next i {
  margin-left: 5px;
}

.sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}  
.sortable li { 
	margin: 0 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1.5em; 
	font-size: 1em; 
	border:1px solid black;
	background:#f0f0f0;
} 

.nothing{ 
	border:1px dashed  black !important;
} 

.dpt_info{
	font-size:0.9em;
	color:gray;
}

.error{
	color:red;
	margin:2px;
}

.wideModal {
  width: 1024px !important;
  margin-left: -512px !important;
}

.report{
	font-size:13px;
}

.employee_card{
	border:1px solid #888;
	background-color:rgb(245,245,245);
	padding:5px 0 0px 0px;
	margin-bottom:1px;
}

.employee_card .col-left{
	border-right: 2px solid #555;
	text-align:center;
}

.employee_card ul{
	list-style:none;
}

.datetimepicker{
	cursor:pointer !important;
	background-color:white !important;
}

#uploads{
	list-style:none;
}
.afile{
	border:1px solid #888;
	background-color:rgb(245,245,245);
	padding:5px;
	margin-bottom:5px;
	
}