
/* Form Style */
.form-horizontal{
 background: #fff;
 padding-bottom: 40px;
 border-radius: 15px;
 text-align: center;
 padding: 1rem;
 margin-bottom: 2rem;
  margin-top: 2rem;
}
.form-horizontal .heading{
 display: block;
 font-size: 1.5rem;
 font-weight: 700;
 /*padding: 35px 0;*/
 margin-bottom: 30px;
 text-align:center;
}
.form-horizontal .heading img{
	width: 75%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #aaa;
    border-radius: unset !important;
}
.form-horizontal .form-group{
 /*padding: 0 40px;*/
 margin: 0 0 25px 0;
 position: relative;
}
.form-horizontal .form-control{
 background: #f0f0f0;
 border: none;
 border-radius: 20px;
 box-shadow: none;
 padding: 0 20px 0 45px !important;
 height: 40px;
 transition: all 0.3s ease 0s;
 max-height: Calc(100% - 68px)
}
.form-horizontal .form-control:focus{
 background: #e0e0e0;
 box-shadow: none;
 outline: 0 none;
}
.form-horizontal .form-group i{
 position: absolute;
 top: 12px;
 left: 60px;
 font-size: 17px;
 color: #c8c8c8;
 transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{
 color: #00b4ef;
}
.form-horizontal .fa-question-circle{
 display: inline-block;
 position: absolute;
 top: 12px;
 right: 60px;
 font-size: 20px;
 color: #808080;
 transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{
 color: #000;
}
.form-horizontal .main-checkbox{
 float: left;
 width: 20px;
 height: 20px;
 background: #11a3fc;
 border-radius: 50%;
 position: relative;
 margin: 5px 0 0 5px;
 border: 1px solid #11a3fc;
}
.form-horizontal .main-checkbox label{
 width: 20px;
 height: 20px;
 position: absolute;
 top: 0;
 left: 0;
 cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
 content: "";
 width: 10px;
 height: 5px;
 position: absolute;
 top: 5px;
 left: 4px;
 border: 3px solid #fff;
 border-top: none;
 border-right: none;
 background: transparent;
 opacity: 0;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{
 visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
 opacity: 1;
}
.form-horizontal .text{
 float: left;
 margin-left: 7px;
 line-height: 20px;
 padding-top: 5px;
 text-transform: capitalize;
}
.form-horizontal .btn{
 font-size: 14px;
 color: #fff;
 background: #00b4ef;
 border-radius: 30px;
 padding: 10px 25px;
 border: none;
 transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 720px){
.form-horizontal .heading {
  font-size: 1.1rem;
}
.form-horizontal {
  margin-bottom: 2rem;
  margin-top: 2rem;
}


 .form-horizontal .form-group{
 padding: 0 1rem;
 }
 .form-horizontal .form-group i{
 left: 45px;
 }
 .form-horizontal .btn{
 padding: 10px 20px;
 }
}
.fancybox-slide--iframe .fancybox-content{
	width: 100%;
    max-width: 850px;}
	
#insa{
display:none;
}
.fancybox-slide:before {
   /* height: unset;*/
}
.fancybox-slide::before {
  height: 0px !important;
}

.trebs {
     min-width: 320px;
     max-width: 100% !important;
     padding: 0;
	 margin:0;
     box-sizing: border-box;
}
.trebs table {
    border-collapse: collapse;
    width: Calc(100% - var(--bs-gutter-x,.9rem)*2);
    margin: 0;
}
.trebs table td, table th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}
.trebs  table th {
	 text-align: center;
 }
.trebs table tr{
	cursor:pointer;
}
.trebs table tr:nth-child(even){
    background-color: #f0f4c3
}
.trebs table caption { 
  caption-side: top;
  font-weight:700;
  font-size:1.2rem;
}
@media (max-width: 720px) {
	.trebs table thead {
		display: none;
	}
	.trebs table tr {
		 display: block;    
		 border-bottom: 3px solid #aaa;
	}
	.trebs table td {
		 display: flex;
		 justify-content: space-between;
		 font-size: 12px;
	}
	.trebs table td::before {
		 content: attr(data-label);
		 font-weight: bold;
		 margin-right: 13px;
	}
	#insa{
		 font-size: 11px;
		
	}
}

/*=========================================*/

#radioform span{
	font-size:1.5rem;	
}
.circle {
    border: 2px solid #545556;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    transition: border-color 300ms;
    width: 20px;
}
.hidden {
    display: none;
}
.entry {
    height: 25px;
    position: absolute;
    width: 160px;
}
.entry-label {
    cursor: pointer;
    margin-top: -3px;
    padding-left: 40px;
    user-select: none;
    -moz-user-select: none;
}
.left{
	text-align:left;
	margin-left:3rem !important;
}

#radioform input[type="text"]{
	border:1px solid #aaa;
	padding: 4px 6px;
}
#trebs_table{
	font-size:.8rem;
}
.hd{
	display:none !important;
}
iframe #F10{
	width:90%;
	height:200px;
	border:1px solid #aaa;
	display:block;
}
.ImgDiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #aaa;
    border-bottom: solid 4px #8f0418;
}
.ImgDiv::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.ImgDiv img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
	border-radius:unset !important;
	border-bottom:unset;
}
#favorites .card-header{
	border-bottom:unset !important;
}
#favorites .card-body {
    padding: 0 1rem 1rem;
}
#favorites .favorites.favok {
    background: url('/www/pics/favok.png');
    background-size: cover;
}
#favorites .favorites {
    position: absolute;
    top: 13px;
    right: 17px;
    width: 24px;
    height: 24px;
    z-index: 999;
    cursor: pointer;
    background: url('/www/pics/fav.png');
    background-size: cover;
}
#favorites .card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0 !important;
	box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}
#fav{
	background-color: #F5F7FA;
}
#hramslist img{
	width:32px;
	height:32px;
	margin: 0 auto;
}
#hramslist tr td{
	padding:4px 6px;
	border:#aaa solid 1px;
}
#hramslist tr{
	cursor:pointer;
}
#hramslist tr .tr0{
	font-size: larger;
	font-weight: 700;
	text-align:center;
	cursor:default;
}
.modal-footer .btn {
    padding: 6px 8px;
    border-radius: 4px;
	margin-bottom:1rem;
}
#favorites .card .card-footer{
	text-align:right;
	padding-right:1rem;
}
#letters table{
	width:100%;
	border:none;
}

#letters tr td{
	padding: 15px;
    vertical-align: top;
}
#letters input[type="checkbox"]{
	width: 3rem;
	height:2rem;
	margin: 0 auto;
}
#letters .form-switch {
    padding-left: 0;
}
#letters label {
    padding-left: 0;
}

#letters  table tr:nth-child(odd){
    background-color: #efefef
}
#letters  table tr td:nth-child(2){
    width: 4rem;
}

#popup1{
	display:none;
	background-color: #fff;
	width:fit-content;;
	height:fit-content;;
	z-index:100;
}
#submit_result{
    position:fixed;
    top: 50%;
    left: 35%;
}
#submit_result img{
	width:unset;
}
.b-popup .b-popup-content{
    padding: 40px;
    background-color: #f1ebeb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    font-size: larger;
}
#rep{display:none}


table.prop {
    border-collapse: collapse;
    width: Calc(100% - var(--bs-gutter-x,.9rem)*2);
    margin: 0 2% 2rem 2%;
}
table.prop tr td, table.prope tr th {
    padding: 10px;
    border: 1px solid #cbbdbd;
	text-align: left;
}
 
table.prop tr:nth-child(3){
	 text-align: center;
}
table.prop a{
	color:#0d6efd;
	font-weight:700;
	text-decoration: underline;
}
button {
    background-color: #eee;
    border-color: #aaa;
    border-width: thin;
    border-radius: 8%;
}
.fancybox-content{
height: inherit !important;
}
.prop_btn{
	margin: 0 1rem;
	float:right
}
#event{
	border-radius: 0;
    padding: 5px 10px !important;
	height:100px;
	border:1px solid #aaa;
}