
body {
	font-size: 15px;
}
.labelft {
	font-size: 12px;
}

.myhome {
	font-size: 18px;
	font-weight: bold;
}

.mytabs {
	font-size: 17px;
	font-weight: 500;
}
footer {
/*  width: 940px;
	
	margin: 0 0 10px 0;
	padding: 10px 20px;*/
	padding: 8px 0 0 0;
	background: #bdbdbd;
	height: 52px;
	color: black;
	border-top: 3px solid #FFD700;
}

/* Errors */

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

.bbutton {
/*  border: 1px solid black;
  color: black;*/
  padding: 0px 8px 0px 8px;
/*  text-align: center;
  text-decoration: none;
  display: inline-block;*/
  margin: 0px 2px 0px 2px;
  cursor: pointer;
}

.notification {
/*  background-color: #555;
  color: white;*/
  text-decoration: none;
/*  padding: 15px 26px;*/
  position: relative;
  display: inline-block;
/*  border-radius: 2px;*/
}

.notification .badger {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 3px 5px 3px 5px;
  border-radius: 50%;
/*  background: red;
  color: white;*/
}

.notification .badgeg {
  position: absolute;
  top: -10px;
  right: 30px;
  padding: 3px 5px 3px 5px;
  border-radius: 50%;
/*  background: red;
  color: white;*/
}

.notification .badgert {
  position: absolute;
  top: 3px;
  right: -8px;
  padding: 3px 5px 3px 5px;
  border-radius: 50%;
/*  background: red;
  color: white;*/
}

.notification .badgegt {
  position: absolute;
  top: 3px;
  right: 50px;
  padding: 3px 5px 3px 5px;
  border-radius: 50%;
/*  background: red;
  color: white;*/
}

.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;
}


/* _position.scss:15 */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
background-color: white;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 1px;
  z-index: 2500;
}

figure {
  	display: block;
	margin:0;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
img.image_resized {
    height: auto;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized img {
    width: 100%;
}
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized > figcaption {
    display: block;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px;
}
/* @ckeditor/ckeditor5-image/theme/image.css */
.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.mytable>tbody>tr>td, .mytable>tbody>tr>th, .mytable>tfoot>tr>td, .mytable>tfoot>tr>th, .mytable>thead>tr>td, .mytable>thead>tr>th {
    padding: 0px;
	border-spacing: 0px;
}

/*.mytable2 {
    padding: 0px 2px 0px 0px;
	border-spacing: 0px;
}

.mytable2 tr {
	padding: 1px;
}
th, td {
 padding: 1px;
}*/

.txtcenter {
  text-align: center;
}
a {
    color: #000000;
	text-decoration: none;
}
.redfont {
  color: #ff0000;
}
.bluefont {
  color: #0074d9;
}
.greenfont {
  color: #198754;
}

.alnright { 
	text-align: right;
}

hr{
/*	width: 200px;*/
	height: 5px;
	background-color: #FFD700;
	color: #FFD700;
}

.accordion-button{
	text-transform: uppercase;
	font-weight: bold;
}

.bg-blue-300 {
	background-color: #7EACFF;
	padding: 0px;
}

input[type='range'] {
  -webkit-appearance: none;
  background-color: #D6EAF8;
  height: 20px;
  overflow: hidden;
  /*width: 375px;*/
  /*margin-top:7px;*/
  box-shadow: 1px 1px 1px #6A6A6A, 0px 0px 1px #787878;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

input[type='range']:hover {
  opacity: 1;
}

input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 20px;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #FFD700;
   background: url('https://jgportal.ca/estimates/img/JRange.png');
  border-radius: 50%;
  box-shadow: -210px 0 0 200px #FFD700;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 0;
}

input[type='range']::-moz-range-thumb {
  background: #FFD700;
  background: url('https://jgportal.ca/estimates/img/JRange.png');
  border-radius: 50%;
  box-shadow: -1010px 0 0 1000px #666;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 0;
}

input[type="range"]::-moz-range-track {
  background-color: #D6EAF8;
  height: 20px;
}
input[type="range"]::-moz-range-progress {
  background-color: #FFD700;
  height: 20px;
}
input[type="range"]::-ms-fill-upper {
  background-color: #D6EAF8;
  height: 20px;	
}
input[type="range"]::-ms-fill-lower {
  background-color: #FFD700;
  height: 20px;
}

.nav-link {
	color:#000000;
}

.nav-link:active {
	color:#888888;
	background-color: #d1d1d1;
}

.nav-pills .nav-link.active {
 	color:#888888;
	background-color: #d1d1d1;
}

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

.dropdown-item {
	padding: 2px;
	font-size: 14px;
}


.navbar {
	min-height: inherit;
	margin-bottom: 0px;
	border-bottom: 2px solid #FFD700;
	background-color: #d1d1d1;
	padding: 1px 8px 1px 8px;
}

.section-padding
{
	padding: 5px 0px;
}



.table-warning {
	background-color:#FCF3CF;
}
.table-danger {
	background-color:#FF5C5C;
}
a {
    color: #000000;
	/*text-decoration: underline;*/
}

.bold
{
    font-weight: bold;
}

@media only screen and (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}