body {
    font-family: "Times New Roman", Times, serif;
    line-height: 1.42857;
 }

p {
    text-align: justify;
    text-justify: inter-word;
}

h1 {
    display: block;
    font-size: 2em;
    margin: 0;
}

.in-right {
 float: right;
}

.form-padding {
    padding: 5px 15px 5px 5px;
}

.cursor-default {
    cursor: default;
}
.header img, .footer img {
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    opacity: 0.5;
    background-size: cover;
}

.logo img {
    opacity: 1;
}

.header.fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.dropdown-item {
    padding: .25rem .5rem !important;
}

.logo-text {
    text-decoration: none;
    color:green !important;
}
.logo-text:hover {
    text-decoration: none;
    color:red !important;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  padding: 2px;
  transition: transform .2s;
  border-style: solid;
  border-color: rgba(255, 0, 0, 0.5);
}

.head-text {
    text-shadow: 2px 2px 2px #000;
}

xmp {
    white-space:pre-wrap;
    word-wrap:break-word;
}

/*start sidebar list menus*/
.list-group-item {
    padding: 0.50rem 0.9rem !important;
}

.left-bar-menu {
    padding: 0px 0px 0px 0px;
}

.right-bar-menu {
    padding: 0px 0px 0px 0px;
}

.main-content {
    padding: 0px 0px;
}
/*end sidebar list menus*/

/*start top trip*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: rgba(0, 235, 255, 0.28);
}

.back-to-top:hover {
    background-color: rgba(0, 235, 255, 1);
}
/*end top trip*/

/*start home page card images*/

.gallery-block-text{
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold;
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
  text-align: center;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px;
}

.gallery-block.cards-gallery a {
  color: #212529;
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none;
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
}

.gallery-block .transform-on-hover:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0px 10px 10px rgba(255, 0, 0, 0.5) !important;
}

.transform-on-hover-menu:hover {
  transform: translateY(-5px) scale(1);
  box-shadow: 2px 2px 2px 2px rgba(255, 0, 0, 0.5) !important;
}

/*end home page card images*/


/*start search bar*/
#result {
    position: absolute;
    /*width: 100%;*/
    /*max-width:870px;*/
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 11;
}
.link-class:hover{
    background-color:#f1f1f1;
}
/*end search bar*/


@media screen and (max-width: 500px){
    #windowSize {
        display: none;
    }
}


/*end small table*/

/*tooltrip*/
.tooltip1 {
    display:inline-block;
    position:relative;
}

.tooltip1 .left1 {
    top:50%;
    right:100%;
    margin-right:10px;
    transform:translate(0, -50%);
    padding:5px;
    /*color:#666666;*/
    /*background-color:#FFFFE0;*/
    /*font-weight:normal;*/
    /*font-size:13px;*/
    border-radius:8px;
    position:absolute;
    z-index:100;
    box-sizing:border-box;
    display:none;
    border:1px solid #DCA;
}

.tooltip1:hover .left1 {
    display:block;
}


/* audio icon */
.audio:focus,.audio:hover{
    cursor: pointer;
    background:yellow;
}
.audio-icon {
    cursor: pointer;
    position: fixed;
    display: none;
    width: 100%;
    height: 55px;
}


.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
  	position:relative;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
    z-index: 20;
}

.img-hover:hover:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:30px;
    height:30px;
}

.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%);
}


.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%);
}

.bg-win {
    background-color: rgba(0, 255, 0, 0.1);
}
.bg-lose {
    background-color: rgba(255, 0, 0, 0.1);
}
.bg-draw {
    background-color: rgba(0, 255, 255, 0.1);
}
.bg-play {
    background-color: rgba(255, 255, 0, 0.1);
}


.wrapper{
  display: inline-flex;
  background: #fff;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 2px 2px 10px red;
}
.wrapper .option{
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: rgba(0, 0, 255, 1);
  background: rgba(0, 0, 255, 0.2);
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}


.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.img-centered {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.size-item {
    background-color: rgba(255, 0, 0, 0.5) !important;
    font-size: 20px;
}

.size-item:hover {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.red-border {
    border-style: solid;
    border-width: 10px;
    border-color: red;
}

.blue-border {
    border-style: solid;
    border-width: 10px;
    border-color: blue;
}

div.disabled
{
  pointer-events: none;
  opacity: 0.5;
}

/* loading bar on refresh button */
.loading-bar-container {
  width: 95%;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.loading-bar {
  width: 100%;
  height: 100%;
  background-color: #3498db;
  animation: loading 1.5s linear infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}