

.bselect  {
		font-size: 18px;		
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
}
.rbutton  {
		font-size: 18px;
		outline: none;
		color: white;
		padding: 15px 15px;
		background-color: red;
		font-family: inherit;
		margin: 0;
}
.bbutton  {
		font-size: 18px;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: #2222aa;
		font-family: inherit;
		margin: 0;
}

.navbar {
		overflow: hidden;
		background-color: #2222aa;
		font-family: Arial, Helvetica, sans-serif;
}
.navbar a {
		float: left;
		font-size: 18px;
		color: white;
		text-align: center;
		padding: 15px 15px;
		text-decoration: none;
}
.dropdown {
		float: left;
		overflow: hidden;
}
.dropdown .dropbtn  {
		font-size: 18px;		
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
		background-color: #2222ff;
		color: white;
}

.dropdown-content {
		display: none;
		position: absolute;
		background-color: #fff;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(1,1,1,0.2);
		z-index: 1;
}
.dropdown-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
}
.dropdown-content a:hover {
		background-color: #fff;
		color: white;
}
.dropdown:hover .dropdown-content {
		display: block;
}
.dropdownl2 {
		float: Left;
		overflow: hidden;
}
.dropdownl2 .dropbtnl2  {
		font-size: 18px;		
		border: none;
		position: absolute;
		outline: none;
		min-width:100px;
		color: white;
		padding: 10px 16px;
		background-color: #22A;
		font-family: inherit;
		margin: 0;
}
.navbar a:hover, .dropdownl2:hover .dropbtnl2 {
		background-color: #2222FF;
}

.dropdownl2-content {
		display: none;
		position: absolute;
		background-color: #E6E6FA;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(1,1,1,0.2);
		z-index: 1;
}
.dropdownl2-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
}
.dropdownl2-content a:hover {
		background-color: #ddd;
}
.dropdownl2:hover .dropdownl2-content {
		display: block;
}



.form-group {
  margin-bottom: 1%;
  vertical-align: center;
  text-align:left;
    
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid dimgray;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ad7;
  border-color: #2e6da4;
  width:100%;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* Include the padding and border in an element's total width and height */
	* {
		box-sizing: border-box;
	}

/* Remove margins and padding from the list */
	ul {
	margin: 0;
	padding: 0;
	}
	ul li:first-child {
		color: #333;
		
		font-weight: 900;
	}


/* Style the list items */
	ul li {
	cursor: pointer;
	position: relative;
	padding: 12px 8px 12px 20px;
	list-style-type: none;
	background: #eee;
	font-size: 18px;
	width: 100%; 
	transition: 0.2s;
/* make the list items unselectable */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	
	

/* Set all odd list items to a different color (zebra-stripes) */
	ul li:nth-child(odd) {
	background: #f9f9f9;
	}


/* Darker background-color on hover */
	ul li:hover , ul lh:hover{
	background: #ddd;
	}

/* When clicked on, add a background color and strike out text */
	ul li.checked {
	background: #888;
	color: #fff;
	text-decoration: line-through;
	}

/* Add a "checked" mark when clicked on */
	ul li.checked::before {
	content: '';
	position: absolute;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	top: 10px;
	left: 16px;
	transform: rotate(45deg);
	height: 15px;
	width: 7px;
	}
/* Style the start button */
	.start {
	position: absolute;
	background-color: #14a336;
	right: 5%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

.start:hover {
	background-color: #14f336;
	color: white;
	}
.start:nth-child(odd){
	background-color: #64a336;
}
/* Style the sp-t10 button */
	.sp-t10 {
	position: absolute;
	left: 10%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	/* Style the sp-t05 button */
	.sp-t05 {
	position: absolute;
	left: 5%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

/* Style the sp-t15 button */
	.sp-t15 {
	position: absolute;
	left: 15%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	
/* Style the sp-t20 button */
	.sp-t20 {
	position: absolute;
	left: 20%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

/* Style the sp-t25 button */
	.sp-t25 {
	position: absolute;
	left: 25%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

/* Style the sp-t30 button */
	.sp-t30 {
	position: absolute;
	left: 30%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	/* Style the sp-t30 button */
	.sp-t30-red {
	position: absolute;
	left: 30%;
	color:red;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	
/* Style the sp-t35 button */
	.sp-t35 {
	position: absolute;
	left: 35%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	/* Style the sp-t40 button */
	.sp-t40 {
	position: absolute;
	left: 40%;
	
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	
/* Style the sp-t45 button */
	.sp-t45 {
	position: absolute;
	left: 45%;
	
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	/* Style the sp-t50 button */
	.sp-t50 {
	position: absolute;
	left: 50%;
	
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	
/* Style the sp-t55 button */
	.sp-t55 {
	position: absolute;
	right: 40%;
	
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
	/* Style the sp-t60 button */
	.sp-t60 {
	position: absolute;
	left: 60%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}
/* Style the view button */
	.view {
	position: absolute;
	background-color: #14a3a6;
	right: 10%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

	.view:hover {
	background-color: #14f3f6;
	color: white;
	}

/* Style the comp button */
	.Comp {
	position: absolute;
	background-color: #ffa3a6;
	right: 15%;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

	.Comp:hover {
	background-color: #14f3f6;
	color: white;
	}
	
/* Style the close button */
	.close {
	position: absolute;
	right: 0;
	top: 2px;
	padding: 10px 14px 10px 14px;
	}

	.close:hover {
	background-color: #f44336;
	color: white;
	}

/* Style the header */
.header {
 background-color: #3433a6;
 padding: 15px 15px;
 color: white;
 text-align: left;
}

/* Clear floats after the header */
.header:after {
 content: "";
 display: table;
 clear: both;
}


/* Style the input */
input {
 margin: 0;
 border: 1px solid #01f1f1;
 border-radius: 0;
 width: 10%;
 padding: 1px;
 float: left;
 font-size: 12px;
}
/* Style the "Add" button */
.addBtn {
 padding: 10px;
 width: 25%;
 background: #d9d9d9;
 color: #555;
 float: left;
 text-align: center;
 font-size: 16px;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 0;
}


.addBtn:hover {
 background-color: #bbb;
}
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
}
.form-popup-mi {
	display: none;
	position: absolute;
	bottom: 30%;
	left: 30%;
	width:30%;
	border: 3px solid #111111;
	z-index: 15;
}
.form-popup-lo {
	display: none;
	position: absolute;
	bottom: 2%;
	left: 2%;
	width:20%;
	border: 3px solid #111111;
	z-index: 15;
}
.form-popup-ro {
	display: none;
	position: absolute;
	bottom: 2%;
	right: 2%;
	width:20%;
	border: 3px solid #111111;
	z-index: 15;
}
.form-mid {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 30%;
	top: 30%;
	left: 30%;
	padding-left:0%;
	padding-right:0%;
	border: 1px solid #f1f1f1;
	z-index: 9;
}
.form-norm {
	display: block;
	position: fixed;
	bottom: 30%;
	left: 30%;
	width:30%;
	border: 3px solid #414141;
	z-index: 9;
}
/* Add styles to the form container */
.form-container {
	
	padding: 10px;
	margin: 10px 10px 10px 10px;
	background-color: white;
}

/* Full-width input fields */
.form-container select, .form-container input[type=text], .form-container input[type=password] {
	width: 48%;
	padding: 15px;
	margin: 5px 5px 22px 5px;
	border: none;
	background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #4CAF50;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom:10px;
	opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}
.form-container .closebtn {
	background-color: dimgray;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}
/* custom slider */
.slidecontainer {
  width:100%;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height:60px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	margin-bottom:10px;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 4px;
}

.slider:hover {
	opacity: 2;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 50px;
	padding: 5px;
	background: #AA0101;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #04AA6D;
	cursor: pointer;
}
