@charset "utf-8";
/* CSS Document */

.filterGS {
  filter: grayscale(100%);
}

.filterS {
  filter: saturate(800%);
}

.filterHC {
  filter: contrast(200%);
}

	
.blackF {
	color:#000000;	
	}
.whiteBKG {
	background-color: white;	
	}

.blackBKG {
	background-color: #000000;	
	}
	
.yellowF {
	color:yellow;	
	}

.accessibleBtn {
	position: absolute;
  	left: 100px;
  	top: 150px;
}

.whiteF {
	color: #ffffff;
} 

modal {
	z-index: 1000 !important;
}

.elm1 {
	display: inline-block;
    width: 50%;  
	color: black;
    font-weight: 800;
	font-size: large;
	background-color: white;
}

.bigMouse {
	/*cursor: alias;*/
	cursor: url("pics/cursor.png"), auto;
}

.highlinks {
	color: #000000;
	background-color: #00D862;
}

.linksclass {
	color: #000000;
	background-color: #ffffff;
}

.darkclass {
	color: #ffffff;
	background-color: #000000;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;  
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/*.close {
	text-align: left;
	color:red;
	font-weight: bold;
	background-color: white;
}*/

.modal-header {
	background-color: white;
	color:black;
}

.modal-body {
	background-color: white;
	color:black;
}

.modal-title {
	background-color: white;
	color:black;
}

.nagish {
	text-decoration: underline;
	color: #1710BD;
}
/*-------------------sticky button------------------*/

.sticky-container {
  background-color: #06c;
  box-shadow: gray -1px 1px; 
	position: fixed;
	top: 50%;
	left: 0px;
	width: 40px;
	height: auto;
	z-index: 9999;
	margin-top: 24px;
	text-align: center;
}