/* Tablet Portrait (768px) */
@media only screen and (min-width: 0px) and (max-width: 768px) and (orientation: portrait) {

    #iframeGoogleViewer
    {
        max-width: 270px;
    }
    .selectTranslateModal table
    {
        max-width:270px;
    }

    .iosMobileFrame
    {
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }

    #project-toggle div.flyout
    {
        margin-left:0 !important;
    }
}

body { padding-bottom: 0px; color: #4E565B;
	background: url(images/bg.png) #eaedef;
 }
 
.contentarea {
    background-color: white;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, .1);
    padding: 20px;
    max-width: 1098px !important;
    border: 1px solid #dddddd;
    margin-top: -1px;
 }
 
.row { 
	max-width: 1140px;
}

h1, h2, h3, h4, h5, h6 {
	color: #4E565B;
}

a { color: #2583d5; text-decoration: none; line-height: inherit; }
a:hover { color: #12618d; }
a:focus { color: #cc4714; outline: none; }

/* @group HEADER STYLES */

#header {
  background: url(images/gradient-top.jpg) repeat-x center top #393E42;
  border-bottom: solid 4px #FFA500;
  padding: 0px 20px 0px 20px; }
  
@media handheld, only screen and (max-width: 767px) {
  #header {
    padding-left: 20px;
    padding-right: 20px; }
}

#header h1, #header h2 {
  margin-bottom: 0;
  line-height: 1; }
#header h1 {
  color: white;
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: 700;
  padding-left: 0px; }
#header h1 a { color: #fff; font-weight: bold; }
#header h1 span.label {
    padding: 6px 5px 3px 5px;
    vertical-align: middle;
    margin-right: 40px;
}
#header h2 a {
  text-indent: -99999px;
  display: block;
  width: 82px;
  height: 14px; }
  

#header strong { display: block; margin: 0; padding: 0; height: 14px; line-height: 14px; position: relative; bottom: 4px; }
#header strong a {
  line-height: 14px;
  color: #fff;
  font-weight: 500;
  padding-right: 12px;
}

#header strong a.username {
	color: #ccc;
	font-weight: bold;
}
#header strong a.button { padding: 4px 10px; font-weight: bold; }

#project-toggle {
    border: none;
    background-color: transparent;
    margin: 0;
    height: 50px;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
#project-toggle li {
    border: none;
    padding: 0;
}
#project-toggle li a {
    color: white;
    font-size: 2.5rem;
    line-height: 5rem;
    font-weight: 700;
    padding-left: 0px;
}

#project-toggle span.label {
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
}

#project-toggle div.flyout {
    padding: 0px;
    min-width: 250px;
    border-bottom: 0px;
    margin-left: -50px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
#project-toggle a.flyout-toggle span { border-top: 4px solid #fff; }
#project-toggle li ul li {
    margin: 0;
    border-bottom: 1px solid #dddddd;
}
#project-toggle li ul li a {
    display: block;
    color: #4e565b;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    padding: 15px 15px 15px 15px;
}
#project-toggle li ul li a:hover {
    color: #00a6fc;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
}
/* @end */




/* @group NAVIGATION MENU STYLES */

#nav-menu {
    background-color: transparent;
    border: none;
    margin-top: -4px;
    margin-bottom: 0px;
}
#nav-menu li {
    border: none;
}
#nav-menu li {
    border-top: 4px solid #ffa500;
}
#nav-menu li.active {
    background-color: white;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 4px solid #00a6fc;
    font-weight: bold;
}
#nav-menu li a {
    color: #555555;
}
#nav-menu li a:hover, #nav-menu li.active a {
    color: #333333;
}
#nav-menu li:last-child { float: right; }
li.searchform {
    background-color: transparent !important;
    border: 0px;
}
#nav-menu a.button {
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.4rem;
}

#top-menu {
    list-style-type: none;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 4px;
    height: 30px !important;
}
#top-menu li {
    display: inline;
}
#top-menu li:first-child a {
    font-weight: bold;
    color: #ccc;
}
#top-menu li a {
    margin-left: 15px;
    color: #aaa;
}
#top-menu li a:hover {
    color: #fff;
}
#home-icon { 
    display: block;
    float: right;
    width: 30px !important;
    height: 30px !important;
    text-indent: -9999px;
    background: url(images/icon-30px.png) no-repeat left top;
    margin-top: -3px;
}

.sub-nav {
    margin-top: 12px !important;
    margin-right: 20px !important;
}

/* @end */



/* @group WELCOME USER MODULES */

#userblock {
    max-width: 98%;
    padding: 10px 10px 0px 10px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

#userblock h3 {
    margin-bottom: 0px;
}
.userimg {
    width: 96px;
	padding: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
}

.userimgSmall {
    width: 40px;
	padding: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .15);
}

ul.statsmeta { list-style: disc; margin: -7px 0 0 20px !important; float: left; }
ul.statsmeta li { padding-left: 0px; position: inherit; font-size: 11px; line-height: .6; }
ul.statsmeta li a { color: #555; }
ul.statsmeta li a:hover { color: #12618d; }

.ticketbutton {
    height: 100%;
    padding: 10px;
    min-width: 160px;
    text-shadow: 0 1px 0 #faf9f9;
    color: #555555 !important;
    font-weight:normal;
}
.ticketbutton:hover {
    color: #333333 !important;
}
.ticketbutton span {
    font-size: 37px;
    font-weight:bold;
    float:left;
}

.reportButton {
    height: 100%;
    padding: 10px;
    min-width: 120px;
    text-shadow: 0 1px 0 #faf9f9;
    color: #555555 !important;
    font-weight:normal;
}

/* @end */



/* @group SIDEBAR STYLES */

#sidebar {
    padding-top: 30px;
}
#sidebar h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#sidebar h4 img.left { margin-right: 8px; }

#sidebar a.ticket_new {
}
#sidebar a.ticket_inprogress {
    color: #7e858a;
}
#sidebar a.ticket_solved {
    color: #7e858a;
    font-style: italic;
}
#sidebar a.ticket_deleted {
    color: #7e858a;
    text-decoration: line-through ;
}

#sidebar a.ticket_new .label, #sidebar a.ticket_inprogress .label, #sidebar a.ticket_solved .label {
}

/* @end */



/* @group FOOTER STYLES */
#footer {
    margin-top:30px;
}

#footer a { color: #4d555b; }
#footer a:hover { color: #12618d; }
#footer-logo a { opacity: 0.7; }
#footer-logo a:hover { opacity: 1; color: #4d555b; }
#footer-logo a span {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	opacity: 0.8;
}

/* @end */

/*
#footer {
    background: url(/Templates/3.0/Images/gradient-bottom.jpg) repeat-x center top #2b3238;
    border-top: solid 3px #f7f7f7;
    padding: 40px 20px 50px 20px;
    margin-top: 30px;
}
#footer h4 {
    color: #a9acae;
    text-shadow: 0 2px 2px #2b3033;
}
#footer h4.underline {
    border-color: #586065;
    padding-bottom: 6px;
}
#footer, #footer a { color: #808488; }
#footer a:hover { color: #efefef; }
#footer-logo a img { opacity: 0.7; }
#footer-logo a img:hover { opacity: 1; color: #4d555b; }
#footer p {
    font-size: 13px;
    font-size: 1.3rem;
}
#footer ul li {
    line-height: 1;
}
*/
.row.copyright {
    border-top: 1px solid #586065;
    margin-top: 36px;
    padding-top: 20px;
}
#footer .button {
    color: #2b3238;
}
#footer .button:hover {
    color: #21262a;
}
/* @end */



/* @group TYPEKIT FONTS */

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  
@font-face {
	font-family: icons;
	src: url('fonts/fico.eot');
	src: url('fonts/fico.eot?#iefix') format('embedded-opentype'),
		url('fonts/fico.ttf') format('truetype'),
		url('fonts/fico.svg#Fico') format('svg');
	}

.icon,
.icon_generated:before {
	font-family: icons;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	font-size: 90% !important;
	padding-right: 3px;
}

.icon_generated {}

.icon_generated:before {
	content: attr(data-icon);
	padding-right: 7px;
}

.icon.deleteicon, .icon.hideicon, .icon.removeicon {
    font-size: 80%;
    color: #ccc !important;
}

.icon.deleteicon:hover, .icon.hideicon:hover, .icon.removeicon:hover {
    color: #4e565b !important;
}
	
/* @end */



/* @group BUTTON STYLES */

.button { margin-bottom: 10px; }
.blue.button			{ background-color: #00a6fc;  }
.red.button			{ background-color: #e91c21; }
.orange.button			{ background-color: #ffa500; }
.green.button			{ background-color: #5BAD2B; }
.white.button			{ background-color: #e9e9e9; color: #333; }
.black.button			{ background-color: #141414; }

.nice.blue.button		{ border: 1px solid #0593dc;  }
.nice.red.button		{ border: 1px solid #b90b0b;  }
.nice.orange.button		{ border: 1px solid #e59500;  }
.nice.green.button		{ border: 1px solid #509926;  }
.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
.nice.black.button		{ border: 1px solid #000; }

.button:hover, .button:focus 			{ background-color: #0192dd; color: #fff; }
.blue.button:hover, .blue.button:focus		{ background-color: #0192dd; 	}
.red.button:hover, .red.button:focus 		{ background-color: #d01217; 	}
.orange.button:hover, .orange.button:focus 	{ background-color: #ed9a00; 	}
.green.button:hover, .green.button:focus 	{ background-color: #458C1C; 	}
.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; }
.black.button:hover, .black.button:focus	{ background-color: #000; }

.tiny.button { font-size: 10px; padding: 3px 8px 4px; max-width: 150px; }

/* @end */




/* @group VCARD STYLES */

ul.vcard {
    background-color: white;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, .15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, .15);
    width: 94%;
    margin-bottom: 24px;
}
ul.vcard .customerimage {
    float: left !important;
    border: 1px solid #ddd;
    padding: 4px;
    margin-right: 10px;
    background-color: #f4f4f4;
}

/* @end */



/* @group TEXT COLORS */

.bluetext { color: #0593dc; }
.greentext { color: #509926; }
.orangetext { color: #e59500; }
.redtext { color: #b90b0b; }

/* @end */



/* @group TABLES STYLES */
table.ticketList { border-width: 1px 0 0 0; width: 100%;
}
/* .ticketList added to all these */
table.ticketList thead tr th:first-child, table.ticketList tbody tr td:first-child { border-left: 1px solid #ddd; }
table.ticketList thead tr th:last-child, table.ticketList tbody tr td:last-child { border-right: 1px solid #ddd; }
table.ticketList thead tr th,
table.ticketList tfoot tr td { padding: 8px 10px 9px; border-bottom: 1px solid #ddd; }
table.ticketList tbody tr td { padding: 8px 10px 8px; }
table.ticketList tbody tr.unread { background-color: #EAF4FC; border-bottom: 1px solid #CBD7E2; }
table.ticketList tfoot { background-color: #F5F5F5; border: 1px solid #ddd; }
table.ticketList tfoot td.small { font-weight: normal; font-size: 1.2rem; }
.tinyCell { padding: 6px 10px 6px 10px; width: 16px !important; height: 16px !important; vertical-align: top; }
.tinyCell2 { padding: 8px 0px 6px 10px; width: 16px !important; height: 16px !important; vertical-align: top; text-align:center; }
.tinyCell3 { width: 20px !important; text-align:left; }
table.ticketList img { vertical-align: bottom;	}
table.ticketList td select { margin: 0px; }

span.status_grey, span.status_yellow, span.status_green, span.status_red {
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    overflow: hidden;
    background-image: url(images/stars.png);
    background-repeat:no-repeat;
    background-position:top center;

}
span.status_green { background: url(images/stars.png) no-repeat left -16px; }
span.status_yellow { background: url(images/stars.png) no-repeat left -32px; }
span.status_red { background: url(images/stars.png) no-repeat left -48px; }

a.sneakpeek {
    font-size: 120%;
    color: #aaa;
}
/* @end */


/* @group TOOLTIP STYLES */

.has-tip {
  border-bottom: none !important;
}

/* @end */

/* @group FORM STYLES */
input, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    line-height: 1.4;
}
.input-text, textarea {
    padding-left: 6px !important;
}
/* @end */
/* @group RESPONSE STYLES */
div.note {
	padding: 20px 20px 2px 20px;
    background: #fdfbe6; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfbe6 8%, #f7f0bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#fdfbe6), color-stop(100%,#f7f0bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfbe6 8%,#f7f0bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfbe6 8%,#f7f0bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfbe6 8%,#f7f0bb 100%); /* IE10+ */
    background: linear-gradient(top,  #fdfbe6 8%,#f7f0bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbe6', endColorstr='#f7f0bb',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	margin: 0 0 20px 0;
}
div.note h4.meta { border-bottom-color: #E5D76E; }
div.original {
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #e6f1f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e6f1f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#e6f1f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#e6f1f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#e6f1f7 100%); /* IE10+ */
background: linear-gradient(top,  #feffff 0%,#e6f1f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e6f1f7',GradientType=0 ); /* IE6-9 */
}
div.originalNew {
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #FFA3A3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#FFA3A3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* IE10+ */
background: linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#FFA3A3',GradientType=0 ); /* IE6-9 */
}
div.replyNew {
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #FFA3A3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#FFA3A3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* IE10+ */
background: linear-gradient(top,  #feffff 0%,#FFA3A3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#FFA3A3',GradientType=0 ); /* IE6-9 */
}
div.original h4.meta { border-bottom-color: #b5daec; }
div.screencast {
color: #999;
padding-right: 40px !important;
background: #242424 url(images/filmstrip.png) repeat-y right top; /* Old browsers */
background: url(images/filmstrip.png) repeat-y right top, -moz-linear-gradient(top,  #343434 0%, #1c1c1c 60%, #000000 100%); /* FF3.6+ */
background:  url(images/filmstrip.png) repeat-y right top, -webkit-linear-gradient(top,  #343434 0%,#1c1c1c 60%,#000000 100%); /* Chrome10+,Safari5.1+ */
background:   url(images/filmstrip.png) repeat-y right top, -o-linear-gradient(top,  #343434 0%,#1c1c1c 60%,#000000 100%); /* Opera 11.10+ */
background:    url(images/filmstrip.png) repeat-y right top, -ms-linear-gradient(top,  #343434 0%,#1c1c1c 60%,#000000 100%); /* IE10+ */
background:     url(images/filmstrip.png) repeat-y right top, linear-gradient(top,  #343434 0%,#1c1c1c 60%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
div.screencast h4.meta { border-bottom-color: #333; color: #aaa; }
div.screencast a, div.screencast h4 strong { color: #aaa !important; }
li#actionReplyTab {
}
li#actionNoteTab {
}
/* @end */

/* @group MISCELLANEOUS STYLES */

.button.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15x;
}

.debossed {
    -webkit-box-shadow: inset 2px 3px 4px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 2px 3px 4px 0px rgba(0, 0, 0, .5);
    box-shadow: inset 2px 3px 4px 0px rgba(0, 0, 0, .5);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.alignleft { float: left; margin-right: 15px; margin-bottom: 15px; }
.alignright { float: right; margin-left: 15px; margin-bottom: 15px; }

small {
	font-size: 1.1rem;
	font-weight: normal;
}

.tabs-content li {
    background-color: white;
}

.inline { clear: none !important; display: inline !important; }
ul.pagination li { font-size: 12px; margin-top: 5px; margin-left: 0px; }
.centered { text-align: center; }
.unavailable { color: #ccc; }

.meta {
	color: #777;
	font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.meta strong { color: #444; }
a.meta-edit, a.meta-delete { padding-top: 10px; }
a.meta-edit:hover, a.meta-delete:hover { color: #4E565B; }
a.meta-delete { margin-left: 10px; }
h2 a.small {
	font-size: 1.2rem;
	font-weight: normal;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	margin-left: 5px;
}
hr.dashed { border-width: 0px; border-bottom: 1px dashed #ddd !important;
clear: both; margin: 12px 0 18px; height: 0; }
.unread { font-weight: bold; }
/*.overdue{ background-color: #FFB52E; }*/
.overdue{ background-color: #FDE7E7 !important; }
/*.overdue a { color: #FFF } */
.alert-box.red { background-color: #FF6666; color: #111; text-shadow: 0 1px rgba(255,255,255,0.3); }
.alert-box.warning { background-color: #FFFBCC; color: #111; text-shadow: 0 1px rgba(255,255,255,0.3); }
.alert-box.smoke { background-color: #f7f7f7; font-weight: normal;
    text-shadow: none; padding: 20px 20px 0px 20px;
}
.underline { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
.strong { font-weight: bold !important; }
.small { font-size: 1.2rem; }
small.color-sample {
    padding: 5px 10px;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10x;
}
ul.pretty {
    margin: 15px 15px 30px 30px;
    list-style-type: disc;
}

ul.pretty li {
    background-color: transparent !important;
}
.red.label:hover, .blue.label:hover, .black.label:hover, .green.label:hover {
    color: #fff;
}

.collapseBox {
    display: none;
}
.clear {
    clear: both !important;
}

.box {
    border: 1px solid #dddddd;
    padding: 15px 20px;
    background-color: #fafafa;
    margin-bottom: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4x;
}

.whitebox {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4x;
    overflow: hidden;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .15);
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .15);
}

/* @end */



/* @group Typeahead Dropdown */

.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret, .open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 0px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00a6fc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-menu li {
     margin-bottom: 0px; 
}
/* @end */

/* @group Hosted Buttons */
div.trim {
    overflow: hidden;
}
.hostedbutton {
	-moz-box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, .2);
	box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, .2);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	display:inline-block;
	position: relative;
	top: -100px;
	left: -80px;
	font-family:arial;
	font-size:18px;
	line-height: 1.3;
	font-weight:bold;
	padding:10px 30px 10px 30px;
	text-decoration:none;
	-moz-transform: scale(1) rotate(-90deg) translate(0px, 0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-90deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(-90deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(-90deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(-90deg) translate(0px, 0px) skew(0deg, 0deg);
}
.hostedbutton:hover {
    color: #ffffff !important;
    position: relative;
    top: -100px;
    left: -78px;
}
.hostedbutton:active {
    position: relative;
    top: -98;
    left: -77px;
    -moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, .4);
    box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, .4);
}
/*.hostedbutton:visited {
	color:#E3F4FC !important;
}*/
.hostedbutton.white {
	color: #333333 !important;
    background: #F7F7F7; /* Old browsers */
    background: -moz-linear-gradient(top,  #F7F7F7 0%, #F7F7F7 50%, #ECECEC 51%, #ECECEC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(50%,#F7F7F7), color-stop(51%,#ECECEC), color-stop(100%,#ECECEC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F7F7F7 0%,#F7F7F7 50%,#ECECEC 51%,#ECECEC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F7F7F7 0%,#F7F7F7 50%,#ECECEC 51%,#ECECEC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F7F7F7 0%,#F7F7F7 50%,#ECECEC 51%,#ECECEC 100%); /* IE10+ */
    background: linear-gradient(top,  #F7F7F7 0%,#F7F7F7 50%,#ECECEC 51%,#ECECEC 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#ECECEC',GradientType=0 ); /* IE6-9 */
	text-shadow: -1px 1px 0px #FFFFFF;
}
.hostedbutton.white:hover {
	color: #333333 !important;
}
.hostedbutton.white:active {
    background: #E0E0E0; /* Old browsers */
    background: -moz-linear-gradient(top,  #E0E0E0 0%, #E0E0E0 50%, #DADADA 51%, #DADADA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(50%,#E0E0E0), color-stop(51%,#DADADA), color-stop(100%,#DADADA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #E0E0E0 0%,#E0E0E0 50%,#DADADA 51%,#DADADA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #E0E0E0 0%,#E0E0E0 50%,#DADADA 51%,#DADADA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #E0E0E0 0%,#E0E0E0 50%,#DADADA 51%,#DADADA 100%); /* IE10+ */
    background: linear-gradient(top,  #E0E0E0 0%,#E0E0E0 50%,#DADADA 51%,#DADADA 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */
    color: #000000;
}
.hostedbutton.white:visited {
	color: #333333 !important;
}
.hostedbutton.blue {
    background: #2EB6FC; /* Old browsers */
    background: -moz-linear-gradient(top,  #2EB6FC 0%, #2EB6FC 50%, #00A6FC 51%, #00A6FC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2EB6FC), color-stop(50%,#2EB6FC), color-stop(51%,#00A6FC), color-stop(100%,#00A6FC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2EB6FC 0%,#2EB6FC 50%,#00A6FC 51%,#00A6FC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2EB6FC 0%,#2EB6FC 50%,#00A6FC 51%,#00A6FC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2EB6FC 0%,#2EB6FC 50%,#00A6FC 51%,#00A6FC 100%); /* IE10+ */
    background: linear-gradient(top,  #2EB6FC 0%,#2EB6FC 50%,#00A6FC 51%,#00A6FC 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2EB6FC', endColorstr='#00A6FC',GradientType=0 ); /* IE6-9 */
	color:#E3F4FC;
	text-shadow: 1px -1px 0 #0593dc;
}
.hostedbutton.blue:active {
    background: #2ea5e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #2ea5e3 0%, #2ea5e3 50%, #0192dd 51%, #0192dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ea5e3), color-stop(50%,#2ea5e3), color-stop(51%,#0192dd), color-stop(100%,#0192dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2ea5e3 0%,#2ea5e3 50%,#0192dd 51%,#0192dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2ea5e3 0%,#2ea5e3 50%,#0192dd 51%,#0192dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2ea5e3 0%,#2ea5e3 50%,#0192dd 51%,#0192dd 100%); /* IE10+ */
    background: linear-gradient(top,  #2ea5e3 0%,#2ea5e3 50%,#0192dd 51%,#0192dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea5e3', endColorstr='#0192dd',GradientType=0 ); /* IE6-9 */
}
.hostedbutton.blue:visited {
	color:#E3F4FC !important;
}
.hostedbutton.red {
    background: #EC4449; /* Old browsers */
    background: -moz-linear-gradient(top,  #EC4449 0%, #EC4449 50%, #E91C21 51%, #E91C21 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EC4449), color-stop(50%,#EC4449), color-stop(51%,#E91C21), color-stop(100%,#E91C21)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #EC4449 0%,#EC4449 50%,#E91C21 51%,#E91C21 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #EC4449 0%,#EC4449 50%,#E91C21 51%,#E91C21 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #EC4449 0%,#EC4449 50%,#E91C21 51%,#E91C21 100%); /* IE10+ */
    background: linear-gradient(top,  #EC4449 0%,#EC4449 50%,#E91C21 51%,#E91C21 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EC4449', endColorstr='#E91C21',GradientType=0 ); /* IE6-9 */
	color:#E3F4FC;
	text-shadow: 1px -1px 0 #b90b0b;
}
.hostedbutton.red:active {
    background: #D83C40; /* Old browsers */
    background: -moz-linear-gradient(top,  #D83C40 0%, #D83C40 50%, #D01217 51%, #D01217 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D83C40), color-stop(50%,#D83C40), color-stop(51%,#D01217), color-stop(100%,#D01217)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #D83C40 0%,#D83C40 50%,#D01217 51%,#D01217 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #D83C40 0%,#D83C40 50%,#D01217 51%,#D01217 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #D83C40 0%,#D83C40 50%,#D01217 51%,#D01217 100%); /* IE10+ */
    background: linear-gradient(top,  #D83C40 0%,#D83C40 50%,#D01217 51%,#D01217 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D83C40', endColorstr='#D01217',GradientType=0 ); /* IE6-9 */
}
.hostedbutton.red:visited {
	color:#ffffff !important;
}
.hostedbutton.black {
    background: #3E3E3E; /* Old browsers */
    background: -moz-linear-gradient(top,  #3E3E3E 0%, #3E3E3E 50%, #141414 51%, #141414 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E3E3E), color-stop(50%,#3E3E3E), color-stop(51%,#141414), color-stop(100%,#141414)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3E3E3E 0%,#3E3E3E 50%,#141414 51%,#141414 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3E3E3E 0%,#3E3E3E 50%,#141414 51%,#141414 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3E3E3E 0%,#3E3E3E 50%,#141414 51%,#141414 100%); /* IE10+ */
    background: linear-gradient(top,  #3E3E3E 0%,#3E3E3E 50%,#141414 51%,#141414 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3E3E', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	text-shadow: 1px -1px 0 #000000;
}
.hostedbutton.black:active {
    background: #2E2E2E; /* Old browsers */
    background: -moz-linear-gradient(top,  #2E2E2E 0%, #2E2E2E 50%, #000000 51%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(50%,#2E2E2E), color-stop(51%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2E2E2E 0%,#2E2E2E 50%,#000000 51%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2E2E2E 0%,#2E2E2E 50%,#000000 51%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2E2E2E 0%,#2E2E2E 50%,#000000 51%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #2E2E2E 0%,#2E2E2E 50%,#000000 51%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.hostedbutton.black:visited {
	color:#f8f8f8 !important;
}
.hostedbutton.orange {
    background: #FFB52E; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFB52E 0%, #FFB52E 50%, #FFA500 51%, #FFA500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB52E), color-stop(50%,#FFB52E), color-stop(51%,#FFA500), color-stop(100%,#FFA500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #FFB52E 0%,#FFB52E 50%,#FFA500 51%,#FFA500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #FFB52E 0%,#FFB52E 50%,#FFA500 51%,#FFA500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #FFB52E 0%,#FFB52E 50%,#FFA500 51%,#FFA500 100%); /* IE10+ */
    background: linear-gradient(top,  #FFB52E 0%,#FFB52E 50%,#FFA500 51%,#FFA500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB52E', endColorstr='#FFA500',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	text-shadow: 1px -1px 0 #e59500;
}
.hostedbutton.orange:active {
    background: #F0AC2E; /* Old browsers */
    background: -moz-linear-gradient(top,  #F0AC2E 0%, #F0AC2E 50%, #ED9A00 51%, #ED9A00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0AC2E), color-stop(50%,#F0AC2E), color-stop(51%,#ED9A00), color-stop(100%,#ED9A00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F0AC2E 0%,#F0AC2E 50%,#ED9A00 51%,#ED9A00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F0AC2E 0%,#F0AC2E 50%,#ED9A00 51%,#ED9A00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F0AC2E 0%,#F0AC2E 50%,#ED9A00 51%,#ED9A00 100%); /* IE10+ */
    background: linear-gradient(top,  #F0AC2E 0%,#F0AC2E 50%,#ED9A00 51%,#ED9A00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0AC2E', endColorstr='#ED9A00',GradientType=0 ); /* IE6-9 */
}
.hostedbutton.orange:visited {
	color:#ffffff !important;
}
.hostedbutton.green {
    background: #78BB51; /* Old browsers */
    background: -moz-linear-gradient(top,  #78BB51 0%, #78BB51 50%, #5BAD2B 51%, #5BAD2B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78BB51), color-stop(50%,#78BB51), color-stop(51%,#5BAD2B), color-stop(100%,#5BAD2B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #78BB51 0%,#78BB51 50%,#5BAD2B 51%,#5BAD2B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #78BB51 0%,#78BB51 50%,#5BAD2B 51%,#5BAD2B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #78BB51 0%,#78BB51 50%,#5BAD2B 51%,#5BAD2B 100%); /* IE10+ */
    background: linear-gradient(top,  #78BB51 0%,#78BB51 50%,#5BAD2B 51%,#5BAD2B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78BB51', endColorstr='#5BAD2B',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	text-shadow: 1px -1px 0 #509926;
}
.hostedbutton.green:active {
    background: #66A044; /* Old browsers */
    background: -moz-linear-gradient(top,  #66A044 0%, #66A044 50%, #458C1C 51%, #458C1C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66A044), color-stop(50%,#66A044), color-stop(51%,#458C1C), color-stop(100%,#458C1C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66A044 0%,#66A044 50%,#458C1C 51%,#458C1C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66A044 0%,#66A044 50%,#458C1C 51%,#458C1C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66A044 0%,#66A044 50%,#458C1C 51%,#458C1C 100%); /* IE10+ */
    background: linear-gradient(top,  #66A044 0%,#66A044 50%,#458C1C 51%,#458C1C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66A044', endColorstr='#458C1C',GradientType=0 ); /* IE6-9 */
}
.hostedbutton.green:visited {
	color:#ffffff !important;
}
.buttonColorPicker {
}
.orange.label { background-color: #ffa500; }
/* @end */

#helpModal #createTicketPanelTab,
#helpModal #liveChatPanelTab,
#helpModal #faqPanelTab {
    -moz-box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, .1);
    box-shadow: 3px 5px 7px 0px rgba(0, 0, 0, .1);    
}

.pointer
{
    cursor:pointer;
}

.optionalAPI
{
    font-size:8pt;
    color:#000;
    font-weight:bold;
}

.customTooltip
{
    background-color:#fff;
    color:#ccc;
    padding:10px;
    padding-bottom:0;
    max-height:300px;
    min-width:300px;
    overflow:hidden;
}

.customTooltipTitle
{
    font-weight:bold;
    padding-bottom:3px;
}

.phpTags
{
    font-size:8pt;
    color:silver;
}

.placeholderTable tbody td
{
    font-size:8pt;
}


.styled-select select {
    padding: 3px;
    /*padding-left: 5px;*/
    font-size: 13px;
    line-height: 1;
    border: 1px solid #ccc;;
    border-radius: 3px;
    overflow: hidden;
    background-color: #FFF;
    margin:0;
}

.smallSelect {
    max-width: 145px !important;
    font-size:10px !important;
    padding-left:5px !important;
}

.bigSelect
{
    padding:7px;
}

.informational
{
    color: gray;
}

.informational a
{
    color: gray;
}
/* Custom Reminder */
#reminderNote{
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    padding: 6px 3px 4px;
    outline: none !important;
    background: url(../images/misc/input-bg.png) #fff;
}
#linkReminder {
    margin-right: 3px;
}

.fancy {
    line-height: 1;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    top: 0;
    width: 122px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}