li,
input[type="radio"],
input[type="checkbox"],
td,
th,
h1,
table {
	caret-color: transparent;
}
.table-hover tbody tr td,
.table-hover tbody tr th {
	cursor : pointer;
	background-color : #F0F8FF;
}
.table-hover-nopointer tbody tr td,
.table-hover-nopointer tbody tr th {
	cursor : default !important;
	background-color : #FFF;
}
.table-width-enq-text {
	width : 100px !important;
	word-wrap: break-word;
	
}

.wide-wrapper {
	width : 100%;
	
}
.table-wide {
	width : 100%;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	table-layout: fixed;
	position : relative;
	height: 580px;
}

.table-wide tbody {
  overflow-y: scroll;
  /*height: 600px;*/
}

.table-wide th, .table-wide td{
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
  background-color : #FFF;
}

.fixed01{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  
  z-index:1;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}


.btn {
	white-space: nowrap;
}

.btn-info {
	color : #FFF !important;
}

.date {
	max-width : 200px;
}

.js-link:hover {
	cursor:pointer;
}

.sort-item {
	cursor: pointer;
}
.sort-item:after {
	font-family: "Font Awesome 5 Free";
	content: '\f0dc';
	margin-left : 0.2em;
}

.nav-indicator .step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.nav-indicator .step li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.nav-indicator .step li:last-child{
  padding-right: 1em;
}
.nav-indicator .step li:last-child:before,
.nav-indicator .step li:last-child:after{
  display:none;
}
.nav-indicator .step li:before,
.nav-indicator .step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.nav-indicator .step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.nav-indicator .step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.nav-indicator .step li.is-current{
  background: #47B2E4;
  font-weight: bold;
}
.nav-indicator .step li.is-current:after{
  border-color: transparent transparent transparent #47B2E4;
}

#footer .footer-top .footer-contact h3 img {
	width : 80%;
	min-width : 200px;
	max-width : 300px;
}


.btn-typea {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 5px;
    color: #FFF;
    border : 2px transparent solid;
    background-color : #47B2E4;
}
.btn-typea:hover {
	background-color : #209DD8;
	color : #FFF;
}

.btn-typeb {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 5px 0 20px;
    color: #FFF;
    border : 2px #fff solid;
    width : 14em;
    background-color : #37517E;
}
.btn-typeb:hover {
	background-color : #209DD8;
	border : 2px #47B2E4 solid;
	color : #FFF;
}

.original-badge {
  font-size: 80%;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 0.75em;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.badge-red {
	border: 2px solid #E83E8C !important;
	color: #E83E8C !important;
}

form legend {
	font-size : 1.15em;
	margin-top : 0.25em;
	
}
form small {
	font-size : 0.75em;
}
.color_red {
	color : #F00 !important;
}

form .form-control input[type="text"],
form .form-control input[type="text"]:focus,
form .form-control input[type="text"]:active {
	border : none;
}
form label {
	font-size : 95%;
}

.agreement {
	margin : 30px 0;
	text-align : left;
}