/*start of lang select*/

.slidecontainer {
    width: 30%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  /*width: 100%; /* Full-width */
	width:100px;
	float:right;
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  position: absolute;
    top: 0px;
    left: 0px;
	border-radius: 10px;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background:url(../img/ro.png); /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
  transition: background 1s;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background:url(../img/ro.png);/* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
  transition: background 1s;
}	

.sliders {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  /*width: 100%; /* Full-width */
	width:100px;
	float:right;
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  position: absolute;
    top: 0px;
    left: 0px;
	border-radius: 10px;
}

/* Mouse-over effects */
.sliders:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.sliders::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background:url(../img/en.png);/* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
  transition: background 1s;
}

.sliders::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background:url(../img/en.png); /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
  transition: background 1s;
}	

/* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
	min-height: 80%;
	max-height:81%;
/*	overflow-y:scroll;*/
}

/* The Close Button */
.close {
padding-right: 5px;
    color: white;
    float: right;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 5px;
    background-color: red;
    padding-bottom: 5px;
    border-radius: 3px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.head-info{
max-width: 80%;
    float: left;
}
.shades{
float: right;
}

.modal-head{
    width: calc(100% - 40px);
    margin: 0px;
    background: #33b6f1;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    top: 0px;
    position: absolute;
}
#modalbody{
overflow-y:scroll;
top: 10px;
	padding:0px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#modalbody::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#modalbody {
  -ms-overflow-style: none;
}

.linkage{
	cursor: pointer;
}

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

.type-body{
margin-top:30px;
}

.type-head{
color: #33b6f1;
    font-size: 1.1em;
    font-weight: 700;
}
.noshow{
display:none;
}