@font-face {
	font-family: "streamerAppBold";
	src: url("font/DroidSans-Bold.ttf");
}

@font-face {
	font-family: "streamerAppRegular";
	src: url("font/DroidSans.ttf");
}


body {
	background: #ffffff;
}


h1 {
	font-family: streamerAppBold;
    text-align: center;
    font-size: 2em;
	color: #6898ce;
}


h2 {
	font-family: streamerAppRegular;
    text-align: center;
    font-size: 1.2em;
	color: #6898ce;
}


h3 {
	font-family: streamerAppBold;
    text-align: center;
    font-size: 1em;
	color: #6898ce;
}


p {
	font-family: streamerAppBold;
    text-align: center;
	color: #000000;
}

div {
	font-family: streamerAppRegular;
    font-size: 1em;
    text-align: center;
	color: #000000;
}

a {
	font-family: streamerAppRegular;
    font-size: 0.8em;
/*	color: #6898ce; */
	color: #000000;
}


form {
	font-family: streamerAppRegular;
    text-align: center;
}


select {
	font-family: streamerAppRegular;
	padding: 5px 8px;
    text-align: center;
    border: 2px solid;
    font-size: 1em;
	color: #6898ce;
	box-shadow: none;
	background-color: transparent;
    background-image: none;
     -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="text"] {
	width: 60%;
	font-size: large;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

input[type="password"] {
	width: 90%;
	font-size: large;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

input[type="submit"] {
	font-family: streamerAppBold;
	min-width: 200px;
	font-size: large;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	background: #6898ce;
	padding: 3px 10px 3px 10px;
}

.footnote {
	font-size: small;
	margin: -10px 0px 10px 0px;
	color: #000000;
}

.content {
	width: 100%;
	height: 100%;
    max-width: 980px;
    margin: auto;
    text-align: center;
}

.line {
	clear: left;
    margin: 10px 0px 10px 0px;
    overflow: auto;
}

.counter {
	font-family: streamerAppRegular;
    float: left;
    text-align: right;
	width: 80px;
    margin: 0px 0px 0px 0px;
}

.counter_head {
	font-family: streamerAppBold;
    float: left;
    text-align: right;
	width: 80px;
    margin: 0px 0px 0px 0px;
    color: #6898ce;
}

.timestamp {
	font-family: streamerAppRegular;
    float: left;
    text-align: left;
	width: 180px;
    margin: 0px 0px 0px 0px;
	color: #000000;
}

.title {
	font-family: streamerAppBold;
	font-size: 1em;
    float: left;
    text-align: left;
	width: 420px;
    margin: 0px 10px 0px 10px;
	color: #000000;
}

.actions {
	font-family: streamerAppRegular;
    float: left;
    text-align: center;
	width: 200px;
    margin: 0px 0px 0px 0px;
}

.details {
	font-family: streamerAppRegular;
	font-size: 0.8em;
	float: left;
    text-align: left;
	width: 100%;
    margin: 0px 0px 15px 0px;
	color: #000000;
}

.link_link {
	width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
	overflow: auto;
}

.link_survey {
	font-family: streamerAppRegular;
    display: inline-block;
    text-align: center;
    margin: 0px 20px 0px 20px;
}


.spacer {
	border: 1px solid #6898ce;
	clear: left;
	width: 95%;
    margin: 20px auto 40px auto;
}

.icons {
}


.option_form {
    margin: 30px auto 30px auto;
}

.option_content {
	width: 100%;
	height: 100%;
    max-width: 980px;
    margin: auto;
}

.option {
	text-align: center;
	clear: left;
    margin: 0px auto 0px auto;
    overflow: auto;
    width: 70%;
    background: rgba(104,152,206,0.7);
    
    display: flex;
  flex-wrap: wrap;
  
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.option_count {
	font-family: streamerAppRegular;
	font-size: 1em;
    text-align: center;
	width: 10%;
    margin: 0px 10px 0px 10px;
}

.option_title {
    display: flex;
  	align-items: center;
	font-family: streamerAppBold;
	color: #6898ce;
	background:#ffffff;
	font-size: 1em;
    float: left;
    text-align: left;
	width: 60%;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}


.option_choice {
    display: flex;
    align-items: center;
	font-family: streamerAppBold;
	font-size: 1em;
    float: left;
    text-align: center;
	width: 10%;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

.option_choice input {
    margin: 10px auto 10px auto;
}


.result {
	clear: left;
    margin: 0px auto 0px auto;
    overflow: hidden;
    width: 70%;
}


.result_bar {
    margin: 10px 10px 0px 10px;
    padding: 10px 10px 0px 10px;
}


.result_footer {
    margin: 0px 10px 10px 10px;
    padding: 0px 20px 10px 20px;
}


.result_percent {
    float: left;
	font-family: streamerAppBold;
	color: #6898ce;
	font-size: 1em;
    text-align: center;
	width: 10%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}


.result_title {
    overflow: hidden;
	font-family: streamerAppBold;
	color: #6898ce;
	font-size: 1.3em;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
}


.result_sum {
	clear: left;
	font-family: streamerAppBold;
	color: #6898ce;
	font-size: 1.3em;
    text-align: center;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background: white;
}



/*
	main admin page ... iframes
*/

#main_block {
/*	display: block; /* Useless, divs are display:block */
	width: 90%;    /* Useless, display:block elements are width:100% by default */
	height: 100%;   /* Fairly useless now, should take children's height */
	font-size:1.0em;    /* Force space between inline-block elements to be 0 */
	margin: auto;
}


#left_frame {
	float: left;
	width: 15%;
	text-align: center;
	border: none;
	display: inline-block;
	box-sizing: border-box;
	height: calc(100vh - 100px);
}


#right_frame {
	float: left;
	width: 85%;/*calc(100% - 140px);*/
	border: none;
	display: inline-block;
	box-sizing: border-box;
	height: calc(100vh - 100px);
}


.b_footer {
	clear:both;
	font-family: streamerAppBold;
	padding: 10px;
	height: 100px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}

.iframe_survey {
    background: #f1f1f1;
}


.sbscont2 {
    width: 100%;
    margin: auto;
}

.sbs21 {
    width: 50%;
    float: left;
    overflow: hidden;
}
.sbs22 {
    margin-left: 5%;
    overflow: hidden;
}

.inputwborder {
	text-align: center;
	border: 2px solid #6898ce;
    font-size: 1em;
	line-height:1.4em;
}

.inputreadonly {
	text-align: center;
}

.inputdiv {
	margin-bottom:1em;
}

.inputleft {
	float:left;
	width:29%;
}

.inputlefttext {
	text-align:right;
	line-height:2em;
}

.inputmiddle {
	float:left;
	width:2%;
}

.inputright {
	float:left;
	width:69%;
}

.inputrighttext {
	text-align:left;	
	line-height:2em;
}

.inputspacer {
	line-height:1.5em;
}