/*
 * Design by Daniel at www.rockhopper.se
 * Copyright 2018 Rockhopper Consulting HB
 * Licensed under MIT
 *
 */


#block_test{
  pointer-events: none;
}

#iframe_div{
  position:absolute;
  /* border:solid 3px #000; */
  width:850px;
  height:510px;
  left:0px;
  top:220px;
  z-index:99;
}


#block_test{
  pointer-events: none;
}

#play-button {
	background-color: #2ECC71;
}

#play-button:hover {
	background-color: #27AE60;
}

#pause-button {
	background-color: #E67E22;
}
#pause-button:hover {
	background-color: #D35400;
}
#stop-button {
	background-color: #E74C3C;
}
#stop-button:hover {
	background-color: #C0392B;
}
#pause-button,
#stop-button {
	margin-left: px;
}

/* Container Code*/


  .container {
  
  	max-width: 900px;
  	
  
  }

  

/* H1, H2, H3 etc */

h1 {  font-family: 'Lato', sans-serif; font-size: 40px; font-weight: 300; line-height: 44px; margin: 0 0 12px; }

h2 {  font-family: 'Lato', sans-serif; font-size: 35px; font-weight: 300; line-height: 39px; margin: 0 0 12px; }

h3 {  font-family: 'Lato', sans-serif; font-size: 25px; font-weight: 300; line-height: 29px; margin: 0 0 12px; }

h4 {  font-family: 'Lato', sans-serif; font-size: 20px; font-weight: 300; line-height: 24px; margin: 0 0 12px; }

/*
h1 { font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 40px; font-weight: bold; }

h2 { font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 35px; font-weight: bold; }

h3 { font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 25px; font-weight: bold; }

h4 { font-family: 'Enriqueta', arial, serif; line-height: 1.25; margin: 0 0 10px; font-size: 20px; font-weight: bold; }

*/



P, BLOCKQUOTE {
  font-family: Verdana;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  letter-spacing: .25px;
}



/* Header */

#header {
	height: 150px;
	margin: 0 auto;
	margin-top: 0px;
	background: #811e0f; 
	padding-bottom: 10px;	
	text-align: right;
	color: #ffffff;

	
}


#header_navbar {
  max-width: 900px;
  height: 150px;
  margin: 0 auto;
  padding-top: 10px;	
  background-image: url(logo3.png);   
  background-repeat: no-repeat;   
  background-position: 0% 50%;
	text-align: right;
  color: #ffffff;

}






/* Form for container with a bit of a nicer UI */



#nice_presentation3  {

  width: 780px;
  padding-left: 20px;

}


#nice_presentation2  {
  background: #ffffff;
  margin:auto;
  position:relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  /* 
  border-radius: 5px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  */

}

#nice_presentation  {
  background: #ffffff;
  margin:auto;
  position:relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
   
  border-radius: 5px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  

}

 
/* Login form CSS */
  
.wrapper-signin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-signin {
  max-width: 800px;
  padding: 0px 20px 20px 20px;
  margin: 0 auto;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-primary {
  background-color: #8d1316;
	color: #fff;
  border: 0px solid #000;
  width: 350px;

}

.btn-secondary {
  background-color: #8d8c94;
  color: #000000;
	border: 0px solid #000;
  width: 350px;

}

.btn-primary:hover {
  color: #fff;
  background-color: #1f9429;
  width: 350px;
}


.btn-secondary:hover {
  background-color: #000000;
  color: #ffffff;
  width: 350px;
}



/* Footer Code*/

footer {
    margin: 50px 0;
    border-top: 0px #9C6114 solid;
    font-size: 12px;
}




/********* FORMS *************/
form    {
  margin:auto;
  position:relative;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  padding:10px;
  }

  #voting_form{
    position: absolute;
    width: 600px;
    padding: 20px;
      

  }
  .standard_form{
    width: 600px;
    padding: 20px;
  }

  form-control .form-text-field {
    
    
    color: red;
    
}





.form-inline .form-control {
	
	min-width: 350px;
	
}

.form-control2 {
	
	min-width: 800px;
	
}


form label {
	
	font-weight: 400;
	min-width: 130px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-decoration:none;
	font-size: 16px;
  padding-left: 20px;
  
	
}



  

  .checkbox label, .radio label {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
            

    
  }

  .checkbox {
    padding-bottom: 3px;
  }

  


  /* MAIN MENU IS CONFIGURED BELOW... */


ul 
{ 
list-style-type:none;
margin:0;
padding-top: 15px;
overflow:hidden;
border: 0px solid #000;
border-radius: 0px;
width: 100%;
float: right;
}

ul a:link,a:visited {

display:block;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
color:#ffffff;
font-size: 16px;
text-align:center;
padding:4px;
text-decoration:none;

}

.paginate_button a:link,a:visited {
  color:#6d6d6d;
}

#selected {
/*background-color:#DBEFF8;*/
font-weight: bold;

}

#submenu {
/* background-color:rgb(138, 56, 56); */

float: left;


}

ul a:hover,a:active {
background-color:#737373;
width: 100%;
}


li {
float:right;
/*background-color:#DEDBD9;*/
padding-right: 8px;
padding-left: 8px;
}

a:link,a:visited {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
color:#ffffff;
text-decoration:none;
}


/* ADMIN MENU IS CONFIGURED BELOW... */

#admin_navbar {
  height: 42px;
  background: #000000;
	text-align: right;
  color: #ffffff;
  border: 1px solid #811e0f;
  border-radius: 10px;

}

#admin_navbar ul 
{ 
  list-style-type:none;
  margin:0;
  padding-top: 5px;
  overflow:hidden;
  border: 0px solid #000;
  border-radius: 0px;
  width: 100%;
  float: left;
}

#admin_navbar ul a:link,a:visited {
  display:block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color:#ffffff;
  font-size: 16px;
  text-align:center;
  padding:4px;
  text-decoration:none;
}

#admin_navbar ul a:hover,a:active {
  background-color:#737373;
  width: 100%;
}


#admin_navbar li {
  float:left;
  padding-right: 8px;
  padding-left: 8px;
}

#admin_navbar a:link,a:visited {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color:#ffffff;
  text-decoration:none;
}







/*** Candidate presentation ***/

/* Four columns side by side */
.column {
  float: left;
  width: 23%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
      width: 100%;
      display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the candidate container */
.candidate {
  padding: 10px 16px;
}

.candidate h4{
  font-size: 18px;
}

/* Clear floats */
.candidate::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  font-size: 12px;
  color: grey;
}

.button_candidate {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button_candidate:hover {
  background-color: #555;
}


/* Datepicker is styled below */

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
  width: 240px;
  color: #000000;
}
.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
  color: #000000;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  color: #000000;
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #000000;
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #000000;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}


/****** TABLE LAYOUTS ********/

.small_table_statistics {
  
  max-width: 400px;
  

}