/*  body{
    min-width:100px;        // Suppose you want minimum width of 1000px 
    width: auto !important;  // Firefox will set width as auto 
    width:800px;            // As IE6 ignores !important it will set width as 1000px;
  }
*/
body {
  /* font-family: serif !important; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

audio {
  display: none !important;
}

/* scroll bar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* scroll bar */

.main-container {
  background-color: #F1DBC7;
  /* background-color: #f5fafc; */
  /* background-color: #cab9b0; */
  width: 75%;
  /* min-width: 980px; */
  min-width: 1400px;
  height: 100%;
  min-height: 1500px;
  border-radius: 10px 10px 10px 10px;
  /* min-height: 900px; */
}

.title-container {
  padding: 0px;
  margin-top: 0px;
  font-size: 10px;
  min-height: 250px;
  margin-bottom: 10px;
  /* background-image: url(http://www.sripadasrivallabhamahasamsthanam.com/css/images/srigurudatta_top.jpg); */
  background-size: 100% 100%;
  /* fits the image to the size of the div */
}

.header-container {
  /* padding: 15px; */
  font-size: 18px;
  min-height: 300px;
  background: #dbdfe5;
  margin-bottom: 10px
}

.body-container {
  padding: 15px;
  font-size: 18px;
  min-height: 600px;
  background: #dbdfe5;
  margin-bottom: 10px;
}

.center-panel-container {
  padding: 15px;
  font-size: 18px;
  min-height: 800px;
  /* background: #dbdfe5; */
  margin-bottom: 10px;
  border-radius: 15px;
  /* background-image: url("/public/images/body_content_bg.png"); */
  background-image: url("/public/images/imageedit_2_6869570707.png");
  /* background-image: url("/public/images/body_content_bg_2.jpeg"); */
  background-size: 100% 100%;
  /* fits the image to the size of the div */
  background-repeat: no-repeat;
  /* doesn't repeat if parent is of big size*/
  border-color: red;
  border: double;
  overflow-y: auto;
  max-height: 1000px;
}

.left-panel-container {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  min-height: 400px;
  background: #dbdfe5;
  padding: 15px;
  margin-bottom: 10px;
  background-image: linear-gradient(red, #f06d06);
  /* background-image: linear-gradient(
    #00688b, #6ca1c9
  ); */
  /* background-image: linear-gradient(
    #FF995E, #FFC959
  ); */


  border-radius: 15px;
  /* font-family: 'Roboto', serif !important; */
}

.left-panel-container ul {
  padding: 0px;
  text-decoration: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* margin: 0px; */
}

.left-panel-container li {
  display: inline-block;
  list-style-type: none;
  text-decoration: none;
  margin: 10px 0 0 0;

  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  clear: both;
  display: inline-block;
  text-align: left;
  border-bottom: 1px solid black;
  /* overflow: hidden; */
  /* overflow-wrap: break-word; */
  /* white-space: nowrap; */
}

/* .left-panel-container ul a {
    text-decoration: none;
    padding: 4px;
    border: 1px solid #F2F0F0;
    margin: 2px;
} */

a:link {
  text-decoration: none;
}

.right-panel-container {
  padding: 15px;
  font-size: 18px;
  min-height: 600px;
  /* background: #dbdfe5; */
  margin-bottom: 10px;
  border-radius: 15px;
}

.right-panel-container-photos {
  position: absolute;
  top: 50%;
  height: 45%;
  width: 80%;
  /* background-color: #cc0000; */
}

.right-panel-container-news-events {
  position: absolute;
  height: 45%;
  width: 80%;
  /* background-color: #f06d06; */
  background: url('../images/dattaguru_eye_closed.JPG');
  background-size: 100% 100%;
  /* fits the image to the size of the div */
  background-repeat: no-repeat;
  border-radius: 5px;
}

.footer-container {
  padding: 15px;
  font-size: 18px;
  min-height: 50px;
  background: #dbdfe5;
  margin-bottom: 10px;
  border-radius: 8px;
  width: 100%;
  background-image: linear-gradient(#cc0000, #ff3333);
  /* background-image: linear-gradient(#373737,  #373737); */
}

/* .menu-gradient {
  background-image:
    linear-gradient(
      red, #f06d06
    );
} */

.menu-item a {
  color: white;
  font-weight: bold;
  text-shadow: 3px 3px 3px black;
  transition: transform .2s;
}

.menu-item:hover {
  color: white;
  transform: scale(1.05);
}

.active-class {
  display: block;
}

.inactive-class {
  display: none;
}

.center-panel-header-text {
  text-align: center;
}

h4 {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  font-size: 19px !important;
  font-weight: bold !important;
}

.title-header-left-image {
  position: initial;
  /* background-color: palevioletred; */
  min-height: inherit;
  padding: 0px;
  height: inherit;
  width: 15%;
  background-image: url('/public/images/title-header-left-image.jpg');
  background-size: 100% 100%;
  /* fits the image to the size of the div */
}

.title-header-center-text {
  background-color: #cc0000;
  min-height: inherit;
  font-size: 20px;
  font-weight: 600;
  color: white;
  height: inherit;
  width: 70%;
}

.title-header-right-image {
  /* background-color: green; */
  height: inherit;
  min-height: inherit;
  padding: 0px;
  height: inherit;
  width: 15%;
  background-image: url('/public/images/title-header-right-image.jpg');
  /* background-image: url('/public/images/sadananda-statue.jpeg'); */
  background-size: 100% 100%;
  /* fits the image to the size of the div */
}

.header-container-image {
  background-size: 100% 100%;
  min-height: inherit;
  margin: 0px;
}

.gallery-photo {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

.gallery-photo:hover {
  border: 1px solid #777;
}

.gallery-photo img {
  width: 100%;
  height: auto;
}


/* Style the submit button with a specific background color etc */
/* input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
} */

/* When moving the mouse over the submit button, add a darker green color */
/* input[type=submit]:hover {
  background-color: #45a049;
} */

/* Add a background color and some padding around the form */
.container123 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #5c5252;
  text-align: left;
  padding: 8px;
}

#ashtotthara-list :nth-child(odd),
#table-guru-amruthavani :nth-child(odd) {
  text-align: right;
}

#table-dattatreya-arathi table,
tr,
td {
  border: none;
}

/* img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  /* position: relative; */
  margin: auto;
}

.kshama-prarthane-list {
  width: 80%;
  margin-left: 10%;
}

/* 
.kshama-prarthane-list  .odd :nth-child(odd){
  width: 80%;
}

.kshama-prarthane-list  .even :nth-child(even){
  width: 20%;
} */

.bhajans-and-shlokas-list {
  width: 80%;
  margin-left: 10%;
}

.empty-table-row {
  height: 20px !important;
  /* overwrites any other rules */
  /* background-color: #FFFFFF; */
}

#incarnation-table-list {
  border: 2px solid #5c5252;
  border-radius: 8px;
}

#incarnation-table-list tr td:first-child {
  text-align: right !important;
}

.services-list ol li {
  margin-bottom: 10px;
}


/* For showing gallery images */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

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

/* For showing gallery images */

#slide-show-ashrama {
  /* width:100%; */
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  /* max-height: 100px; */
}

.donation-field-val {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.donation-fields-val {
  width: 60%;
  border-radius: 4px;
}

.donation-submit-btn {
  margin-left: 10%;
  width: 40%;
}

.custom-form .donation-field-names {
  text-align: right;
}


.odd-kshama-prathane {
  margin-left: 15%;
}

.section-separator {
  border: 0;
  height: 3px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.kshama-prarthane {
  margin-top: 50px;
}

.online-neft-rtgs {
  border: 2px solid #5c5252;
  border-radius: 19px;
}

.online-neft-rtgs .neft-rtgs-field-name {
  text-align: right;
  width: 25%;
}

.neft-rtgs-field-value {
  font-weight: bold;
}

.donation-para {
  padding: 10px;
}

.donation-form-section {
  display: none;
}

.donation-btn-section {
  text-align: center;
  margin-top: 20px;
}

#donate-online-btn {
  font-size: 20px;
  margin: auto;
}

.contact-us-section {
  text-align: center;
  margin-top: 50px;
}

.contact-us-section div {
  margin-top: 60px;
  line-height: 1em;
}

.feedback-form-section {
  margin-top: 10%;
}





/* The Modal (background) */
.feedback-modal-body .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.feedback-modal-body .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.feedback-modal-body .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.feedback-modal-body .close:hover,
.feedback-modal-body .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Carousel */
#carousel {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */
.btn-bar {
  max-width: 346px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40px;
  width: 100%;
}

#buttons {
  padding: 0 0 5px 0;
  float: right;
}

#buttons a {
  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  color: #b14943;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px;
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  font-family: sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
  height: 200px;
  font-size: 35px;
  color: #000000;
  font-style: italic;
  text-shadow: .5px 0px #b14943;
}

.quote-marks {
  font-size: 30px;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
  font-style: normal;
  font-size: 20px;
  color: #b14943;
  font-weight: 400;
  height: 30px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}

/* For: Auto-Debit payments checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* For: Auto-Debit payments checkbox */