body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

.hidden {
  display: none
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */

.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */

.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #17a2b8;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #17a2b8;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.light {
    color:gray;
}

.cnt{opacity:0;filter:alpha(opacity=0);height: 0px;padding: 0px;}


select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/dropdown.ico) right / 20px no-repeat #fff;
        padding-right: 20px;
}

.emphesize{
  text-decoration: underline;
  font-weight: bolder;
  display: inline;
  margin-left: 5px;
  margin-right: 4px;
}

.fundus{
  width:300px;
  height:240px;
  padding: 10px
}

.secondary{
  padding-top: 5px;
  padding-left: 10px;
  color:gray;
  font-size:small;
}



/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: black
}

/* Modal Content (Image) */
.modal_img-content {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 1200px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 95%;
    max-width: 1200px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.img_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #00ff82;
    font-size: 40px;
    font-weight: bold;
    z-index: 100;
    transition: 0.5s;
}

.img_close:hover,
.img_close:focus, .grey_me:hover, .grey_me:focus
{
    color: yellow;
    text-decoration: none;
    cursor: pointer;
}

.grey_me {
    color: lightyellow;
    padding-left: 24px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal_img-content {
        width: 100%;
    }
}



.fundus_container {
   position: relative;
   width: 100%; /* for IE 6 */
   margin: 0 auto;
   display:inline;
   vertical-align: bottom;
}
.fundus_container1 .content {
  display:none;
}

.fundus_container .content {
    transparency:"30%";
    display:block;
    position: absolute; /* Position the background text */
    left:0px;
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 280px; /* Full width */
    padding: 10px; /* Some padding */
    margin: 10px
}

.center {text-align:center}


.grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.nowrp {white-space: pre;}

.multiline {
  white-space: pre-wrap;
}

.ques:hover .qt {
  background: cyan;
}
.imgbox {padding:5px; }

.social-icons {
  margin: 30px auto 0 auto;
}

.social-icons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 10px;
  vertical-align: middle;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}

.social-icons a.twitter { background: url(/images/social/twitter.png) left top no-repeat; }
.social-icons a.linkedin { background: url(/images/social/linkedin.png) left top no-repeat; }
.social-icons a.facebook { background: url(/images/social/facebook.png) left top no-repeat; }
.social-icons a.email { background: url(/images/social/email.png) left top no-repeat; }
.social-icons a.youtube { background: url(/images/social/youtube.png) left top no-repeat; }
