body{
	font-family: arial;
}

a {
	color: green;
}

p {
	padding: 10px;
}

/* Center the spinner container and make it cover the entire viewport */
.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    z-index: 1000; /* Adjust the z-index as needed */
}

/* Define the spinner animation */
.spinner {
    position: absolute;
	left: 50%;
	border: 16px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 16px solid #3498db; /* Change the spinner color as needed */
    width: 150px;
    height: 150px;
	margin: -76px 0 0 -76px;
    animation: spin 1s linear infinite;
}
.spinner2 {
    position: absolute;
	left: 50%;
	top: 50%;
	border: 16px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 16px solid #3498db; /* Change the spinner color as needed */
    width: 150px;
    height: 150px;
	margin: -76px 0 0 -76px;
    animation: spin 1s linear infinite;
}

/* Keyframes animation for the spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  .centerpopupmsg {
	color: white; /* Text color */
	background: #ff5733; /* Background color */
	padding: 10px;
	border: 2px solid #ff5733; /* Border color */
	width: 70%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	z-index: 200;
	position: absolute;
	top: 45%;
	left: 15%;
	margin-right: -25%;
	margin-bottom: -25%;
  }

.secondary {
	 background: white;
	 color: red;
}

#special {
	 background: red;
	 color: white;
}

.darkBG{
	background: #999;
}
.darkerBG{
	background: #666;
}
.darkestBG{
	background: #333;
}

.form-control {
	padding: 0px 4px 0px 4px!important;
	margin: 0px!important;
}
.form-group{
	padding: 0px 4px 2px 4px!important;
	margin: 0px!important;
}
.panel-body{
	padding: 2px!important;
	margin: 0px!important;
}
.panel-heading-custom{
	padding: 5px!important;
	margin: 0px!important;
	background-image: none!important;
    background-color: #123196a4!important;
    color: white!important;
	border-color:#000000

}
.panel-custom{
	margin:  0px 0px 0px 0px!important;
	padding-bottom: 2px!important;
	border-color:#000000!important;
	border-radius: 10px;
}
.well{
	padding:  10px!important;
	padding-left: 20px!important;
	margin: 5px 5px 5px 5px!important;
}
.myinput input[type="text"] {
   height: 10px!important;
   font-size: 10px!important;
   line-height: 10px!important;
}

#loadingover {
	  background: black;
	  z-index: 199;
	  width: 22%;
	  height: 7%;
	  position: fixed;
	  top: 49%;
	  left: 37%;
	  margin-right: -25%;
	  margin-bottom: -25%;
	  
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	  filter: opacity(80%);
	  -khtml-opacity: 0.8;
	  opacity: 0.8;
}
.equal{  
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    }

.panel {
    width: 100%;
	height: 100%;
}

/* 30px gutter */
.gutter-30.row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

/*  20px gutter */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
/* 10px gutter  */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
/* 0px gutter	*/
.gutter-0.row {
  margin-right: 0px;
  margin-left: 0px;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 10px;
  padding-left: 10px;
}
/* 1px gutter	*/
.gutter1.row {
  margin-right: 1px;
  margin-left: 1px;
}
.gutter1 > [class^="col-"], .gutter1 > [class^=" col-"]{
  padding-right: 1px;
  padding-left: 1px;
}
.btn-xl {
    padding: 10px 20px !important;
    font-size: 30px !important;
    border-radius: 10px !important;
}
.btn-avail{
	background: #007fb2 !important;
}

.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
.nomargin{
	margin: 0px!important;
	padding: 5px!important;
}
.panel.disabled .panel-body {
    position: relative;
}
.panel.disabled .panel-body :after,
.panel.disabled .panel-disabled {
    display:block;
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
}
.scale75 {
	-ms-zoom: 0.75 !important;
	-moz-transform: scale(0.75) !important;
	-moz-transform-origin: 0 0 !important;
	-o-transform: scale(0.75) !important;
	-o-transform-origin: 0 0 !important;
	-webkit-transform: scale(0.75) !important;
	-webkit-transform-origin: 0 0 !important;
	transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
}
@media screen and (max-width: 1200px){
#rc-imageselect,.g-recaptcha{
	transform:scale(0.77) !important;
	-webkit-transform:scale(0.77) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;}
}
@media screen and (max-width: 1050px){
#rc-imageselect,.g-recaptcha{
	transform:scale(0.65) !important;
	-webkit-transform:scale(0.65) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;}
}
@media screen and (max-width: 900px){
#rc-imageselect,.g-recaptcha{
	transform:scale(0.55) !important;
	-webkit-transform:scale(0.55) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;}
}
@media screen and (max-width: 768px){
#rc-imageselect,.g-recaptcha{
	transform:scale(0.85) !important;
	-webkit-transform:scale(0.85) !important;
	transform-origin:0 0 !important;
	-webkit-transform-origin:0 0 !important;}
}
 
input[type="checkbox"] {
	vertical-align: middle;
}
.no-border {
	border: 0;
	box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.image-container {
    text-align: center; /* Center the content horizontally */
}

.image-container img {
    max-width: 100%; /* Make the image responsive: it won't grow larger than its original size */
    height: auto; /* Keep the image's aspect ratio */
}

@media (max-width: 370px) {
    .modal-content {
        width: 98%; /* Increase width on smaller screens for better readability */
    }
}

/* Optional: Helps with the initial rendering of the modal */
.modal-dialog {
    position: relative;
    overflow-y: scroll;    
    overflow-x: auto;
    width: 98%;
	margin: 2px; 
	height: auto;
}

  .modal-alert {
    color: white; /* Text color */
	background: #ff5733; /* Background color */
	padding: 10px;
	border: 2px solid #ff5733; /* Border color */
  }

  .modal-dialog.top-modal {
    top: 0 !important; /* Position the modal at the top */
    transform: none; /* Reset any transformations applied by Bootstrap */
}