html {
	font-family: irs;
	font-size: 16px;
	display: inline-block; 
	text-align: center;
	
	/*line-height: 1.4 ;*/
	
	/*background-color: rgb(102, 153, 153) ;*/
}

/*
		body{
			margin:10;
			padding:10;
			background-color:#b4e6ed;
		}
		.box{
			width:98%;
			padding: 20px 10px 10px 10px;
			background-color:#c8f3fa;
			border:1px solid #ccc;
			border-radius:5px;
		}
*/
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 10px;
  background: #b4e6ed;
}
.box{
	width:98%;

	background-color:#c8f3fa;
	
	border-radius:5px;
}
div {
  margin-top: 10px;

}
/* ----------------- Search ------------------*/

/* ------------------------------------------*/
input {

    background-color:   #d8fd9f   ;
    text-align: center;
    margin: 24px 12px 12px 12px;
    
}
input:hover, textarea:hover {
    background-color:  #9ffdd8 ;
}
        
/* ---------------------- Modal Full-width input fields ------------------*/
input[type=text], input[type=password] {
  width: 100%;

  margin: 4px 0;
  display: inline-block;


}

/* Set a style for all buttons */
.buttonm {
    width: 25%;
    background-color: #00b386;
    color: white;

    margin: 8px 0;
    border: none;
    cursor: pointer;
    border-radius: 0.3em;
  
}

.buttonm:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 5px 9px;
  background-color: #f44336;
}
/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
/*
avatar {
  width: 30%;
  border-radius: 50%;
}
*/
.container {
  padding: 3px;

}
.containerc {
  padding: 2px;
}
.content { 
		padding: 5px;
		margin: auto;
} 

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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/Box */
.modal-content {
  background-color:  #d6f2f3  ;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
.avatar {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation 
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
} 

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}   */

/* Add Animation - Zoom in the Modal */
.animate {
  animation-name: zoom;
  animation-duration: .6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {

  .cancelbtn {
     width: 100%;
  }
}

/*--------------------------------------------
@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') */


/*
@import('https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css')  */

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 90%;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #5366e0;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

/*--------------------------------------- pagination ---------*/
