@import url("../webfontkit/stylesheet.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
body {
	background-color: #1b2936;
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
	color: #134974;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
p {
	margin-bottom: 10px;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #7892a9;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* change colours to suit your needs */
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;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
::selection {
	background: #da8920;
	color: #FFF;
}
::-moz-selection {
 background: #da8920;
 color:#FFF;
}

::-webkit-selection {
 background: #da8920;
 color:#FFF;
}
::-o-selection {
 background: #da8920;
 color:#FFF;
}
::-ms-selection {
 background: #da8920;
 color:#FFF;
}
/*--- Reset Css End ------*/

#container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	float: left;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;
}
#top-nav {
	float: left;
	width: 100%;
}
#top-nav ul {
	float: right;
	color: #7391a9;
}
#top-nav ul li {
	float: left;
}
#top-nav ul li a {
	color: #7391a9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-animation: all 0.2s ease-in-out;
	-moz-animation: all 0.2s ease-in-out;
	-ms-animation: all 0.2s ease-in-out;
	-khtml-animation: all 0.2s ease-in-out;
	-o-animation: all 0.2s ease-in-out;
	animation: all 0.2s ease-in-out;
}
#top-nav ul li a:hover {
	color: #445564;
	text-decoration: none;
}
#logo {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#tag-line {
	float: left;
	margin-top: 20px;
}
/*----- Navigation -------- */
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation {
	width: 100%;
	line-height: 1;
	float: left;
	background-color: #da8920;
}
#menu-line {
	position: absolute;
	bottom: 0;
	left: 0;
/*	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;*/
}
#menu-line.loading {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
#menu-line::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #1b2936;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
#navigation > ul > li {
	float: left;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navigation ul li:last-child, #navigation ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation > ul > li span {
	display: inline-block;
	float: left;
	margin-left: 30px;
}
#navigation > ul > li:hover span img {
	-webkit-animation: animated_img 5s 1;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation > ul > li > a {
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 13px;
	letter-spacing: -1px;
}
#navigation > ul > li:hover > a, #navigation > ul > li.active > a {
	color: #5f3600;
}
#navigation > ul > li.has-sub > a {
}
#navigation > ul > li.has-sub:hover > a::after {
	border-color: #000000;
}
#navigation ul ul {
	position: absolute;
	top: 100%;
}
#navigation li:hover > ul {
}
#navigation.align-right li:hover > ul {
	right: 0;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li {
}
#navigation ul li:hover > ul > li {
}
#navigation ul ul li a {
	padding: 10px 20px;
	font-size: 12px;
	background: #333333;
	text-decoration: none;
	color: #dddddd;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	color: #ffffff;
}
#navigation.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#navigation ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
 @-webkit-keyframes animated_img {
0% {
 -webkit-transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg)
}
}
#content {
	background-color: #FFF;
	float: left;
	width: 100%;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.51);
}
#left-area {
	background-color: #7992a8;
	width: 25%;
	float: left;
}
.sub-nav {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.sub-nav ul {
}
.sub-nav ul li {
	display: inline-block;
}
.sub-nav ul li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
.sub-nav ul li a.active, .sub-nav ul li a:hover {
	color: #DA8920;
	text-decoration: underline;
}
#left-area .widget {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	padding: 20px;
}
.widget h3 {
	font-size: 19px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget p {
	font-size: 14px;
	margin-bottom: 10px;
}
.widget a {
	color: #FFF;
	text-decoration: none;
}
#right-area {
	width: 75%;
	float: left;
}
.latest-photo, .welcome-message {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
}
.latest-photo.main-screen-photos {
	display: none;
}
.large-img {
	float: left;
	width: 70%;
}
.small-img {
	float: left;
	width: 28%;
	margin-left: 2%;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}
.latest-photo h3, .welcome-message h3 {
	font-size: 20px;
}
.small-img img {
	margin-bottom: 20px;
}
.maintenance-area {
	float: left;
	width: 100%;
	display: none;
}
.gray-table {
	margin-bottom: 10px;
	margin-top: 10px;
}
.row {
	float: left;
	width: 100%;
}
.heading {
	background-color: #1b2936;
	color: #FFF;
}
.heading h3 {
	color: #FFF;
	font-size: 19px;
	padding: 10px;
	text-align: left;
	margin-bottom: 0;
}
.gray-table a {
	font-size: 14px;
	color: #676767;
	text-align: center;
	display: inline-block;
	/*padding: 10px 15px;*/
}
.gray-table .row > a {
	padding: 10px 15px;
}
.gray-table .service-request-head h5:last-child {
	max-width: 50px;
	min-width: 0;
}
.gray-table a:hover {
	color: #000;
}
.gray-table .row span {
	min-width: 109px;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 10px 5px;
}
.gray-table .table-head {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.gray-table .table-head h5 {
	display: inline-block;
	min-width: 103px;
	margin: 0;
	text-align: center;
	padding: 0px 5px;
	width: 166px;
}
.gray-table .row:nth-of-type(even) {
	background-color: #f2f2f2;
}
.border-right .row span {
	border-right: 1px solid #D8D8D8;
}
.border-left {
}
.buy-btn {
	height: 25px;
	width: 108px;
}
.gray-table.page h5 {
	min-width: 147px;
}
.gray-table.page span {
	min-width: 170px;
	max-width: 170px;
	white-space: nowrap;
    overflow: hidden;
}

.gray-table.subcontractor-table.page h5 {
	width: 31.8%;
	text-align: center;
}
.gray-table.subcontractor-table.page span {
	width: 32%;
	max-width: 100%;
}

.gray-table.material-table.page h5 {
	width: 22.8%;
	text-align: center;
}
.gray-table.material-table.page span {
	width: 23%;
	max-width: 100%;
}

.gray-table.document-table.page h5 {
	width: 31.8%;
	text-align: center;
}
.gray-table.document-table.page span {
	width: 32%;
	max-width: 100%;
}
.searchFilter#uploadFormDiv {
	text-align: left;	
}
/* ---- Login Form ----- */
.login-page {
	max-width: 400px !important;
	text-align: center;
}
.lock {
	background: url(../images/icons.png) no-repeat 10px -25px;
}
.user {
	background: url(../images/icons.png) no-repeat 10px 10px;
}
input[type="submit"] {
	font-family: 'futura_bk_btbook', sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	color: #666;
	padding: 3% 2%;
	width: 150px;
}
input[type="submit"]:hover {
	color: #FFF;
	background-color: #1b2936;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
input, select {
	font-family: 'futura_bk_btbook', sans-serif;
	padding: 10px 2%;
	  width: 85%;
	background: #F7F7F7;
  box-shadow: inset 0px 0px 5px #E5E5E5;
	margin: 10px 0px;
	border: 1px solid #D8D8D8;
	padding-left: 30px;
}
select#translate-dropdown {
	font-family: 'futura_bk_btbook', sans-serif;
	padding: 5px 1%;
	width: auto;
	background: #F7F7F7;
	box-shadow: inset 0px 0px 5px #E5E5E5;
	margin: 0px;
	border: 1px solid #D8D8D8;
	padding-left: 0px;
}
#top-nav ul li#translate-container {
	float: none;
	display: block;
	margin-top: 15px;
}
.login-page #logo, .login-page #tag-line, .login-page .foot-logo {
	float: none;
}
.login-page .foot-logo {
	padding: 10px 0px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	color: #7892a9;
}
.foot-logo {
	float: right;
}
#footer a {
	color: #7892a9;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
/*------- Form Page Css ----------*/

.details-form {
	padding: 20px 30px;
}
h1 {
	font-size: 26px;
}
.details-form h2 {
	font-size: 20px;
	  text-align: center;
}
.request {
	height: 75px;
	background: #F9F9F9;
	padding: 20px;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	margin: 25px 0px;
	box-shadow: 0px 0px 4px #EFEFEF;
}
.request input, .request select {
	background: #FFF;
	border-radius: 3px;
}
#full-width form .item.full-width {
	width: 100%;
}
/*---------- Ticket Css Start ---------*/


#ticket-wrapper, .tc-info, .tc-status, .tc-issue, .status-bar span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-animation: all 0.2s ease-in-out;
	-moz-animation: all 0.2s ease-in-out;
	-ms-animation: all 0.2s ease-in-out;
	-khtml-animation: all 0.2s ease-in-out;
	-o-animation: all 0.2s ease-in-out;
	animation: all 0.2s ease-in-out;
}
#ticket-wrapper {
	font-size: 14px;
	line-height: 22px;
	background: #FAFAFA; /* Old browsers */
	margin: 22px;
	padding: 17px 22px;
	border: 4px double #D8D8D8;
	border-radius: 10px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
#ticket-wrapper:hover {
}
.tc-info, .tc-status {
	display: inline-block;
	background: rgba(118, 146, 167, 0.12);
	padding: 10px 4%;
	width: 40%;
	border-radius: 5px;
	margin-right: 11px;
	border: 1px solid #BFCEDD;
	margin-bottom: 20px;
}
.tc-issue {
	display: inline-block;
	background: rgba(118, 146, 167, 0.12);
	padding: 10px 4%;
	width: 92%;
	border-radius: 5px;
	margin-right: 11px;
	border: 1px solid #BFCEDD;
	margin-bottom: 20px;
}
.tc-status {
	float: right;
}
.tc-info:hover, .tc-status:hover, .tc-issue:hover {
	background: rgba(118, 146, 167, 0.04);
}
.tc-detail ul {
	list-style: none;
}
.tc-detail ul li {
	padding: 0px 5px;
	border-radius: 2px;
}
.tc-detail ul li a {
	text-decoration: none;
}
.tc-info:hover a, .tc-status:hover a, .tc-issue:hover a {
	color: #DA8920;
}
.tc-msg {
	display: inline-block;
	width: 100%;
}
.tc-note .title {
	background: #1B2936;
	margin: 25px 0px;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	text-shadow: none;
	border-radius: 3px;
}
.tc-note .subtitle {
	border-bottom: 1px #868686 Dashed;
	text-align: center;
	text-transform: capitalize;
	font-size: 19px;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.tc-notemsg {
	color: #884D00;
	position: relative;
	width: 84%;
	float: left;
	padding: 15px 10px;
	background: rgba(239, 215, 183, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.39);
}
.tc-notemsg:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent rgba(239, 215, 183, 1);
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -15px;
	left: -15px;
	top: 50%;
}
.tc-usernote, .tc-devnote {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}
.tc-userimg {
	width: 10%;
	float: left;
	margin-right: 2%;
}
.tc-img {
	overflow: hidden;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: block;
	margin: auto;
}
.tc-name, .tc-date {
	font-size: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 14px;
	padding: 2px 0px;
	color: #AAB1B8;
}
.tc-name {
	font-size: 13px;
	color: #798EA1;
	margin-top: 5px;
}
.tc-devnote .tc-userimg {
	float: right;
	margin-right: 0;
	margin-left: 2%;
}
.tc-devnote .tc-notemsg {
	background: #d7e4ed;
	color: #0B4F7E;
	text-align: right;
	float: right;
}
.tc-devnote .tc-notemsg:after {
	border-width: 15px 0px 15px 15px;
	border-color: transparent #d7e4ed;
	right: -15px;
	left: inherit;
	left: initial;
}
.scroll-content {
	color: #333;
	overflow: auto;
	position: relative;
	padding: 20px;
	margin: 10px;
	width: 97%;
	max-width: 97%;
	height: 400px;
	background-color: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
  border-radius: 3px;
}
.status-bar {
	border-bottom: 1px solid #DADADA;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
	color: #525252;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-8 */
}
.status-bar span {
	border-right: 1px solid #DADADA;
	padding: 7px 20px;
	display: inline-block;
}
.status-bar span:hover {
	background: rgba(235, 242, 247, 1);
	text-shadow: none;
}
.status-bar strong {
	font-weight: normal;
	color: #1C6096;
	font-size: 14px;
}
@media all and (max-width: 585px) {
#logo, #tag-line {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
#top-nav {
	padding: 5px 0px;
}
.large-img {
	float: left;
	width: 100%;
	text-align: center;
}
.latest-photo h3, #footer {
	text-align: center;
}
.small-img {
	width: 98%;
}
.small-img img {
	margin-bottom: 20px;
	height: 100px;
	margin: 10px;
}
.small-img a {
	width: 100%;
	display: inline-block;
}
#left-area .widget {
	width: 98%;
	height: auto;
	margin-left: 1%;
}
.row {
	border-bottom: 1px solid #D8D8D8;
}
.gray-table.page h5, .gray-table .table-head h5 {
	text-align: left;
}
.gray-table.page span {
	width: 48%;
	min-width: 48%;
}
.foot-logo {
	float: none;
	padding: 10px 0px;
}
}
 @media all and (max-width: 768px) {
#left-area {
	width: 100%;
	text-align: center;
}
#right-area {
	width: 100%;
}
#left-area .widget {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	padding: 10px 0px;
	width: 48%;
	float: left;
	height: 120px;
	overflow: hidden;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*--- New Code ----*/

}
@media all and (min-width: 768px) {
#container.login-page {
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
}
}
@media all and (max-width: 768px) {
#top-nav ul {
	float: none;
	margin: auto;
	display: table;
}
.tc-info, .tc-status {
	width: 90%;
	margin: auto;
	display: block;
	margin-bottom: 15px;
	padding: 10px 5%;
}
#footer {
	padding: 10px 3%;
	width: 94%;
}
.tc-userimg, .tc-notemsg {
	padding: 14px 5%;
	width: 90%;
}
.tc-usernote {
	background: rgba(239, 215, 183, 0.3);
	border-radius: 9px;
}
.tc-devnote {
	background: rgba(159, 200, 237, 0.2);
	border-radius: 9px;
}
.status-bar span {
	width: 94%;
	border-right: none;
	padding: 10px 3%;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
}
 @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #navigation {
 width: 100%;
}
 #navigation ul {
 width: 100%;
 display: none;
}
 #navigation.align-center > ul, #navigation.align-right ul ul {
 text-align: left;
}
 #navigation ul li, #navigation ul ul li, #navigation ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-top: 1px solid rgba(120, 120, 120, 0.15);
}
 #navigation ul li a, #navigation ul ul li a {
 width: 100%;
}
 #navigation > ul > li, #navigation.align-center > ul > li, #navigation.align-right > ul > li {
 float: none;
 display: block;
}
 #navigation ul ul li a {
 padding: 20px 20px 20px 30px;
 font-size: 12px;
 color: #000000;
 background: none;
}
 #navigation ul ul li:hover > a, #navigation ul ul li a:hover {
 color: #000000;
}
 #navigation ul ul ul li a {
 padding-left: 40px;
}
 #navigation ul ul, #navigation ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #navigation > ul > li.has-sub > a::after, #navigation ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
}
 #navigation #menu-button {
 display: block;
 padding: 20px;
 color: #000000;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
}
 #navigation #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #000000;
}
 #navigation #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 3px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
}
 #navigation .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height: 52px;
 width: 52px;
 cursor: pointer;
}
 #navigation .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #000000;
 z-index: 99;
}
 #navigation .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #000000;
 z-index: 99;
}
 #navigation .submenu-button.submenu-opened:after {
 display: none;
}
}

span.formerror {
	color: red;
	font-size: 15px;
}
span.inputerror {
	color: red;
	font-size: 13px;
	margin-top: -6px;
	display: block;
	margin-left: 2px;
}
span.formsuccess {
	color: green;
	font-size: 15px;
}
#secondmenul{
	display:none;
}
#secondmenul.active {
    display: block !important;
}
.addNotesButton {
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  padding: 1%;
  text-decoration: none;
  font-size: 15px;
  width: auto;
  background: #1b2936;
  border: 1px solid #D8D8D8;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
 }
.addNotesButton:hover{
	background: #da8920;
} 
.noRecordsFound{
	text-align: center;
	padding:10px 0;
}
div[id^=sfToolbarClearer], div.sf-toolbarreset {
	display: none !important;	
}
div#privacy-policy{
	padding:10px 10px 10px 10px; 
	background-color:white;
}
div#privacy-policy ul li{
	padding-left: 5px;
	list-style: inside;
}