
input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: black;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color:black; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: black; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: black; }


button.btn {
	height: 50px;
	width: 35%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #497fad;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover {  outline: 0;opacity: 0.8; background: #06306b;color: #fff; }

button.btn:active {   outline: 0;opacity: 0.8; background: #06306b;color: #fff; }

button.btn:focus {   outline: 0;opacity: 0.8; background: #06306b;color: #fff; }

button.btn:active:focus, button.btn.active:focus {   outline: 0;opacity: 0.8; background: #06306b;color: #fff; }


span.votingoption {
	display: inline-block;
	cursor: pointer;
	min-height: 50px;
    margin: 0;
    padding: 0 5px;
    width: 86%;
    vertical-align: middle;
    background:  white;
    border: 0;
   	text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: black;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

span.votingoptionselected {
	display: inline-block;
	cursor: pointer;
	min-height: 50px;
    margin: 0;
    padding: 0 5px;
    width: 86%;
    vertical-align: middle;
    background: #eee;
    border: 0;
   	text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: black;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    opacity: 0.6;
}

span.votingoptioncheckbox {
	display: inline-block;
	cursor: pointer;
	height: 50px;
	width: 10%;
    margin: 0;
    padding: 0 0px;
    float: right;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    color: black;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

i.checkbox {
	font-size: 50px;
	color: white;
	margin-top: inherit;
}

i.checkboxselected {
	font-size: 50px;
	color:black;
	margin-top: inherit;
	opacity: 1;
}

i.checkbox:hover {
	font-size: 50px;
	color:#eee;
	margin-top: inherit;
	opacity: 0.6;
}

span.votingoption:hover{ opacity: 0.6; color: black; background: #eee;}

spanvotingoption:active { outline: 0; opacity: 0.6; color: black; background: #eee; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

span.votingoption:focus { outline: 0; opacity: 0.6; background: #eee; color: black; }

span.votingoption:active:focus { outline: 0; opacity: 0.6; background: #eee; color: black; }


span.votingresume {
	display: inline-table;
	height: 30px;
    margin: 0;
    text-align: justify;
    padding: 0 20px;
    width: 100%;
/* vertical-align: middle;*/
    background: #e6e6e6;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: black;
   /*- -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


span.votingresumequestion {
	display: inline-table;
	height: 20px;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    vertical-align: top;
    background: whitesmoke;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: black;
    /*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


span.votingresumeedit {
	cursor: pointer;
	display: inline-table;
	height: 50px;
    margin: 5px;
    padding: 0 5px;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    background: #497fad;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

span.votingresumeedit:hover { opacity: 0.6; color: #fff; background: #497fad;}

span.votingresumeedit:active { outline: 0; opacity: 0.6; color: #fff; background: #497fad; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

span.votingresumeedit:focus { outline: 0; opacity: 0.6; background: #497fad; color: #fff; }

span.votingresumeedit:active:focus { outline: 0; opacity: 0.6; background: #497fad; color: #fff; }

.refresh-button {
  float: right;
  border-style: none;
  border-radius: 0.3em;
  background-color: #497fad;
  color: white;
}

.refresh-button:hover {
  background-color: #497fad;
}

.meeting-title-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.meeting-short-info {
  display: inline-block;
  flex: 1;
  padding-right: 2em;
}

.meeting-name {
  font-size: large;
  font-weight: bold;
  font-size: medium;
 }

 .meeting-description {
   font-size: smaller;
   padding-top: 0.7em;
 }

.votings-list span {
  vertical-align: text-top;
}

.votings-list {
  list-style-type: none;
  margin-left: -15px;
}


 .votings-list-item {
   vertical-align: middle;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
 }

 .voting-item-container {
   display: flex;
   vertical-align: middle;

   flex-direction: row;
   flex-wrap: nowrap;
   align-items: center;
 }

 .voting-short-info {
  display: inline-block;
  padding-right: 2em;
  flex: 1;
 }

 .voting-name {
   font-weight: bold;
   overflow: hidden;
   text-align: justify;
 }

 .voting-description {
   font-size: smaller;
   text-align: justify;
 }

 .results-button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  float: right;
  height: fit-content;
  border: 0;
  border-radius: 0.3em;
  background-color: rgb(137, 174, 85);
  color: white;
  font-size: 11px;
  vertical-align: middle;
 }

 .results-button:hover {
  background-color: rgb(116, 152, 66);
 }

 .results-button:disabled {
   background-color: lightgray;
 }

 .results-button:disabled:hover {
  background-color: lightgray;
 }

 .vote-button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  float: right;
  height: fit-content;
  border: 0;
  border-radius: 0.3em;
  background-color: rgb(137, 174, 85);
  color: white;
  font-size: 11px;
  vertical-align: middle;
 }

 .vote-button:hover {
  background-color: rgb(116, 152, 66);
 }

 .vote-button:disabled {
   background-color: lightgray;
 }

 .vote-button:disabled:hover {
  background-color: lightgray;
 }

 .request-speak-section {
  background-color: white;
  border-radius: 0.3em;
  padding: 0.5em;
  margin-top: 0.15em;
 }

.request-speak-label {
  text-align: left;
}

.small-button {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.request-speak-button {
  border-style: none;
  border-radius: 0.3em;
  background-color: #497fad;
  color: white;
}

.sign-out-button {
  border-style: none;
  border-radius: 0.3em;
  background: none;
  color: white;
}

.back-button {
  border-style: none;
  border-radius: 0.3em;
  background-color: #497fad;
  margin-top: 5px;
  color: white;
}
