@font-face {
    font-family: "Exo";
    src: url('./Exo.ttf') format('woff');
    font-weight: 500; /* Or the corresponding weight */
    font-style: normal; /* Or the corresponding style */
}
* {
	font-family: "Exo", serif;
	outline: none;
	font-size: 14px;
	scrollbar-width: thin;
}
html, body {
	width: 100%;	
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	position: relative;
}

.jaapi-right {
	position: fixed;
	right: 15px;
	top: 5px;
	width: 70px;
}

.jaapi-left {
	position: fixed;
	left: 15px;
	top: 5px;
	width: 70px;
}

.logo-home {
	width: 320px;
}

.logo-homel {
	width: 220px;
}

.logo-homer {
	width: 220px;
}

.scroll-hide {
	overflow: hidden;
}

.scroll-width-0 {
    overflow-y: scroll;
    scrollbar-width: none;
}
.scroll-width-thin {
    overflow-y: scroll;
    scrollbar-width: thin;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    appearance: textfield;
    -moz-appearance: textfield;
}

.spinner {
  background: #000;
  opacity: .8;
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imageLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin:-50px 0 0 -50px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.hrshort {
	margin-bottom: 15px;
	display:block;
	width: 70px;
	border-bottom: 2px #F00 solid;
}
.hrlong {
	margin-bottom: 15px;
	display:inline-block;
	width: 150px;
	border-bottom: 2px #F00 solid;
}

.row.no-gutters-o {
    margin-left: 0;
    margin-right: 0;
}
  
.row.no-gutters-o [class*='col-']:not(:first-child),
.row.no-gutter-o [class*='col-']:not(:last-child) {
    padding: 2px;
}
  
.row.no-gutters-o [class*='col-']:first-child {
    padding: 2px 2px 2px 2px;
}
  
.row.no-gutter-o [class*='col-']:last-child {
    padding: 2px 0 2px 2px;
}

.row.no-gutters-om {
    margin-left: 0;
    margin-right: 0;
}
  
.row.no-gutters-om [class*='col-']:not(:first-child),
.row.no-gutter-om [class*='col-']:not(:last-child) {
    padding: 7px;
}
  
.row.no-gutters-om [class*='col-']:first-child {
    padding: 7px 7px 7px 0;
}
  
.row.no-gutter-om [class*='col-']:last-child {
    padding: 7px 0 7px 7px;
}


.pointer {
	cursor: pointer;
}

.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {  font-size: 5em;
}
.sliding-panel{
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    margin-right: -100%;
    right: 0;
    top: 60px;
    transition: all .30s ease-out;
}

.sliding-panel-toggle{
    background: #FFFFFF;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 60px;
    transition: all .30s ease-out;
}


.scrolldiv {
	overflow: scroll !important;
	scrollbar-width: none !important;
}

.scrolldiv::-webkit-scrollbar {
  width: 3px;
  background: #999;
}


.modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
}

.modal.show.modal-right .modal-dialog {
  transform: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.hidden {
    display: none;
}

.scrolldiv {
	overflow: scroll !important;
	scrollbar-width: none !important;
}

.scrolldiv::-webkit-scrollbar {
  width: 3px;
  background: #999;
}


.modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
}

.modal.show.modal-right .modal-dialog {
  transform: none;
}

.timerx {
  font-size: 2em !important;
  font-weight: 400;
  color: white;
  text-shadow: 0 0 20px #48c8ff;
}
.timerx div {
  font-size: 20px;
  display: inline-block;
  min-width: 80px;
}
.timerx div span {
  color: #b1cdf1;
  display: block;
  font-size: 0.65em;
  font-weight: 400;
}

input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
  margin-left: 5px;
  margin-right: 4px;
}

.redOutLine {
	border: 1px #F00 solid;
}

.rg-head{
	padding: 5px 25px 5px 15px;
	background: #33488A;
	color: #EAEAEA;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 10px;
	margin-right: 25px;
}

.filerow {
    background: #F6F1F1;
    padding: 10px;
    border-bottom: 2px #FFF solid;
    margin-bottom: 8px;
}

.no-file {
    width: 150px;
    height: 130px;
}

.no-iframe {
    width: 90%;
    height: 250px;
}

@media (min-width: 1220px) { 
	.jaapi-right {
		position: fixed;
		right: 15px;
		top: 180px;
		width: 300px;
	}

	.jaapi-left {
		position: fixed;
		left: 15px;
		top: 180px;
		width: 300px;
	}
	
	.logo-home {
		width: 450px;
	}

}
