/************************
RESETS
**********************/
html
{
	overflow-y: scroll !important;
	overflow-x: hidden;
}

* {margin:0;padding:0;outline: none;}
body {line-height:1;}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { display:block;}
strong, b {font-weight:bold; color:#000;}
nav ul { list-style:none;}

.barcode-alt {
	font-family: ILGCode39;
}

a { border:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
    outline:0 none;
    color:#B20000;
    }
a:hover {color:#FF2424;}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
    }

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
    }

del {text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
    }

table {border-collapse:collapse;border-spacing:0; width:100%;}

input, select {vertical-align:middle;}

select{border:1px solid #CCC;}

img, fieldset {border:0;}

li {list-style: none;}

table {border-collapse: collapse;}
td, th {padding:5px; vertical-align: top;}

h1, h2, h3, h4, h3 a {color:#000; font-weight:normal; font-family:  Baskerville, "Hoefler Text", Georgia, serif; }
h2 {
	font-size:28px; 
	padding-bottom:20px;
	line-height: 120%;
	}
h3 {
	font-size:20px;
	line-height: 120%;
	}
h4 {font-size:16px;}	


body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    line-height:150%;
    color:#444;
    font-size:13px;
    margin: 0 auto;
    }

strong {
	font-weight: bold;
	color:#444;
}
  
/************************
LAYOUT
**********************/
#wrap {
	width:940px;
	position:relative;
	margin:0 auto;
	background:#FFF;
	}

nav {
	z-index: 999;
	height:32px;
	position:relative;
	width:940px;
	}

header {
	height:120px;
	position:relative;
	}

#main-content {
	padding:30px 20px 20px 20px;
	min-height:600px;
	}
	
#main-content p {padding-bottom:20px;}

.content-wide {
	float:left;
	width:540px;
	padding-right:30px;
	}
   
footer {padding:20px;}
	
/*NAV HEADER*/
#nav-main {float:left;}
#nav-main li { float:left;}
#nav-main li a{
	font-family: Baskerville, "Hoefler Text", Georgia, serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	text-shadow:-1px -1px -1px rgba(0, 0 , 0, 0.4);
	padding: 0 17px;
	margin: 0 0px;
	line-height: 32px;
	text-align: left;
	}
#nav-main li ul{
	position: absolute;
	background:#2E2E32;
	}
	
#nav-main ul:hover { 
	display: block; 
}

#nav-main .selected ul li a { background:#2E2E32;}

#nav-main .selected ul li a:hover { background:#FFC428;}

.login {
	position:absolute;
	right:0;
	top:0;
	padding:15px 10px;
	width:240px;
	height:110px;
	}
	
.login label {display:none;}
.login input {display:block;}
.login div {padding-bottom:5px;}
.login .logged-in span {
	color: white;
	padding-top:3px;
}
.login .login-form span {
	color: white;
	float: left;
	padding-top:3px;
}
.login .user-name {
	color:#FFF; opacity:0.7;
	display:block;
	height:20px;
	overflow: hidden;
	}
#loginemail {width:160px; padding:2px;}
#loginusername {width:156px; padding:2px;}
#loginpassword {width: 103px;  padding:2px;float:left; margin-right:4px;}
.login .btn { padding:3px 5px;}
.login a {color:#FFF;}
.login a:hover {color:#FFF;text-decoration:underline;}
.login-links {clear:both; font-size:12px;}
.logout {float:right; opacity: 0.5;}

.logo-name {
	font-family: Baskerville, "Hoefler Text", Georgia, serif;
	font-size: 24px;
	padding:40px 0 5px;
	text-align:center;
	color:#FFF;
	}
	
.lead {
	font-family: Baskerville, "Hoefler Text", Georgia, serif;;
	text-align:center;
	display:block;
	color:#FFF;
	font-size:16px;
	}
	
.logo-text {
	font-family:Calibri;
	font-size:12px;
	color:White;
	padding-left: 195px;
}
.small-text {
	font-size: 11px;
	}
.search-box {
	position:absolute;
	right:5px;
	top:3px;
	}
		
#searchinput {padding:2px; width:100px;}	
	
/************************
COMMON ELEMENTS
**********************/    
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.center {text-align: center;}

.btn-outer {
	display:block;
	padding:5px 0;
	margin-right:5px;
}
	
.btn, .btn-sub {
    color:#FFF;
    padding: 3px 10px 5px 10px;
    line-height:100%;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-size:14px;
    text-align:center;
    line-height: 100%;
    cursor: pointer;
    border:none;
    text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.5);
    font-family: Baskerville, "Hoefler Text", Georgia, serif;
	}
	
.btn-sub {
    color:#333;
    font-weight:bold;
    background-color: #9A9A9A;
    background:#9A9A9A url(../images/btn-sub.png) repeat-x 0 0;
    background-image: -moz-linear-gradient(center top, #EEE 0%, #999 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(#EEE), to(#999D));
    background-image: -webkit-linear-gradient(top, #EEE, #999);
    background-image: -ms-linear-gradient(top, #EEE, #999);            
    text-shadow:1px 1px 0 rgba(250, 250, 250, 0.5);
	}

.btn-sub:hover {color:#FFF; background:#666; text-shadow: none;}
	
.block-head{text-align:center;}
.ttl { font-family: Baskerville, "Hoefler Text", Georgia, serif;}
.ttl-important { font-family: Baskerville, "Hoefler Text", Georgia, serif;}
.placeholder {color:#999;}

/************************
HOME
**********************/
.content-item {padding-bottom:30px;}
.content-text {float:left; width:430px;}
.content-item h3 {padding-bottom:5px;}
#main-content .content-item p {padding-bottom:0;}

.image {
	border:1px solid #DDD;
	padding:4px;
	width:90px;
	height: 90px;
	float:left;
	margin-right:10px;
	background:#FFF;
	}

.announcements {
	width:300px;
	background:#EEE;
	padding:15px;
	}
	
.announcements-home {
	float:left;
	width:300px;
	background:#EEE;
	padding:15px;
	}
	
.block-head .ttl {
	font-size:20px;
	font-variant: small-caps; 
	color:#666; 
	padding-bottom:10px;
	display:block; 
	text-shadow:1px 1px 1px #FFF;
	}
.block-head .ttl-important {
	font-size:20px;
	font-variant: small-caps; 
	color:#b20000; 
	padding-bottom:10px;
	display:block; 
	text-shadow:1px 1px 1px #FFF;
	}
	  
.announcements ul li {
	padding:5px 0;
	border-top:1px dotted #CCC;
	}
.announcements-home ul li {
	padding:5px 0;
	border-top:1px dotted #CCC;
}
	
#main-content .announcements p {padding-bottom:0;}

#main-content .announcements-home p {padding-bottom:0;}

/************************
APPLICATION & INFORMTATION
**********************/
.app-info {
	float:left;
	width:400px;
	background-color:#EEE;
    background-image: -moz-linear-gradient(center top, #EEE 0%, #FFF 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(#EEE), to(#FFF));
    background-image: -webkit-linear-gradient(top, #EEE, #FFF); 
    background-image: -ms-linear-gradient(top, #EEE, #FFF));  
  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF)";
    padding:15px;
    margin-bottom:20px;
	}

.app-info-text {
	float:left;
	margin-right:10px;
	width:280px;
	}
	
.app-info-left {margin-right:40px;}
.app-info-text h3 {padding-bottom:5px;}
.app-info-text .btn-outer {margin-top:10px;}

/************************
FORM
**********************/
.form-col-narrow {width:240px; float:left; margin-right:40px; background:#DEDEDE; padding:20px;}
.form-col-narrow .link-list li {padding:5px 0; border-top:1px dotted #999;}
.form-col-narrow .link-list li a {display:block;}
.form-col-narrow .link-list li .link-sub {padding:3px 0 3px 10px;}
.form-col-narrow .link-list li .link-sub-sub {
	margin-left:20px;
	background:url(../images/arrow-sub.png) no-repeat left 5px;
	padding:0 0 3px 15px;
	}
.form-col-narrow .link-list .selected {font-weight:bold; color:#444;}
.form-col-wide {width:560px; float:left;}

.col-full {margin-bottom:15px;}
.form-table {margin-bottom:20px;/*border-bottom:1px solid #CCC;*/}
.form-table td{/*border-top:1px solid #CCC;*/}

.qNum {
	font-family:Baskerville, "Hoefler Text", Georgia, serif;
	font-weight:bold; 
	color:#999;
	width: 35px;
}

/************************
USER HOME
**********************/

.bg-grey{
	background-color:#EEE;
    background-image: -moz-linear-gradient(center top, #EEE 0%, #FFF 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(#EEE), to(#FFF));
    background-image: -webkit-linear-gradient(top, #EEE, #FFF); 
    background-image: -ms-linear-gradient(top, #EEE, #FFF));  
  	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EEEEEE, endColorstr=#FFFFFF)";
    padding:15px;
    margin-bottom:20px;
	}

.note  {
	padding:10px;
	margin:20px 0;
	background:#FFFFF2;
	}

.note h4, .important {
	 color:#A50910;
	 font-weight: bold;
	}
.user-info {padding:0 0 10px 0; color:#999;}

.application-list {padding:10px 0 0 0;}
.application-list li strong {
	float:left;
	display:block;
	padding:3px 0 10px 0;
	}
.application-list li .btn-outer {float:right;}

.message-list li a {display:block;}

.ttl-sub {color:#666;}

.application-info {padding-top:0px;}
.current-app-ttl {font-size:18px; font-family: Helvetica, Arial, Verdana, sans-serif; padding-bottom:10px; text-align: center;}
.application-info dl {float:left; width:250px; padding-top:5px;}
.application-info dt {float:left; width:130px; font-weight:bold;}
.application-info em {font-size:12px; display:block;}
.application-info .application-list li strong {width:295px;}
.application-info .btn-wrap {padding-bottom:10px;}
.forms-progress {padding-top:5px; clear:both;}

.apptitle {width:295px;}

.common-list {padding:0px 0px 0px 15px;}
.common-list li {
	list-style: disc;
	margin-bottom: 10px;
	}

/************************
WARNING
**********************/
.btn-warning{
	color:#FFF;
    padding: 3px 10px 5px 10px;
    line-height:100%;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-size:14px;
    text-align:center;
    line-height: 100%;
    cursor: pointer;
    border:none;
    text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.5);
    font-family: Baskerville, "Hoefler Text", Georgia, serif;
    background-color: #ed9621; /* btn bg - color4 */
    background:#ed9621 repeat-x 0 0;   
    /* btn gradient color - color1 to color4 */   
    background-image: -moz-linear-gradient(center top, #ffc513 0%, #ed9621 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(#ffc513), to(#ed9621));
    background-image: -webkit-linear-gradient(top,  #ffc513, #ed9621);
    background-image: -ms-linear-gradient(top, #ffc513, #ed9621);
}
.btn-warning:hover{
	background-color: #ecbc40; /* btn bg - color4 */
    background:#ecbc40 repeat-x 0 0;   
    /* btn gradient color - color1 to color4 */   
    background-image: -moz-linear-gradient(center top, #fce935 0%, #ecbc40 100%);
    background-image: -webkit-gradient(linear,left top, left bottom, from(#fce935), to(#ecbc40));
    background-image: -webkit-linear-gradient(top,  #fce935, #ecbc40);
    background-image: -ms-linear-gradient(top, #fce935, #ecbc40);
    color:#FFF;
}

.warning {
	background:#C4BFBD;
	padding:20px 30px 20px 30px;
	}
.warning h2 {
	text-align: center;	
	background:#FFF;
	padding-top:15px;
	border-bottom: 1px dotted #CCC;
	}
.warning-base {background: #FFF; padding:20px;}
.warning .alert-list {padding:10px 0 20px; margin-left:15px;}
.warning .alert-list li {list-style: circle; padding-bottom:10px;  }
.warning .alert-list li strong{ color:#A50910;}
.warning .alert-list-link {margin-left:5px;}
.warning .alert-list-link li {list-style: none; }
.warning-red { color: red; }
.red { color:#A50910; }


/************************
FOOTER
**********************/
	
footer {font-family:Baskerville, "Hoefler Text", Georgia, serif;}
.ft-col {float:left; width:170px; padding-right:10px;}

.ft-col a {
	color:#FFF;
	opacity:0.4;
	font-weight:bold;
	display:block;;
	}

.ft-col a:hover {color:#FFF;}

.copy {
	display:block;
	text-align:center;
	padding:30px 0 10px;
	font-size:12px;
	color:#FFF;
	opacity:0.4;
	}
.powered-by {
	display: block; 
	text-align:center;
	color:#FFF;
	opacity:0.4;
	}

.powered-by:hover {text-decoration:underline; color:#FFF;}

/************************
CLEARS
**********************/
.cf:before, .cf:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}

.cf:after { clear: both; }
.cf { zoom: 1; }

.dark-text {
	color:#444;
	font-weight: bold;
}

/************************
DISPLAY TABLE
**********************/
.displayTable table {
	/*border: 1px solid #666;
	width: 80%;*/
	margin: 10px 20px;
}

.displayTable  th, .displayTable  td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle;
	height: 27px;
	border-bottom:1px solid #ccc;
	overflow-wrap: anywhere;
}

.displayTable  thead tr {
	background-color: #ddd;
}

.displayTable  th.sorted {
	background-color: #ccc;
}

.displayTable  th a,.displayTable  th a:visited {
	color: black;
}

.displayTable th a:hover {
	text-decoration: underline;
	color: black;
}

.displayTable  th.sorted a,.displayTable  th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.displayTable  th.sortable a {
	background: none ;
}

.displayTable  th.order1 a {
	background: url(../images/arrow_down.png) no-repeat right center ;
}

.displayTable  th.order2 a {
	background: url(../images/arrow_up.png) no-repeat right center;
}

.displayTable  tr.odd {
	background-color: #fff;
}

.displayTable  tr.tableRowEven,.displayTable tr.even {
	background-color: #fff;
}

.displayTable  div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

.displayTable  span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

.displayTable  span.excel {
	background-image: url(../img/ico_file_excel.png);
}

.displayTable span.csv {
	background-image: url(../img/ico_file_csv.png);
}

.displayTable span.xml {
	background-image: url(../img/ico_file_xml.png);
}

.displayTable span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

.displayTable span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

.displayTable span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

.displayTable span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

/************************
NAVIGATION TABLE
**********************/

table.navigation-table {
	border-radius: 10px;
}

table.navigation-table tr td{
	border-spacing: 0px;
}

table.navigation-table thead tr td {
	background-color: #444;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border-left: 3px solid #fff;
}

table.navigation-table thead tr td:first-child {
	background-color: #444;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

table.navigation-table thead tr td:last-child {
	background-color: #444;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

table.navigation-table tbody tr:nth-child(2n+1) {
	background-color: #ddd;
	border-top: none;
	border-bottom: none;
	border-right: 2px solid #aaa;
}

table.navigation-table tbody tr:nth-child(2n) {
	background-color: #ccc;
	border-top: none;
	border-bottom: none;
	border-right: 2px solid #aaa;

}

table.navigation-table tbody tr.selected {
	background-color: #fff;
	border-left: 2px solid #aaa;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-right: none;
}

table.navigation-table tbody tr.selected:first-child  {
	border-top: none;
	border-left: none;
}

table.navigation-table tbody tr.selected:last-child  {
	border-bottom: none;
	border-left: none;
}

table.navigation-table tbody tr:last-child  {
	border-bottom: 2px solid #aaa;
	border-left: none;
}

/************************
LIST TABLE
**********************/

table.list-table {
	
}

table.list-table thead tr td {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

table.list-table thead tr td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

table.list-table thead tr td:first-child {
	-moz-border-radius-top-right:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}

table.list-table tbody tr:nth-child(2n) {
	background-color: #ddd;
}

table.list-table tbody tr:nth-child(2n+1) {
	background-color: #fff;
}

table.list-table tbody tr td.special {
	background-color: #444;
	font-weight: bold;
	color: #fff;
}

table.list-table tbody tr td.selected {
	background-color: #ff9;
	font-weight: bold;
}

#message
    {
        font-family: Arial,Helvetica,sans-serif;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 105;
        text-align: center;
        font-weight: bold;
        font-size: 100%;
        color: white;
        padding: 10px 0px 10px 0px;
        background-color: #8E1609;
    }
    #message span
    {
        text-align: center;
        width: 95%;
        float: left;
    }
    #message a
    {
    	color:#fff;
    }
    #message a:hover
    {
    	color:#fff;
    	text-decoration: underline;
    }
    .close-notify
    {
        white-space: nowrap;
        float: right;
        margin-right: 10px;
        color: #fff;
        text-decoration: none;
        border: 2px #fff solid;
        padding-left: 3px;
        padding-right: 3px;
    }
    .close-notify a
    {
        color: #fff;
    }
/************************
DASHBOARD
**********************/
.dashboard-main{
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	border: 1px solid #e6e2e6;
	width: 902px;
	height: 285px;
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	overflow-y: auto;
	}
	
.dashboard-sub{
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	border: 1px solid #e6e2e6;
	width: 443px;
	height: 285px;
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	}

.dash-light{
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
.dash-dark{
	background-color: #e4e4e4;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
.dash-dark-title{
	background-color: #555;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
.dash-header{
	font-size:14px;
	color:#333;
	font-weight: bold;
	margin-bottom: 10px;
}

.dash-header a{
	font-size:14px;
	color:#333;
	font-weight: bold;
}
.dash-arrow{
	float:right; 
	padding-right:10px;
}
.dash-header a:hover{
	font-size:14px;
	color:#333;
	font-weight: bold;
	text-decoration: underline;
}
.dash-green{
	font-size: 14px;
	color: #338d29;
	font-weight: bold;
}
.dash-red{
	font-size: 14px;
	color: red;
	font-weight: bold;
}
.dash-btn{
	font-size: 14px;
	color: #bc8900;
	font-weight: bold;
}

table.dash-table tbody tr:nth-child(2n) {
	background-color: #e4e4e4;
}

table.dash-table tbody tr:nth-child(2n+1) {
	background-color: #f4f4f4;
}

.dash-support-header{
	color: #444;
}
.dash-support-header:hover{
	color: #444;
	text-decoration: underline;
}


/************************
FAVORITES
**********************/
.addfavorite{
	background: url(../images/star.jpg) no-repeat 0 0;
	width: 32px;
	height: 32px;
}

.removefavorite{
	background: url(../images/star_over.jpg) no-repeat 0 0;
	width: 32px;
	height: 32px;
}

/************************
SUPPORT CENTER
**********************/
	
.support-ticket{
	/*background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	border: 1px solid #e6e2e6;*/
	width: 330px;
	max-height: 635px;
	margin-right:15px;
	margin-bottom:15px;
	}
	
.support-message{
	background: #f4f4f4;
	width: 1015px;
	float: left;
	margin-right:0px;
	margin-left:15px;
	margin-bottom:15px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	border: 1px solid #e6e2e6;*/
	}
	
.edit-details{
	background: #f4f4f4;
	width: 100%;
	float: left;
	margin-right:0px;
	}
	
.support-ticket-closed{
	width: 330px;
	max-height: 635px;
	margin-bottom:15px;
	margin-right: 0px;
	margin-bottom:15px;
	max-height : 635px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	border: 1px solid #e6e2e6;
	*/
}
	
	
.support-ticket-user {
	width:870px;
	padding:15px 15px 0 15px;
	}
	  
.support-ticket-user ul li {
	padding:5px 0 15px 0;
	border-top:1px dotted #CCC;
	}
.tooltip{
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	opacity:0.9;
	background-color : transparent;
	display:none;
    font-size:12px;
    padding:15px;
    color:#eee;
}

.tooltip *{
	color:#eee;
}

 .ui-tooltip {
 	max-width: 800px !important;
}

.ui-datepicker {
	z-index: 1000 !important;
}

.support-ticket i, .support-ticket-closed i {
	font-size:18px;
}

.support-ticket .fa-cog, .support-ticket-closed .fa-cog {
	color: #03A9F4;
}

.support-ticket .fa-comment, .support-ticket-closed .fa-comment {
	color: #f44336;
}

.support-ticket .fa-reply, .support-ticket-closed .fa-reply {
	color: #FFC107;
}

.support-ticket .fa-check, .support-ticket-closed .fa-check {
	color: #4CAF50;
}

/* Help Popup */
.help {
	height:inherit;
}

.help-popup {
	/*height:100vh;*/
	background-color:#fff;
}

.help button, .help input {
	font-weight:300;
	border-radius:0px;
}

.help .help-header {
	padding: 10px 15px;
	width:430px;
	height:150px;
	color:#FFF;
	background-color:#052E42;
}

.help-header a {
	float:right;
}

.help-btn-text {
	float: left;
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	right: 45px;
	background-color: #f0ad4e;
	padding: 0px 10px;
	margin-top: 8px;
	z-index: -1;
}

.help-icon {
	float:left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F0AD4E;
	color: #fff;
	padding: 3px 14px;
	font-size: 26px;
	margin-right: 15px;
}

.help-icon-heading {
	line-height:43px;
	font-size:32px;
	font-weight:normal;
	color:#F0AD4E;
}

.help-address {
	font-size:17px;
	margin-bottom:6px;
}

.help-contact {
	font-size:13px;
	float: left;
}

.help .help-container {
	top: 0;
	right: 0;
	display:none;
	background-color:#fff;
	height:100%;
	box-shadow: -3px 0px 3px -1px rgba(0,0,0,0.4);
}

.help .help-content {
	background-color:#fff;
	padding:15px;
	width: 430px;
	/*height:calc(100vh - 282px);*/
	overflow-y: auto;
}

.helpnote-wrap {
	min-height:604px;
	position: relative;
}

.k-editor-inline {
	padding: 0px 0px 10px;
}

.help-subheadline {
	color:#F0AD4E;
	font-size:19px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

#notes-container {
	background-color:#fbfbfb;
	border:solid 1px #cecece;
	padding:10px;
	resize: none;
	width:385px;
	height:100px;
	overflow: auto;
	margin-top: 6px;
}
#help-link-container {
	background-color:#fbfbfb;
	border:solid 1px #cecece;
	padding:10px;
	resize: none;
	width:385px;
	height:100px;
	overflow: auto;
	margin-top: 6px;
}

#help-content{
	overflow: auto;
	border: solid 1px #efefef;
}

.edit-by {
	text-align:right;
	font-size:12px;
	font-style:italic;
}

.help .help-footer {
	height:64px;
	color:#F0AD4E;
	background-color:#052E42;
	width:430px;
	bottom: 0px;
	padding: 16px;
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4)
}


.help .toggle-btn {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 99;
	top: 8px;
	right: 15px;
}

.help-editor-1 {
	min-height:100px;
	border: solid 1px #ececec;
}

#cke_pageContext {
	width: 300px;
}

/*#cke_73, #cke_83, #cke_89, #cke_93, #cke_98, #cke_99, #cke_11, #cke_22, #cke_37, #cke_41, #cke_47, #cke_49{
	display: none;
}*/

#cke_notes{
	margin-top: 20px;
	margin-bottom: 10px;
}
.note-p-0{
	padding: 0
}

#note-content {
	padding: 10px 10px;
	background-color: #f5f5f5;
	border:solid 1px #ececec;
}

.notes-container {
	padding-bottom:10px;
	border-bottom: dashed 1px #cecece;
}

/* Menu Icon */

#menu-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
}

#menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background: #F0AD4E;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

#menu-icon span:nth-child(1) {
	top: 7px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
	top: 12px;
}

#menu-icon span:nth-child(4) {
	top: 17px;
}

#menu-icon.open span:nth-child(1) {
	top: 5px;
	width: 0%;
	left: 50%;
}

#menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(4) {
	top: 5px;
	width: 0%;
	left: 50%;
}


