@charset "utf-8";
/* CSS Document */

body {
	font-size: 15px;
}

footer {
/*  width: 940px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 10px 20px;*/
	background: #247086;
	color: white;
	border-top: 3px solid #FF0000;
}

.redtext {
	color: red;
}

.smallstars {
	font-size: 14.5px;
}
.show-read-more .more-text{
        display: none;
}

.typerow {
	padding: 10px 2px;
	border-bottom: 1px solid #DDDDDD;
	margin-right: 3px;
  	margin-left: 3px;
}

i {
	color: #247086;
	font-size: 20px;
}
a {
	color: #247086;
	text-decoration: none;
	font-weight: 600;
}

.verified {
	color: #247086;
	font-weight: bold;
}

.navbar {
	background: #247086;
	color: #D5D5D5;
	min-height: inherit;
	margin-bottom: 0px;
	border-bottom: 3px solid #FF0000;
}


.navbar-nav li.active > a {
	color:#ff0000;
	text-transform: underline;
}

.navbar-nav > .active > .a {
  color: red;
}

/*.nav-link {
	color:#D5D5D5;
}*/

.nav-item {
	text-transform: uppercase;
	padding: 2px;
    font-size: 18px;
	font-weight: 600;
}

.nav-item li.active > a {
 	color:#ff0000;
	text-transform: underline;
}


/* Actions */

/*.actions {
  margin-bottom: 1em;
}
*/

/* Lists */

/*table {
  border-collapse: collapse;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr td {
  border: 1px solid #999999;
}

table.list tr th {
  border: 1px solid #0B61A5;
  background: #0B61A5;
  color: white;
  text-align: left;
}*/

/* Forms */

label {
  font-weight: bold;
}

dl {
/*  clear: both;
  overflow: hidden;*/
  margin: 0;
}

dt {
/*  float: left;
  font-weight: bold;
  width: 175px;*/
	margin: 0;
}

dd {
/*  float: left;
  margin-left: 1em;*/
	margin: 0;
}

#operations {
  clear: both;
  margin: 1em 0 1em 75px;
}

/* Errors */

.errors {
  display: inline-block;
  border: 2px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 1em;
}

.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}

/* Session Messages */

#message {
  color: #0B61A5;
  background: white;
  border: 2px solid #0B61A5;
  padding: 1em 15px;
  margin: 1em 30px;
  width: 890px;
}


/* Pagination */

.pagination {
  margin: 1em 0;
}

.pagination a, .pagination span {
  display: inline-block;
  margin: 0 5px;
}

.pagination span.selected {
  font-weight: bold;
  color: #000;
}

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1.5rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  /*content: '☆';*/
  content: '\2606';
  color: #247086;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
/*  content: '★';*/
  content: '\2605';
  color: #ff0000;
/*  text-shadow: 0 0 1px #333;*/
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  /*content: '☆';*/
  content: '\2606';
  color: #247086;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
/*  content: '★';*/
  content: '\2605';
  color: #ff0000;
  text-shadow: 0 0 2px #333;
}

/*:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}

body {
  background: #333;
  color: #888;
}
*/
fieldset {
  border: 0;
/*  background: #222;
  width: 5em;
  border-radius: 1px;
  padding: 1em 1.5em 0.9em;
  margin: 1em auto;*/
}

#log {
  margin: 1em auto;
  width: 5em;
  /*text-align: center;*/
  background: transparent;
}
