/*index css start*/
html
{
   overflow-x: hidden;
   
}
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  /*background: linear-gradient(to bottom left, #F6832A 0%, #333399 100%);*/
  background: #187292;
  overflow-x: hidden;
  background-repeat: no-repeat;
  /*overflow-y: hidden;*/
}
#cont1{
  margin-top: 15px;
}
#text_input{
  background-color:#fff;
  border-radius: 4px;
  padding-bottom: 5px;
}
#alert{
  color: red;
  font-weight: 300px;
}

.container{
	vertical-align: middle;
}
.question{
  margin: 20px 0 20px 0;
}
.img-fluid{
  width: 80%;
  max-height: 250px;
  margin-top: 10px;
 

  
}



.text{
  color: #085E83;
  margin-top: 5px;
  font-size: 15px;
}
#word{
  float: right;
}

#story{
  margin-top: 10px;
}                      /*soumen*/

.story-line{
	/*height: 350px;*/
	background-color: white!important;
	border-radius: 20px;
	color: #00000;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
}
.story-line::-webkit-scrollbar{
  width: 5px;
}
.open-button {
  background-color: #04567C;
  color: #fff;
  padding: 12px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: -15px;
  margin-left: 35%;
  bottom: 20px;
  right: 25px;
  width: 170px;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
 
}
.form-container {
  max-width: 550px;
  padding: 10px;
  background-color: #0E6F90;
  border-radius: 4px;
  /*max-height: 400px;*/
}
.form-container .btn {
  background-color: #2E3E5E;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  width: 35%;
  margin-top: 5px;
  margin-bottom:8px;
  font-weight: 600;
  font-size: 16px;
  margin-left: 33%;
}
.form-container .cancel {
  background-color: #2E3E5E;
  width: 1%;
  margin-left: auto;
  height: 7%;
  padding-top: 8px;
  padding-left: 10px;
}
.form-container input[type=text], .form-container input[type=email], .form-container input[type=tel], .form-container input[type=number] {
  width: 100%;
  padding: 8px;
  margin: 2px 0 8px 0;
  border: none;
  background: #f1f1f1;
  border-radius: 4px;
}
#country{
    width: 100%;
  padding: 8px;
  margin: 2px 0 8px 0;
  border: none;
  background: #f1f1f1;
  border-radius: 4px;
}
/*.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}*/
.form-container .form-select{
  width: 100%;
  padding: 10px;
  margin: 3px 0 15px 0;
  border: none;
  background: #f1f1f1;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.label, .form-check-label{
  color: #fff;
}
#terms_conditions{
  color: #fff!important;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 600px){
  .story-line{
    /*width: 335px;*/
  }
  /*#word{*/
  /*  margin-right: -175px;*/
  /*}*/
  .open-button{
    margin-top: 20px;
    margin-left: 50%;
  }
  #cont1{
    padding: 10px 20px;
  }
  .story-line{
    /*margin-left: -13px;*/
  }
  #thank-msg{
    margin-bottom: 60vh;
  }
  #terms_conditions{
  
  font-size: 15px;
}
}

#thank-msg{
  /*text-shadow: 2px 2px #f57328;*/
    color: #085D83;
    padding-top: 10%;
    padding-bottom: 10%;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    /*box-shadow: 3px 3px gray;*/
}
.error{
  float: right;
  color: darkred;
}

 .logo{
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: 100%;
  }
   .navbar-light {
    overflow: hidden;
    text-align: center;
    color: #FF6800 !important;
    background-color: #F0F8FF;
  }
  #contactmodal
  {
    background-color: #FF6800;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #FF6800;
    font-weight: bolder;
    font-size: 18px;
  }

/*index css end*/
/*login css start*/
/*.card{
      height: 400px;
      width: 500px;
      margin-top: auto;
      margin-bottom: auto;
      background-color: #F99643!important;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;
    }
    .login_btn {
      width: 100%;
      background: #2E3E5E!important;
      color: white !important;
    }
    .login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
.option{
  text-align: center;
}
a{
  text-decoration: none;
  color: black;
}
.sel{
  padding: 5px;
  background-color: green;
  text-color: white;
}*/

/*nav menu start*/


 .story-box{
    background-color: #fff;
    padding: 10px;
    color: #187292;
    border-radius: 10px;
    margin-bottom:10px;
  }
  .bottom
  {
    margin-bottom:5px ;
    float: right;
    bottom: 0;
    text-align:right;

  }
  .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.title-heading

{
  color: #FF7600;

}
#tabulka_kariet
{
  color: #fff;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #fff !important;
  }

  input[type="search"]{
    border-radius: 15px !important;
    padding: 10px;
  }

 .paginate_button
 {
  background-color: #fff !important;
 }
 @media screen and (min-width: 600px){
 body{
  height: 100vh;
 }
 
}
@media only screen and (max-width: 600px)
{
.img-fluid{
  width: 150%;
  max-height: 250px;
  margin-top: 10px;
 

  
}
}
