html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.question-card{
    padding-left:0 !important;
    padding-right:0 !important;
}

.input-group-qa{
    margin-right:15px;
    margin-left:10px;
}

.input-group-qa .checks,
.input-group-qa .wrapped-text{
    border-radius:5px;
}

#frontpoll .card{
    box-shadow: none !important;
}

.card{
    border-radius: 5px !important;
    box-shadow: 2px 2px 25px rgba(0,0,0,0.2) !important;
}

.card-block{
    font-size:1rem;
    padding:12px;
}

.question-row{
    margin-bottom:0px;
}

.redirect-info{
    font-size:13px;
}

.results{
    position:fixed;
    top:-5px;
    right:15px;
    font-size:1.7rem;
}

.checks{
    width:20%;
    height:auto;
    align-items: center;
    border-right:solid rgba(0, 0, 0, 0.125) 1px !important;
}

.glyphicon-log-in{
    font-size:1rem;
}

.break{
    min-height:20px;
}

.form-check{
    top:15px;
}

.question-row{
    display:none;
}

#question-iterator, .input-group-addon, .card-header{
    font-size:2rem;
}

.card-header{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.row-0{
    display: block;
}

.footer {
    height: 90px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: pre-wrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.wrapped-text{
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word;      /* IE 5+ */
}

.final{
    display: none;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 4rem;
}

.btn-open{
    width:100%;
}

.btn-next-slide{
    width: 40%;
    background: rgb(10, 150, 131, 0.75);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
}