/* Switch Flat
==========================*/
.toggle-class {
	border-radius: 10px;
	background: #b7c9bf;
	padding: 20px;
}
.toggle-class2 {
	border-radius: 2px;
	background: #b7c9bf;
	padding: 5px;
}

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-flat .switch-label:after {
	color: #0088cc;
}
.switch-flat .switch-handle {
	top: 6px;
	left: 6px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-flat .switch-handle:before {
	background: #eceeef;
}
.switch-flat .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-flat .switch-input:checked ~ .switch-handle {
	left: 72px;
	background: #0088cc;
	box-shadow: none;
}

/* VISIBILITY */

.bg {
  /* The image used */
  background-image: url("/images/bg-frontpage.jpg");

  /* Full height */
  height: 100%; 
  padding: 0px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bgfoot {
  /* The image used */

  /* Full height */
  height: 100%; 
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}
.container-user {
  border-radius: 0px;
  margin: auto;
  height: auto;
  width: auto;
  padding: 20px;
  border: 1px solid #777777;
  overflow: hidden;
  background-color:rgba(75, 120, 144, 0.75	);
  background-image:
    linear-gradient(rgba(255,255,255,.2) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.1) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#right-container { 
	height: 100%;
}

.container-user-inner {
  border-radius: 5px;
  background: #D5DED9;
  border: 1px solid #777777;
  margin: 0 auto;

  padding: 25px;
  height: auto;
  overflow:auto;
}

.candidates-table {
	overflow-y:auto; 
	min-height: 700px;
	padding: 15px;
	
}

.container-candidate {
  border-radius: 0px;
  margin: auto;
  height: auto;
  width: auto;
  padding: 20px;
  border: 1px solid #777777;
  overflow: hidden;
  background-color:rgba(75, 120, 144, 0.75	);
  background-image:
    linear-gradient(rgba(255,255,255,.2) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.1) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  
}

.container-login {
  border-radius: 0px;
  
  text-align: center;
  
  margin: auto;
  border: 1px solid #aaaaaa;
  padding: 100px;
  
  background-color:rgba(75, 120, 144, 0.75	);
  background-image:
    linear-gradient(rgba(255,255,255,.2) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.1) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.container-login-inner {
	background-color: #D5DED9;
	text-align: center;
	padding: 60px;
	padding-left:100px;
	padding-right:100px;
	max-width: 450px;
	display: inline-block;
	
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 5px;
  text-align: center;
}

/* Clear floats after image containers */


.container-user .one {
  #text-align: center;
  padding: 10px;
  border: 1px solid #777777;
  border-radius: 15px;
  margin: 0 auto;
  float: right;
  width: 50%;
  height: auto;
  background: #D9CEB2;

}


.container-user .two {
  #text-align: center;
  padding: 10px;
  border-radius: 15px;
  margin: 0 auto;
  float: right;
  width: 50%;
  height: auto;
  background: #D9CEB2;
  border: 1px solid #777777;

}

.container-user .admin {
  #text-align: center;
  padding: 10px;
  border-radius: 15px;
  margin: 0 auto;
  #float: right;
  width: 50%;
  height: auto;
  background: #D9CEB2;
  border: 1px solid #777777;
}


.table-wrapper-scroll-y {
  display: block;
  max-height: 85%;
  overflow-y: auto;
  text-overflow: ellipsis;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.jumbotron-candidate {
  text-align: left;
  border-radius: 15px;
  background-color: #D5DED9;
  border: 1px solid #777777;
  padding: 10px;

}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;

}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.traffic-light {
  display: flex;
  justify-content : space-between;
}
.traffic-light > div {
  flex: 1; /*grow*/
}

.jumbotron-candidate .btn {
  font-size: 21px;
  padding: 14px 24px;
  display: block; margin: 0 auto;

}

.jumbotron-dark {
  text-align: center;
  background-color: #777777;
  border-bottom: 1px solid #e5e5e5;
 
}

.jumbotron-login {
  padding: 50px 24px;
  text-align: center;
  border: 1px solid #aaaaaa;
  background: #D5DED9;

}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 1060px;
  }
  .container-dark {
    max-width: 1060px;
    background: #737373;
  }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

}

th { padding-top: 6px; }
