/* dark blue */
/* mustard */
/* light grey */
/* lighter grey */
body {
  font-family: verdana, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
#platforms {
  position: relative;
  background-color: #F0F0F0;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid gray;
  margin-right: 15px;
  font-size: 90%;
  /* height: 18px;
	line-height: 18px; */
  /* white-space: nowrap; */
}
#platforms ul {
  display: inline-block;
  list-style-type: none;
}
#platforms li {
  display: inline;
  margin-right: 30px;
  border-width: 1px;
  border-style: groove;
  border-radius: 10px;
  padding: 2px 10px;
}
#platforms .width-clip {
  left: 0;
  position: absolute;
  right: 0;
}
#platforms .selected a {
  color: red;
}
#platforms .sr-list {
  overflow: hidden;
}
#search-div {
  float: right;
  /* position: absolute; */
  /* right: 0; */
  /* bottom: 0; */
  /* margin: 0; */
}
#search-btn {
  float: right;
}
/*
   #site-search {
    float: right;
    margin: 0px 0px 0 0;
    padding-left: 0;
    text-align: left;
    width: 180px;
}
*/
#site-search p {
  margin: 0;
}
#site-search #search {
  /* background: url("../img/search-icon.png") no-repeat scroll 6px -96px rgba(80, 80, 80, 0.9); */
  border: 1px solid #666666;
  /* color: #AAAAAA; */
  /* float: right; */
  /* font-size: 0.857em; */
  margin: 0 0 0 4px;
  padding: 3px 4px 3px 5px;
  width: 160px;
}
#site-search #search:hover,
#site-search #search:focus {
  /*background-color: #FFFFFF;
    border-color: #9C0D10;
    color: #333333;*/
}
#site-search button {
  font-size: 12px;
  position: absolute;
  right: -70px;
  width: 60px;
}
#site-search-gg {
  float: right;
  font-size: 0.642em;
  height: 28px;
  position: relative;
  text-align: right;
  width: 60px;
}
#site-search-gg * {
  margin: 0;
  padding: 0;
}
#site-search-gg img {
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
#site-search-gg .gsc-branding-text {
  color: #666666;
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
}
.data,
.data td {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #aaa;
  margin: 2px;
  padding: 2px;
}
.data th {
  font-weight: bold;
  background-color: #5C82FF;
  color: white;
}
.tabmenu {
  display: inline-block;
  list-style-type: none;
  margin-top: 5px;
  vertical-align: bottom;
  white-space: nowrap;
}
.tabmenu li {
  display: inline;
  font-weight: bold;
  margin: 0 3px;
}
.tabmenu li,
tabmenu a {
  background-color: #EFF7FF;
  padding: 2px 6px 0;
  border-color: #5F99CF #5F99CF #5F99CF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.tabmenu li.selected {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: #5F99CF #5F99CF white;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: red;
  /* z-index: 100;*/
}
#header {
  background-color: #CEE3F8;
  border-bottom: 1px solid #5F99CF;
  margin-right: 15px;
  position: relative;
  /* z-index: 99; */
}
#m-header {
  background-color: #CEE3F8;
  border-bottom: 1px solid #5F99CF;
  margin-bottom: 0;
  /* position: relative; */
  /* z-index: 99; */
}
#logo-div {
  float: left;
  text-align: center;
  margin: 1em 5em 2em 2em;
  padding-left: 6px;
}
.logo {
  margin-bottom: 0;
  font-family: arial, helvetica, san-serif;
  font-size: 28pt;
  font-weight: bold;
  /* color: rgb(51,102,255);	*/
  /* color:#FCC852; mustard */
  color: white;
}
.motto {
  margin-bottom: 0;
  font-family: arial, helvetica, san-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #3366ff;
}
.logo-subscript {
  /* font-family:arial, helvetica, san-serif; */
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
  margin-left: 0;
}
.logo-subscript a {
  text-decoration: none;
}
.sidebar {
  float: right;
  background-color: white;
  /* border: 1px dotted #CCCCCC; */
  border: none;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
  width: 220px;
}
.side .spacer {
  margin: 7px 0 12px;
}
.login-div {
  background-color: #EFF7FF;
}
.login-div label {
  padding-bottom: 5px;
}
#welcome {
  float: right;
  background-color: #EFF7FF;
  border-top-left-radius: 7px;
  line-height: 12px;
  padding: 4px;
  /* position: absolute;*/
  /* right: 0;*/
  /* bottom: 0;*/
}
.reg-login {
  background-color: #EFF7FF;
  padding: 10px;
  border-color: #5F99CF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.logintabs-div {
  /* background-color: #CEE3F8; */
  /* background-color: #EFF7FF; */
  /* darker */
}
.logintabs {
  display: inline-block;
  list-style-type: none;
  /* margin-top: 5px; */
  vertical-align: bottom;
  white-space: nowrap;
  margin-bottom: 5px;
}
.logintabs li {
  display: inline-block;
  font-weight: bold;
}
.logintabs li,
logintabs a {
  background-color: white;
  border-color: #5F99CF #5F99CF #5F99CF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  text-decoration: none;
}
.logintabs li.selected,
logintabs a {
  background-color: #EFF7FF;
  border-color: #5F99CF #5F99CF #EFF7FF #5F99CF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  text-decoration: none;
  /* z-index: 100; */
}
.logintabs {
  color: #0000FF;
}
.logintabs a:visited,
.logintabs a:hover,
.logintabs a:active {
  color: #0000FF;
}
.logintabs li selected {
  color: #0000FF;
}
.logintabs li button {
  background-color: white;
  border-color: #5F99CF #5F99CF #5F99CF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  text-decoration: none;
}
.login-field {
  margin-bottom: 10px;
}
.comment-div {
  border-style: solid;
  border-color: #5F99CF;
  border-width: 1px;
  margin: 10px 0;
  padding: 10px;
}
.comment-submit-btn {
  color: #0000FF;
  text-align: right;
}
.sidebar-div {
  border-style: solid;
  border-color: #5F99CF;
  border-width: 1px;
  margin: 10px 0;
  padding: 10px;
}
.content {
  margin: 7px 5px 0;
}
.project {
  position: relative;
  padding: 2rem;
  border-top: 5px solid #DFDFDF;
  /* margin: 12px 8px 12px 50px;*/
  line-height: 12px;
  overflow: hidden;
  background: white;
}
.m-project {
  margin-bottom: 2em;
  /* overflow: hidden; */
}
.projtitle {
  font-family: Arial, Helvetica, sans-serif;
  color: #1a66b4;
  font-size: 2.48rem;
  line-height: 3.12rem;
  margin: 0px 100px 0px 0px;
  font-weight: 400;
  text-decoration: none;
}
.projtitle a,
.projtitle a:link,
.projtitle a:hover,
.projtitle a:active {
  text-decoration: none;
}
.proj-summary {
  margin-top: 1.36rem;
  /* font-family: "Open Sans",Helvetica,Arial,sans-serif; */
  font-size: 1.36rem;
  line-height: 2.40rem;
  /* color: #5C82FF; */
  color: #737373;
  font-weight: normal;
}
.author,
.author a {
  color: #1a66b4;
  font-size: x-small;
  /* margin-bottom:0; */
  margin-top: 0.5rem;
}
.hireme {
  display: inline-block;
  list-style-type: none;
  margin-top: 5px;
  vertical-align: bottom;
  /* white-space: nowrap; */
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
}
.hireme li,
.hireme li a {
  display: inline-block;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.hireme label {
  display: block;
  color: red;
}
.noticeboard {
  background-color: white;
  border: none;
  padding: 0 20px 0 20px;
  margin-top: 10px;
  /* margin: 5px 25px 5px 5px; */
  list-style-type: none;
  /* list-style: none outside none; */
  margin: 0;
  padding: 0;
}
.noticeboard li {
  border-bottom: 1px dotted #CCCCCC;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: small;
  font-weight: normal;
}
.noticeboard li a {
  text-decoration: none;
}
.noticeboard li:last-child {
  border-bottom: none;
}
table.profile-projects {
  background-color: #CDCDCD;
  font-family: arial;
  font-size: 8pt;
  margin: 10px 0 15px;
  margin: 10px 0 0;
  text-align: left;
  width: 70%;
}
/* tables */
table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  /*	width: 70%; */
  text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}
table.tablesorter thead tr .header {
  background-image: url(bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}
table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}
.formtabs-content {
  border-top: 4px solid #5F99CF;
  padding-top: 10px;
  width: 520px;
}
.formtabs-content .infobar {
  margin: 0;
  padding: 5px;
}
.infobar {
  background-color: #F6E69F;
  border: 1px solid #FFA500;
  font-size: small;
  margin: 5px 305px 5px 0;
  padding: 5px 10px;
}
form .spacer + .spacer {
  margin: 15px 0;
}
.content .spacer {
  margin-bottom: 5px;
}
.roundfield {
  background-color: #CEE3F8;
  border-radius: 4px 4px 4px 4px;
  font-size: large;
  padding: 5px 10px 10px;
  width: 500px;
}
#filelist {
  margin-top: 15px;
}
#uploadFilesButtonContainer,
#selectFilesButtonContainer,
#overallProgress {
  display: inline-block;
}
#overallProgress {
  float: right;
}
.uploadButton a,
.clearButton a {
  display: block;
  width: 100px;
  height: 40px;
  text-decoration: none;
  margin-left: 5px;
}
.uploadButton a {
  background: url("assets/uploadFileButton.png") 0 0 no-repeat;
}
.clearButton a {
  background: url("assets/clearListButton.png") 0 0 no-repeat;
}
/*
.uploadButton a:visited, .clearButton a:visited {
	background-position: 0 0;
}

.uploadButton a:hover, .clearButton a:hover {	
	background-position: 0 -40px;
}

.uploadButton a:active, .clearButton a:active {
	background-position: 0 -80px;
}
*/
.pretty-form {
  font-size: larger;
  vertical-align: top;
}
.pretty-form p {
  margin: 3px;
}
.pretty-form input[type="checkbox"],
.pretty-form input[type="radio"] {
  margin: 2px 0.5em 0 0;
}
.pretty-form img {
  margin: 3px 0.5em;
}
.pretty-form input[type="text"],
.pretty-form textarea,
.pretty-form input[type="password"] {
  border: 1px solid #808080;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 2px;
  width: 300px;
}
.pretty-form .infobar {
  margin: 5px;
  width: 285px;
}
.pretty-form input[type="text"],
.pretty-form input[type="file"],
.pretty-form input[type="password"],
.pretty-form select,
.pretty-form b,
.pretty-form textarea,
.pretty-form button {
  margin: 3px 5px;
}
.pretty-form th {
  text-align: right;
}
.white-field,
.delete-field {
  background-color: #FFFFFF;
  padding: 10px;
}
.delete-field td {
  vertical-align: top;
}
.pretty-form .delete-field {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pretty-form .delete-field td label + label {
  margin-left: 2em;
}
#pref-delete textarea#delete-message {
  font-size: smaller;
  height: 5em;
}
#pref-delete .md ul {
  margin-bottom: 0;
  margin-top: 0;
}
#pref-delete .md ul li {
  margin: 0.5em 0;
}
#pref-delete .credentials input {
  margin: 0.2em 0;
}
#pref-delete .credentials .error,
#pref-delete .error.RATELIMIT {
  margin-left: 5px;
}
.pretty-form.short-text input[type="text"],
.pretty-form.short-text textarea,
.pretty-form.short-text input[type="password"] {
  width: 10em;
}
#url-field #suggest-title {
  text-align: right;
}
#url-field button {
  margin: 10px 0 0 5px;
}
#url-field .title-status {
  color: #FF0000;
  font-size: small;
}
.content.submit .info-notice {
  background-color: #E4F2FB;
  border: 1px solid #5F99CF;
  font-size: larger;
  margin-bottom: 12px;
  padding: 9px;
}
.content.submit,
.info-notice a {
  font-weight: bold;
  text-decoration: underline;
}
.opt-form {
  font-size: larger;
}
.opt-form form {
  display: inline;
}
.preftable th {
  font-weight: bold;
  padding: 10px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.preftable th label {
  display: block;
}
.sharetable.preftable th label {
  display: inline;
}
.preftable th span {
  display: block;
}
.preftable td.prefright {
  padding: 8px 0;
}
.preftable .spacer {
  margin-bottom: 5px;
}
.preftable .note {
  padding-top: 10px;
  vertical-align: top;
  width: 100%;
}
.zoldsched {
  height: 10px;
  margin: 0px;
  display: inline-block;
}
.sched {
  position: absolute;
  /* height:10px; */
  margin: 0px;
  display: inline-block;
}
.email-icon {
  /* background-image: url(https://db02/sc/img/mail.png);
	background-repeat: no-repeat; */
  padding: 0px 3px 0px 19px;
}
.alert {
  display: inline-block;
  position: absolute;
  z-index: 10;
  /* height: 0; */
  overflow: visible;
  top: 1em;
  left: 25%;
  width: 20em;
  margin: 0;
  padding: 0.5em 1em 0.5em 0.5em;
  background-color: #F9EDBE;
  background: none repeat scroll 0% 0% #F9EDBE;
  border-color: #F0C36D;
  border-color: #F9EDBE;
  border: 3px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #222;
  font-family: Arial, Verdana, sans-serif;
  font-size: medium;
  font-weight: normal;
  text-align: left;
  line-height: 100%;
}
.alert ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.currency-select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: x-small;
  color: #369;
}
.currency-text {
  font-size: x-small;
  color: #369;
}
#currency-div {
  display: inline-block;
  position: absolute;
  z-index: 990;
  /* height: 0; */
  overflow: visible;
  top: 1em;
  left: 25%;
  width: 20em;
  margin: 0;
  padding: 0.5em 4em 0.5em 4em;
  background-color: #F9EDBE;
  background: none repeat scroll 0% 0% #F9EDBE;
  border-color: #F0C36D;
  border-color: #F9EDBE;
  border: 3px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #222;
  font-family: arial, sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
.login-btn {
  padding-left: 0em;
  padding-top: 0.1em;
  padding-bottom: 0.4em;
  /* position: relative; */
  overflow: hidden;
  margin-bottom: 6.2px;
  display: block;
  white-space: normal;
  width: 100%;
  /* background-image: linear-gradient(#4063B3, #3C599D); */
  border: 1px solid #224084;
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18), 0px 0px 1px 1px rgba(255, 255, 255, 0.09) inset;
  /* padding: 7px 14px; */
  font-size: small;
  border-radius: 2px;
  text-align: left;
  /* vertical-align: middle; */
  font-weight: bold;
  /* line-height: 1.4; */
  -moz-user-select: none;
  cursor: pointer;
  text-decoration: none;
  /* background: none repeat scroll 0% 0% transparent; */
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fb {
  background-color: #1a66b4;
}
.google {
  background-color: #D44132;
}
.icon-container text-container {
  visibility: hidden;
}
.icon:before {
  line-height: 1;
}
.icon:before {
  font-family: Airglyphs, sans-serif;
}
.icon-facebook:before {
  content: "\f09a";
}
.ext-login-link {
  height: 40px;
  line-height: 40px;
}
.fb-icon2 {
  background: url('img/fb.png') no-repeat scroll 0px -550px transparent;
  position: absolute;
  /*z-index: 1; */
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 20px;
}
.navbar-xs .navbar {
  min-height: 29px;
  height: 29px;
  margin-bottom: 0;
}
.navbar-xs .navbar .navbar-brand {
  padding: 8px 8px;
  font-size: 16px;
  line-height: 28px;
}
.navbar-xs .navbar .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
  height: 28px;
  font-size: 9pt;
}
.navbar-xs .navbar .navbar-form {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
  height: 28px;
}
/*
.navbar  .container-fluid { height: 1em; }
*/
.my-navbar-border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #808080;
}
.headColour {
  background-color: #1a66b4;
}
.headLink {
  color: white;
  font-weight: bold;
}
.headColour .last-child {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #5F99CF;
}
.headColourLast {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #5F99CF;
}
.secondColour {
  background-color: #fcc852;
}
.thirdColour {
  background-color: #d7dfea;
}
.cookie-bar {
  text-align: center;
  background-color: lightgrey;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: grey;
}
.spacer {
  margin-top: 15px;
}
.spacer-thin {
  margin-top: 5px;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.mypopup {
  padding-right: 12px;
  background: url('/app/img/popup-icon.png') no-repeat scroll right center transparent;
  text-decoration: none;
}
.btn-sc {
  background: none!important;
  border: none;
  padding: 0!important;
  /*border is optional
	border-bottom:1px solid #444; */
}
.draft {
  color: green;
}
.proj-profile-list {
  margin-left: 0;
}
.proj-profile-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*text-align: center;*/
}
.proj-profile-list ul li {
  display: inline;
  padding-left: 0;
  padding-right: 2em;
}
.proj-profile-list ul li a {
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;
  background-color: #036;
}
.test ul,
.test li a {
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;
  background-color: #036;
}
.frontpage-background {
  background: #dfdfdf;
}
.square {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.side-panel {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.hire-block {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 47px;
  height: 30px;
  color: #FFF;
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  background-color: #1a66b4;
}
.advert-block {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 6rem;
  text-align: center;
  background-color: #EFC439;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0px 2px;
  line-height: 1.8rem;
  vertical-align: baseline;
}
.hire-button {
  /*border-style:solid; 
	border-width:1pt; 
	border-color:red; 
	padding-left: 15px; */
  display: inline-block;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  /*padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857; */
  border-radius: 4px;
  -moz-user-select: none;
  overflow: visible;
  text-decoration: none;
}
.hire-button a,
.hire-button a:link,
.hire-button a:visited,
.hire-button a:hover,
.hire-button a:active {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.download-colour {
  color: white;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}
.hire-colour {
  color: white;
  background-color: #D9534F;
  border-color: #D43F3A;
}
/*
.noticeboard {
	border: 0;
	li {
		padding: 1rem 0;
		margin: 0;
		border-top: 1px dotted #AAA;
	}
}
*/
.feedbackBtn {
  margin-top: 0;
  font-size: 1rem;
  color: white;
  background-color: #5CB85C;
  border-color: #4CAE4C;
  /*border-style:solid; 
	border-width:1pt; 
	border-color:red; 
	padding-left: 15px; */
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  /*padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857; */
  border-radius: 4px;
  -moz-user-select: none;
  overflow: visible;
  text-decoration: none;
}
.feedbackBtn a {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.feedbackRaised {
  position: absolute;
  right: 20px;
  top: 45px;
  /* width:300px !important;*/
  z-index: 20;
}
.feedbackLow {
  position: fixed;
  right: 2rem;
  bottom: 0;
  width: 200px !important;
  z-index: 20;
  border: 1px solid;
  border-color: #144d87;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.feedbackLowForm {
  background-color: #f9edbe;
  opacity: 1;
}
.feedbackForm {
  /* display:none; */
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #F9EDBE;
  /* background: none repeat scroll 0% 0% #F9EDBE; */
  /* border: 3px solid transparent;
   /* border-color: #F9EDBE;  */
  /* border-radius: 3px; */
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); */
}
.feedbackBackground {
  /* display:none; */
  position: relative;
  right: 0;
  background-color: #F9EDBE;
  /* background: none repeat scroll 0% 0% #F9EDBE; */
  border: 3px solid transparent;
  border-color: #F9EDBE;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.feedbackHeader {
  /*display: inline-block;*/
  width: 100%;
  /* margin-top: 0;*/
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  background-color: #1a66b4;
  /* border: 1px solid transparent; */
  /* margin-bottom: 0;*/
  /* vertical-align: middle;*/
  /* cursor: pointer;*/
  /* white-space: nowrap;*/
  /* border-top-left-radius: 4px;*/
  /* border-top-right-radius: 4px; */
  /* -moz-user-select: none;*/
  /* padding: 6px 12px;
	/* line-height: 1.42857; */
  /* border-radius: 4px; */
  /* overflow: visible;*/
  /* background-image: none;*/
  /* text-align: center;*/
  /* text-decoration: none; */
}
.feedbackSend {
  text-align: right;
  padding: 0rem 1rem 1rem 1rem;
}
.feedbackSentMsg {
  color: #1a66b4;
  font-size: small;
  font-weight: normal;
  margin-right: 1rem;
}
.feedbackEmailMsg {
  color: #1a66b4;
  font-size: x-small;
}
.uc_add_link_Btn {
  /*
	margin-top: 0;
	font-size:1rem;
	color: white;
    background-color: #5CB85C;
    border-color: #4CAE4C;
	
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	border-radius: 4px;
	-moz-user-select: none;
	overflow: visible;
	text-decoration: none;
	*/
}
.uc_add_link_Btn a {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.uc_add_link_Raised {
  position: absolute;
  right: 2rem;
  z-index: 20;
}
.uc_add_link_Background {
  /* display:none; */
  position: relative;
  right: 0;
  background-color: #F9EDBE;
  /* background: none repeat scroll 0% 0% #F9EDBE; */
  border: 3px solid transparent;
  border-color: #F9EDBE;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.sort-menu li a {
  color: white;
  font-weight: bold;
}
.sort-menu li a a:link,
.sort-menu li a a:visited,
.sort-menu li a a:hover,
.sort-menu li a a:active {
  color: white;
}
.top-menu li a {
  color: black;
  font-weight: bold;
}
.noFeedbackBtn {
  background: none!important;
  border: none;
  padding: 0!important;
  /* border-bottom:1px solid #444; */
  cursor: pointer;
}
.uc_link {
  line-height: 2.40rem;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  line-height: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #333333;
}
input.gsc-search-button {
  /* background-color:white;*/
  /* box-sizing: content-box;*/
  /* line-height: normal;*/
  box-sizing: content-box;
  border-color: grey;
  color: black;
}
/*make google search results tabs appear correctly */
.gsc-tabsArea div {
  /*By default, Google custom search CSS sets it as AUTO, which shows scroll bars*/
  overflow: visible;
}
.projtag {
  /* display: inline-block; */
  vertical-align: middle;
  box-sizing: content-box;
  max-width: 10em;
  font-family: verdana, sans-serif;
  font-size: x-small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1rem;
  padding: 2px;
  background: none repeat scroll 0% 0% #F5F5F5;
  color: #555;
  border: 1px solid #DDD;
  border-radius: 2px;
}
.article-tag {
  /* display: inline-block; */
  vertical-align: middle;
  box-sizing: content-box;
  max-width: 10em;
  font-family: verdana, sans-serif;
  font-size: x-small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1rem;
  padding: 2px;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 1rem;
  background: none repeat scroll 0% 0% #F5F5F5;
  color: #555;
}
.vw {
  margin-bottom: 1rem;
  position: relative;
  /* padding: 2rem; */
  /* border-top: 5px solid #DFDFDF; */
  /* margin: 12px 8px 12px 50px;*/
  /* line-height: 12px; */
  overflow: hidden;
  /* background: white; */
}
.vwtitle {
  color: #1a66b4;
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin: 0px 100px 0px 0px;
  /* font-weight: 400; */
  text-decoration: none;
}
.vwtitle a,
.vwtitle a:link,
.vwtitle a:visited,
.vwtitle a:hover,
.vwtitle a:active {
  text-decoration: none;
}
.xhireme {
  display: inline-block;
  list-style-type: none;
  margin-top: 5px;
  vertical-align: bottom;
  /* white-space: nowrap; */
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
}
.xhireme li,
.xhireme li a {
  display: inline-block;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.xhireme label {
  display: block;
  color: red;
}
.vwtagline {
  display: inline-block;
  list-style-type: none;
  /* margin-top: 5px; */
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0;
  margin: 0 100px 0 0;
  overflow: visible;
  text-decoration: none;
}
.vwtagline li,
.vwtagline li a {
  display: inline-block;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.vwtagline a,
.vwtagline a:link,
.vwtagline a:visited,
.vwtagline a:hover,
.vwtagline a:active {
  text-decoration: none;
}
.vwtoolbar {
  font-weight: bold;
  display: inline-block;
  list-style-type: none;
  /* margin-top: 5px; */
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0;
  margin: 0 100px 0 0;
  overflow: visible;
  text-decoration: none;
}
.vwtoolbar li,
.vwtoolbar li a {
  display: inline-block;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.vwtoolbar a,
.vwtoolbar a:link,
.vwtoolbar a:visited,
.vwtoolbar a:hover,
.vwtoolbar a:active {
  text-decoration: none;
}
.vwauthor {
  color: #1a66b4;
  display: inline-block;
  list-style-type: none;
  /* margin-top: 5px; */
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0;
  margin: 0 100px 0 0;
  overflow: visible;
  text-decoration: none;
}
.vwauthor li,
.vwauthor li a {
  display: inline-block;
  color: #888888;
  margin-right: 1rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.vwauthor a,
.vwauthor a:link,
.vwauthor a:visited,
.vwauthor a:hover,
.vwauthor a:active {
  text-decoration: none;
}
.container1 {
  background: white;
  padding: 1rem;
}
